1
0
Fork 0

Update custom.scss

This commit is contained in:
Daniel Supernault 2018-11-02 21:26:59 -06:00
parent 4941a24a3f
commit 9255769038
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 17 additions and 0 deletions

View File

@ -393,4 +393,21 @@ details summary::-webkit-details-marker {
100% {
transform: rotate(360deg);
}
}
.navbar .nav-notification.dropdown-toggle::after {
display: none;
}
.navbar .dropdown .nav-notification-dropdown {
width:500px;
max-height: 300px;
overflow-y: scroll;
padding-top: 0;
padding-bottom: 0;
}
.nav-notification-dropdown .loader {
padding-top: 5rem;
padding-bottom: 5rem;
}