Add laundry display

This commit is contained in:
2019-09-10 20:34:31 -04:00
parent a32e65de1c
commit 38c32b4c3b
12 changed files with 302 additions and 60 deletions

View File

@@ -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;
}