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);
|
background-color: rgba(230, 220, 192, 0.9);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
color: #222;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .banner.error {
|
> .banner.error {
|
||||||
background-color: rgba(230, 192, 192, 0.9);
|
background-color: rgba(230, 192, 192, 0.9);
|
||||||
}
|
}
|
||||||
|
|
||||||
> .toolbar {
|
> .toolbar {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
Loading…
Reference in a new issue