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:
authorMark Otto <markdotto@gmail.com>2018-02-12 01:53:29 +0300
committerMark Otto <markdotto@gmail.com>2018-02-12 01:53:29 +0300
commite373fbea9220732283761f3720b4be6280d5135d (patch)
tree2aac6819b440f92d055cdf9c1961831c92bf01a5 /dist/css/bootstrap-grid.css
parentf81f419b22949d2bf0f4d346891be44724109135 (diff)
dist
Diffstat (limited to 'dist/css/bootstrap-grid.css')
-rw-r--r--dist/css/bootstrap-grid.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/dist/css/bootstrap-grid.css b/dist/css/bootstrap-grid.css
index 5a71a41aab..fecfe4bbc2 100644
--- a/dist/css/bootstrap-grid.css
+++ b/dist/css/bootstrap-grid.css
@@ -1385,6 +1385,12 @@ html {
flex-wrap: wrap-reverse !important;
}
+.flex-fill {
+ -webkit-box-flex: 1 !important;
+ -ms-flex: 1 1 auto !important;
+ flex: 1 1 auto !important;
+}
+
.justify-content-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
@@ -1541,6 +1547,11 @@ html {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
+ .flex-sm-fill {
+ -webkit-box-flex: 1 !important;
+ -ms-flex: 1 1 auto !important;
+ flex: 1 1 auto !important;
+ }
.justify-content-sm-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
@@ -1677,6 +1688,11 @@ html {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
+ .flex-md-fill {
+ -webkit-box-flex: 1 !important;
+ -ms-flex: 1 1 auto !important;
+ flex: 1 1 auto !important;
+ }
.justify-content-md-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
@@ -1813,6 +1829,11 @@ html {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
+ .flex-lg-fill {
+ -webkit-box-flex: 1 !important;
+ -ms-flex: 1 1 auto !important;
+ flex: 1 1 auto !important;
+ }
.justify-content-lg-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
@@ -1949,6 +1970,11 @@ html {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
+ .flex-xl-fill {
+ -webkit-box-flex: 1 !important;
+ -ms-flex: 1 1 auto !important;
+ flex: 1 1 auto !important;
+ }
.justify-content-xl-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;