소스 검색

Update custom sass

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

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

@@ -472,3 +472,14 @@ details summary::-webkit-details-marker {
         object-fit: cover;
     }
 }
+
+#l-modal .modal-body,
+#s-modal .modal-body {
+  height: 60vh;
+  overflow-y: scroll;
+}
+
+#l-modal .modal-content,
+#s-modal .modal-content {
+  border-radius: 0;
+}