Add warning notification css

This commit is contained in:
Konstantinos Triantafyllou 2021-07-22 17:46:29 +03:00
parent 2f572df578
commit ffc664c367
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@
color: #b25654;
}
.uk-notification-message.uk-notification-message-warning {
background-color: #f2eade;
color: #b27554;
}
.uk-notification-close.uk-close, .uk-notification-close.uk-close:hover {
color: #1a1a1a;
}