mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-11 08:43:02 +00:00
Refactoring of just about everything, interface beginning to come together
This commit is contained in:
18
app/less/meters.less
Normal file
18
app/less/meters.less
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
svg.meter {
|
||||
text {
|
||||
fill: @warning;
|
||||
font-size: 15px;
|
||||
font-family: @fStandard;
|
||||
text-transform:uppercase;
|
||||
alignment-baseline: middle;
|
||||
}
|
||||
|
||||
rect {
|
||||
fill: @disabled;
|
||||
|
||||
&.active {
|
||||
fill: @warning;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user