Add warning notification css
This commit is contained in:
parent
2f572df578
commit
ffc664c367
|
@ -14,6 +14,11 @@
|
||||||
color: #b25654;
|
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 {
|
.uk-notification-close.uk-close, .uk-notification-close.uk-close:hover {
|
||||||
color: #1a1a1a;
|
color: #1a1a1a;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue