28 lines
614 B
CSS
28 lines
614 B
CSS
.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-message.uk-notification-message-warning {
|
|
background-color: #f2eade;
|
|
color: #b27554;
|
|
}
|
|
|
|
.uk-notification-close.uk-close, .uk-notification-close.uk-close:hover {
|
|
color: #1a1a1a;
|
|
}
|
|
|
|
.uk-modal.uk-open ~ .uk-notification, .uk-notification ~ .uk-modal.uk-open {
|
|
z-index: 10001 !important;
|
|
} |