mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 14:33:22 +00:00
19 lines
239 B
Plaintext
19 lines
239 B
Plaintext
|
|
svg.meter {
|
|
text {
|
|
fill: @warning;
|
|
font-size: 15px;
|
|
font-family: @fStandard;
|
|
text-transform:uppercase;
|
|
alignment-baseline: middle;
|
|
}
|
|
|
|
rect {
|
|
fill: @disabled;
|
|
|
|
&.active {
|
|
fill: @warning;
|
|
}
|
|
}
|
|
}
|