update notification

This commit is contained in:
Mathieu Lagace
2020-07-27 16:41:28 -04:00
parent c16d1e7e95
commit 2d64d6d422
28 changed files with 1167 additions and 47 deletions

20
public/css/custom.css vendored
View File

@@ -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;
}