소스 검색

Update custom.scss

Daniel Supernault 6 년 전
부모
커밋
8bac77ab33
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 12 0
      resources/assets/sass/custom.scss

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

@@ -422,4 +422,16 @@ details summary::-webkit-details-marker {
     color: #08d;
     background: transparent;
     border: 1px solid #08d;
+}
+
+.messages-page .bg-primary.text-white a {
+  color: #fff;
+}
+
+.notification-tooltip .tooltip-inner {
+  font-weight: bold;
+}
+
+.notification-tooltip .arrow::before {
+  border-bottom-color:#dc3545 !important;
 }