浏览代码

Calendar Modal

DimDz 2 年之前
父节点
当前提交
0867f728d1
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      client/components/boards/boardBody.css

+ 8 - 0
client/components/boards/boardBody.css

@@ -167,3 +167,11 @@
   border-color: #2b004d;
   border-color: #2b004d;
   color: #fff !important;
   color: #fff !important;
 }
 }
+.modal-dialog {
+  display: flex;
+  justify-content: center;
+  align-items: center;
+}
+.modal-header {
+  text-align: center;
+}