minor style changes

This commit is contained in:
Edward Shen 2019-11-09 17:12:53 -05:00
parent 2793469627
commit fa49084778
Signed by: edward
GPG key ID: F350507060ED6C90

View file

@ -31,7 +31,7 @@
align-items: stretch;
background-color: #424242;
margin: 1rem 0;
border-radius: 1rem;
border-radius: .5rem;
}
p { margin: 0; }
@ -46,7 +46,7 @@
.indicator {
width: 1rem;
min-height: 100%;
border-radius: 1rem 0 0 1rem;
border-radius: .5rem 0 0 .5rem;
}
.ok { background-color: #4ed34e; }
.warn { background-color: #fcfc64; }