|
|
@ -89,14 +89,28 @@ |
|
|
|
@coloredBorderSize: 2px; |
|
|
|
|
|
|
|
/* Ordinality */ |
|
|
|
@secondaryBackground: #FAF9FA; |
|
|
|
@secondaryColor: @textColor; |
|
|
|
|
|
|
|
@tertiaryBackground: #EBEBEB; |
|
|
|
@tertiaryColor: @lightTextColor; |
|
|
|
|
|
|
|
@secondaryInvertedBackground: linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%); |
|
|
|
@secondaryInvertedColor: @offWhite; |
|
|
|
|
|
|
|
@tertiaryInvertedBackground: linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%); |
|
|
|
@tertiaryInvertedColor: @darkWhite; |
|
|
|
@secondaryBackground: @darkWhite; |
|
|
|
@secondaryColor: @mutedTextColor; |
|
|
|
|
|
|
|
@tertiaryBackground: @midWhite; |
|
|
|
@tertiaryColor: @mutedTextColor; |
|
|
|
|
|
|
|
@secondaryInvertedLightness: 0.2; |
|
|
|
@secondaryInvertedBackground: |
|
|
|
lighten(@black, (@secondaryInvertedLightness * 100)) |
|
|
|
linear-gradient( |
|
|
|
rgba(255, 255, 255, @secondaryInvertedLightness) 0%, |
|
|
|
rgba(255, 255, 255, @secondaryInvertedLightness) 100% |
|
|
|
) |
|
|
|
; |
|
|
|
@secondaryInvertedColor: @invertedMutedTextColor; |
|
|
|
|
|
|
|
@tertiaryInvertedLightness: 0.35; |
|
|
|
@tertiaryInvertedBackground: |
|
|
|
lighten(@black, (@tertiaryInvertedLightness * 100)) |
|
|
|
linear-gradient( |
|
|
|
rgba(255, 255, 255, @tertiaryInvertedLightness) 0%, |
|
|
|
rgba(255, 255, 255, @tertiaryInvertedLightness) 100% |
|
|
|
) |
|
|
|
; |
|
|
|
@tertiaryInvertedColor: @invertedMutedTextColor; |