UNPKG

@lxlib/chart

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.

40 lines (38 loc) 637 B
@import '../../../theme/styles/default.less'; @import './variable.less'; @{trend-prefix} { display: inline-block; font-size: @font-size-base; line-height: 22px; &__up, &__down { position: relative; top: 1px; margin-left: 4px; i { font-size: 12px; transform: scale(0.83); } } &__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; } } }