adjust modal sizes

This commit is contained in:
Kyle Spearrin 2017-09-21 23:31:16 -04:00
parent a0e5591f8e
commit 11336da6df
1 changed files with 11 additions and 1 deletions

View File

@ -394,7 +394,17 @@ form .btn .loading-icon {
@media (min-width: @screen-sm-min) {
.modal-dialog {
width: 700px;
width: 750px;
}
.modal-sm {
width: 300px;
}
}
@media (min-width: @screen-md-min) {
.modal-lg {
width: 970px;
}
}