diff options
| author | Mark Otto <[email protected]> | 2016-12-26 13:11:05 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-26 13:11:05 -0800 |
| commit | 14fe088cab41dc141093e648738545758b097347 (patch) | |
| tree | 9f4eefa2bcef29210615a9adf327d7c05b674f73 /dist/css/bootstrap.css | |
| parent | 31ac81e5ba488fccf46f3ef5ab2f41b3a65fdeee (diff) | |
| download | bootstrap-14fe088cab41dc141093e648738545758b097347.tar.xz bootstrap-14fe088cab41dc141093e648738545758b097347.zip | |
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 2fa44777e..eff3427c1 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -6733,6 +6733,22 @@ a.bg-inverse:focus, a.bg-inverse:hover { flex-direction: column !important; } +.flex-row-reverse { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -webkit-flex-direction: row-reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; +} + +.flex-column-reverse { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -webkit-flex-direction: column-reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; +} + .flex-wrap { -webkit-flex-wrap: wrap !important; -ms-flex-wrap: wrap !important; @@ -6745,6 +6761,12 @@ a.bg-inverse:focus, a.bg-inverse:hover { flex-wrap: nowrap !important; } +.flex-wrap-reverse { + -webkit-flex-wrap: wrap-reverse !important; + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; +} + .justify-content-start { -webkit-box-pack: start !important; -webkit-justify-content: flex-start !important; @@ -6922,6 +6944,20 @@ a.bg-inverse:focus, a.bg-inverse:hover { -ms-flex-direction: column !important; flex-direction: column !important; } + .flex-sm-row-reverse { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -webkit-flex-direction: row-reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; + } + .flex-sm-column-reverse { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -webkit-flex-direction: column-reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; + } .flex-sm-wrap { -webkit-flex-wrap: wrap !important; -ms-flex-wrap: wrap !important; @@ -6932,6 +6968,11 @@ a.bg-inverse:focus, a.bg-inverse:hover { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } + .flex-sm-wrap-reverse { + -webkit-flex-wrap: wrap-reverse !important; + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } .justify-content-sm-start { -webkit-box-pack: start !important; -webkit-justify-content: flex-start !important; @@ -7089,6 +7130,20 @@ a.bg-inverse:focus, a.bg-inverse:hover { -ms-flex-direction: column !important; flex-direction: column !important; } + .flex-md-row-reverse { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -webkit-flex-direction: row-reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; + } + .flex-md-column-reverse { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -webkit-flex-direction: column-reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; + } .flex-md-wrap { -webkit-flex-wrap: wrap !important; -ms-flex-wrap: wrap !important; @@ -7099,6 +7154,11 @@ a.bg-inverse:focus, a.bg-inverse:hover { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } + .flex-md-wrap-reverse { + -webkit-flex-wrap: wrap-reverse !important; + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } .justify-content-md-start { -webkit-box-pack: start !important; -webkit-justify-content: flex-start !important; @@ -7256,6 +7316,20 @@ a.bg-inverse:focus, a.bg-inverse:hover { -ms-flex-direction: column !important; flex-direction: column !important; } + .flex-lg-row-reverse { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -webkit-flex-direction: row-reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; + } + .flex-lg-column-reverse { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -webkit-flex-direction: column-reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; + } .flex-lg-wrap { -webkit-flex-wrap: wrap !important; -ms-flex-wrap: wrap !important; @@ -7266,6 +7340,11 @@ a.bg-inverse:focus, a.bg-inverse:hover { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } + .flex-lg-wrap-reverse { + -webkit-flex-wrap: wrap-reverse !important; + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } .justify-content-lg-start { -webkit-box-pack: start !important; -webkit-justify-content: flex-start !important; @@ -7423,6 +7502,20 @@ a.bg-inverse:focus, a.bg-inverse:hover { -ms-flex-direction: column !important; flex-direction: column !important; } + .flex-xl-row-reverse { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -webkit-flex-direction: row-reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; + } + .flex-xl-column-reverse { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -webkit-flex-direction: column-reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; + } .flex-xl-wrap { -webkit-flex-wrap: wrap !important; -ms-flex-wrap: wrap !important; @@ -7433,6 +7526,11 @@ a.bg-inverse:focus, a.bg-inverse:hover { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } + .flex-xl-wrap-reverse { + -webkit-flex-wrap: wrap-reverse !important; + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } .justify-content-xl-start { -webkit-box-pack: start !important; -webkit-justify-content: flex-start !important; |
