Explorar el Código

Update custom.scss

Daniel Supernault hace 6 años
padre
commit
9255769038
Se han modificado 1 ficheros con 17 adiciones y 0 borrados
  1. 17 0
      resources/assets/sass/custom.scss

+ 17 - 0
resources/assets/sass/custom.scss

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