mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
update notification
This commit is contained in:
20
resources/custom.css
vendored
20
resources/custom.css
vendored
@@ -53,6 +53,26 @@
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-notification {
|
||||
min-width: 300px !important;
|
||||
}
|
||||
.dropdown-notification .card-header {
|
||||
padding: 0.4rem !important;
|
||||
}
|
||||
|
||||
.notification-success {
|
||||
border-left: solid #4caf50 3px !important;
|
||||
}
|
||||
|
||||
.notification-success svg {
|
||||
color: #4caf50;
|
||||
}
|
||||
|
||||
.notification-table td {
|
||||
padding: 10px !important;
|
||||
margin: 5px !important;
|
||||
}
|
||||
|
||||
.cursor {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user