mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
grunt
This commit is contained in:
@@ -6733,6 +6733,22 @@ a.bg-inverse:focus, a.bg-inverse:hover {
|
|||||||
flex-direction: column !important;
|
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 {
|
.flex-wrap {
|
||||||
-webkit-flex-wrap: wrap !important;
|
-webkit-flex-wrap: wrap !important;
|
||||||
-ms-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: 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 {
|
.justify-content-start {
|
||||||
-webkit-box-pack: start !important;
|
-webkit-box-pack: start !important;
|
||||||
-webkit-justify-content: flex-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;
|
-ms-flex-direction: column !important;
|
||||||
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 {
|
.flex-sm-wrap {
|
||||||
-webkit-flex-wrap: wrap !important;
|
-webkit-flex-wrap: wrap !important;
|
||||||
-ms-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;
|
-ms-flex-wrap: nowrap !important;
|
||||||
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 {
|
.justify-content-sm-start {
|
||||||
-webkit-box-pack: start !important;
|
-webkit-box-pack: start !important;
|
||||||
-webkit-justify-content: flex-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;
|
-ms-flex-direction: column !important;
|
||||||
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 {
|
.flex-md-wrap {
|
||||||
-webkit-flex-wrap: wrap !important;
|
-webkit-flex-wrap: wrap !important;
|
||||||
-ms-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;
|
-ms-flex-wrap: nowrap !important;
|
||||||
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 {
|
.justify-content-md-start {
|
||||||
-webkit-box-pack: start !important;
|
-webkit-box-pack: start !important;
|
||||||
-webkit-justify-content: flex-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;
|
-ms-flex-direction: column !important;
|
||||||
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 {
|
.flex-lg-wrap {
|
||||||
-webkit-flex-wrap: wrap !important;
|
-webkit-flex-wrap: wrap !important;
|
||||||
-ms-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;
|
-ms-flex-wrap: nowrap !important;
|
||||||
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 {
|
.justify-content-lg-start {
|
||||||
-webkit-box-pack: start !important;
|
-webkit-box-pack: start !important;
|
||||||
-webkit-justify-content: flex-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;
|
-ms-flex-direction: column !important;
|
||||||
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 {
|
.flex-xl-wrap {
|
||||||
-webkit-flex-wrap: wrap !important;
|
-webkit-flex-wrap: wrap !important;
|
||||||
-ms-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;
|
-ms-flex-wrap: nowrap !important;
|
||||||
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 {
|
.justify-content-xl-start {
|
||||||
-webkit-box-pack: start !important;
|
-webkit-box-pack: start !important;
|
||||||
-webkit-justify-content: flex-start !important;
|
-webkit-justify-content: flex-start !important;
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -6733,6 +6733,22 @@ a.bg-inverse:focus, a.bg-inverse:hover {
|
|||||||
flex-direction: column !important;
|
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 {
|
.flex-wrap {
|
||||||
-webkit-flex-wrap: wrap !important;
|
-webkit-flex-wrap: wrap !important;
|
||||||
-ms-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: 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 {
|
.justify-content-start {
|
||||||
-webkit-box-pack: start !important;
|
-webkit-box-pack: start !important;
|
||||||
-webkit-justify-content: flex-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;
|
-ms-flex-direction: column !important;
|
||||||
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 {
|
.flex-sm-wrap {
|
||||||
-webkit-flex-wrap: wrap !important;
|
-webkit-flex-wrap: wrap !important;
|
||||||
-ms-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;
|
-ms-flex-wrap: nowrap !important;
|
||||||
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 {
|
.justify-content-sm-start {
|
||||||
-webkit-box-pack: start !important;
|
-webkit-box-pack: start !important;
|
||||||
-webkit-justify-content: flex-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;
|
-ms-flex-direction: column !important;
|
||||||
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 {
|
.flex-md-wrap {
|
||||||
-webkit-flex-wrap: wrap !important;
|
-webkit-flex-wrap: wrap !important;
|
||||||
-ms-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;
|
-ms-flex-wrap: nowrap !important;
|
||||||
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 {
|
.justify-content-md-start {
|
||||||
-webkit-box-pack: start !important;
|
-webkit-box-pack: start !important;
|
||||||
-webkit-justify-content: flex-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;
|
-ms-flex-direction: column !important;
|
||||||
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 {
|
.flex-lg-wrap {
|
||||||
-webkit-flex-wrap: wrap !important;
|
-webkit-flex-wrap: wrap !important;
|
||||||
-ms-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;
|
-ms-flex-wrap: nowrap !important;
|
||||||
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 {
|
.justify-content-lg-start {
|
||||||
-webkit-box-pack: start !important;
|
-webkit-box-pack: start !important;
|
||||||
-webkit-justify-content: flex-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;
|
-ms-flex-direction: column !important;
|
||||||
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 {
|
.flex-xl-wrap {
|
||||||
-webkit-flex-wrap: wrap !important;
|
-webkit-flex-wrap: wrap !important;
|
||||||
-ms-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;
|
-ms-flex-wrap: nowrap !important;
|
||||||
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 {
|
.justify-content-xl-start {
|
||||||
-webkit-box-pack: start !important;
|
-webkit-box-pack: start !important;
|
||||||
-webkit-justify-content: flex-start !important;
|
-webkit-justify-content: flex-start !important;
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user