瀏覽代碼

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