Browse Source

Calendar Modal

DimDz 2 năm trước cách đây
mục cha
commit
0867f728d1
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      client/components/boards/boardBody.css

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

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