소스 검색

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;
   color: #fff !important;
 }
+.modal-dialog {
+  display: flex;
+  justify-content: center;
+  align-items: center;
+}
+.modal-header {
+  text-align: center;
+}