You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
506 B
32 lines
506 B
@import "~antd/lib/style/themes/default.less";
|
|
@import "../../utils/utils.less";
|
|
|
|
.trendItem {
|
|
display: inline-block;
|
|
font-size: @font-size-base;
|
|
line-height: 22px;
|
|
|
|
& + & {
|
|
margin-left: 16px;
|
|
}
|
|
.up,
|
|
.down {
|
|
color: @green-6;
|
|
margin-left: 4px;
|
|
position: relative;
|
|
top: 1px;
|
|
i {
|
|
font-size: 12px;
|
|
transform: scale(0.83);
|
|
}
|
|
}
|
|
.down {
|
|
color: @red-6;
|
|
top: -1px;
|
|
}
|
|
|
|
&.trendItemGrey .up,
|
|
&.trendItemGrey .down {
|
|
color: @text-color;
|
|
}
|
|
}
|
|
|