mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-22 01:25:39 -05:00
Add laundry display
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
.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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user