use directories for structure
This commit is contained in:
2
node_modules/bootstrap/scss/_modal.scss
generated
vendored
2
node_modules/bootstrap/scss/_modal.scss
generated
vendored
@@ -83,6 +83,7 @@
|
||||
&::before {
|
||||
display: block; // IE10
|
||||
height: subtract(100vh, $modal-dialog-margin * 2);
|
||||
height: min-content; // Reset height to 0 except on IE
|
||||
content: "";
|
||||
}
|
||||
|
||||
@@ -217,6 +218,7 @@
|
||||
|
||||
&::before {
|
||||
height: subtract(100vh, $modal-dialog-margin-y-sm-up * 2);
|
||||
height: min-content;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user