Files
HomeMonitor/Display/src/app/laundry/laundry.component.scss
2019-09-10 20:34:31 -04:00

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