浏览代码

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