Calendar Modal

pull/4922/head
DimDz 2 years ago committed by GitHub
parent 0bd8b298d7
commit 0867f728d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      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;
}

Loading…
Cancel
Save