@yelon/chart
Version:
Cache the dictionary, city data etc.
45 lines (37 loc) • 596 B
text/less
@trend-prefix: ~'.trend';
@{trend-prefix} {
display: inline-block;
font-size: @font-size-base;
line-height: 22px;
&__up,
&__down {
position: relative;
top: 1px;
margin-left: 4px;
i {
transform: scale(0.83);
font-size: 12px;
}
}
&__up {
color: @red-6;
}
&__down {
top: -1px;
color: @green-6;
}
&__grey {
@{trend-prefix}__up,
@{trend-prefix}__down {
color: @text-color;
}
}
&__reverse {
@{trend-prefix}__up {
color: @green-6;
}
@{trend-prefix}__down {
color: @red-6;
}
}
}