aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap-grid.css
diff options
context:
space:
mode:
Diffstat (limited to 'dist/css/bootstrap-grid.css')
-rw-r--r--dist/css/bootstrap-grid.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/dist/css/bootstrap-grid.css b/dist/css/bootstrap-grid.css
index d1db4cebf..03f9907d7 100644
--- a/dist/css/bootstrap-grid.css
+++ b/dist/css/bootstrap-grid.css
@@ -173,6 +173,11 @@ html {
max-width: 100%;
}
+.order-first {
+ -ms-flex-order: -1;
+ order: -1;
+}
+
.order-1 {
-ms-flex-order: 1;
order: 1;
@@ -351,6 +356,10 @@ html {
flex: 0 0 100%;
max-width: 100%;
}
+ .order-sm-first {
+ -ms-flex-order: -1;
+ order: -1;
+ }
.order-sm-1 {
-ms-flex-order: 1;
order: 1;
@@ -511,6 +520,10 @@ html {
flex: 0 0 100%;
max-width: 100%;
}
+ .order-md-first {
+ -ms-flex-order: -1;
+ order: -1;
+ }
.order-md-1 {
-ms-flex-order: 1;
order: 1;
@@ -671,6 +684,10 @@ html {
flex: 0 0 100%;
max-width: 100%;
}
+ .order-lg-first {
+ -ms-flex-order: -1;
+ order: -1;
+ }
.order-lg-1 {
-ms-flex-order: 1;
order: 1;
@@ -831,6 +848,10 @@ html {
flex: 0 0 100%;
max-width: 100%;
}
+ .order-xl-first {
+ -ms-flex-order: -1;
+ order: -1;
+ }
.order-xl-1 {
-ms-flex-order: 1;
order: 1;