UNPKG

tntd

Version:

tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。

32 lines (26 loc) 511 B
@popover-prefix-cls: ~'@{ant-prefix}-popover'; .@{popover-prefix-cls} { &-inner-content { padding: @padding-base; } &-message { padding: 0 0 @padding-xs; &>.anticon { font-size: @font-size-lg; top: 7px; } } &-message-title { padding-top: @padding-xxs; padding-bottom: @padding-xxs; line-height: @line-height-base; } &-buttons { margin-bottom: 0; } } .@{popover-prefix-cls}-arrow-hidden { .@{popover-prefix-cls}-arrow { display: none; } }