minor style changes
This commit is contained in:
parent
2793469627
commit
fa49084778
1 changed files with 2 additions and 2 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue