openaire-assets/library-css/notification.scss

25 lines
507 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-message.uk-notification-message-warning {
background-color: #f2eade;
color: #b27554;
}
.uk-notification-close.uk-close, .uk-notification-close.uk-close:hover {
color: #1a1a1a;
}