@import '~antd/es/popover/style/index.less';
@import '../variable.less';

@popover-prefix-cls: ~'@{ant-prefix}-popover';

.@{popover-prefix-cls} {
  font-size: @font-size-sm;
  line-height: @line-height-sm;

  &-title {
    font-family: @font-family-bold;
    font-weight: @font-weight-bold;
    font-size: @font-size-base;
    line-height: @line-height-base;
    border-bottom: @popover-title-border-bottom;
    padding: @popover-title-padding;
  }

  &-inner-content {
    padding: @popover-padding-vertical @popover-padding-horizontal;
  }

  &-title + &-inner-content {
    padding: @popover-with-title-conetnt-padding;
    min-width: @popover-with-title-conetnt-min-width;
  }
}
