UNPKG

polestar-ui-kit

Version:

## Install

35 lines (29 loc) 745 B
@import '~antd/lib/tooltip/style/index'; @import '../../themes/default/index'; @import '../../mixins/index'; @tooltip-prefix-cls: ~"@{ant-prefix}-tooltip"; .@{tooltip-prefix-cls} { z-index: 1150; &-inner { background-color: fade(@primary-10, 80%); color: @primary-1; padding: 4px 8px; box-shadow: 0 0 0 transparent; min-height: 10px; //border-bottom-color: transparent; font-size: @font-size-sm; } &-arrow { &::before { background-color: fade(@primary-10, 80%); } } &-placement-top &-arrow, &-placement-topLeft &-arrow, &-placement-topRight &-arrow { border-top-color: @primary-3; } &-placement-top &-arrow { margin-left: -5px; } }