소스 검색

Update custom.scss

Daniel Supernault 6 년 전
부모
커밋
9255769038
1개의 변경된 파일17개의 추가작업 그리고 0개의 파일을 삭제
  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;
 }