From 07a302a33b11fc8333ab2599ba79ac7d1b02e4ad Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 31 Mar 2018 22:15:15 -0700 Subject: dist --- dist/css/bootstrap-grid.css | 84 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) (limited to 'dist/css/bootstrap-grid.css') 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; -- cgit v1.2.3