@import "~antd/lib/style/themes/default.less"; @import "../../../utils/utils.less"; .numberInfo { .suffix { color: @text-color; font-size: 16px; font-style: normal; margin-left: 4px; } h4 { color: @text-color; font-size: @font-size-lg; margin-bottom: 16px; transition: all .3s; } h6 { color: @text-color-secondary; font-size: @font-size-base; font-weight: normal; height: 22px; line-height: 22px; .textOverflow(); } & > div { margin-top: 8px; font-size: 0; .textOverflow(); & > span { color: @heading-color; display: inline-block; line-height: 32px; height: 32px; font-size: 24px; margin-right: 32px; } .subTotal { color: @text-color-secondary; font-size: @font-size-lg; vertical-align: top; margin-right: 0; i { font-size: 12px; transform: scale(0.82); margin-left: 4px; } } } } .numberInfolight { & > div { & > span { color: @text-color; } } }