소스 검색

Update custom sass

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

+ 14 - 2
resources/assets/sass/custom.scss

@@ -38,8 +38,7 @@ body, button, input, textarea {
 }
 
 .search-form {
-  min-width: 125px;
-  width: 265px;
+  width: 100%;
 }
 
 .search-form input,
@@ -539,3 +538,16 @@ details summary::-webkit-details-marker {
 .cursor-pointer {
   cursor: pointer;
 }
+
+.tooltip-notification .tooltip-inner {
+    max-width: 200px;
+    padding: 3px 8px;
+    color: #fff;
+    text-align: center;
+    background-color: #dc3545;
+    border-radius: .25rem;
+}
+
+.tooltip-notification .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
+    border-top-color: #dc3545; 
+}