Pārlūkot izejas kodu

Update custom.scss

Daniel Supernault 6 gadi atpakaļ
vecāks
revīzija
8bac77ab33
1 mainītis faili ar 12 papildinājumiem un 0 dzēšanām
  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;
     color: #08d;
     background: transparent;
     background: transparent;
     border: 1px solid #08d;
     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;
 }
 }