aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap-grid.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2018-03-31 22:15:15 -0700
committerMark Otto <[email protected]>2018-03-31 22:15:15 -0700
commit07a302a33b11fc8333ab2599ba79ac7d1b02e4ad (patch)
tree70c584f51cedd07309a60e2d8ff65f9102a5dd82 /dist/css/bootstrap-grid.css
parent98763f1f85ebe1ae0714f993a8e30a096e10dae8 (diff)
downloadbootstrap-07a302a33b11fc8333ab2599ba79ac7d1b02e4ad.tar.xz
bootstrap-07a302a33b11fc8333ab2599ba79ac7d1b02e4ad.zip
dist
Diffstat (limited to 'dist/css/bootstrap-grid.css')
-rw-r--r--dist/css/bootstrap-grid.css84
1 files changed, 84 insertions, 0 deletions
diff --git a/dist/css/bootstrap-grid.css b/dist/css/bootstrap-grid.css
index 91575f514..3dba9043e 100644
--- a/dist/css/bootstrap-grid.css
+++ b/dist/css/bootstrap-grid.css
@@ -1224,6 +1224,26 @@ html {
flex: 1 1 auto !important;
}
+.flex-grow-0 {
+ -ms-flex-positive: 0 !important;
+ flex-grow: 0 !important;
+}
+
+.flex-grow-1 {
+ -ms-flex-positive: 1 !important;
+ flex-grow: 1 !important;
+}
+
+.flex-shrink-0 {
+ -ms-flex-negative: 0 !important;
+ flex-shrink: 0 !important;
+}
+
+.flex-shrink-1 {
+ -ms-flex-negative: 1 !important;
+ flex-shrink: 1 !important;
+}
+
.justify-content-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
@@ -1367,6 +1387,22 @@ html {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
+ .flex-sm-grow-0 {
+ -ms-flex-positive: 0 !important;
+ flex-grow: 0 !important;
+ }
+ .flex-sm-grow-1 {
+ -ms-flex-positive: 1 !important;
+ flex-grow: 1 !important;
+ }
+ .flex-sm-shrink-0 {
+ -ms-flex-negative: 0 !important;
+ flex-shrink: 0 !important;
+ }
+ .flex-sm-shrink-1 {
+ -ms-flex-negative: 1 !important;
+ flex-shrink: 1 !important;
+ }
.justify-content-sm-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
@@ -1490,6 +1526,22 @@ html {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
+ .flex-md-grow-0 {
+ -ms-flex-positive: 0 !important;
+ flex-grow: 0 !important;
+ }
+ .flex-md-grow-1 {
+ -ms-flex-positive: 1 !important;
+ flex-grow: 1 !important;
+ }
+ .flex-md-shrink-0 {
+ -ms-flex-negative: 0 !important;
+ flex-shrink: 0 !important;
+ }
+ .flex-md-shrink-1 {
+ -ms-flex-negative: 1 !important;
+ flex-shrink: 1 !important;
+ }
.justify-content-md-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
@@ -1613,6 +1665,22 @@ html {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
+ .flex-lg-grow-0 {
+ -ms-flex-positive: 0 !important;
+ flex-grow: 0 !important;
+ }
+ .flex-lg-grow-1 {
+ -ms-flex-positive: 1 !important;
+ flex-grow: 1 !important;
+ }
+ .flex-lg-shrink-0 {
+ -ms-flex-negative: 0 !important;
+ flex-shrink: 0 !important;
+ }
+ .flex-lg-shrink-1 {
+ -ms-flex-negative: 1 !important;
+ flex-shrink: 1 !important;
+ }
.justify-content-lg-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
@@ -1736,6 +1804,22 @@ html {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
+ .flex-xl-grow-0 {
+ -ms-flex-positive: 0 !important;
+ flex-grow: 0 !important;
+ }
+ .flex-xl-grow-1 {
+ -ms-flex-positive: 1 !important;
+ flex-grow: 1 !important;
+ }
+ .flex-xl-shrink-0 {
+ -ms-flex-negative: 0 !important;
+ flex-shrink: 0 !important;
+ }
+ .flex-xl-shrink-1 {
+ -ms-flex-negative: 1 !important;
+ flex-shrink: 1 !important;
+ }
.justify-content-xl-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;