Secondary modal is slightly smaller than primary

- So that the primary modal is still visible underneath
This commit is contained in:
Oliver Walters 2019-05-14 22:44:57 +10:00
parent 226644e59a
commit 21c238e96a

View File

@ -178,6 +178,11 @@
width: 45%; width: 45%;
} }
.modal-secondary .modal-dialog {
width: 40%;
padding-top: 15px;
}
.modal-content h3 { .modal-content h3 {
margin-top: 3px; margin-top: 3px;
margin-bottom: 3px; margin-bottom: 3px;