diff --git a/src/assets/dashboard-theme/notification.css b/src/assets/dashboard-theme/notification.css index 7cfd41e..608ac83 100644 --- a/src/assets/dashboard-theme/notification.css +++ b/src/assets/dashboard-theme/notification.css @@ -1,19 +1,3 @@ .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); }