소스 검색

Update custom sass

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

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

@@ -491,3 +491,11 @@ details summary::-webkit-details-marker {
 #s-modal .modal-content {
   border-radius: 0;
 }
+
+.text-lighter {
+  color:#B8C2CC !important;
+} 
+
+.cursor-pointer {
+  cursor: pointer;
+}