modal widths are fixed
This commit is contained in:
parent
716619e7f1
commit
a8618f1c79
|
@ -202,6 +202,18 @@ input, select, textarea {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal-dialog {
|
||||||
|
width: $modal-md;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-sm {
|
||||||
|
width: $modal-sm;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-lg {
|
||||||
|
width: $modal-lg;
|
||||||
|
}
|
||||||
|
|
||||||
.modal-body {
|
.modal-body {
|
||||||
h3 {
|
h3 {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
Loading…
Reference in New Issue