@import '../../styles-new/default.less';

// 圆点
@badge-height: 6px;
@badge-width: 6px;
@badge-radius	 :@radius-full;
@badge-fill-color	: @color-info-1;
@badge-border-width: @border-width-base;
@badge-border-color	: @color-white-1;
// @badge-icon-hight	: @size-icon-xxs;

// 文字
@badge-text-height: @size-height-xs;
@badge-text-min-width: @size-height-xs;
@badge-text-padding-horizontal: @spacing-xs;
@badge-text-border-radius: @radius-full;
@badge-text-fill-color: @color-info-1;
@badge-text-border-width: @border-width-base;
@badge-text-border-color	: @color-white-1;
@badge-text-font-size	 :@font-size-xxxs;
@badge-text-font-weight: @font-weight-bold;
@badge-text-color	 :@color-text-white;

// 气泡
@badge-popover-height: @size-height-xs ;
@badge-popover-min-width: 20px;
@badge-popover-padding-horizontal: @spacing-xs ;
@badge-popover-border-radius: @radius-xs;
@badge-popover-fill-color: @color-info-1;
@badge-popover-border-width: @border-width-base;
@badge-popover-border-color: @color-white-1;
@badge-popover-font-size: @font-size-xxxxs;
@badge-popover-font-weight: @font-weight-regular;
@badge-popover-color: @color-text-white;
