mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
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 {
|
||||
margin-bottom: 0;
|
||||
background-color: #f1df83;
|
||||
background-color: #f5e8a8;
|
||||
color: #9E9980;
|
||||
box-shadow: 1px 1px 3px #a0a0a0;
|
||||
box-shadow: 1px 1px 1px #a0a0a0;
|
||||
padding: 15px;
|
||||
position: fixed;
|
||||
z-index: 200;
|
||||
|
|
Loading…
Reference in a new issue