188 - Updating color for alerts (#336)
This commit is contained in:
parent
e7126b1835
commit
fa6fa9dada
1 changed files with 3 additions and 0 deletions
|
@ -52,10 +52,13 @@
|
|||
background-color: rgba(230, 220, 192, 0.9);
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
color: #222;
|
||||
}
|
||||
|
||||
> .banner.error {
|
||||
background-color: rgba(230, 192, 192, 0.9);
|
||||
}
|
||||
|
||||
> .toolbar {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
Loading…
Reference in a new issue