@import '~antd/lib/popover/style/index';

@import '../../index';
@import '../../../../mixins/index';

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

.@{popover-prefix-cls} {
  font-size: @font-size-sm;
  &-placement-bottomLeft {
    padding-top: 0;
  }
  &-placement-bottomLeft > &-content >  &-arrow {
    display: none;
  }
  &-inner {
    border: @border-width-base @border-style-base @primary-3;
    border-radius: @border-radius-base;
    box-shadow: none;
    background: @primary-1;
  }
  &-title {
    border-bottom: @border-width-base @border-style-base @primary-3;
    padding: 2px 10px;
    min-height: 24px;
    color: @primary-6;
  }
  &-inner-content {
    padding: 2px 10px;
    color: @gray-9;
    font-size: @font-size-sm - 1px;
    background: @white;
  }
  &-arrow {
    border-width: 5px 5px 0px;
    border-top-color: @primary-3;
    background: @white;
    bottom: 2px !important;
    transform: translateX(-50%) rotate(0deg) !important;
  }
}
