diff options
| author | Gijs Boddeus <[email protected]> | 2017-08-15 23:43:36 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-08-15 23:43:36 +0200 |
| commit | 06d4c6d273daf3eb84c9c5bb6306cecc9209304f (patch) | |
| tree | 695d8fb5b2f414eae0bac032369f77285f594803 /dist/css/bootstrap-grid.css | |
| parent | 1fb6d8c46a560e2e35295440721ba2929f9721b6 (diff) | |
| parent | 7b873fa0a15c0fb62671f95e966656967c6fd9b4 (diff) | |
| download | bootstrap-06d4c6d273daf3eb84c9c5bb6306cecc9209304f.tar.xz bootstrap-06d4c6d273daf3eb84c9c5bb6306cecc9209304f.zip | |
Merge pull request #1 from twbs/v4-dev
updating fork of BS to v4-beta1
Diffstat (limited to 'dist/css/bootstrap-grid.css')
| -rw-r--r-- | dist/css/bootstrap-grid.css | 1728 |
1 files changed, 1000 insertions, 728 deletions
diff --git a/dist/css/bootstrap-grid.css b/dist/css/bootstrap-grid.css index 74a04036c..1ee696bfe 100644 --- a/dist/css/bootstrap-grid.css +++ b/dist/css/bootstrap-grid.css @@ -3,167 +3,65 @@ } html { - -webkit-box-sizing: border-box; - box-sizing: border-box; + box-sizing: border-box; -ms-overflow-style: scrollbar; } *, *::before, *::after { - -webkit-box-sizing: inherit; - box-sizing: inherit; + box-sizing: inherit; } .container { - margin-left: auto; + width: 100%; margin-right: auto; + margin-left: auto; padding-right: 15px; padding-left: 15px; } -.container::after { - display: block; - content: ""; - clear: both; -} - @media (min-width: 576px) { .container { - padding-right: 15px; - padding-left: 15px; + max-width: 540px; } } @media (min-width: 768px) { .container { - padding-right: 15px; - padding-left: 15px; + max-width: 720px; } } @media (min-width: 992px) { .container { - padding-right: 15px; - padding-left: 15px; + max-width: 960px; } } @media (min-width: 1200px) { .container { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 576px) { - .container { - width: 540px; - max-width: 100%; - } -} - -@media (min-width: 768px) { - .container { - width: 720px; - max-width: 100%; - } -} - -@media (min-width: 992px) { - .container { - width: 960px; - max-width: 100%; - } -} - -@media (min-width: 1200px) { - .container { - width: 1140px; - max-width: 100%; + max-width: 1140px; } } .container-fluid { - margin-left: auto; + width: 100%; margin-right: auto; + margin-left: auto; padding-right: 15px; padding-left: 15px; } -.container-fluid::after { - display: block; - content: ""; - clear: both; -} - -@media (min-width: 576px) { - .container-fluid { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 768px) { - .container-fluid { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 992px) { - .container-fluid { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 1200px) { - .container-fluid { - padding-right: 15px; - padding-left: 15px; - } -} - .row { + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; margin-right: -15px; margin-left: -15px; } -.row::after { - display: block; - content: ""; - clear: both; -} - -@media (min-width: 576px) { - .row { - margin-right: -15px; - margin-left: -15px; - } -} - -@media (min-width: 768px) { - .row { - margin-right: -15px; - margin-left: -15px; - } -} - -@media (min-width: 992px) { - .row { - margin-right: -15px; - margin-left: -15px; - } -} - -@media (min-width: 1200px) { - .row { - margin-right: -15px; - margin-left: -15px; - } -} - .no-gutters { margin-right: 0; margin-left: 0; @@ -175,906 +73,1280 @@ html { padding-left: 0; } -.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { +.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, +.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, +.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, +.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, +.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, +.col-xl-auto { position: relative; + width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px; } -@media (min-width: 576px) { - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 768px) { - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 992px) { - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { - padding-right: 15px; - padding-left: 15px; - } +.col { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; } -@media (min-width: 1200px) { - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { - padding-right: 15px; - padding-left: 15px; - } +.col-auto { + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: none; } .col-1 { - float: left; - width: 8.333333%; + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; } .col-2 { - float: left; - width: 16.666667%; + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; } .col-3 { - float: left; - width: 25%; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } .col-4 { - float: left; - width: 33.333333%; + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; } .col-5 { - float: left; - width: 41.666667%; + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; } .col-6 { - float: left; - width: 50%; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } .col-7 { - float: left; - width: 58.333333%; + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; } .col-8 { - float: left; - width: 66.666667%; + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; } .col-9 { - float: left; - width: 75%; + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; } .col-10 { - float: left; - width: 83.333333%; + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; } .col-11 { - float: left; - width: 91.666667%; + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; } .col-12 { - float: left; - width: 100%; -} - -.pull-0 { - right: auto; -} - -.pull-1 { - right: 8.333333%; -} - -.pull-2 { - right: 16.666667%; -} - -.pull-3 { - right: 25%; -} - -.pull-4 { - right: 33.333333%; -} - -.pull-5 { - right: 41.666667%; -} - -.pull-6 { - right: 50%; -} - -.pull-7 { - right: 58.333333%; -} - -.pull-8 { - right: 66.666667%; -} - -.pull-9 { - right: 75%; -} - -.pull-10 { - right: 83.333333%; -} - -.pull-11 { - right: 91.666667%; -} - -.pull-12 { - right: 100%; -} - -.push-0 { - left: auto; -} - -.push-1 { - left: 8.333333%; -} - -.push-2 { - left: 16.666667%; -} - -.push-3 { - left: 25%; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } -.push-4 { - left: 33.333333%; +.order-1 { + -ms-flex-order: 1; + order: 1; } -.push-5 { - left: 41.666667%; +.order-2 { + -ms-flex-order: 2; + order: 2; } -.push-6 { - left: 50%; +.order-3 { + -ms-flex-order: 3; + order: 3; } -.push-7 { - left: 58.333333%; +.order-4 { + -ms-flex-order: 4; + order: 4; } -.push-8 { - left: 66.666667%; +.order-5 { + -ms-flex-order: 5; + order: 5; } -.push-9 { - left: 75%; +.order-6 { + -ms-flex-order: 6; + order: 6; } -.push-10 { - left: 83.333333%; +.order-7 { + -ms-flex-order: 7; + order: 7; } -.push-11 { - left: 91.666667%; +.order-8 { + -ms-flex-order: 8; + order: 8; } -.push-12 { - left: 100%; +.order-9 { + -ms-flex-order: 9; + order: 9; } -.offset-1 { - margin-left: 8.333333%; +.order-10 { + -ms-flex-order: 10; + order: 10; } -.offset-2 { - margin-left: 16.666667%; +.order-11 { + -ms-flex-order: 11; + order: 11; } -.offset-3 { - margin-left: 25%; -} - -.offset-4 { - margin-left: 33.333333%; -} - -.offset-5 { - margin-left: 41.666667%; -} - -.offset-6 { - margin-left: 50%; -} - -.offset-7 { - margin-left: 58.333333%; -} - -.offset-8 { - margin-left: 66.666667%; -} - -.offset-9 { - margin-left: 75%; -} - -.offset-10 { - margin-left: 83.333333%; -} - -.offset-11 { - margin-left: 91.666667%; +.order-12 { + -ms-flex-order: 12; + order: 12; } @media (min-width: 576px) { + .col-sm { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; + } + .col-sm-auto { + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: none; + } .col-sm-1 { - float: left; - width: 8.333333%; + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; } .col-sm-2 { - float: left; - width: 16.666667%; + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; } .col-sm-3 { - float: left; - width: 25%; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } .col-sm-4 { - float: left; - width: 33.333333%; + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; } .col-sm-5 { - float: left; - width: 41.666667%; + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; } .col-sm-6 { - float: left; - width: 50%; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } .col-sm-7 { - float: left; - width: 58.333333%; + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; } .col-sm-8 { - float: left; - width: 66.666667%; + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; } .col-sm-9 { - float: left; - width: 75%; + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; } .col-sm-10 { - float: left; - width: 83.333333%; + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; } .col-sm-11 { - float: left; - width: 91.666667%; + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; } .col-sm-12 { - float: left; - width: 100%; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } - .pull-sm-0 { - right: auto; + .order-sm-1 { + -ms-flex-order: 1; + order: 1; } - .pull-sm-1 { - right: 8.333333%; + .order-sm-2 { + -ms-flex-order: 2; + order: 2; } - .pull-sm-2 { - right: 16.666667%; + .order-sm-3 { + -ms-flex-order: 3; + order: 3; } - .pull-sm-3 { - right: 25%; + .order-sm-4 { + -ms-flex-order: 4; + order: 4; } - .pull-sm-4 { - right: 33.333333%; + .order-sm-5 { + -ms-flex-order: 5; + order: 5; } - .pull-sm-5 { - right: 41.666667%; + .order-sm-6 { + -ms-flex-order: 6; + order: 6; } - .pull-sm-6 { - right: 50%; + .order-sm-7 { + -ms-flex-order: 7; + order: 7; } - .pull-sm-7 { - right: 58.333333%; + .order-sm-8 { + -ms-flex-order: 8; + order: 8; } - .pull-sm-8 { - right: 66.666667%; + .order-sm-9 { + -ms-flex-order: 9; + order: 9; } - .pull-sm-9 { - right: 75%; + .order-sm-10 { + -ms-flex-order: 10; + order: 10; } - .pull-sm-10 { - right: 83.333333%; + .order-sm-11 { + -ms-flex-order: 11; + order: 11; } - .pull-sm-11 { - right: 91.666667%; + .order-sm-12 { + -ms-flex-order: 12; + order: 12; } - .pull-sm-12 { - right: 100%; +} + +@media (min-width: 768px) { + .col-md { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; } - .push-sm-0 { - left: auto; + .col-md-auto { + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: none; } - .push-sm-1 { - left: 8.333333%; + .col-md-1 { + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; } - .push-sm-2 { - left: 16.666667%; + .col-md-2 { + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; } - .push-sm-3 { - left: 25%; + .col-md-3 { + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } - .push-sm-4 { - left: 33.333333%; + .col-md-4 { + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; } - .push-sm-5 { - left: 41.666667%; + .col-md-5 { + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; } - .push-sm-6 { - left: 50%; + .col-md-6 { + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } - .push-sm-7 { - left: 58.333333%; + .col-md-7 { + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; } - .push-sm-8 { - left: 66.666667%; + .col-md-8 { + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; } - .push-sm-9 { - left: 75%; + .col-md-9 { + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; } - .push-sm-10 { - left: 83.333333%; + .col-md-10 { + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; } - .push-sm-11 { - left: 91.666667%; + .col-md-11 { + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; } - .push-sm-12 { - left: 100%; + .col-md-12 { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } - .offset-sm-0 { - margin-left: 0%; + .order-md-1 { + -ms-flex-order: 1; + order: 1; } - .offset-sm-1 { - margin-left: 8.333333%; + .order-md-2 { + -ms-flex-order: 2; + order: 2; } - .offset-sm-2 { - margin-left: 16.666667%; + .order-md-3 { + -ms-flex-order: 3; + order: 3; } - .offset-sm-3 { - margin-left: 25%; + .order-md-4 { + -ms-flex-order: 4; + order: 4; } - .offset-sm-4 { - margin-left: 33.333333%; + .order-md-5 { + -ms-flex-order: 5; + order: 5; } - .offset-sm-5 { - margin-left: 41.666667%; + .order-md-6 { + -ms-flex-order: 6; + order: 6; } - .offset-sm-6 { - margin-left: 50%; + .order-md-7 { + -ms-flex-order: 7; + order: 7; } - .offset-sm-7 { - margin-left: 58.333333%; + .order-md-8 { + -ms-flex-order: 8; + order: 8; } - .offset-sm-8 { - margin-left: 66.666667%; + .order-md-9 { + -ms-flex-order: 9; + order: 9; } - .offset-sm-9 { - margin-left: 75%; + .order-md-10 { + -ms-flex-order: 10; + order: 10; } - .offset-sm-10 { - margin-left: 83.333333%; + .order-md-11 { + -ms-flex-order: 11; + order: 11; } - .offset-sm-11 { - margin-left: 91.666667%; + .order-md-12 { + -ms-flex-order: 12; + order: 12; } } -@media (min-width: 768px) { - .col-md-1 { - float: left; - width: 8.333333%; +@media (min-width: 992px) { + .col-lg { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; } - .col-md-2 { - float: left; - width: 16.666667%; + .col-lg-auto { + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: none; } - .col-md-3 { - float: left; - width: 25%; + .col-lg-1 { + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; } - .col-md-4 { - float: left; - width: 33.333333%; + .col-lg-2 { + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; } - .col-md-5 { - float: left; - width: 41.666667%; + .col-lg-3 { + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } - .col-md-6 { - float: left; - width: 50%; + .col-lg-4 { + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; } - .col-md-7 { - float: left; - width: 58.333333%; + .col-lg-5 { + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; } - .col-md-8 { - float: left; - width: 66.666667%; + .col-lg-6 { + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } - .col-md-9 { - float: left; - width: 75%; + .col-lg-7 { + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; } - .col-md-10 { - float: left; - width: 83.333333%; + .col-lg-8 { + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; } - .col-md-11 { - float: left; - width: 91.666667%; + .col-lg-9 { + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; } - .col-md-12 { - float: left; - width: 100%; + .col-lg-10 { + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; } - .pull-md-0 { - right: auto; + .col-lg-11 { + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; } - .pull-md-1 { - right: 8.333333%; + .col-lg-12 { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } - .pull-md-2 { - right: 16.666667%; + .order-lg-1 { + -ms-flex-order: 1; + order: 1; } - .pull-md-3 { - right: 25%; + .order-lg-2 { + -ms-flex-order: 2; + order: 2; } - .pull-md-4 { - right: 33.333333%; + .order-lg-3 { + -ms-flex-order: 3; + order: 3; } - .pull-md-5 { - right: 41.666667%; + .order-lg-4 { + -ms-flex-order: 4; + order: 4; } - .pull-md-6 { - right: 50%; + .order-lg-5 { + -ms-flex-order: 5; + order: 5; } - .pull-md-7 { - right: 58.333333%; + .order-lg-6 { + -ms-flex-order: 6; + order: 6; } - .pull-md-8 { - right: 66.666667%; + .order-lg-7 { + -ms-flex-order: 7; + order: 7; } - .pull-md-9 { - right: 75%; + .order-lg-8 { + -ms-flex-order: 8; + order: 8; } - .pull-md-10 { - right: 83.333333%; + .order-lg-9 { + -ms-flex-order: 9; + order: 9; } - .pull-md-11 { - right: 91.666667%; + .order-lg-10 { + -ms-flex-order: 10; + order: 10; } - .pull-md-12 { - right: 100%; + .order-lg-11 { + -ms-flex-order: 11; + order: 11; } - .push-md-0 { - left: auto; + .order-lg-12 { + -ms-flex-order: 12; + order: 12; } - .push-md-1 { - left: 8.333333%; +} + +@media (min-width: 1200px) { + .col-xl { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; } - .push-md-2 { - left: 16.666667%; + .col-xl-auto { + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: none; } - .push-md-3 { - left: 25%; + .col-xl-1 { + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; } - .push-md-4 { - left: 33.333333%; + .col-xl-2 { + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; } - .push-md-5 { - left: 41.666667%; + .col-xl-3 { + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } - .push-md-6 { - left: 50%; + .col-xl-4 { + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; } - .push-md-7 { - left: 58.333333%; + .col-xl-5 { + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; } - .push-md-8 { - left: 66.666667%; + .col-xl-6 { + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } - .push-md-9 { - left: 75%; + .col-xl-7 { + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; } - .push-md-10 { - left: 83.333333%; + .col-xl-8 { + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; } - .push-md-11 { - left: 91.666667%; + .col-xl-9 { + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; + } + .col-xl-10 { + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; + } + .col-xl-11 { + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; } - .push-md-12 { - left: 100%; + .col-xl-12 { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } - .offset-md-0 { - margin-left: 0%; + .order-xl-1 { + -ms-flex-order: 1; + order: 1; } - .offset-md-1 { - margin-left: 8.333333%; + .order-xl-2 { + -ms-flex-order: 2; + order: 2; } - .offset-md-2 { - margin-left: 16.666667%; + .order-xl-3 { + -ms-flex-order: 3; + order: 3; } - .offset-md-3 { - margin-left: 25%; + .order-xl-4 { + -ms-flex-order: 4; + order: 4; } - .offset-md-4 { - margin-left: 33.333333%; + .order-xl-5 { + -ms-flex-order: 5; + order: 5; } - .offset-md-5 { - margin-left: 41.666667%; + .order-xl-6 { + -ms-flex-order: 6; + order: 6; } - .offset-md-6 { - margin-left: 50%; + .order-xl-7 { + -ms-flex-order: 7; + order: 7; } - .offset-md-7 { - margin-left: 58.333333%; + .order-xl-8 { + -ms-flex-order: 8; + order: 8; } - .offset-md-8 { - margin-left: 66.666667%; + .order-xl-9 { + -ms-flex-order: 9; + order: 9; } - .offset-md-9 { - margin-left: 75%; + .order-xl-10 { + -ms-flex-order: 10; + order: 10; } - .offset-md-10 { - margin-left: 83.333333%; + .order-xl-11 { + -ms-flex-order: 11; + order: 11; } - .offset-md-11 { - margin-left: 91.666667%; + .order-xl-12 { + -ms-flex-order: 12; + order: 12; } } -@media (min-width: 992px) { - .col-lg-1 { - float: left; - width: 8.333333%; +.flex-row { + -ms-flex-direction: row !important; + flex-direction: row !important; +} + +.flex-column { + -ms-flex-direction: column !important; + flex-direction: column !important; +} + +.flex-row-reverse { + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; +} + +.flex-column-reverse { + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; +} + +.flex-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; +} + +.flex-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; +} + +.flex-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; +} + +.justify-content-start { + -ms-flex-pack: start !important; + justify-content: flex-start !important; +} + +.justify-content-end { + -ms-flex-pack: end !important; + justify-content: flex-end !important; +} + +.justify-content-center { + -ms-flex-pack: center !important; + justify-content: center !important; +} + +.justify-content-between { + -ms-flex-pack: justify !important; + justify-content: space-between !important; +} + +.justify-content-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; +} + +.align-items-start { + -ms-flex-align: start !important; + align-items: flex-start !important; +} + +.align-items-end { + -ms-flex-align: end !important; + align-items: flex-end !important; +} + +.align-items-center { + -ms-flex-align: center !important; + align-items: center !important; +} + +.align-items-baseline { + -ms-flex-align: baseline !important; + align-items: baseline !important; +} + +.align-items-stretch { + -ms-flex-align: stretch !important; + align-items: stretch !important; +} + +.align-content-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; +} + +.align-content-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; +} + +.align-content-center { + -ms-flex-line-pack: center !important; + align-content: center !important; +} + +.align-content-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; +} + +.align-content-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; +} + +.align-content-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; +} + +.align-self-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; +} + +.align-self-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; +} + +.align-self-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; +} + +.align-self-center { + -ms-flex-item-align: center !important; + align-self: center !important; +} + +.align-self-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; +} + +.align-self-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; +} + +@media (min-width: 576px) { + .flex-sm-row { + -ms-flex-direction: row !important; + flex-direction: row !important; } - .col-lg-2 { - float: left; - width: 16.666667%; + .flex-sm-column { + -ms-flex-direction: column !important; + flex-direction: column !important; } - .col-lg-3 { - float: left; - width: 25%; + .flex-sm-row-reverse { + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } - .col-lg-4 { - float: left; - width: 33.333333%; + .flex-sm-column-reverse { + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } - .col-lg-5 { - float: left; - width: 41.666667%; + .flex-sm-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } - .col-lg-6 { - float: left; - width: 50%; + .flex-sm-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } - .col-lg-7 { - float: left; - width: 58.333333%; + .flex-sm-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } - .col-lg-8 { - float: left; - width: 66.666667%; + .justify-content-sm-start { + -ms-flex-pack: start !important; + justify-content: flex-start !important; } - .col-lg-9 { - float: left; - width: 75%; + .justify-content-sm-end { + -ms-flex-pack: end !important; + justify-content: flex-end !important; } - .col-lg-10 { - float: left; - width: 83.333333%; + .justify-content-sm-center { + -ms-flex-pack: center !important; + justify-content: center !important; } - .col-lg-11 { - float: left; - width: 91.666667%; + .justify-content-sm-between { + -ms-flex-pack: justify !important; + justify-content: space-between !important; } - .col-lg-12 { - float: left; - width: 100%; + .justify-content-sm-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + .align-items-sm-start { + -ms-flex-align: start !important; + align-items: flex-start !important; + } + .align-items-sm-end { + -ms-flex-align: end !important; + align-items: flex-end !important; + } + .align-items-sm-center { + -ms-flex-align: center !important; + align-items: center !important; } - .pull-lg-0 { - right: auto; + .align-items-sm-baseline { + -ms-flex-align: baseline !important; + align-items: baseline !important; } - .pull-lg-1 { - right: 8.333333%; + .align-items-sm-stretch { + -ms-flex-align: stretch !important; + align-items: stretch !important; } - .pull-lg-2 { - right: 16.666667%; + .align-content-sm-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } - .pull-lg-3 { - right: 25%; + .align-content-sm-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } - .pull-lg-4 { - right: 33.333333%; + .align-content-sm-center { + -ms-flex-line-pack: center !important; + align-content: center !important; } - .pull-lg-5 { - right: 41.666667%; + .align-content-sm-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } - .pull-lg-6 { - right: 50%; + .align-content-sm-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; } - .pull-lg-7 { - right: 58.333333%; + .align-content-sm-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; } - .pull-lg-8 { - right: 66.666667%; + .align-self-sm-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; } - .pull-lg-9 { - right: 75%; + .align-self-sm-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; } - .pull-lg-10 { - right: 83.333333%; + .align-self-sm-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; } - .pull-lg-11 { - right: 91.666667%; + .align-self-sm-center { + -ms-flex-item-align: center !important; + align-self: center !important; } - .pull-lg-12 { - right: 100%; + .align-self-sm-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .align-self-sm-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; + } +} + +@media (min-width: 768px) { + .flex-md-row { + -ms-flex-direction: row !important; + flex-direction: row !important; } - .push-lg-0 { - left: auto; + .flex-md-column { + -ms-flex-direction: column !important; + flex-direction: column !important; } - .push-lg-1 { - left: 8.333333%; + .flex-md-row-reverse { + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } - .push-lg-2 { - left: 16.666667%; + .flex-md-column-reverse { + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } - .push-lg-3 { - left: 25%; + .flex-md-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } - .push-lg-4 { - left: 33.333333%; + .flex-md-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } - .push-lg-5 { - left: 41.666667%; + .flex-md-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } - .push-lg-6 { - left: 50%; + .justify-content-md-start { + -ms-flex-pack: start !important; + justify-content: flex-start !important; } - .push-lg-7 { - left: 58.333333%; + .justify-content-md-end { + -ms-flex-pack: end !important; + justify-content: flex-end !important; } - .push-lg-8 { - left: 66.666667%; + .justify-content-md-center { + -ms-flex-pack: center !important; + justify-content: center !important; } - .push-lg-9 { - left: 75%; + .justify-content-md-between { + -ms-flex-pack: justify !important; + justify-content: space-between !important; } - .push-lg-10 { - left: 83.333333%; + .justify-content-md-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } - .push-lg-11 { - left: 91.666667%; + .align-items-md-start { + -ms-flex-align: start !important; + align-items: flex-start !important; } - .push-lg-12 { - left: 100%; + .align-items-md-end { + -ms-flex-align: end !important; + align-items: flex-end !important; } - .offset-lg-0 { - margin-left: 0%; + .align-items-md-center { + -ms-flex-align: center !important; + align-items: center !important; } - .offset-lg-1 { - margin-left: 8.333333%; + .align-items-md-baseline { + -ms-flex-align: baseline !important; + align-items: baseline !important; } - .offset-lg-2 { - margin-left: 16.666667%; + .align-items-md-stretch { + -ms-flex-align: stretch !important; + align-items: stretch !important; } - .offset-lg-3 { - margin-left: 25%; + .align-content-md-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } - .offset-lg-4 { - margin-left: 33.333333%; + .align-content-md-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } - .offset-lg-5 { - margin-left: 41.666667%; + .align-content-md-center { + -ms-flex-line-pack: center !important; + align-content: center !important; } - .offset-lg-6 { - margin-left: 50%; + .align-content-md-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } - .offset-lg-7 { - margin-left: 58.333333%; + .align-content-md-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; } - .offset-lg-8 { - margin-left: 66.666667%; + .align-content-md-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; } - .offset-lg-9 { - margin-left: 75%; + .align-self-md-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; } - .offset-lg-10 { - margin-left: 83.333333%; + .align-self-md-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; } - .offset-lg-11 { - margin-left: 91.666667%; + .align-self-md-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; + } + .align-self-md-center { + -ms-flex-item-align: center !important; + align-self: center !important; + } + .align-self-md-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .align-self-md-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; } } -@media (min-width: 1200px) { - .col-xl-1 { - float: left; - width: 8.333333%; +@media (min-width: 992px) { + .flex-lg-row { + -ms-flex-direction: row !important; + flex-direction: row !important; } - .col-xl-2 { - float: left; - width: 16.666667%; + .flex-lg-column { + -ms-flex-direction: column !important; + flex-direction: column !important; } - .col-xl-3 { - float: left; - width: 25%; + .flex-lg-row-reverse { + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } - .col-xl-4 { - float: left; - width: 33.333333%; + .flex-lg-column-reverse { + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } - .col-xl-5 { - float: left; - width: 41.666667%; + .flex-lg-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } - .col-xl-6 { - float: left; - width: 50%; + .flex-lg-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } - .col-xl-7 { - float: left; - width: 58.333333%; + .flex-lg-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } - .col-xl-8 { - float: left; - width: 66.666667%; + .justify-content-lg-start { + -ms-flex-pack: start !important; + justify-content: flex-start !important; } - .col-xl-9 { - float: left; - width: 75%; + .justify-content-lg-end { + -ms-flex-pack: end !important; + justify-content: flex-end !important; } - .col-xl-10 { - float: left; - width: 83.333333%; + .justify-content-lg-center { + -ms-flex-pack: center !important; + justify-content: center !important; } - .col-xl-11 { - float: left; - width: 91.666667%; + .justify-content-lg-between { + -ms-flex-pack: justify !important; + justify-content: space-between !important; } - .col-xl-12 { - float: left; - width: 100%; + .justify-content-lg-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + .align-items-lg-start { + -ms-flex-align: start !important; + align-items: flex-start !important; + } + .align-items-lg-end { + -ms-flex-align: end !important; + align-items: flex-end !important; } - .pull-xl-0 { - right: auto; + .align-items-lg-center { + -ms-flex-align: center !important; + align-items: center !important; } - .pull-xl-1 { - right: 8.333333%; + .align-items-lg-baseline { + -ms-flex-align: baseline !important; + align-items: baseline !important; } - .pull-xl-2 { - right: 16.666667%; + .align-items-lg-stretch { + -ms-flex-align: stretch !important; + align-items: stretch !important; } - .pull-xl-3 { - right: 25%; + .align-content-lg-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } - .pull-xl-4 { - right: 33.333333%; + .align-content-lg-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } - .pull-xl-5 { - right: 41.666667%; + .align-content-lg-center { + -ms-flex-line-pack: center !important; + align-content: center !important; } - .pull-xl-6 { - right: 50%; + .align-content-lg-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } - .pull-xl-7 { - right: 58.333333%; + .align-content-lg-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; } - .pull-xl-8 { - right: 66.666667%; + .align-content-lg-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; } - .pull-xl-9 { - right: 75%; + .align-self-lg-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; + } + .align-self-lg-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; + } + .align-self-lg-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; + } + .align-self-lg-center { + -ms-flex-item-align: center !important; + align-self: center !important; + } + .align-self-lg-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .align-self-lg-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; + } +} + +@media (min-width: 1200px) { + .flex-xl-row { + -ms-flex-direction: row !important; + flex-direction: row !important; } - .pull-xl-10 { - right: 83.333333%; + .flex-xl-column { + -ms-flex-direction: column !important; + flex-direction: column !important; } - .pull-xl-11 { - right: 91.666667%; + .flex-xl-row-reverse { + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } - .pull-xl-12 { - right: 100%; + .flex-xl-column-reverse { + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } - .push-xl-0 { - left: auto; + .flex-xl-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } - .push-xl-1 { - left: 8.333333%; + .flex-xl-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } - .push-xl-2 { - left: 16.666667%; + .flex-xl-wrap-reverse { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } - .push-xl-3 { - left: 25%; + .justify-content-xl-start { + -ms-flex-pack: start !important; + justify-content: flex-start !important; } - .push-xl-4 { - left: 33.333333%; + .justify-content-xl-end { + -ms-flex-pack: end !important; + justify-content: flex-end !important; } - .push-xl-5 { - left: 41.666667%; + .justify-content-xl-center { + -ms-flex-pack: center !important; + justify-content: center !important; } - .push-xl-6 { - left: 50%; + .justify-content-xl-between { + -ms-flex-pack: justify !important; + justify-content: space-between !important; } - .push-xl-7 { - left: 58.333333%; + .justify-content-xl-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } - .push-xl-8 { - left: 66.666667%; + .align-items-xl-start { + -ms-flex-align: start !important; + align-items: flex-start !important; } - .push-xl-9 { - left: 75%; + .align-items-xl-end { + -ms-flex-align: end !important; + align-items: flex-end !important; } - .push-xl-10 { - left: 83.333333%; + .align-items-xl-center { + -ms-flex-align: center !important; + align-items: center !important; } - .push-xl-11 { - left: 91.666667%; + .align-items-xl-baseline { + -ms-flex-align: baseline !important; + align-items: baseline !important; } - .push-xl-12 { - left: 100%; + .align-items-xl-stretch { + -ms-flex-align: stretch !important; + align-items: stretch !important; } - .offset-xl-0 { - margin-left: 0%; + .align-content-xl-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } - .offset-xl-1 { - margin-left: 8.333333%; + .align-content-xl-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } - .offset-xl-2 { - margin-left: 16.666667%; + .align-content-xl-center { + -ms-flex-line-pack: center !important; + align-content: center !important; } - .offset-xl-3 { - margin-left: 25%; + .align-content-xl-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } - .offset-xl-4 { - margin-left: 33.333333%; + .align-content-xl-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; } - .offset-xl-5 { - margin-left: 41.666667%; + .align-content-xl-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; } - .offset-xl-6 { - margin-left: 50%; + .align-self-xl-auto { + -ms-flex-item-align: auto !important; + align-self: auto !important; } - .offset-xl-7 { - margin-left: 58.333333%; + .align-self-xl-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; } - .offset-xl-8 { - margin-left: 66.666667%; + .align-self-xl-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; } - .offset-xl-9 { - margin-left: 75%; + .align-self-xl-center { + -ms-flex-item-align: center !important; + align-self: center !important; } - .offset-xl-10 { - margin-left: 83.333333%; + .align-self-xl-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; } - .offset-xl-11 { - margin-left: 91.666667%; + .align-self-xl-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; } } /*# sourceMappingURL=bootstrap-grid.css.map */
\ No newline at end of file |
