20 lines
398 B
SCSS
20 lines
398 B
SCSS
|
.uk-notification-message {
|
||
|
border-radius: 3px;
|
||
|
font-size: 14px;
|
||
|
padding: 20px;
|
||
|
}
|
||
|
|
||
|
.uk-notification-message.uk-notification-message-success {
|
||
|
background-color: #e0f0d5;
|
||
|
color: #669a59;
|
||
|
}
|
||
|
|
||
|
.uk-notification-message.uk-notification-message-danger {
|
||
|
background-color: #f2dede;
|
||
|
color: #b25654;
|
||
|
}
|
||
|
|
||
|
.uk-notification-close.uk-close, .uk-notification-close.uk-close:hover {
|
||
|
color: #1a1a1a;
|
||
|
}
|