mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
19 lines
224 B
SCSS
19 lines
224 B
SCSS
.laundry-current {
|
|
margin: 10px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.laundry-current-header {
|
|
font-weight: 500;
|
|
text-align: right;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.true {
|
|
color: darkgoldenrod;
|
|
}
|
|
|
|
.false {
|
|
color: darkgreen;
|
|
}
|