瀏覽代碼

border in modal

yusuketk 6 年之前
父節點
當前提交
b46ddc31b2
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      src/client/styles/scss/_override-bootstrap.scss

+ 7 - 0
src/client/styles/scss/_override-bootstrap.scss

@@ -95,6 +95,13 @@
 .modal-content {
   box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.1);
 }
+.modal-header {
+  border: 1px solid #e5e5e5;
+}
+
+.modal-footer {
+  border: 1px solid #e5e5e5;
+}
 
 // col-form-label (substitute for control-label of bootstrap3)
 .col-form-label {