Calendar Modal

This commit is contained in:
DimDz 2023-05-11 12:48:50 +03:00 committed by GitHub
parent 0bd8b298d7
commit 0867f728d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}