Notification alert styling corrections.
This commit is contained in:
parent
26138c6586
commit
b4d6767801
1 changed files with 2 additions and 2 deletions
|
@ -106,9 +106,9 @@ root {
|
||||||
|
|
||||||
#notification .alert {
|
#notification .alert {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
background-color: #f1df83;
|
background-color: #f5e8a8;
|
||||||
color: #9E9980;
|
color: #9E9980;
|
||||||
box-shadow: 1px 1px 3px #a0a0a0;
|
box-shadow: 1px 1px 1px #a0a0a0;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
|
|
Loading…
Reference in a new issue