modal widths are fixed

This commit is contained in:
Kyle Spearrin 2018-07-10 11:02:25 -04:00
parent 716619e7f1
commit a8618f1c79
1 changed files with 12 additions and 0 deletions

View File

@ -202,6 +202,18 @@ input, select, textarea {
}
}
.modal-dialog {
width: $modal-md;
}
.modal-sm {
width: $modal-sm;
}
.modal-lg {
width: $modal-lg;
}
.modal-body {
h3 {
font-weight: normal;