Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorysds <ysds.code@gmail.com>2018-08-27 02:36:54 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-08-28 02:22:46 +0300
commit5266669d34e80785a6a053031283cecf2516b7fc (patch)
tree3ccb3d74ae2ef77cd8084bf37b6b840f68170f1d /scss/_modal.scss
parent0e8831505ac845f3102fa2c5996a7141c9ab01ee (diff)
Remove extra line break
Diffstat (limited to 'scss/_modal.scss')
-rw-r--r--scss/_modal.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/scss/_modal.scss b/scss/_modal.scss
index 9cb2e529e5..bc349ff8e6 100644
--- a/scss/_modal.scss
+++ b/scss/_modal.scss
@@ -165,7 +165,6 @@
&::before {
height: calc(100vh - (#{$modal-dialog-margin-y-sm-up} * 2));
}
-
}
.modal-content {
@@ -173,7 +172,6 @@
}
.modal-sm { max-width: $modal-sm; }
-
}
@include media-breakpoint-up(lg) {