UNPKG

react-antd-cssvars

Version:
22 lines (16 loc) 377 B
@import './variables.less'; @tabs-prefix: ~"@{ant-prefix}-tabs"; .@{tabs-prefix} { color: @antd-text-color; } .@{tabs-prefix}-tab { &:hover { color: @antd-primary-color-hover; } } .@{tabs-prefix}-tab.@{tabs-prefix}-tab-active .@{tabs-prefix}-tab-btn { color: @antd-primary-color; } .@{tabs-prefix}-ink-bar { background: @antd-primary-color; }