monitor-dashboard/src/assets/dashboard-theme/notification.css

20 lines
426 B
CSS

.uk-notification-message {
border-radius: 3px;
font-size: var(--small-font-size);
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: var(--text-color);
}