mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
dist
This commit is contained in:
parent
2416801c7e
commit
234a894a0b
2
assets/css/docs.min.css
vendored
2
assets/css/docs.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
221
dist/css/bootstrap-grid.css
vendored
221
dist/css/bootstrap-grid.css
vendored
@ -60,6 +60,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.row {
|
.row {
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-ms-flex-wrap: wrap;
|
-ms-flex-wrap: wrap;
|
||||||
@ -95,12 +96,14 @@ html {
|
|||||||
.col {
|
.col {
|
||||||
-ms-flex-preferred-size: 0;
|
-ms-flex-preferred-size: 0;
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
|
-webkit-box-flex: 1;
|
||||||
-ms-flex-positive: 1;
|
-ms-flex-positive: 1;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-auto {
|
.col-auto {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 auto;
|
-ms-flex: 0 0 auto;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
width: auto;
|
width: auto;
|
||||||
@ -108,138 +111,163 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.col-1 {
|
.col-1 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 8.333333%;
|
-ms-flex: 0 0 8.333333%;
|
||||||
flex: 0 0 8.333333%;
|
flex: 0 0 8.333333%;
|
||||||
max-width: 8.333333%;
|
max-width: 8.333333%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-2 {
|
.col-2 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 16.666667%;
|
-ms-flex: 0 0 16.666667%;
|
||||||
flex: 0 0 16.666667%;
|
flex: 0 0 16.666667%;
|
||||||
max-width: 16.666667%;
|
max-width: 16.666667%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-3 {
|
.col-3 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 25%;
|
-ms-flex: 0 0 25%;
|
||||||
flex: 0 0 25%;
|
flex: 0 0 25%;
|
||||||
max-width: 25%;
|
max-width: 25%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-4 {
|
.col-4 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 33.333333%;
|
-ms-flex: 0 0 33.333333%;
|
||||||
flex: 0 0 33.333333%;
|
flex: 0 0 33.333333%;
|
||||||
max-width: 33.333333%;
|
max-width: 33.333333%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-5 {
|
.col-5 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 41.666667%;
|
-ms-flex: 0 0 41.666667%;
|
||||||
flex: 0 0 41.666667%;
|
flex: 0 0 41.666667%;
|
||||||
max-width: 41.666667%;
|
max-width: 41.666667%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-6 {
|
.col-6 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 50%;
|
-ms-flex: 0 0 50%;
|
||||||
flex: 0 0 50%;
|
flex: 0 0 50%;
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-7 {
|
.col-7 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 58.333333%;
|
-ms-flex: 0 0 58.333333%;
|
||||||
flex: 0 0 58.333333%;
|
flex: 0 0 58.333333%;
|
||||||
max-width: 58.333333%;
|
max-width: 58.333333%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-8 {
|
.col-8 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 66.666667%;
|
-ms-flex: 0 0 66.666667%;
|
||||||
flex: 0 0 66.666667%;
|
flex: 0 0 66.666667%;
|
||||||
max-width: 66.666667%;
|
max-width: 66.666667%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-9 {
|
.col-9 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 75%;
|
-ms-flex: 0 0 75%;
|
||||||
flex: 0 0 75%;
|
flex: 0 0 75%;
|
||||||
max-width: 75%;
|
max-width: 75%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-10 {
|
.col-10 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 83.333333%;
|
-ms-flex: 0 0 83.333333%;
|
||||||
flex: 0 0 83.333333%;
|
flex: 0 0 83.333333%;
|
||||||
max-width: 83.333333%;
|
max-width: 83.333333%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-11 {
|
.col-11 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 91.666667%;
|
-ms-flex: 0 0 91.666667%;
|
||||||
flex: 0 0 91.666667%;
|
flex: 0 0 91.666667%;
|
||||||
max-width: 91.666667%;
|
max-width: 91.666667%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-12 {
|
.col-12 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 100%;
|
-ms-flex: 0 0 100%;
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-first {
|
.order-first {
|
||||||
|
-webkit-box-ordinal-group: 0;
|
||||||
-ms-flex-order: -1;
|
-ms-flex-order: -1;
|
||||||
order: -1;
|
order: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-1 {
|
.order-1 {
|
||||||
|
-webkit-box-ordinal-group: 2;
|
||||||
-ms-flex-order: 1;
|
-ms-flex-order: 1;
|
||||||
order: 1;
|
order: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-2 {
|
.order-2 {
|
||||||
|
-webkit-box-ordinal-group: 3;
|
||||||
-ms-flex-order: 2;
|
-ms-flex-order: 2;
|
||||||
order: 2;
|
order: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-3 {
|
.order-3 {
|
||||||
|
-webkit-box-ordinal-group: 4;
|
||||||
-ms-flex-order: 3;
|
-ms-flex-order: 3;
|
||||||
order: 3;
|
order: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-4 {
|
.order-4 {
|
||||||
|
-webkit-box-ordinal-group: 5;
|
||||||
-ms-flex-order: 4;
|
-ms-flex-order: 4;
|
||||||
order: 4;
|
order: 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-5 {
|
.order-5 {
|
||||||
|
-webkit-box-ordinal-group: 6;
|
||||||
-ms-flex-order: 5;
|
-ms-flex-order: 5;
|
||||||
order: 5;
|
order: 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-6 {
|
.order-6 {
|
||||||
|
-webkit-box-ordinal-group: 7;
|
||||||
-ms-flex-order: 6;
|
-ms-flex-order: 6;
|
||||||
order: 6;
|
order: 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-7 {
|
.order-7 {
|
||||||
|
-webkit-box-ordinal-group: 8;
|
||||||
-ms-flex-order: 7;
|
-ms-flex-order: 7;
|
||||||
order: 7;
|
order: 7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-8 {
|
.order-8 {
|
||||||
|
-webkit-box-ordinal-group: 9;
|
||||||
-ms-flex-order: 8;
|
-ms-flex-order: 8;
|
||||||
order: 8;
|
order: 8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-9 {
|
.order-9 {
|
||||||
|
-webkit-box-ordinal-group: 10;
|
||||||
-ms-flex-order: 9;
|
-ms-flex-order: 9;
|
||||||
order: 9;
|
order: 9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-10 {
|
.order-10 {
|
||||||
|
-webkit-box-ordinal-group: 11;
|
||||||
-ms-flex-order: 10;
|
-ms-flex-order: 10;
|
||||||
order: 10;
|
order: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-11 {
|
.order-11 {
|
||||||
|
-webkit-box-ordinal-group: 12;
|
||||||
-ms-flex-order: 11;
|
-ms-flex-order: 11;
|
||||||
order: 11;
|
order: 11;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-12 {
|
.order-12 {
|
||||||
|
-webkit-box-ordinal-group: 13;
|
||||||
-ms-flex-order: 12;
|
-ms-flex-order: 12;
|
||||||
order: 12;
|
order: 12;
|
||||||
}
|
}
|
||||||
@ -292,125 +320,152 @@ html {
|
|||||||
.col-sm {
|
.col-sm {
|
||||||
-ms-flex-preferred-size: 0;
|
-ms-flex-preferred-size: 0;
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
|
-webkit-box-flex: 1;
|
||||||
-ms-flex-positive: 1;
|
-ms-flex-positive: 1;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.col-sm-auto {
|
.col-sm-auto {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 auto;
|
-ms-flex: 0 0 auto;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
width: auto;
|
width: auto;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
.col-sm-1 {
|
.col-sm-1 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 8.333333%;
|
-ms-flex: 0 0 8.333333%;
|
||||||
flex: 0 0 8.333333%;
|
flex: 0 0 8.333333%;
|
||||||
max-width: 8.333333%;
|
max-width: 8.333333%;
|
||||||
}
|
}
|
||||||
.col-sm-2 {
|
.col-sm-2 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 16.666667%;
|
-ms-flex: 0 0 16.666667%;
|
||||||
flex: 0 0 16.666667%;
|
flex: 0 0 16.666667%;
|
||||||
max-width: 16.666667%;
|
max-width: 16.666667%;
|
||||||
}
|
}
|
||||||
.col-sm-3 {
|
.col-sm-3 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 25%;
|
-ms-flex: 0 0 25%;
|
||||||
flex: 0 0 25%;
|
flex: 0 0 25%;
|
||||||
max-width: 25%;
|
max-width: 25%;
|
||||||
}
|
}
|
||||||
.col-sm-4 {
|
.col-sm-4 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 33.333333%;
|
-ms-flex: 0 0 33.333333%;
|
||||||
flex: 0 0 33.333333%;
|
flex: 0 0 33.333333%;
|
||||||
max-width: 33.333333%;
|
max-width: 33.333333%;
|
||||||
}
|
}
|
||||||
.col-sm-5 {
|
.col-sm-5 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 41.666667%;
|
-ms-flex: 0 0 41.666667%;
|
||||||
flex: 0 0 41.666667%;
|
flex: 0 0 41.666667%;
|
||||||
max-width: 41.666667%;
|
max-width: 41.666667%;
|
||||||
}
|
}
|
||||||
.col-sm-6 {
|
.col-sm-6 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 50%;
|
-ms-flex: 0 0 50%;
|
||||||
flex: 0 0 50%;
|
flex: 0 0 50%;
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
}
|
}
|
||||||
.col-sm-7 {
|
.col-sm-7 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 58.333333%;
|
-ms-flex: 0 0 58.333333%;
|
||||||
flex: 0 0 58.333333%;
|
flex: 0 0 58.333333%;
|
||||||
max-width: 58.333333%;
|
max-width: 58.333333%;
|
||||||
}
|
}
|
||||||
.col-sm-8 {
|
.col-sm-8 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 66.666667%;
|
-ms-flex: 0 0 66.666667%;
|
||||||
flex: 0 0 66.666667%;
|
flex: 0 0 66.666667%;
|
||||||
max-width: 66.666667%;
|
max-width: 66.666667%;
|
||||||
}
|
}
|
||||||
.col-sm-9 {
|
.col-sm-9 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 75%;
|
-ms-flex: 0 0 75%;
|
||||||
flex: 0 0 75%;
|
flex: 0 0 75%;
|
||||||
max-width: 75%;
|
max-width: 75%;
|
||||||
}
|
}
|
||||||
.col-sm-10 {
|
.col-sm-10 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 83.333333%;
|
-ms-flex: 0 0 83.333333%;
|
||||||
flex: 0 0 83.333333%;
|
flex: 0 0 83.333333%;
|
||||||
max-width: 83.333333%;
|
max-width: 83.333333%;
|
||||||
}
|
}
|
||||||
.col-sm-11 {
|
.col-sm-11 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 91.666667%;
|
-ms-flex: 0 0 91.666667%;
|
||||||
flex: 0 0 91.666667%;
|
flex: 0 0 91.666667%;
|
||||||
max-width: 91.666667%;
|
max-width: 91.666667%;
|
||||||
}
|
}
|
||||||
.col-sm-12 {
|
.col-sm-12 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 100%;
|
-ms-flex: 0 0 100%;
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.order-sm-first {
|
.order-sm-first {
|
||||||
|
-webkit-box-ordinal-group: 0;
|
||||||
-ms-flex-order: -1;
|
-ms-flex-order: -1;
|
||||||
order: -1;
|
order: -1;
|
||||||
}
|
}
|
||||||
.order-sm-1 {
|
.order-sm-1 {
|
||||||
|
-webkit-box-ordinal-group: 2;
|
||||||
-ms-flex-order: 1;
|
-ms-flex-order: 1;
|
||||||
order: 1;
|
order: 1;
|
||||||
}
|
}
|
||||||
.order-sm-2 {
|
.order-sm-2 {
|
||||||
|
-webkit-box-ordinal-group: 3;
|
||||||
-ms-flex-order: 2;
|
-ms-flex-order: 2;
|
||||||
order: 2;
|
order: 2;
|
||||||
}
|
}
|
||||||
.order-sm-3 {
|
.order-sm-3 {
|
||||||
|
-webkit-box-ordinal-group: 4;
|
||||||
-ms-flex-order: 3;
|
-ms-flex-order: 3;
|
||||||
order: 3;
|
order: 3;
|
||||||
}
|
}
|
||||||
.order-sm-4 {
|
.order-sm-4 {
|
||||||
|
-webkit-box-ordinal-group: 5;
|
||||||
-ms-flex-order: 4;
|
-ms-flex-order: 4;
|
||||||
order: 4;
|
order: 4;
|
||||||
}
|
}
|
||||||
.order-sm-5 {
|
.order-sm-5 {
|
||||||
|
-webkit-box-ordinal-group: 6;
|
||||||
-ms-flex-order: 5;
|
-ms-flex-order: 5;
|
||||||
order: 5;
|
order: 5;
|
||||||
}
|
}
|
||||||
.order-sm-6 {
|
.order-sm-6 {
|
||||||
|
-webkit-box-ordinal-group: 7;
|
||||||
-ms-flex-order: 6;
|
-ms-flex-order: 6;
|
||||||
order: 6;
|
order: 6;
|
||||||
}
|
}
|
||||||
.order-sm-7 {
|
.order-sm-7 {
|
||||||
|
-webkit-box-ordinal-group: 8;
|
||||||
-ms-flex-order: 7;
|
-ms-flex-order: 7;
|
||||||
order: 7;
|
order: 7;
|
||||||
}
|
}
|
||||||
.order-sm-8 {
|
.order-sm-8 {
|
||||||
|
-webkit-box-ordinal-group: 9;
|
||||||
-ms-flex-order: 8;
|
-ms-flex-order: 8;
|
||||||
order: 8;
|
order: 8;
|
||||||
}
|
}
|
||||||
.order-sm-9 {
|
.order-sm-9 {
|
||||||
|
-webkit-box-ordinal-group: 10;
|
||||||
-ms-flex-order: 9;
|
-ms-flex-order: 9;
|
||||||
order: 9;
|
order: 9;
|
||||||
}
|
}
|
||||||
.order-sm-10 {
|
.order-sm-10 {
|
||||||
|
-webkit-box-ordinal-group: 11;
|
||||||
-ms-flex-order: 10;
|
-ms-flex-order: 10;
|
||||||
order: 10;
|
order: 10;
|
||||||
}
|
}
|
||||||
.order-sm-11 {
|
.order-sm-11 {
|
||||||
|
-webkit-box-ordinal-group: 12;
|
||||||
-ms-flex-order: 11;
|
-ms-flex-order: 11;
|
||||||
order: 11;
|
order: 11;
|
||||||
}
|
}
|
||||||
.order-sm-12 {
|
.order-sm-12 {
|
||||||
|
-webkit-box-ordinal-group: 13;
|
||||||
-ms-flex-order: 12;
|
-ms-flex-order: 12;
|
||||||
order: 12;
|
order: 12;
|
||||||
}
|
}
|
||||||
@ -456,125 +511,152 @@ html {
|
|||||||
.col-md {
|
.col-md {
|
||||||
-ms-flex-preferred-size: 0;
|
-ms-flex-preferred-size: 0;
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
|
-webkit-box-flex: 1;
|
||||||
-ms-flex-positive: 1;
|
-ms-flex-positive: 1;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.col-md-auto {
|
.col-md-auto {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 auto;
|
-ms-flex: 0 0 auto;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
width: auto;
|
width: auto;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
.col-md-1 {
|
.col-md-1 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 8.333333%;
|
-ms-flex: 0 0 8.333333%;
|
||||||
flex: 0 0 8.333333%;
|
flex: 0 0 8.333333%;
|
||||||
max-width: 8.333333%;
|
max-width: 8.333333%;
|
||||||
}
|
}
|
||||||
.col-md-2 {
|
.col-md-2 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 16.666667%;
|
-ms-flex: 0 0 16.666667%;
|
||||||
flex: 0 0 16.666667%;
|
flex: 0 0 16.666667%;
|
||||||
max-width: 16.666667%;
|
max-width: 16.666667%;
|
||||||
}
|
}
|
||||||
.col-md-3 {
|
.col-md-3 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 25%;
|
-ms-flex: 0 0 25%;
|
||||||
flex: 0 0 25%;
|
flex: 0 0 25%;
|
||||||
max-width: 25%;
|
max-width: 25%;
|
||||||
}
|
}
|
||||||
.col-md-4 {
|
.col-md-4 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 33.333333%;
|
-ms-flex: 0 0 33.333333%;
|
||||||
flex: 0 0 33.333333%;
|
flex: 0 0 33.333333%;
|
||||||
max-width: 33.333333%;
|
max-width: 33.333333%;
|
||||||
}
|
}
|
||||||
.col-md-5 {
|
.col-md-5 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 41.666667%;
|
-ms-flex: 0 0 41.666667%;
|
||||||
flex: 0 0 41.666667%;
|
flex: 0 0 41.666667%;
|
||||||
max-width: 41.666667%;
|
max-width: 41.666667%;
|
||||||
}
|
}
|
||||||
.col-md-6 {
|
.col-md-6 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 50%;
|
-ms-flex: 0 0 50%;
|
||||||
flex: 0 0 50%;
|
flex: 0 0 50%;
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
}
|
}
|
||||||
.col-md-7 {
|
.col-md-7 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 58.333333%;
|
-ms-flex: 0 0 58.333333%;
|
||||||
flex: 0 0 58.333333%;
|
flex: 0 0 58.333333%;
|
||||||
max-width: 58.333333%;
|
max-width: 58.333333%;
|
||||||
}
|
}
|
||||||
.col-md-8 {
|
.col-md-8 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 66.666667%;
|
-ms-flex: 0 0 66.666667%;
|
||||||
flex: 0 0 66.666667%;
|
flex: 0 0 66.666667%;
|
||||||
max-width: 66.666667%;
|
max-width: 66.666667%;
|
||||||
}
|
}
|
||||||
.col-md-9 {
|
.col-md-9 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 75%;
|
-ms-flex: 0 0 75%;
|
||||||
flex: 0 0 75%;
|
flex: 0 0 75%;
|
||||||
max-width: 75%;
|
max-width: 75%;
|
||||||
}
|
}
|
||||||
.col-md-10 {
|
.col-md-10 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 83.333333%;
|
-ms-flex: 0 0 83.333333%;
|
||||||
flex: 0 0 83.333333%;
|
flex: 0 0 83.333333%;
|
||||||
max-width: 83.333333%;
|
max-width: 83.333333%;
|
||||||
}
|
}
|
||||||
.col-md-11 {
|
.col-md-11 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 91.666667%;
|
-ms-flex: 0 0 91.666667%;
|
||||||
flex: 0 0 91.666667%;
|
flex: 0 0 91.666667%;
|
||||||
max-width: 91.666667%;
|
max-width: 91.666667%;
|
||||||
}
|
}
|
||||||
.col-md-12 {
|
.col-md-12 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 100%;
|
-ms-flex: 0 0 100%;
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.order-md-first {
|
.order-md-first {
|
||||||
|
-webkit-box-ordinal-group: 0;
|
||||||
-ms-flex-order: -1;
|
-ms-flex-order: -1;
|
||||||
order: -1;
|
order: -1;
|
||||||
}
|
}
|
||||||
.order-md-1 {
|
.order-md-1 {
|
||||||
|
-webkit-box-ordinal-group: 2;
|
||||||
-ms-flex-order: 1;
|
-ms-flex-order: 1;
|
||||||
order: 1;
|
order: 1;
|
||||||
}
|
}
|
||||||
.order-md-2 {
|
.order-md-2 {
|
||||||
|
-webkit-box-ordinal-group: 3;
|
||||||
-ms-flex-order: 2;
|
-ms-flex-order: 2;
|
||||||
order: 2;
|
order: 2;
|
||||||
}
|
}
|
||||||
.order-md-3 {
|
.order-md-3 {
|
||||||
|
-webkit-box-ordinal-group: 4;
|
||||||
-ms-flex-order: 3;
|
-ms-flex-order: 3;
|
||||||
order: 3;
|
order: 3;
|
||||||
}
|
}
|
||||||
.order-md-4 {
|
.order-md-4 {
|
||||||
|
-webkit-box-ordinal-group: 5;
|
||||||
-ms-flex-order: 4;
|
-ms-flex-order: 4;
|
||||||
order: 4;
|
order: 4;
|
||||||
}
|
}
|
||||||
.order-md-5 {
|
.order-md-5 {
|
||||||
|
-webkit-box-ordinal-group: 6;
|
||||||
-ms-flex-order: 5;
|
-ms-flex-order: 5;
|
||||||
order: 5;
|
order: 5;
|
||||||
}
|
}
|
||||||
.order-md-6 {
|
.order-md-6 {
|
||||||
|
-webkit-box-ordinal-group: 7;
|
||||||
-ms-flex-order: 6;
|
-ms-flex-order: 6;
|
||||||
order: 6;
|
order: 6;
|
||||||
}
|
}
|
||||||
.order-md-7 {
|
.order-md-7 {
|
||||||
|
-webkit-box-ordinal-group: 8;
|
||||||
-ms-flex-order: 7;
|
-ms-flex-order: 7;
|
||||||
order: 7;
|
order: 7;
|
||||||
}
|
}
|
||||||
.order-md-8 {
|
.order-md-8 {
|
||||||
|
-webkit-box-ordinal-group: 9;
|
||||||
-ms-flex-order: 8;
|
-ms-flex-order: 8;
|
||||||
order: 8;
|
order: 8;
|
||||||
}
|
}
|
||||||
.order-md-9 {
|
.order-md-9 {
|
||||||
|
-webkit-box-ordinal-group: 10;
|
||||||
-ms-flex-order: 9;
|
-ms-flex-order: 9;
|
||||||
order: 9;
|
order: 9;
|
||||||
}
|
}
|
||||||
.order-md-10 {
|
.order-md-10 {
|
||||||
|
-webkit-box-ordinal-group: 11;
|
||||||
-ms-flex-order: 10;
|
-ms-flex-order: 10;
|
||||||
order: 10;
|
order: 10;
|
||||||
}
|
}
|
||||||
.order-md-11 {
|
.order-md-11 {
|
||||||
|
-webkit-box-ordinal-group: 12;
|
||||||
-ms-flex-order: 11;
|
-ms-flex-order: 11;
|
||||||
order: 11;
|
order: 11;
|
||||||
}
|
}
|
||||||
.order-md-12 {
|
.order-md-12 {
|
||||||
|
-webkit-box-ordinal-group: 13;
|
||||||
-ms-flex-order: 12;
|
-ms-flex-order: 12;
|
||||||
order: 12;
|
order: 12;
|
||||||
}
|
}
|
||||||
@ -620,125 +702,152 @@ html {
|
|||||||
.col-lg {
|
.col-lg {
|
||||||
-ms-flex-preferred-size: 0;
|
-ms-flex-preferred-size: 0;
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
|
-webkit-box-flex: 1;
|
||||||
-ms-flex-positive: 1;
|
-ms-flex-positive: 1;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.col-lg-auto {
|
.col-lg-auto {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 auto;
|
-ms-flex: 0 0 auto;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
width: auto;
|
width: auto;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
.col-lg-1 {
|
.col-lg-1 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 8.333333%;
|
-ms-flex: 0 0 8.333333%;
|
||||||
flex: 0 0 8.333333%;
|
flex: 0 0 8.333333%;
|
||||||
max-width: 8.333333%;
|
max-width: 8.333333%;
|
||||||
}
|
}
|
||||||
.col-lg-2 {
|
.col-lg-2 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 16.666667%;
|
-ms-flex: 0 0 16.666667%;
|
||||||
flex: 0 0 16.666667%;
|
flex: 0 0 16.666667%;
|
||||||
max-width: 16.666667%;
|
max-width: 16.666667%;
|
||||||
}
|
}
|
||||||
.col-lg-3 {
|
.col-lg-3 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 25%;
|
-ms-flex: 0 0 25%;
|
||||||
flex: 0 0 25%;
|
flex: 0 0 25%;
|
||||||
max-width: 25%;
|
max-width: 25%;
|
||||||
}
|
}
|
||||||
.col-lg-4 {
|
.col-lg-4 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 33.333333%;
|
-ms-flex: 0 0 33.333333%;
|
||||||
flex: 0 0 33.333333%;
|
flex: 0 0 33.333333%;
|
||||||
max-width: 33.333333%;
|
max-width: 33.333333%;
|
||||||
}
|
}
|
||||||
.col-lg-5 {
|
.col-lg-5 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 41.666667%;
|
-ms-flex: 0 0 41.666667%;
|
||||||
flex: 0 0 41.666667%;
|
flex: 0 0 41.666667%;
|
||||||
max-width: 41.666667%;
|
max-width: 41.666667%;
|
||||||
}
|
}
|
||||||
.col-lg-6 {
|
.col-lg-6 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 50%;
|
-ms-flex: 0 0 50%;
|
||||||
flex: 0 0 50%;
|
flex: 0 0 50%;
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
}
|
}
|
||||||
.col-lg-7 {
|
.col-lg-7 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 58.333333%;
|
-ms-flex: 0 0 58.333333%;
|
||||||
flex: 0 0 58.333333%;
|
flex: 0 0 58.333333%;
|
||||||
max-width: 58.333333%;
|
max-width: 58.333333%;
|
||||||
}
|
}
|
||||||
.col-lg-8 {
|
.col-lg-8 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 66.666667%;
|
-ms-flex: 0 0 66.666667%;
|
||||||
flex: 0 0 66.666667%;
|
flex: 0 0 66.666667%;
|
||||||
max-width: 66.666667%;
|
max-width: 66.666667%;
|
||||||
}
|
}
|
||||||
.col-lg-9 {
|
.col-lg-9 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 75%;
|
-ms-flex: 0 0 75%;
|
||||||
flex: 0 0 75%;
|
flex: 0 0 75%;
|
||||||
max-width: 75%;
|
max-width: 75%;
|
||||||
}
|
}
|
||||||
.col-lg-10 {
|
.col-lg-10 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 83.333333%;
|
-ms-flex: 0 0 83.333333%;
|
||||||
flex: 0 0 83.333333%;
|
flex: 0 0 83.333333%;
|
||||||
max-width: 83.333333%;
|
max-width: 83.333333%;
|
||||||
}
|
}
|
||||||
.col-lg-11 {
|
.col-lg-11 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 91.666667%;
|
-ms-flex: 0 0 91.666667%;
|
||||||
flex: 0 0 91.666667%;
|
flex: 0 0 91.666667%;
|
||||||
max-width: 91.666667%;
|
max-width: 91.666667%;
|
||||||
}
|
}
|
||||||
.col-lg-12 {
|
.col-lg-12 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 100%;
|
-ms-flex: 0 0 100%;
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.order-lg-first {
|
.order-lg-first {
|
||||||
|
-webkit-box-ordinal-group: 0;
|
||||||
-ms-flex-order: -1;
|
-ms-flex-order: -1;
|
||||||
order: -1;
|
order: -1;
|
||||||
}
|
}
|
||||||
.order-lg-1 {
|
.order-lg-1 {
|
||||||
|
-webkit-box-ordinal-group: 2;
|
||||||
-ms-flex-order: 1;
|
-ms-flex-order: 1;
|
||||||
order: 1;
|
order: 1;
|
||||||
}
|
}
|
||||||
.order-lg-2 {
|
.order-lg-2 {
|
||||||
|
-webkit-box-ordinal-group: 3;
|
||||||
-ms-flex-order: 2;
|
-ms-flex-order: 2;
|
||||||
order: 2;
|
order: 2;
|
||||||
}
|
}
|
||||||
.order-lg-3 {
|
.order-lg-3 {
|
||||||
|
-webkit-box-ordinal-group: 4;
|
||||||
-ms-flex-order: 3;
|
-ms-flex-order: 3;
|
||||||
order: 3;
|
order: 3;
|
||||||
}
|
}
|
||||||
.order-lg-4 {
|
.order-lg-4 {
|
||||||
|
-webkit-box-ordinal-group: 5;
|
||||||
-ms-flex-order: 4;
|
-ms-flex-order: 4;
|
||||||
order: 4;
|
order: 4;
|
||||||
}
|
}
|
||||||
.order-lg-5 {
|
.order-lg-5 {
|
||||||
|
-webkit-box-ordinal-group: 6;
|
||||||
-ms-flex-order: 5;
|
-ms-flex-order: 5;
|
||||||
order: 5;
|
order: 5;
|
||||||
}
|
}
|
||||||
.order-lg-6 {
|
.order-lg-6 {
|
||||||
|
-webkit-box-ordinal-group: 7;
|
||||||
-ms-flex-order: 6;
|
-ms-flex-order: 6;
|
||||||
order: 6;
|
order: 6;
|
||||||
}
|
}
|
||||||
.order-lg-7 {
|
.order-lg-7 {
|
||||||
|
-webkit-box-ordinal-group: 8;
|
||||||
-ms-flex-order: 7;
|
-ms-flex-order: 7;
|
||||||
order: 7;
|
order: 7;
|
||||||
}
|
}
|
||||||
.order-lg-8 {
|
.order-lg-8 {
|
||||||
|
-webkit-box-ordinal-group: 9;
|
||||||
-ms-flex-order: 8;
|
-ms-flex-order: 8;
|
||||||
order: 8;
|
order: 8;
|
||||||
}
|
}
|
||||||
.order-lg-9 {
|
.order-lg-9 {
|
||||||
|
-webkit-box-ordinal-group: 10;
|
||||||
-ms-flex-order: 9;
|
-ms-flex-order: 9;
|
||||||
order: 9;
|
order: 9;
|
||||||
}
|
}
|
||||||
.order-lg-10 {
|
.order-lg-10 {
|
||||||
|
-webkit-box-ordinal-group: 11;
|
||||||
-ms-flex-order: 10;
|
-ms-flex-order: 10;
|
||||||
order: 10;
|
order: 10;
|
||||||
}
|
}
|
||||||
.order-lg-11 {
|
.order-lg-11 {
|
||||||
|
-webkit-box-ordinal-group: 12;
|
||||||
-ms-flex-order: 11;
|
-ms-flex-order: 11;
|
||||||
order: 11;
|
order: 11;
|
||||||
}
|
}
|
||||||
.order-lg-12 {
|
.order-lg-12 {
|
||||||
|
-webkit-box-ordinal-group: 13;
|
||||||
-ms-flex-order: 12;
|
-ms-flex-order: 12;
|
||||||
order: 12;
|
order: 12;
|
||||||
}
|
}
|
||||||
@ -784,125 +893,152 @@ html {
|
|||||||
.col-xl {
|
.col-xl {
|
||||||
-ms-flex-preferred-size: 0;
|
-ms-flex-preferred-size: 0;
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
|
-webkit-box-flex: 1;
|
||||||
-ms-flex-positive: 1;
|
-ms-flex-positive: 1;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.col-xl-auto {
|
.col-xl-auto {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 auto;
|
-ms-flex: 0 0 auto;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
width: auto;
|
width: auto;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
.col-xl-1 {
|
.col-xl-1 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 8.333333%;
|
-ms-flex: 0 0 8.333333%;
|
||||||
flex: 0 0 8.333333%;
|
flex: 0 0 8.333333%;
|
||||||
max-width: 8.333333%;
|
max-width: 8.333333%;
|
||||||
}
|
}
|
||||||
.col-xl-2 {
|
.col-xl-2 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 16.666667%;
|
-ms-flex: 0 0 16.666667%;
|
||||||
flex: 0 0 16.666667%;
|
flex: 0 0 16.666667%;
|
||||||
max-width: 16.666667%;
|
max-width: 16.666667%;
|
||||||
}
|
}
|
||||||
.col-xl-3 {
|
.col-xl-3 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 25%;
|
-ms-flex: 0 0 25%;
|
||||||
flex: 0 0 25%;
|
flex: 0 0 25%;
|
||||||
max-width: 25%;
|
max-width: 25%;
|
||||||
}
|
}
|
||||||
.col-xl-4 {
|
.col-xl-4 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 33.333333%;
|
-ms-flex: 0 0 33.333333%;
|
||||||
flex: 0 0 33.333333%;
|
flex: 0 0 33.333333%;
|
||||||
max-width: 33.333333%;
|
max-width: 33.333333%;
|
||||||
}
|
}
|
||||||
.col-xl-5 {
|
.col-xl-5 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 41.666667%;
|
-ms-flex: 0 0 41.666667%;
|
||||||
flex: 0 0 41.666667%;
|
flex: 0 0 41.666667%;
|
||||||
max-width: 41.666667%;
|
max-width: 41.666667%;
|
||||||
}
|
}
|
||||||
.col-xl-6 {
|
.col-xl-6 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 50%;
|
-ms-flex: 0 0 50%;
|
||||||
flex: 0 0 50%;
|
flex: 0 0 50%;
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
}
|
}
|
||||||
.col-xl-7 {
|
.col-xl-7 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 58.333333%;
|
-ms-flex: 0 0 58.333333%;
|
||||||
flex: 0 0 58.333333%;
|
flex: 0 0 58.333333%;
|
||||||
max-width: 58.333333%;
|
max-width: 58.333333%;
|
||||||
}
|
}
|
||||||
.col-xl-8 {
|
.col-xl-8 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 66.666667%;
|
-ms-flex: 0 0 66.666667%;
|
||||||
flex: 0 0 66.666667%;
|
flex: 0 0 66.666667%;
|
||||||
max-width: 66.666667%;
|
max-width: 66.666667%;
|
||||||
}
|
}
|
||||||
.col-xl-9 {
|
.col-xl-9 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 75%;
|
-ms-flex: 0 0 75%;
|
||||||
flex: 0 0 75%;
|
flex: 0 0 75%;
|
||||||
max-width: 75%;
|
max-width: 75%;
|
||||||
}
|
}
|
||||||
.col-xl-10 {
|
.col-xl-10 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 83.333333%;
|
-ms-flex: 0 0 83.333333%;
|
||||||
flex: 0 0 83.333333%;
|
flex: 0 0 83.333333%;
|
||||||
max-width: 83.333333%;
|
max-width: 83.333333%;
|
||||||
}
|
}
|
||||||
.col-xl-11 {
|
.col-xl-11 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 91.666667%;
|
-ms-flex: 0 0 91.666667%;
|
||||||
flex: 0 0 91.666667%;
|
flex: 0 0 91.666667%;
|
||||||
max-width: 91.666667%;
|
max-width: 91.666667%;
|
||||||
}
|
}
|
||||||
.col-xl-12 {
|
.col-xl-12 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 100%;
|
-ms-flex: 0 0 100%;
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.order-xl-first {
|
.order-xl-first {
|
||||||
|
-webkit-box-ordinal-group: 0;
|
||||||
-ms-flex-order: -1;
|
-ms-flex-order: -1;
|
||||||
order: -1;
|
order: -1;
|
||||||
}
|
}
|
||||||
.order-xl-1 {
|
.order-xl-1 {
|
||||||
|
-webkit-box-ordinal-group: 2;
|
||||||
-ms-flex-order: 1;
|
-ms-flex-order: 1;
|
||||||
order: 1;
|
order: 1;
|
||||||
}
|
}
|
||||||
.order-xl-2 {
|
.order-xl-2 {
|
||||||
|
-webkit-box-ordinal-group: 3;
|
||||||
-ms-flex-order: 2;
|
-ms-flex-order: 2;
|
||||||
order: 2;
|
order: 2;
|
||||||
}
|
}
|
||||||
.order-xl-3 {
|
.order-xl-3 {
|
||||||
|
-webkit-box-ordinal-group: 4;
|
||||||
-ms-flex-order: 3;
|
-ms-flex-order: 3;
|
||||||
order: 3;
|
order: 3;
|
||||||
}
|
}
|
||||||
.order-xl-4 {
|
.order-xl-4 {
|
||||||
|
-webkit-box-ordinal-group: 5;
|
||||||
-ms-flex-order: 4;
|
-ms-flex-order: 4;
|
||||||
order: 4;
|
order: 4;
|
||||||
}
|
}
|
||||||
.order-xl-5 {
|
.order-xl-5 {
|
||||||
|
-webkit-box-ordinal-group: 6;
|
||||||
-ms-flex-order: 5;
|
-ms-flex-order: 5;
|
||||||
order: 5;
|
order: 5;
|
||||||
}
|
}
|
||||||
.order-xl-6 {
|
.order-xl-6 {
|
||||||
|
-webkit-box-ordinal-group: 7;
|
||||||
-ms-flex-order: 6;
|
-ms-flex-order: 6;
|
||||||
order: 6;
|
order: 6;
|
||||||
}
|
}
|
||||||
.order-xl-7 {
|
.order-xl-7 {
|
||||||
|
-webkit-box-ordinal-group: 8;
|
||||||
-ms-flex-order: 7;
|
-ms-flex-order: 7;
|
||||||
order: 7;
|
order: 7;
|
||||||
}
|
}
|
||||||
.order-xl-8 {
|
.order-xl-8 {
|
||||||
|
-webkit-box-ordinal-group: 9;
|
||||||
-ms-flex-order: 8;
|
-ms-flex-order: 8;
|
||||||
order: 8;
|
order: 8;
|
||||||
}
|
}
|
||||||
.order-xl-9 {
|
.order-xl-9 {
|
||||||
|
-webkit-box-ordinal-group: 10;
|
||||||
-ms-flex-order: 9;
|
-ms-flex-order: 9;
|
||||||
order: 9;
|
order: 9;
|
||||||
}
|
}
|
||||||
.order-xl-10 {
|
.order-xl-10 {
|
||||||
|
-webkit-box-ordinal-group: 11;
|
||||||
-ms-flex-order: 10;
|
-ms-flex-order: 10;
|
||||||
order: 10;
|
order: 10;
|
||||||
}
|
}
|
||||||
.order-xl-11 {
|
.order-xl-11 {
|
||||||
|
-webkit-box-ordinal-group: 12;
|
||||||
-ms-flex-order: 11;
|
-ms-flex-order: 11;
|
||||||
order: 11;
|
order: 11;
|
||||||
}
|
}
|
||||||
.order-xl-12 {
|
.order-xl-12 {
|
||||||
|
-webkit-box-ordinal-group: 13;
|
||||||
-ms-flex-order: 12;
|
-ms-flex-order: 12;
|
||||||
order: 12;
|
order: 12;
|
||||||
}
|
}
|
||||||
@ -945,21 +1081,29 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.flex-row {
|
.flex-row {
|
||||||
|
-webkit-box-orient: horizontal !important;
|
||||||
|
-webkit-box-direction: normal !important;
|
||||||
-ms-flex-direction: row !important;
|
-ms-flex-direction: row !important;
|
||||||
flex-direction: row !important;
|
flex-direction: row !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-column {
|
.flex-column {
|
||||||
|
-webkit-box-orient: vertical !important;
|
||||||
|
-webkit-box-direction: normal !important;
|
||||||
-ms-flex-direction: column !important;
|
-ms-flex-direction: column !important;
|
||||||
flex-direction: column !important;
|
flex-direction: column !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-row-reverse {
|
.flex-row-reverse {
|
||||||
|
-webkit-box-orient: horizontal !important;
|
||||||
|
-webkit-box-direction: reverse !important;
|
||||||
-ms-flex-direction: row-reverse !important;
|
-ms-flex-direction: row-reverse !important;
|
||||||
flex-direction: row-reverse !important;
|
flex-direction: row-reverse !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-column-reverse {
|
.flex-column-reverse {
|
||||||
|
-webkit-box-orient: vertical !important;
|
||||||
|
-webkit-box-direction: reverse !important;
|
||||||
-ms-flex-direction: column-reverse !important;
|
-ms-flex-direction: column-reverse !important;
|
||||||
flex-direction: column-reverse !important;
|
flex-direction: column-reverse !important;
|
||||||
}
|
}
|
||||||
@ -980,21 +1124,25 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.justify-content-start {
|
.justify-content-start {
|
||||||
|
-webkit-box-pack: start !important;
|
||||||
-ms-flex-pack: start !important;
|
-ms-flex-pack: start !important;
|
||||||
justify-content: flex-start !important;
|
justify-content: flex-start !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.justify-content-end {
|
.justify-content-end {
|
||||||
|
-webkit-box-pack: end !important;
|
||||||
-ms-flex-pack: end !important;
|
-ms-flex-pack: end !important;
|
||||||
justify-content: flex-end !important;
|
justify-content: flex-end !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.justify-content-center {
|
.justify-content-center {
|
||||||
|
-webkit-box-pack: center !important;
|
||||||
-ms-flex-pack: center !important;
|
-ms-flex-pack: center !important;
|
||||||
justify-content: center !important;
|
justify-content: center !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.justify-content-between {
|
.justify-content-between {
|
||||||
|
-webkit-box-pack: justify !important;
|
||||||
-ms-flex-pack: justify !important;
|
-ms-flex-pack: justify !important;
|
||||||
justify-content: space-between !important;
|
justify-content: space-between !important;
|
||||||
}
|
}
|
||||||
@ -1005,26 +1153,31 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.align-items-start {
|
.align-items-start {
|
||||||
|
-webkit-box-align: start !important;
|
||||||
-ms-flex-align: start !important;
|
-ms-flex-align: start !important;
|
||||||
align-items: flex-start !important;
|
align-items: flex-start !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-items-end {
|
.align-items-end {
|
||||||
|
-webkit-box-align: end !important;
|
||||||
-ms-flex-align: end !important;
|
-ms-flex-align: end !important;
|
||||||
align-items: flex-end !important;
|
align-items: flex-end !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-items-center {
|
.align-items-center {
|
||||||
|
-webkit-box-align: center !important;
|
||||||
-ms-flex-align: center !important;
|
-ms-flex-align: center !important;
|
||||||
align-items: center !important;
|
align-items: center !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-items-baseline {
|
.align-items-baseline {
|
||||||
|
-webkit-box-align: baseline !important;
|
||||||
-ms-flex-align: baseline !important;
|
-ms-flex-align: baseline !important;
|
||||||
align-items: baseline !important;
|
align-items: baseline !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-items-stretch {
|
.align-items-stretch {
|
||||||
|
-webkit-box-align: stretch !important;
|
||||||
-ms-flex-align: stretch !important;
|
-ms-flex-align: stretch !important;
|
||||||
align-items: stretch !important;
|
align-items: stretch !important;
|
||||||
}
|
}
|
||||||
@ -1091,18 +1244,26 @@ html {
|
|||||||
|
|
||||||
@media (min-width: 576px) {
|
@media (min-width: 576px) {
|
||||||
.flex-sm-row {
|
.flex-sm-row {
|
||||||
|
-webkit-box-orient: horizontal !important;
|
||||||
|
-webkit-box-direction: normal !important;
|
||||||
-ms-flex-direction: row !important;
|
-ms-flex-direction: row !important;
|
||||||
flex-direction: row !important;
|
flex-direction: row !important;
|
||||||
}
|
}
|
||||||
.flex-sm-column {
|
.flex-sm-column {
|
||||||
|
-webkit-box-orient: vertical !important;
|
||||||
|
-webkit-box-direction: normal !important;
|
||||||
-ms-flex-direction: column !important;
|
-ms-flex-direction: column !important;
|
||||||
flex-direction: column !important;
|
flex-direction: column !important;
|
||||||
}
|
}
|
||||||
.flex-sm-row-reverse {
|
.flex-sm-row-reverse {
|
||||||
|
-webkit-box-orient: horizontal !important;
|
||||||
|
-webkit-box-direction: reverse !important;
|
||||||
-ms-flex-direction: row-reverse !important;
|
-ms-flex-direction: row-reverse !important;
|
||||||
flex-direction: row-reverse !important;
|
flex-direction: row-reverse !important;
|
||||||
}
|
}
|
||||||
.flex-sm-column-reverse {
|
.flex-sm-column-reverse {
|
||||||
|
-webkit-box-orient: vertical !important;
|
||||||
|
-webkit-box-direction: reverse !important;
|
||||||
-ms-flex-direction: column-reverse !important;
|
-ms-flex-direction: column-reverse !important;
|
||||||
flex-direction: column-reverse !important;
|
flex-direction: column-reverse !important;
|
||||||
}
|
}
|
||||||
@ -1119,18 +1280,22 @@ html {
|
|||||||
flex-wrap: wrap-reverse !important;
|
flex-wrap: wrap-reverse !important;
|
||||||
}
|
}
|
||||||
.justify-content-sm-start {
|
.justify-content-sm-start {
|
||||||
|
-webkit-box-pack: start !important;
|
||||||
-ms-flex-pack: start !important;
|
-ms-flex-pack: start !important;
|
||||||
justify-content: flex-start !important;
|
justify-content: flex-start !important;
|
||||||
}
|
}
|
||||||
.justify-content-sm-end {
|
.justify-content-sm-end {
|
||||||
|
-webkit-box-pack: end !important;
|
||||||
-ms-flex-pack: end !important;
|
-ms-flex-pack: end !important;
|
||||||
justify-content: flex-end !important;
|
justify-content: flex-end !important;
|
||||||
}
|
}
|
||||||
.justify-content-sm-center {
|
.justify-content-sm-center {
|
||||||
|
-webkit-box-pack: center !important;
|
||||||
-ms-flex-pack: center !important;
|
-ms-flex-pack: center !important;
|
||||||
justify-content: center !important;
|
justify-content: center !important;
|
||||||
}
|
}
|
||||||
.justify-content-sm-between {
|
.justify-content-sm-between {
|
||||||
|
-webkit-box-pack: justify !important;
|
||||||
-ms-flex-pack: justify !important;
|
-ms-flex-pack: justify !important;
|
||||||
justify-content: space-between !important;
|
justify-content: space-between !important;
|
||||||
}
|
}
|
||||||
@ -1139,22 +1304,27 @@ html {
|
|||||||
justify-content: space-around !important;
|
justify-content: space-around !important;
|
||||||
}
|
}
|
||||||
.align-items-sm-start {
|
.align-items-sm-start {
|
||||||
|
-webkit-box-align: start !important;
|
||||||
-ms-flex-align: start !important;
|
-ms-flex-align: start !important;
|
||||||
align-items: flex-start !important;
|
align-items: flex-start !important;
|
||||||
}
|
}
|
||||||
.align-items-sm-end {
|
.align-items-sm-end {
|
||||||
|
-webkit-box-align: end !important;
|
||||||
-ms-flex-align: end !important;
|
-ms-flex-align: end !important;
|
||||||
align-items: flex-end !important;
|
align-items: flex-end !important;
|
||||||
}
|
}
|
||||||
.align-items-sm-center {
|
.align-items-sm-center {
|
||||||
|
-webkit-box-align: center !important;
|
||||||
-ms-flex-align: center !important;
|
-ms-flex-align: center !important;
|
||||||
align-items: center !important;
|
align-items: center !important;
|
||||||
}
|
}
|
||||||
.align-items-sm-baseline {
|
.align-items-sm-baseline {
|
||||||
|
-webkit-box-align: baseline !important;
|
||||||
-ms-flex-align: baseline !important;
|
-ms-flex-align: baseline !important;
|
||||||
align-items: baseline !important;
|
align-items: baseline !important;
|
||||||
}
|
}
|
||||||
.align-items-sm-stretch {
|
.align-items-sm-stretch {
|
||||||
|
-webkit-box-align: stretch !important;
|
||||||
-ms-flex-align: stretch !important;
|
-ms-flex-align: stretch !important;
|
||||||
align-items: stretch !important;
|
align-items: stretch !important;
|
||||||
}
|
}
|
||||||
@ -1210,18 +1380,26 @@ html {
|
|||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.flex-md-row {
|
.flex-md-row {
|
||||||
|
-webkit-box-orient: horizontal !important;
|
||||||
|
-webkit-box-direction: normal !important;
|
||||||
-ms-flex-direction: row !important;
|
-ms-flex-direction: row !important;
|
||||||
flex-direction: row !important;
|
flex-direction: row !important;
|
||||||
}
|
}
|
||||||
.flex-md-column {
|
.flex-md-column {
|
||||||
|
-webkit-box-orient: vertical !important;
|
||||||
|
-webkit-box-direction: normal !important;
|
||||||
-ms-flex-direction: column !important;
|
-ms-flex-direction: column !important;
|
||||||
flex-direction: column !important;
|
flex-direction: column !important;
|
||||||
}
|
}
|
||||||
.flex-md-row-reverse {
|
.flex-md-row-reverse {
|
||||||
|
-webkit-box-orient: horizontal !important;
|
||||||
|
-webkit-box-direction: reverse !important;
|
||||||
-ms-flex-direction: row-reverse !important;
|
-ms-flex-direction: row-reverse !important;
|
||||||
flex-direction: row-reverse !important;
|
flex-direction: row-reverse !important;
|
||||||
}
|
}
|
||||||
.flex-md-column-reverse {
|
.flex-md-column-reverse {
|
||||||
|
-webkit-box-orient: vertical !important;
|
||||||
|
-webkit-box-direction: reverse !important;
|
||||||
-ms-flex-direction: column-reverse !important;
|
-ms-flex-direction: column-reverse !important;
|
||||||
flex-direction: column-reverse !important;
|
flex-direction: column-reverse !important;
|
||||||
}
|
}
|
||||||
@ -1238,18 +1416,22 @@ html {
|
|||||||
flex-wrap: wrap-reverse !important;
|
flex-wrap: wrap-reverse !important;
|
||||||
}
|
}
|
||||||
.justify-content-md-start {
|
.justify-content-md-start {
|
||||||
|
-webkit-box-pack: start !important;
|
||||||
-ms-flex-pack: start !important;
|
-ms-flex-pack: start !important;
|
||||||
justify-content: flex-start !important;
|
justify-content: flex-start !important;
|
||||||
}
|
}
|
||||||
.justify-content-md-end {
|
.justify-content-md-end {
|
||||||
|
-webkit-box-pack: end !important;
|
||||||
-ms-flex-pack: end !important;
|
-ms-flex-pack: end !important;
|
||||||
justify-content: flex-end !important;
|
justify-content: flex-end !important;
|
||||||
}
|
}
|
||||||
.justify-content-md-center {
|
.justify-content-md-center {
|
||||||
|
-webkit-box-pack: center !important;
|
||||||
-ms-flex-pack: center !important;
|
-ms-flex-pack: center !important;
|
||||||
justify-content: center !important;
|
justify-content: center !important;
|
||||||
}
|
}
|
||||||
.justify-content-md-between {
|
.justify-content-md-between {
|
||||||
|
-webkit-box-pack: justify !important;
|
||||||
-ms-flex-pack: justify !important;
|
-ms-flex-pack: justify !important;
|
||||||
justify-content: space-between !important;
|
justify-content: space-between !important;
|
||||||
}
|
}
|
||||||
@ -1258,22 +1440,27 @@ html {
|
|||||||
justify-content: space-around !important;
|
justify-content: space-around !important;
|
||||||
}
|
}
|
||||||
.align-items-md-start {
|
.align-items-md-start {
|
||||||
|
-webkit-box-align: start !important;
|
||||||
-ms-flex-align: start !important;
|
-ms-flex-align: start !important;
|
||||||
align-items: flex-start !important;
|
align-items: flex-start !important;
|
||||||
}
|
}
|
||||||
.align-items-md-end {
|
.align-items-md-end {
|
||||||
|
-webkit-box-align: end !important;
|
||||||
-ms-flex-align: end !important;
|
-ms-flex-align: end !important;
|
||||||
align-items: flex-end !important;
|
align-items: flex-end !important;
|
||||||
}
|
}
|
||||||
.align-items-md-center {
|
.align-items-md-center {
|
||||||
|
-webkit-box-align: center !important;
|
||||||
-ms-flex-align: center !important;
|
-ms-flex-align: center !important;
|
||||||
align-items: center !important;
|
align-items: center !important;
|
||||||
}
|
}
|
||||||
.align-items-md-baseline {
|
.align-items-md-baseline {
|
||||||
|
-webkit-box-align: baseline !important;
|
||||||
-ms-flex-align: baseline !important;
|
-ms-flex-align: baseline !important;
|
||||||
align-items: baseline !important;
|
align-items: baseline !important;
|
||||||
}
|
}
|
||||||
.align-items-md-stretch {
|
.align-items-md-stretch {
|
||||||
|
-webkit-box-align: stretch !important;
|
||||||
-ms-flex-align: stretch !important;
|
-ms-flex-align: stretch !important;
|
||||||
align-items: stretch !important;
|
align-items: stretch !important;
|
||||||
}
|
}
|
||||||
@ -1329,18 +1516,26 @@ html {
|
|||||||
|
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
.flex-lg-row {
|
.flex-lg-row {
|
||||||
|
-webkit-box-orient: horizontal !important;
|
||||||
|
-webkit-box-direction: normal !important;
|
||||||
-ms-flex-direction: row !important;
|
-ms-flex-direction: row !important;
|
||||||
flex-direction: row !important;
|
flex-direction: row !important;
|
||||||
}
|
}
|
||||||
.flex-lg-column {
|
.flex-lg-column {
|
||||||
|
-webkit-box-orient: vertical !important;
|
||||||
|
-webkit-box-direction: normal !important;
|
||||||
-ms-flex-direction: column !important;
|
-ms-flex-direction: column !important;
|
||||||
flex-direction: column !important;
|
flex-direction: column !important;
|
||||||
}
|
}
|
||||||
.flex-lg-row-reverse {
|
.flex-lg-row-reverse {
|
||||||
|
-webkit-box-orient: horizontal !important;
|
||||||
|
-webkit-box-direction: reverse !important;
|
||||||
-ms-flex-direction: row-reverse !important;
|
-ms-flex-direction: row-reverse !important;
|
||||||
flex-direction: row-reverse !important;
|
flex-direction: row-reverse !important;
|
||||||
}
|
}
|
||||||
.flex-lg-column-reverse {
|
.flex-lg-column-reverse {
|
||||||
|
-webkit-box-orient: vertical !important;
|
||||||
|
-webkit-box-direction: reverse !important;
|
||||||
-ms-flex-direction: column-reverse !important;
|
-ms-flex-direction: column-reverse !important;
|
||||||
flex-direction: column-reverse !important;
|
flex-direction: column-reverse !important;
|
||||||
}
|
}
|
||||||
@ -1357,18 +1552,22 @@ html {
|
|||||||
flex-wrap: wrap-reverse !important;
|
flex-wrap: wrap-reverse !important;
|
||||||
}
|
}
|
||||||
.justify-content-lg-start {
|
.justify-content-lg-start {
|
||||||
|
-webkit-box-pack: start !important;
|
||||||
-ms-flex-pack: start !important;
|
-ms-flex-pack: start !important;
|
||||||
justify-content: flex-start !important;
|
justify-content: flex-start !important;
|
||||||
}
|
}
|
||||||
.justify-content-lg-end {
|
.justify-content-lg-end {
|
||||||
|
-webkit-box-pack: end !important;
|
||||||
-ms-flex-pack: end !important;
|
-ms-flex-pack: end !important;
|
||||||
justify-content: flex-end !important;
|
justify-content: flex-end !important;
|
||||||
}
|
}
|
||||||
.justify-content-lg-center {
|
.justify-content-lg-center {
|
||||||
|
-webkit-box-pack: center !important;
|
||||||
-ms-flex-pack: center !important;
|
-ms-flex-pack: center !important;
|
||||||
justify-content: center !important;
|
justify-content: center !important;
|
||||||
}
|
}
|
||||||
.justify-content-lg-between {
|
.justify-content-lg-between {
|
||||||
|
-webkit-box-pack: justify !important;
|
||||||
-ms-flex-pack: justify !important;
|
-ms-flex-pack: justify !important;
|
||||||
justify-content: space-between !important;
|
justify-content: space-between !important;
|
||||||
}
|
}
|
||||||
@ -1377,22 +1576,27 @@ html {
|
|||||||
justify-content: space-around !important;
|
justify-content: space-around !important;
|
||||||
}
|
}
|
||||||
.align-items-lg-start {
|
.align-items-lg-start {
|
||||||
|
-webkit-box-align: start !important;
|
||||||
-ms-flex-align: start !important;
|
-ms-flex-align: start !important;
|
||||||
align-items: flex-start !important;
|
align-items: flex-start !important;
|
||||||
}
|
}
|
||||||
.align-items-lg-end {
|
.align-items-lg-end {
|
||||||
|
-webkit-box-align: end !important;
|
||||||
-ms-flex-align: end !important;
|
-ms-flex-align: end !important;
|
||||||
align-items: flex-end !important;
|
align-items: flex-end !important;
|
||||||
}
|
}
|
||||||
.align-items-lg-center {
|
.align-items-lg-center {
|
||||||
|
-webkit-box-align: center !important;
|
||||||
-ms-flex-align: center !important;
|
-ms-flex-align: center !important;
|
||||||
align-items: center !important;
|
align-items: center !important;
|
||||||
}
|
}
|
||||||
.align-items-lg-baseline {
|
.align-items-lg-baseline {
|
||||||
|
-webkit-box-align: baseline !important;
|
||||||
-ms-flex-align: baseline !important;
|
-ms-flex-align: baseline !important;
|
||||||
align-items: baseline !important;
|
align-items: baseline !important;
|
||||||
}
|
}
|
||||||
.align-items-lg-stretch {
|
.align-items-lg-stretch {
|
||||||
|
-webkit-box-align: stretch !important;
|
||||||
-ms-flex-align: stretch !important;
|
-ms-flex-align: stretch !important;
|
||||||
align-items: stretch !important;
|
align-items: stretch !important;
|
||||||
}
|
}
|
||||||
@ -1448,18 +1652,26 @@ html {
|
|||||||
|
|
||||||
@media (min-width: 1200px) {
|
@media (min-width: 1200px) {
|
||||||
.flex-xl-row {
|
.flex-xl-row {
|
||||||
|
-webkit-box-orient: horizontal !important;
|
||||||
|
-webkit-box-direction: normal !important;
|
||||||
-ms-flex-direction: row !important;
|
-ms-flex-direction: row !important;
|
||||||
flex-direction: row !important;
|
flex-direction: row !important;
|
||||||
}
|
}
|
||||||
.flex-xl-column {
|
.flex-xl-column {
|
||||||
|
-webkit-box-orient: vertical !important;
|
||||||
|
-webkit-box-direction: normal !important;
|
||||||
-ms-flex-direction: column !important;
|
-ms-flex-direction: column !important;
|
||||||
flex-direction: column !important;
|
flex-direction: column !important;
|
||||||
}
|
}
|
||||||
.flex-xl-row-reverse {
|
.flex-xl-row-reverse {
|
||||||
|
-webkit-box-orient: horizontal !important;
|
||||||
|
-webkit-box-direction: reverse !important;
|
||||||
-ms-flex-direction: row-reverse !important;
|
-ms-flex-direction: row-reverse !important;
|
||||||
flex-direction: row-reverse !important;
|
flex-direction: row-reverse !important;
|
||||||
}
|
}
|
||||||
.flex-xl-column-reverse {
|
.flex-xl-column-reverse {
|
||||||
|
-webkit-box-orient: vertical !important;
|
||||||
|
-webkit-box-direction: reverse !important;
|
||||||
-ms-flex-direction: column-reverse !important;
|
-ms-flex-direction: column-reverse !important;
|
||||||
flex-direction: column-reverse !important;
|
flex-direction: column-reverse !important;
|
||||||
}
|
}
|
||||||
@ -1476,18 +1688,22 @@ html {
|
|||||||
flex-wrap: wrap-reverse !important;
|
flex-wrap: wrap-reverse !important;
|
||||||
}
|
}
|
||||||
.justify-content-xl-start {
|
.justify-content-xl-start {
|
||||||
|
-webkit-box-pack: start !important;
|
||||||
-ms-flex-pack: start !important;
|
-ms-flex-pack: start !important;
|
||||||
justify-content: flex-start !important;
|
justify-content: flex-start !important;
|
||||||
}
|
}
|
||||||
.justify-content-xl-end {
|
.justify-content-xl-end {
|
||||||
|
-webkit-box-pack: end !important;
|
||||||
-ms-flex-pack: end !important;
|
-ms-flex-pack: end !important;
|
||||||
justify-content: flex-end !important;
|
justify-content: flex-end !important;
|
||||||
}
|
}
|
||||||
.justify-content-xl-center {
|
.justify-content-xl-center {
|
||||||
|
-webkit-box-pack: center !important;
|
||||||
-ms-flex-pack: center !important;
|
-ms-flex-pack: center !important;
|
||||||
justify-content: center !important;
|
justify-content: center !important;
|
||||||
}
|
}
|
||||||
.justify-content-xl-between {
|
.justify-content-xl-between {
|
||||||
|
-webkit-box-pack: justify !important;
|
||||||
-ms-flex-pack: justify !important;
|
-ms-flex-pack: justify !important;
|
||||||
justify-content: space-between !important;
|
justify-content: space-between !important;
|
||||||
}
|
}
|
||||||
@ -1496,22 +1712,27 @@ html {
|
|||||||
justify-content: space-around !important;
|
justify-content: space-around !important;
|
||||||
}
|
}
|
||||||
.align-items-xl-start {
|
.align-items-xl-start {
|
||||||
|
-webkit-box-align: start !important;
|
||||||
-ms-flex-align: start !important;
|
-ms-flex-align: start !important;
|
||||||
align-items: flex-start !important;
|
align-items: flex-start !important;
|
||||||
}
|
}
|
||||||
.align-items-xl-end {
|
.align-items-xl-end {
|
||||||
|
-webkit-box-align: end !important;
|
||||||
-ms-flex-align: end !important;
|
-ms-flex-align: end !important;
|
||||||
align-items: flex-end !important;
|
align-items: flex-end !important;
|
||||||
}
|
}
|
||||||
.align-items-xl-center {
|
.align-items-xl-center {
|
||||||
|
-webkit-box-align: center !important;
|
||||||
-ms-flex-align: center !important;
|
-ms-flex-align: center !important;
|
||||||
align-items: center !important;
|
align-items: center !important;
|
||||||
}
|
}
|
||||||
.align-items-xl-baseline {
|
.align-items-xl-baseline {
|
||||||
|
-webkit-box-align: baseline !important;
|
||||||
-ms-flex-align: baseline !important;
|
-ms-flex-align: baseline !important;
|
||||||
align-items: baseline !important;
|
align-items: baseline !important;
|
||||||
}
|
}
|
||||||
.align-items-xl-stretch {
|
.align-items-xl-stretch {
|
||||||
|
-webkit-box-align: stretch !important;
|
||||||
-ms-flex-align: stretch !important;
|
-ms-flex-align: stretch !important;
|
||||||
align-items: stretch !important;
|
align-items: stretch !important;
|
||||||
}
|
}
|
||||||
|
2
dist/css/bootstrap-grid.css.map
vendored
2
dist/css/bootstrap-grid.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap-grid.min.css
vendored
2
dist/css/bootstrap-grid.min.css
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap-grid.min.css.map
vendored
2
dist/css/bootstrap-grid.min.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap-reboot.css.map
vendored
2
dist/css/bootstrap-reboot.css.map
vendored
File diff suppressed because one or more lines are too long
@ -664,6 +664,7 @@ pre code {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.row {
|
.row {
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-ms-flex-wrap: wrap;
|
-ms-flex-wrap: wrap;
|
||||||
@ -699,12 +700,14 @@ pre code {
|
|||||||
.col {
|
.col {
|
||||||
-ms-flex-preferred-size: 0;
|
-ms-flex-preferred-size: 0;
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
|
-webkit-box-flex: 1;
|
||||||
-ms-flex-positive: 1;
|
-ms-flex-positive: 1;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-auto {
|
.col-auto {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 auto;
|
-ms-flex: 0 0 auto;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
width: auto;
|
width: auto;
|
||||||
@ -712,138 +715,163 @@ pre code {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.col-1 {
|
.col-1 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 8.333333%;
|
-ms-flex: 0 0 8.333333%;
|
||||||
flex: 0 0 8.333333%;
|
flex: 0 0 8.333333%;
|
||||||
max-width: 8.333333%;
|
max-width: 8.333333%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-2 {
|
.col-2 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 16.666667%;
|
-ms-flex: 0 0 16.666667%;
|
||||||
flex: 0 0 16.666667%;
|
flex: 0 0 16.666667%;
|
||||||
max-width: 16.666667%;
|
max-width: 16.666667%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-3 {
|
.col-3 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 25%;
|
-ms-flex: 0 0 25%;
|
||||||
flex: 0 0 25%;
|
flex: 0 0 25%;
|
||||||
max-width: 25%;
|
max-width: 25%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-4 {
|
.col-4 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 33.333333%;
|
-ms-flex: 0 0 33.333333%;
|
||||||
flex: 0 0 33.333333%;
|
flex: 0 0 33.333333%;
|
||||||
max-width: 33.333333%;
|
max-width: 33.333333%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-5 {
|
.col-5 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 41.666667%;
|
-ms-flex: 0 0 41.666667%;
|
||||||
flex: 0 0 41.666667%;
|
flex: 0 0 41.666667%;
|
||||||
max-width: 41.666667%;
|
max-width: 41.666667%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-6 {
|
.col-6 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 50%;
|
-ms-flex: 0 0 50%;
|
||||||
flex: 0 0 50%;
|
flex: 0 0 50%;
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-7 {
|
.col-7 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 58.333333%;
|
-ms-flex: 0 0 58.333333%;
|
||||||
flex: 0 0 58.333333%;
|
flex: 0 0 58.333333%;
|
||||||
max-width: 58.333333%;
|
max-width: 58.333333%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-8 {
|
.col-8 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 66.666667%;
|
-ms-flex: 0 0 66.666667%;
|
||||||
flex: 0 0 66.666667%;
|
flex: 0 0 66.666667%;
|
||||||
max-width: 66.666667%;
|
max-width: 66.666667%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-9 {
|
.col-9 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 75%;
|
-ms-flex: 0 0 75%;
|
||||||
flex: 0 0 75%;
|
flex: 0 0 75%;
|
||||||
max-width: 75%;
|
max-width: 75%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-10 {
|
.col-10 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 83.333333%;
|
-ms-flex: 0 0 83.333333%;
|
||||||
flex: 0 0 83.333333%;
|
flex: 0 0 83.333333%;
|
||||||
max-width: 83.333333%;
|
max-width: 83.333333%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-11 {
|
.col-11 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 91.666667%;
|
-ms-flex: 0 0 91.666667%;
|
||||||
flex: 0 0 91.666667%;
|
flex: 0 0 91.666667%;
|
||||||
max-width: 91.666667%;
|
max-width: 91.666667%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-12 {
|
.col-12 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 100%;
|
-ms-flex: 0 0 100%;
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-first {
|
.order-first {
|
||||||
|
-webkit-box-ordinal-group: 0;
|
||||||
-ms-flex-order: -1;
|
-ms-flex-order: -1;
|
||||||
order: -1;
|
order: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-1 {
|
.order-1 {
|
||||||
|
-webkit-box-ordinal-group: 2;
|
||||||
-ms-flex-order: 1;
|
-ms-flex-order: 1;
|
||||||
order: 1;
|
order: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-2 {
|
.order-2 {
|
||||||
|
-webkit-box-ordinal-group: 3;
|
||||||
-ms-flex-order: 2;
|
-ms-flex-order: 2;
|
||||||
order: 2;
|
order: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-3 {
|
.order-3 {
|
||||||
|
-webkit-box-ordinal-group: 4;
|
||||||
-ms-flex-order: 3;
|
-ms-flex-order: 3;
|
||||||
order: 3;
|
order: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-4 {
|
.order-4 {
|
||||||
|
-webkit-box-ordinal-group: 5;
|
||||||
-ms-flex-order: 4;
|
-ms-flex-order: 4;
|
||||||
order: 4;
|
order: 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-5 {
|
.order-5 {
|
||||||
|
-webkit-box-ordinal-group: 6;
|
||||||
-ms-flex-order: 5;
|
-ms-flex-order: 5;
|
||||||
order: 5;
|
order: 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-6 {
|
.order-6 {
|
||||||
|
-webkit-box-ordinal-group: 7;
|
||||||
-ms-flex-order: 6;
|
-ms-flex-order: 6;
|
||||||
order: 6;
|
order: 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-7 {
|
.order-7 {
|
||||||
|
-webkit-box-ordinal-group: 8;
|
||||||
-ms-flex-order: 7;
|
-ms-flex-order: 7;
|
||||||
order: 7;
|
order: 7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-8 {
|
.order-8 {
|
||||||
|
-webkit-box-ordinal-group: 9;
|
||||||
-ms-flex-order: 8;
|
-ms-flex-order: 8;
|
||||||
order: 8;
|
order: 8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-9 {
|
.order-9 {
|
||||||
|
-webkit-box-ordinal-group: 10;
|
||||||
-ms-flex-order: 9;
|
-ms-flex-order: 9;
|
||||||
order: 9;
|
order: 9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-10 {
|
.order-10 {
|
||||||
|
-webkit-box-ordinal-group: 11;
|
||||||
-ms-flex-order: 10;
|
-ms-flex-order: 10;
|
||||||
order: 10;
|
order: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-11 {
|
.order-11 {
|
||||||
|
-webkit-box-ordinal-group: 12;
|
||||||
-ms-flex-order: 11;
|
-ms-flex-order: 11;
|
||||||
order: 11;
|
order: 11;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-12 {
|
.order-12 {
|
||||||
|
-webkit-box-ordinal-group: 13;
|
||||||
-ms-flex-order: 12;
|
-ms-flex-order: 12;
|
||||||
order: 12;
|
order: 12;
|
||||||
}
|
}
|
||||||
@ -896,125 +924,152 @@ pre code {
|
|||||||
.col-sm {
|
.col-sm {
|
||||||
-ms-flex-preferred-size: 0;
|
-ms-flex-preferred-size: 0;
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
|
-webkit-box-flex: 1;
|
||||||
-ms-flex-positive: 1;
|
-ms-flex-positive: 1;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.col-sm-auto {
|
.col-sm-auto {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 auto;
|
-ms-flex: 0 0 auto;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
width: auto;
|
width: auto;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
.col-sm-1 {
|
.col-sm-1 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 8.333333%;
|
-ms-flex: 0 0 8.333333%;
|
||||||
flex: 0 0 8.333333%;
|
flex: 0 0 8.333333%;
|
||||||
max-width: 8.333333%;
|
max-width: 8.333333%;
|
||||||
}
|
}
|
||||||
.col-sm-2 {
|
.col-sm-2 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 16.666667%;
|
-ms-flex: 0 0 16.666667%;
|
||||||
flex: 0 0 16.666667%;
|
flex: 0 0 16.666667%;
|
||||||
max-width: 16.666667%;
|
max-width: 16.666667%;
|
||||||
}
|
}
|
||||||
.col-sm-3 {
|
.col-sm-3 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 25%;
|
-ms-flex: 0 0 25%;
|
||||||
flex: 0 0 25%;
|
flex: 0 0 25%;
|
||||||
max-width: 25%;
|
max-width: 25%;
|
||||||
}
|
}
|
||||||
.col-sm-4 {
|
.col-sm-4 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 33.333333%;
|
-ms-flex: 0 0 33.333333%;
|
||||||
flex: 0 0 33.333333%;
|
flex: 0 0 33.333333%;
|
||||||
max-width: 33.333333%;
|
max-width: 33.333333%;
|
||||||
}
|
}
|
||||||
.col-sm-5 {
|
.col-sm-5 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 41.666667%;
|
-ms-flex: 0 0 41.666667%;
|
||||||
flex: 0 0 41.666667%;
|
flex: 0 0 41.666667%;
|
||||||
max-width: 41.666667%;
|
max-width: 41.666667%;
|
||||||
}
|
}
|
||||||
.col-sm-6 {
|
.col-sm-6 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 50%;
|
-ms-flex: 0 0 50%;
|
||||||
flex: 0 0 50%;
|
flex: 0 0 50%;
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
}
|
}
|
||||||
.col-sm-7 {
|
.col-sm-7 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 58.333333%;
|
-ms-flex: 0 0 58.333333%;
|
||||||
flex: 0 0 58.333333%;
|
flex: 0 0 58.333333%;
|
||||||
max-width: 58.333333%;
|
max-width: 58.333333%;
|
||||||
}
|
}
|
||||||
.col-sm-8 {
|
.col-sm-8 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 66.666667%;
|
-ms-flex: 0 0 66.666667%;
|
||||||
flex: 0 0 66.666667%;
|
flex: 0 0 66.666667%;
|
||||||
max-width: 66.666667%;
|
max-width: 66.666667%;
|
||||||
}
|
}
|
||||||
.col-sm-9 {
|
.col-sm-9 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 75%;
|
-ms-flex: 0 0 75%;
|
||||||
flex: 0 0 75%;
|
flex: 0 0 75%;
|
||||||
max-width: 75%;
|
max-width: 75%;
|
||||||
}
|
}
|
||||||
.col-sm-10 {
|
.col-sm-10 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 83.333333%;
|
-ms-flex: 0 0 83.333333%;
|
||||||
flex: 0 0 83.333333%;
|
flex: 0 0 83.333333%;
|
||||||
max-width: 83.333333%;
|
max-width: 83.333333%;
|
||||||
}
|
}
|
||||||
.col-sm-11 {
|
.col-sm-11 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 91.666667%;
|
-ms-flex: 0 0 91.666667%;
|
||||||
flex: 0 0 91.666667%;
|
flex: 0 0 91.666667%;
|
||||||
max-width: 91.666667%;
|
max-width: 91.666667%;
|
||||||
}
|
}
|
||||||
.col-sm-12 {
|
.col-sm-12 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 100%;
|
-ms-flex: 0 0 100%;
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.order-sm-first {
|
.order-sm-first {
|
||||||
|
-webkit-box-ordinal-group: 0;
|
||||||
-ms-flex-order: -1;
|
-ms-flex-order: -1;
|
||||||
order: -1;
|
order: -1;
|
||||||
}
|
}
|
||||||
.order-sm-1 {
|
.order-sm-1 {
|
||||||
|
-webkit-box-ordinal-group: 2;
|
||||||
-ms-flex-order: 1;
|
-ms-flex-order: 1;
|
||||||
order: 1;
|
order: 1;
|
||||||
}
|
}
|
||||||
.order-sm-2 {
|
.order-sm-2 {
|
||||||
|
-webkit-box-ordinal-group: 3;
|
||||||
-ms-flex-order: 2;
|
-ms-flex-order: 2;
|
||||||
order: 2;
|
order: 2;
|
||||||
}
|
}
|
||||||
.order-sm-3 {
|
.order-sm-3 {
|
||||||
|
-webkit-box-ordinal-group: 4;
|
||||||
-ms-flex-order: 3;
|
-ms-flex-order: 3;
|
||||||
order: 3;
|
order: 3;
|
||||||
}
|
}
|
||||||
.order-sm-4 {
|
.order-sm-4 {
|
||||||
|
-webkit-box-ordinal-group: 5;
|
||||||
-ms-flex-order: 4;
|
-ms-flex-order: 4;
|
||||||
order: 4;
|
order: 4;
|
||||||
}
|
}
|
||||||
.order-sm-5 {
|
.order-sm-5 {
|
||||||
|
-webkit-box-ordinal-group: 6;
|
||||||
-ms-flex-order: 5;
|
-ms-flex-order: 5;
|
||||||
order: 5;
|
order: 5;
|
||||||
}
|
}
|
||||||
.order-sm-6 {
|
.order-sm-6 {
|
||||||
|
-webkit-box-ordinal-group: 7;
|
||||||
-ms-flex-order: 6;
|
-ms-flex-order: 6;
|
||||||
order: 6;
|
order: 6;
|
||||||
}
|
}
|
||||||
.order-sm-7 {
|
.order-sm-7 {
|
||||||
|
-webkit-box-ordinal-group: 8;
|
||||||
-ms-flex-order: 7;
|
-ms-flex-order: 7;
|
||||||
order: 7;
|
order: 7;
|
||||||
}
|
}
|
||||||
.order-sm-8 {
|
.order-sm-8 {
|
||||||
|
-webkit-box-ordinal-group: 9;
|
||||||
-ms-flex-order: 8;
|
-ms-flex-order: 8;
|
||||||
order: 8;
|
order: 8;
|
||||||
}
|
}
|
||||||
.order-sm-9 {
|
.order-sm-9 {
|
||||||
|
-webkit-box-ordinal-group: 10;
|
||||||
-ms-flex-order: 9;
|
-ms-flex-order: 9;
|
||||||
order: 9;
|
order: 9;
|
||||||
}
|
}
|
||||||
.order-sm-10 {
|
.order-sm-10 {
|
||||||
|
-webkit-box-ordinal-group: 11;
|
||||||
-ms-flex-order: 10;
|
-ms-flex-order: 10;
|
||||||
order: 10;
|
order: 10;
|
||||||
}
|
}
|
||||||
.order-sm-11 {
|
.order-sm-11 {
|
||||||
|
-webkit-box-ordinal-group: 12;
|
||||||
-ms-flex-order: 11;
|
-ms-flex-order: 11;
|
||||||
order: 11;
|
order: 11;
|
||||||
}
|
}
|
||||||
.order-sm-12 {
|
.order-sm-12 {
|
||||||
|
-webkit-box-ordinal-group: 13;
|
||||||
-ms-flex-order: 12;
|
-ms-flex-order: 12;
|
||||||
order: 12;
|
order: 12;
|
||||||
}
|
}
|
||||||
@ -1060,125 +1115,152 @@ pre code {
|
|||||||
.col-md {
|
.col-md {
|
||||||
-ms-flex-preferred-size: 0;
|
-ms-flex-preferred-size: 0;
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
|
-webkit-box-flex: 1;
|
||||||
-ms-flex-positive: 1;
|
-ms-flex-positive: 1;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.col-md-auto {
|
.col-md-auto {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 auto;
|
-ms-flex: 0 0 auto;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
width: auto;
|
width: auto;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
.col-md-1 {
|
.col-md-1 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 8.333333%;
|
-ms-flex: 0 0 8.333333%;
|
||||||
flex: 0 0 8.333333%;
|
flex: 0 0 8.333333%;
|
||||||
max-width: 8.333333%;
|
max-width: 8.333333%;
|
||||||
}
|
}
|
||||||
.col-md-2 {
|
.col-md-2 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 16.666667%;
|
-ms-flex: 0 0 16.666667%;
|
||||||
flex: 0 0 16.666667%;
|
flex: 0 0 16.666667%;
|
||||||
max-width: 16.666667%;
|
max-width: 16.666667%;
|
||||||
}
|
}
|
||||||
.col-md-3 {
|
.col-md-3 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 25%;
|
-ms-flex: 0 0 25%;
|
||||||
flex: 0 0 25%;
|
flex: 0 0 25%;
|
||||||
max-width: 25%;
|
max-width: 25%;
|
||||||
}
|
}
|
||||||
.col-md-4 {
|
.col-md-4 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 33.333333%;
|
-ms-flex: 0 0 33.333333%;
|
||||||
flex: 0 0 33.333333%;
|
flex: 0 0 33.333333%;
|
||||||
max-width: 33.333333%;
|
max-width: 33.333333%;
|
||||||
}
|
}
|
||||||
.col-md-5 {
|
.col-md-5 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 41.666667%;
|
-ms-flex: 0 0 41.666667%;
|
||||||
flex: 0 0 41.666667%;
|
flex: 0 0 41.666667%;
|
||||||
max-width: 41.666667%;
|
max-width: 41.666667%;
|
||||||
}
|
}
|
||||||
.col-md-6 {
|
.col-md-6 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 50%;
|
-ms-flex: 0 0 50%;
|
||||||
flex: 0 0 50%;
|
flex: 0 0 50%;
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
}
|
}
|
||||||
.col-md-7 {
|
.col-md-7 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 58.333333%;
|
-ms-flex: 0 0 58.333333%;
|
||||||
flex: 0 0 58.333333%;
|
flex: 0 0 58.333333%;
|
||||||
max-width: 58.333333%;
|
max-width: 58.333333%;
|
||||||
}
|
}
|
||||||
.col-md-8 {
|
.col-md-8 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 66.666667%;
|
-ms-flex: 0 0 66.666667%;
|
||||||
flex: 0 0 66.666667%;
|
flex: 0 0 66.666667%;
|
||||||
max-width: 66.666667%;
|
max-width: 66.666667%;
|
||||||
}
|
}
|
||||||
.col-md-9 {
|
.col-md-9 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 75%;
|
-ms-flex: 0 0 75%;
|
||||||
flex: 0 0 75%;
|
flex: 0 0 75%;
|
||||||
max-width: 75%;
|
max-width: 75%;
|
||||||
}
|
}
|
||||||
.col-md-10 {
|
.col-md-10 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 83.333333%;
|
-ms-flex: 0 0 83.333333%;
|
||||||
flex: 0 0 83.333333%;
|
flex: 0 0 83.333333%;
|
||||||
max-width: 83.333333%;
|
max-width: 83.333333%;
|
||||||
}
|
}
|
||||||
.col-md-11 {
|
.col-md-11 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 91.666667%;
|
-ms-flex: 0 0 91.666667%;
|
||||||
flex: 0 0 91.666667%;
|
flex: 0 0 91.666667%;
|
||||||
max-width: 91.666667%;
|
max-width: 91.666667%;
|
||||||
}
|
}
|
||||||
.col-md-12 {
|
.col-md-12 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 100%;
|
-ms-flex: 0 0 100%;
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.order-md-first {
|
.order-md-first {
|
||||||
|
-webkit-box-ordinal-group: 0;
|
||||||
-ms-flex-order: -1;
|
-ms-flex-order: -1;
|
||||||
order: -1;
|
order: -1;
|
||||||
}
|
}
|
||||||
.order-md-1 {
|
.order-md-1 {
|
||||||
|
-webkit-box-ordinal-group: 2;
|
||||||
-ms-flex-order: 1;
|
-ms-flex-order: 1;
|
||||||
order: 1;
|
order: 1;
|
||||||
}
|
}
|
||||||
.order-md-2 {
|
.order-md-2 {
|
||||||
|
-webkit-box-ordinal-group: 3;
|
||||||
-ms-flex-order: 2;
|
-ms-flex-order: 2;
|
||||||
order: 2;
|
order: 2;
|
||||||
}
|
}
|
||||||
.order-md-3 {
|
.order-md-3 {
|
||||||
|
-webkit-box-ordinal-group: 4;
|
||||||
-ms-flex-order: 3;
|
-ms-flex-order: 3;
|
||||||
order: 3;
|
order: 3;
|
||||||
}
|
}
|
||||||
.order-md-4 {
|
.order-md-4 {
|
||||||
|
-webkit-box-ordinal-group: 5;
|
||||||
-ms-flex-order: 4;
|
-ms-flex-order: 4;
|
||||||
order: 4;
|
order: 4;
|
||||||
}
|
}
|
||||||
.order-md-5 {
|
.order-md-5 {
|
||||||
|
-webkit-box-ordinal-group: 6;
|
||||||
-ms-flex-order: 5;
|
-ms-flex-order: 5;
|
||||||
order: 5;
|
order: 5;
|
||||||
}
|
}
|
||||||
.order-md-6 {
|
.order-md-6 {
|
||||||
|
-webkit-box-ordinal-group: 7;
|
||||||
-ms-flex-order: 6;
|
-ms-flex-order: 6;
|
||||||
order: 6;
|
order: 6;
|
||||||
}
|
}
|
||||||
.order-md-7 {
|
.order-md-7 {
|
||||||
|
-webkit-box-ordinal-group: 8;
|
||||||
-ms-flex-order: 7;
|
-ms-flex-order: 7;
|
||||||
order: 7;
|
order: 7;
|
||||||
}
|
}
|
||||||
.order-md-8 {
|
.order-md-8 {
|
||||||
|
-webkit-box-ordinal-group: 9;
|
||||||
-ms-flex-order: 8;
|
-ms-flex-order: 8;
|
||||||
order: 8;
|
order: 8;
|
||||||
}
|
}
|
||||||
.order-md-9 {
|
.order-md-9 {
|
||||||
|
-webkit-box-ordinal-group: 10;
|
||||||
-ms-flex-order: 9;
|
-ms-flex-order: 9;
|
||||||
order: 9;
|
order: 9;
|
||||||
}
|
}
|
||||||
.order-md-10 {
|
.order-md-10 {
|
||||||
|
-webkit-box-ordinal-group: 11;
|
||||||
-ms-flex-order: 10;
|
-ms-flex-order: 10;
|
||||||
order: 10;
|
order: 10;
|
||||||
}
|
}
|
||||||
.order-md-11 {
|
.order-md-11 {
|
||||||
|
-webkit-box-ordinal-group: 12;
|
||||||
-ms-flex-order: 11;
|
-ms-flex-order: 11;
|
||||||
order: 11;
|
order: 11;
|
||||||
}
|
}
|
||||||
.order-md-12 {
|
.order-md-12 {
|
||||||
|
-webkit-box-ordinal-group: 13;
|
||||||
-ms-flex-order: 12;
|
-ms-flex-order: 12;
|
||||||
order: 12;
|
order: 12;
|
||||||
}
|
}
|
||||||
@ -1224,125 +1306,152 @@ pre code {
|
|||||||
.col-lg {
|
.col-lg {
|
||||||
-ms-flex-preferred-size: 0;
|
-ms-flex-preferred-size: 0;
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
|
-webkit-box-flex: 1;
|
||||||
-ms-flex-positive: 1;
|
-ms-flex-positive: 1;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.col-lg-auto {
|
.col-lg-auto {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 auto;
|
-ms-flex: 0 0 auto;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
width: auto;
|
width: auto;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
.col-lg-1 {
|
.col-lg-1 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 8.333333%;
|
-ms-flex: 0 0 8.333333%;
|
||||||
flex: 0 0 8.333333%;
|
flex: 0 0 8.333333%;
|
||||||
max-width: 8.333333%;
|
max-width: 8.333333%;
|
||||||
}
|
}
|
||||||
.col-lg-2 {
|
.col-lg-2 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 16.666667%;
|
-ms-flex: 0 0 16.666667%;
|
||||||
flex: 0 0 16.666667%;
|
flex: 0 0 16.666667%;
|
||||||
max-width: 16.666667%;
|
max-width: 16.666667%;
|
||||||
}
|
}
|
||||||
.col-lg-3 {
|
.col-lg-3 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 25%;
|
-ms-flex: 0 0 25%;
|
||||||
flex: 0 0 25%;
|
flex: 0 0 25%;
|
||||||
max-width: 25%;
|
max-width: 25%;
|
||||||
}
|
}
|
||||||
.col-lg-4 {
|
.col-lg-4 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 33.333333%;
|
-ms-flex: 0 0 33.333333%;
|
||||||
flex: 0 0 33.333333%;
|
flex: 0 0 33.333333%;
|
||||||
max-width: 33.333333%;
|
max-width: 33.333333%;
|
||||||
}
|
}
|
||||||
.col-lg-5 {
|
.col-lg-5 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 41.666667%;
|
-ms-flex: 0 0 41.666667%;
|
||||||
flex: 0 0 41.666667%;
|
flex: 0 0 41.666667%;
|
||||||
max-width: 41.666667%;
|
max-width: 41.666667%;
|
||||||
}
|
}
|
||||||
.col-lg-6 {
|
.col-lg-6 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 50%;
|
-ms-flex: 0 0 50%;
|
||||||
flex: 0 0 50%;
|
flex: 0 0 50%;
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
}
|
}
|
||||||
.col-lg-7 {
|
.col-lg-7 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 58.333333%;
|
-ms-flex: 0 0 58.333333%;
|
||||||
flex: 0 0 58.333333%;
|
flex: 0 0 58.333333%;
|
||||||
max-width: 58.333333%;
|
max-width: 58.333333%;
|
||||||
}
|
}
|
||||||
.col-lg-8 {
|
.col-lg-8 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 66.666667%;
|
-ms-flex: 0 0 66.666667%;
|
||||||
flex: 0 0 66.666667%;
|
flex: 0 0 66.666667%;
|
||||||
max-width: 66.666667%;
|
max-width: 66.666667%;
|
||||||
}
|
}
|
||||||
.col-lg-9 {
|
.col-lg-9 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 75%;
|
-ms-flex: 0 0 75%;
|
||||||
flex: 0 0 75%;
|
flex: 0 0 75%;
|
||||||
max-width: 75%;
|
max-width: 75%;
|
||||||
}
|
}
|
||||||
.col-lg-10 {
|
.col-lg-10 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 83.333333%;
|
-ms-flex: 0 0 83.333333%;
|
||||||
flex: 0 0 83.333333%;
|
flex: 0 0 83.333333%;
|
||||||
max-width: 83.333333%;
|
max-width: 83.333333%;
|
||||||
}
|
}
|
||||||
.col-lg-11 {
|
.col-lg-11 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 91.666667%;
|
-ms-flex: 0 0 91.666667%;
|
||||||
flex: 0 0 91.666667%;
|
flex: 0 0 91.666667%;
|
||||||
max-width: 91.666667%;
|
max-width: 91.666667%;
|
||||||
}
|
}
|
||||||
.col-lg-12 {
|
.col-lg-12 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 100%;
|
-ms-flex: 0 0 100%;
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.order-lg-first {
|
.order-lg-first {
|
||||||
|
-webkit-box-ordinal-group: 0;
|
||||||
-ms-flex-order: -1;
|
-ms-flex-order: -1;
|
||||||
order: -1;
|
order: -1;
|
||||||
}
|
}
|
||||||
.order-lg-1 {
|
.order-lg-1 {
|
||||||
|
-webkit-box-ordinal-group: 2;
|
||||||
-ms-flex-order: 1;
|
-ms-flex-order: 1;
|
||||||
order: 1;
|
order: 1;
|
||||||
}
|
}
|
||||||
.order-lg-2 {
|
.order-lg-2 {
|
||||||
|
-webkit-box-ordinal-group: 3;
|
||||||
-ms-flex-order: 2;
|
-ms-flex-order: 2;
|
||||||
order: 2;
|
order: 2;
|
||||||
}
|
}
|
||||||
.order-lg-3 {
|
.order-lg-3 {
|
||||||
|
-webkit-box-ordinal-group: 4;
|
||||||
-ms-flex-order: 3;
|
-ms-flex-order: 3;
|
||||||
order: 3;
|
order: 3;
|
||||||
}
|
}
|
||||||
.order-lg-4 {
|
.order-lg-4 {
|
||||||
|
-webkit-box-ordinal-group: 5;
|
||||||
-ms-flex-order: 4;
|
-ms-flex-order: 4;
|
||||||
order: 4;
|
order: 4;
|
||||||
}
|
}
|
||||||
.order-lg-5 {
|
.order-lg-5 {
|
||||||
|
-webkit-box-ordinal-group: 6;
|
||||||
-ms-flex-order: 5;
|
-ms-flex-order: 5;
|
||||||
order: 5;
|
order: 5;
|
||||||
}
|
}
|
||||||
.order-lg-6 {
|
.order-lg-6 {
|
||||||
|
-webkit-box-ordinal-group: 7;
|
||||||
-ms-flex-order: 6;
|
-ms-flex-order: 6;
|
||||||
order: 6;
|
order: 6;
|
||||||
}
|
}
|
||||||
.order-lg-7 {
|
.order-lg-7 {
|
||||||
|
-webkit-box-ordinal-group: 8;
|
||||||
-ms-flex-order: 7;
|
-ms-flex-order: 7;
|
||||||
order: 7;
|
order: 7;
|
||||||
}
|
}
|
||||||
.order-lg-8 {
|
.order-lg-8 {
|
||||||
|
-webkit-box-ordinal-group: 9;
|
||||||
-ms-flex-order: 8;
|
-ms-flex-order: 8;
|
||||||
order: 8;
|
order: 8;
|
||||||
}
|
}
|
||||||
.order-lg-9 {
|
.order-lg-9 {
|
||||||
|
-webkit-box-ordinal-group: 10;
|
||||||
-ms-flex-order: 9;
|
-ms-flex-order: 9;
|
||||||
order: 9;
|
order: 9;
|
||||||
}
|
}
|
||||||
.order-lg-10 {
|
.order-lg-10 {
|
||||||
|
-webkit-box-ordinal-group: 11;
|
||||||
-ms-flex-order: 10;
|
-ms-flex-order: 10;
|
||||||
order: 10;
|
order: 10;
|
||||||
}
|
}
|
||||||
.order-lg-11 {
|
.order-lg-11 {
|
||||||
|
-webkit-box-ordinal-group: 12;
|
||||||
-ms-flex-order: 11;
|
-ms-flex-order: 11;
|
||||||
order: 11;
|
order: 11;
|
||||||
}
|
}
|
||||||
.order-lg-12 {
|
.order-lg-12 {
|
||||||
|
-webkit-box-ordinal-group: 13;
|
||||||
-ms-flex-order: 12;
|
-ms-flex-order: 12;
|
||||||
order: 12;
|
order: 12;
|
||||||
}
|
}
|
||||||
@ -1388,125 +1497,152 @@ pre code {
|
|||||||
.col-xl {
|
.col-xl {
|
||||||
-ms-flex-preferred-size: 0;
|
-ms-flex-preferred-size: 0;
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
|
-webkit-box-flex: 1;
|
||||||
-ms-flex-positive: 1;
|
-ms-flex-positive: 1;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.col-xl-auto {
|
.col-xl-auto {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 auto;
|
-ms-flex: 0 0 auto;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
width: auto;
|
width: auto;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
.col-xl-1 {
|
.col-xl-1 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 8.333333%;
|
-ms-flex: 0 0 8.333333%;
|
||||||
flex: 0 0 8.333333%;
|
flex: 0 0 8.333333%;
|
||||||
max-width: 8.333333%;
|
max-width: 8.333333%;
|
||||||
}
|
}
|
||||||
.col-xl-2 {
|
.col-xl-2 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 16.666667%;
|
-ms-flex: 0 0 16.666667%;
|
||||||
flex: 0 0 16.666667%;
|
flex: 0 0 16.666667%;
|
||||||
max-width: 16.666667%;
|
max-width: 16.666667%;
|
||||||
}
|
}
|
||||||
.col-xl-3 {
|
.col-xl-3 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 25%;
|
-ms-flex: 0 0 25%;
|
||||||
flex: 0 0 25%;
|
flex: 0 0 25%;
|
||||||
max-width: 25%;
|
max-width: 25%;
|
||||||
}
|
}
|
||||||
.col-xl-4 {
|
.col-xl-4 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 33.333333%;
|
-ms-flex: 0 0 33.333333%;
|
||||||
flex: 0 0 33.333333%;
|
flex: 0 0 33.333333%;
|
||||||
max-width: 33.333333%;
|
max-width: 33.333333%;
|
||||||
}
|
}
|
||||||
.col-xl-5 {
|
.col-xl-5 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 41.666667%;
|
-ms-flex: 0 0 41.666667%;
|
||||||
flex: 0 0 41.666667%;
|
flex: 0 0 41.666667%;
|
||||||
max-width: 41.666667%;
|
max-width: 41.666667%;
|
||||||
}
|
}
|
||||||
.col-xl-6 {
|
.col-xl-6 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 50%;
|
-ms-flex: 0 0 50%;
|
||||||
flex: 0 0 50%;
|
flex: 0 0 50%;
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
}
|
}
|
||||||
.col-xl-7 {
|
.col-xl-7 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 58.333333%;
|
-ms-flex: 0 0 58.333333%;
|
||||||
flex: 0 0 58.333333%;
|
flex: 0 0 58.333333%;
|
||||||
max-width: 58.333333%;
|
max-width: 58.333333%;
|
||||||
}
|
}
|
||||||
.col-xl-8 {
|
.col-xl-8 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 66.666667%;
|
-ms-flex: 0 0 66.666667%;
|
||||||
flex: 0 0 66.666667%;
|
flex: 0 0 66.666667%;
|
||||||
max-width: 66.666667%;
|
max-width: 66.666667%;
|
||||||
}
|
}
|
||||||
.col-xl-9 {
|
.col-xl-9 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 75%;
|
-ms-flex: 0 0 75%;
|
||||||
flex: 0 0 75%;
|
flex: 0 0 75%;
|
||||||
max-width: 75%;
|
max-width: 75%;
|
||||||
}
|
}
|
||||||
.col-xl-10 {
|
.col-xl-10 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 83.333333%;
|
-ms-flex: 0 0 83.333333%;
|
||||||
flex: 0 0 83.333333%;
|
flex: 0 0 83.333333%;
|
||||||
max-width: 83.333333%;
|
max-width: 83.333333%;
|
||||||
}
|
}
|
||||||
.col-xl-11 {
|
.col-xl-11 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 91.666667%;
|
-ms-flex: 0 0 91.666667%;
|
||||||
flex: 0 0 91.666667%;
|
flex: 0 0 91.666667%;
|
||||||
max-width: 91.666667%;
|
max-width: 91.666667%;
|
||||||
}
|
}
|
||||||
.col-xl-12 {
|
.col-xl-12 {
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 100%;
|
-ms-flex: 0 0 100%;
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.order-xl-first {
|
.order-xl-first {
|
||||||
|
-webkit-box-ordinal-group: 0;
|
||||||
-ms-flex-order: -1;
|
-ms-flex-order: -1;
|
||||||
order: -1;
|
order: -1;
|
||||||
}
|
}
|
||||||
.order-xl-1 {
|
.order-xl-1 {
|
||||||
|
-webkit-box-ordinal-group: 2;
|
||||||
-ms-flex-order: 1;
|
-ms-flex-order: 1;
|
||||||
order: 1;
|
order: 1;
|
||||||
}
|
}
|
||||||
.order-xl-2 {
|
.order-xl-2 {
|
||||||
|
-webkit-box-ordinal-group: 3;
|
||||||
-ms-flex-order: 2;
|
-ms-flex-order: 2;
|
||||||
order: 2;
|
order: 2;
|
||||||
}
|
}
|
||||||
.order-xl-3 {
|
.order-xl-3 {
|
||||||
|
-webkit-box-ordinal-group: 4;
|
||||||
-ms-flex-order: 3;
|
-ms-flex-order: 3;
|
||||||
order: 3;
|
order: 3;
|
||||||
}
|
}
|
||||||
.order-xl-4 {
|
.order-xl-4 {
|
||||||
|
-webkit-box-ordinal-group: 5;
|
||||||
-ms-flex-order: 4;
|
-ms-flex-order: 4;
|
||||||
order: 4;
|
order: 4;
|
||||||
}
|
}
|
||||||
.order-xl-5 {
|
.order-xl-5 {
|
||||||
|
-webkit-box-ordinal-group: 6;
|
||||||
-ms-flex-order: 5;
|
-ms-flex-order: 5;
|
||||||
order: 5;
|
order: 5;
|
||||||
}
|
}
|
||||||
.order-xl-6 {
|
.order-xl-6 {
|
||||||
|
-webkit-box-ordinal-group: 7;
|
||||||
-ms-flex-order: 6;
|
-ms-flex-order: 6;
|
||||||
order: 6;
|
order: 6;
|
||||||
}
|
}
|
||||||
.order-xl-7 {
|
.order-xl-7 {
|
||||||
|
-webkit-box-ordinal-group: 8;
|
||||||
-ms-flex-order: 7;
|
-ms-flex-order: 7;
|
||||||
order: 7;
|
order: 7;
|
||||||
}
|
}
|
||||||
.order-xl-8 {
|
.order-xl-8 {
|
||||||
|
-webkit-box-ordinal-group: 9;
|
||||||
-ms-flex-order: 8;
|
-ms-flex-order: 8;
|
||||||
order: 8;
|
order: 8;
|
||||||
}
|
}
|
||||||
.order-xl-9 {
|
.order-xl-9 {
|
||||||
|
-webkit-box-ordinal-group: 10;
|
||||||
-ms-flex-order: 9;
|
-ms-flex-order: 9;
|
||||||
order: 9;
|
order: 9;
|
||||||
}
|
}
|
||||||
.order-xl-10 {
|
.order-xl-10 {
|
||||||
|
-webkit-box-ordinal-group: 11;
|
||||||
-ms-flex-order: 10;
|
-ms-flex-order: 10;
|
||||||
order: 10;
|
order: 10;
|
||||||
}
|
}
|
||||||
.order-xl-11 {
|
.order-xl-11 {
|
||||||
|
-webkit-box-ordinal-group: 12;
|
||||||
-ms-flex-order: 11;
|
-ms-flex-order: 11;
|
||||||
order: 11;
|
order: 11;
|
||||||
}
|
}
|
||||||
.order-xl-12 {
|
.order-xl-12 {
|
||||||
|
-webkit-box-ordinal-group: 13;
|
||||||
-ms-flex-order: 12;
|
-ms-flex-order: 12;
|
||||||
order: 12;
|
order: 12;
|
||||||
}
|
}
|
||||||
@ -1868,6 +2004,11 @@ pre code {
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-control::-moz-placeholder {
|
||||||
|
color: #868e96;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
.form-control:-ms-input-placeholder {
|
.form-control:-ms-input-placeholder {
|
||||||
color: #868e96;
|
color: #868e96;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
@ -1998,6 +2139,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
|||||||
}
|
}
|
||||||
|
|
||||||
.form-row {
|
.form-row {
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-ms-flex-wrap: wrap;
|
-ms-flex-wrap: wrap;
|
||||||
@ -2033,8 +2175,10 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
|||||||
}
|
}
|
||||||
|
|
||||||
.form-check-inline {
|
.form-check-inline {
|
||||||
|
display: -webkit-inline-box;
|
||||||
display: -ms-inline-flexbox;
|
display: -ms-inline-flexbox;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
-webkit-box-align: center;
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
@ -2207,10 +2351,14 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
|||||||
}
|
}
|
||||||
|
|
||||||
.form-inline {
|
.form-inline {
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
-webkit-box-orient: horizontal;
|
||||||
|
-webkit-box-direction: normal;
|
||||||
-ms-flex-flow: row wrap;
|
-ms-flex-flow: row wrap;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
|
-webkit-box-align: center;
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
@ -2221,21 +2369,29 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
|||||||
|
|
||||||
@media (min-width: 576px) {
|
@media (min-width: 576px) {
|
||||||
.form-inline label {
|
.form-inline label {
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
-webkit-box-align: center;
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
-webkit-box-pack: center;
|
||||||
-ms-flex-pack: center;
|
-ms-flex-pack: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
.form-inline .form-group {
|
.form-inline .form-group {
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 0 auto;
|
-ms-flex: 0 0 auto;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
|
-webkit-box-orient: horizontal;
|
||||||
|
-webkit-box-direction: normal;
|
||||||
-ms-flex-flow: row wrap;
|
-ms-flex-flow: row wrap;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
|
-webkit-box-align: center;
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
@ -2252,10 +2408,13 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
|||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
.form-inline .form-check {
|
.form-inline .form-check {
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
-webkit-box-align: center;
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
-webkit-box-pack: center;
|
||||||
-ms-flex-pack: center;
|
-ms-flex-pack: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: auto;
|
width: auto;
|
||||||
@ -2268,8 +2427,10 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.form-inline .custom-control {
|
.form-inline .custom-control {
|
||||||
|
-webkit-box-align: center;
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
-webkit-box-pack: center;
|
||||||
-ms-flex-pack: center;
|
-ms-flex-pack: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
@ -3054,6 +3215,7 @@ tbody.collapse.show {
|
|||||||
.btn-group,
|
.btn-group,
|
||||||
.btn-group-vertical {
|
.btn-group-vertical {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
display: -webkit-inline-box;
|
||||||
display: -ms-inline-flexbox;
|
display: -ms-inline-flexbox;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
@ -3062,6 +3224,7 @@ tbody.collapse.show {
|
|||||||
.btn-group > .btn,
|
.btn-group > .btn,
|
||||||
.btn-group-vertical > .btn {
|
.btn-group-vertical > .btn {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 1 auto;
|
-ms-flex: 0 1 auto;
|
||||||
flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
}
|
}
|
||||||
@ -3090,10 +3253,12 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-toolbar {
|
.btn-toolbar {
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-ms-flex-wrap: wrap;
|
-ms-flex-wrap: wrap;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
-webkit-box-pack: start;
|
||||||
-ms-flex-pack: start;
|
-ms-flex-pack: start;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
@ -3160,10 +3325,14 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-group-vertical {
|
.btn-group-vertical {
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
-webkit-box-direction: normal;
|
||||||
-ms-flex-direction: column;
|
-ms-flex-direction: column;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
-webkit-box-align: start;
|
||||||
-ms-flex-align: start;
|
-ms-flex-align: start;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
-webkit-box-pack: center;
|
||||||
-ms-flex-pack: center;
|
-ms-flex-pack: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
@ -3226,10 +3395,12 @@ tbody.collapse.show {
|
|||||||
|
|
||||||
.input-group {
|
.input-group {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-ms-flex-wrap: wrap;
|
-ms-flex-wrap: wrap;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
-webkit-box-align: stretch;
|
||||||
-ms-flex-align: stretch;
|
-ms-flex-align: stretch;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -3239,6 +3410,7 @@ tbody.collapse.show {
|
|||||||
.input-group .custom-select,
|
.input-group .custom-select,
|
||||||
.input-group .custom-file {
|
.input-group .custom-file {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
-webkit-box-flex: 1;
|
||||||
-ms-flex: 1 1 auto;
|
-ms-flex: 1 1 auto;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
width: 1%;
|
width: 1%;
|
||||||
@ -3275,16 +3447,12 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.input-group .custom-file {
|
.input-group .custom-file {
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
-webkit-box-align: center;
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.input-group .custom-file .custom-file-input {
|
|
||||||
width: 100%;
|
|
||||||
min-width: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-group .custom-file:not(:first-child):not(:last-of-type) .custom-file-control,
|
.input-group .custom-file:not(:first-child):not(:last-of-type) .custom-file-control,
|
||||||
@ -3304,14 +3472,12 @@ tbody.collapse.show {
|
|||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-group .custom-select {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.input-group-prepend,
|
.input-group-prepend,
|
||||||
.input-group-append {
|
.input-group-append {
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
-webkit-box-align: center;
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
@ -3393,6 +3559,7 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.custom-control-inline {
|
.custom-control-inline {
|
||||||
|
display: -webkit-inline-box;
|
||||||
display: -ms-inline-flexbox;
|
display: -ms-inline-flexbox;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
margin-right: 1rem;
|
margin-right: 1rem;
|
||||||
@ -3493,7 +3660,7 @@ tbody.collapse.show {
|
|||||||
|
|
||||||
.custom-select {
|
.custom-select {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
max-width: 100%;
|
width: 100%;
|
||||||
height: calc(2.25rem + 2px);
|
height: calc(2.25rem + 2px);
|
||||||
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
|
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
@ -3551,13 +3718,12 @@ tbody.collapse.show {
|
|||||||
.custom-file {
|
.custom-file {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
max-width: 100%;
|
width: 100%;
|
||||||
height: calc(2.25rem + 2px);
|
height: calc(2.25rem + 2px);
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.custom-file-input {
|
.custom-file-input {
|
||||||
min-width: 14rem;
|
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: calc(2.25rem + 2px);
|
height: calc(2.25rem + 2px);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -3617,6 +3783,7 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.nav {
|
.nav {
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-ms-flex-wrap: wrap;
|
-ms-flex-wrap: wrap;
|
||||||
@ -3687,6 +3854,7 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.nav-fill .nav-item {
|
.nav-fill .nav-item {
|
||||||
|
-webkit-box-flex: 1;
|
||||||
-ms-flex: 1 1 auto;
|
-ms-flex: 1 1 auto;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -3695,6 +3863,7 @@ tbody.collapse.show {
|
|||||||
.nav-justified .nav-item {
|
.nav-justified .nav-item {
|
||||||
-ms-flex-preferred-size: 0;
|
-ms-flex-preferred-size: 0;
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
|
-webkit-box-flex: 1;
|
||||||
-ms-flex-positive: 1;
|
-ms-flex-positive: 1;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -3710,12 +3879,15 @@ tbody.collapse.show {
|
|||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-ms-flex-wrap: wrap;
|
-ms-flex-wrap: wrap;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
-webkit-box-align: center;
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
-webkit-box-pack: justify;
|
||||||
-ms-flex-pack: justify;
|
-ms-flex-pack: justify;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
@ -3723,12 +3895,15 @@ tbody.collapse.show {
|
|||||||
|
|
||||||
.navbar > .container,
|
.navbar > .container,
|
||||||
.navbar > .container-fluid {
|
.navbar > .container-fluid {
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-ms-flex-wrap: wrap;
|
-ms-flex-wrap: wrap;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
-webkit-box-align: center;
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
-webkit-box-pack: justify;
|
||||||
-ms-flex-pack: justify;
|
-ms-flex-pack: justify;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
@ -3748,8 +3923,11 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navbar-nav {
|
.navbar-nav {
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
-webkit-box-direction: normal;
|
||||||
-ms-flex-direction: column;
|
-ms-flex-direction: column;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
@ -3776,8 +3954,10 @@ tbody.collapse.show {
|
|||||||
.navbar-collapse {
|
.navbar-collapse {
|
||||||
-ms-flex-preferred-size: 100%;
|
-ms-flex-preferred-size: 100%;
|
||||||
flex-basis: 100%;
|
flex-basis: 100%;
|
||||||
|
-webkit-box-flex: 1;
|
||||||
-ms-flex-positive: 1;
|
-ms-flex-positive: 1;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
-webkit-box-align: center;
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
@ -3815,12 +3995,17 @@ tbody.collapse.show {
|
|||||||
|
|
||||||
@media (min-width: 576px) {
|
@media (min-width: 576px) {
|
||||||
.navbar-expand-sm {
|
.navbar-expand-sm {
|
||||||
|
-webkit-box-orient: horizontal;
|
||||||
|
-webkit-box-direction: normal;
|
||||||
-ms-flex-flow: row nowrap;
|
-ms-flex-flow: row nowrap;
|
||||||
flex-flow: row nowrap;
|
flex-flow: row nowrap;
|
||||||
|
-webkit-box-pack: start;
|
||||||
-ms-flex-pack: start;
|
-ms-flex-pack: start;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
.navbar-expand-sm .navbar-nav {
|
.navbar-expand-sm .navbar-nav {
|
||||||
|
-webkit-box-orient: horizontal;
|
||||||
|
-webkit-box-direction: normal;
|
||||||
-ms-flex-direction: row;
|
-ms-flex-direction: row;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
@ -3841,6 +4026,7 @@ tbody.collapse.show {
|
|||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
}
|
}
|
||||||
.navbar-expand-sm .navbar-collapse {
|
.navbar-expand-sm .navbar-collapse {
|
||||||
|
display: -webkit-box !important;
|
||||||
display: -ms-flexbox !important;
|
display: -ms-flexbox !important;
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
-ms-flex-preferred-size: auto;
|
-ms-flex-preferred-size: auto;
|
||||||
@ -3865,12 +4051,17 @@ tbody.collapse.show {
|
|||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.navbar-expand-md {
|
.navbar-expand-md {
|
||||||
|
-webkit-box-orient: horizontal;
|
||||||
|
-webkit-box-direction: normal;
|
||||||
-ms-flex-flow: row nowrap;
|
-ms-flex-flow: row nowrap;
|
||||||
flex-flow: row nowrap;
|
flex-flow: row nowrap;
|
||||||
|
-webkit-box-pack: start;
|
||||||
-ms-flex-pack: start;
|
-ms-flex-pack: start;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
.navbar-expand-md .navbar-nav {
|
.navbar-expand-md .navbar-nav {
|
||||||
|
-webkit-box-orient: horizontal;
|
||||||
|
-webkit-box-direction: normal;
|
||||||
-ms-flex-direction: row;
|
-ms-flex-direction: row;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
@ -3891,6 +4082,7 @@ tbody.collapse.show {
|
|||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
}
|
}
|
||||||
.navbar-expand-md .navbar-collapse {
|
.navbar-expand-md .navbar-collapse {
|
||||||
|
display: -webkit-box !important;
|
||||||
display: -ms-flexbox !important;
|
display: -ms-flexbox !important;
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
-ms-flex-preferred-size: auto;
|
-ms-flex-preferred-size: auto;
|
||||||
@ -3915,12 +4107,17 @@ tbody.collapse.show {
|
|||||||
|
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
.navbar-expand-lg {
|
.navbar-expand-lg {
|
||||||
|
-webkit-box-orient: horizontal;
|
||||||
|
-webkit-box-direction: normal;
|
||||||
-ms-flex-flow: row nowrap;
|
-ms-flex-flow: row nowrap;
|
||||||
flex-flow: row nowrap;
|
flex-flow: row nowrap;
|
||||||
|
-webkit-box-pack: start;
|
||||||
-ms-flex-pack: start;
|
-ms-flex-pack: start;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
.navbar-expand-lg .navbar-nav {
|
.navbar-expand-lg .navbar-nav {
|
||||||
|
-webkit-box-orient: horizontal;
|
||||||
|
-webkit-box-direction: normal;
|
||||||
-ms-flex-direction: row;
|
-ms-flex-direction: row;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
@ -3941,6 +4138,7 @@ tbody.collapse.show {
|
|||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
}
|
}
|
||||||
.navbar-expand-lg .navbar-collapse {
|
.navbar-expand-lg .navbar-collapse {
|
||||||
|
display: -webkit-box !important;
|
||||||
display: -ms-flexbox !important;
|
display: -ms-flexbox !important;
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
-ms-flex-preferred-size: auto;
|
-ms-flex-preferred-size: auto;
|
||||||
@ -3965,12 +4163,17 @@ tbody.collapse.show {
|
|||||||
|
|
||||||
@media (min-width: 1200px) {
|
@media (min-width: 1200px) {
|
||||||
.navbar-expand-xl {
|
.navbar-expand-xl {
|
||||||
|
-webkit-box-orient: horizontal;
|
||||||
|
-webkit-box-direction: normal;
|
||||||
-ms-flex-flow: row nowrap;
|
-ms-flex-flow: row nowrap;
|
||||||
flex-flow: row nowrap;
|
flex-flow: row nowrap;
|
||||||
|
-webkit-box-pack: start;
|
||||||
-ms-flex-pack: start;
|
-ms-flex-pack: start;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
.navbar-expand-xl .navbar-nav {
|
.navbar-expand-xl .navbar-nav {
|
||||||
|
-webkit-box-orient: horizontal;
|
||||||
|
-webkit-box-direction: normal;
|
||||||
-ms-flex-direction: row;
|
-ms-flex-direction: row;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
@ -3991,6 +4194,7 @@ tbody.collapse.show {
|
|||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
}
|
}
|
||||||
.navbar-expand-xl .navbar-collapse {
|
.navbar-expand-xl .navbar-collapse {
|
||||||
|
display: -webkit-box !important;
|
||||||
display: -ms-flexbox !important;
|
display: -ms-flexbox !important;
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
-ms-flex-preferred-size: auto;
|
-ms-flex-preferred-size: auto;
|
||||||
@ -4006,8 +4210,11 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navbar-expand {
|
.navbar-expand {
|
||||||
|
-webkit-box-orient: horizontal;
|
||||||
|
-webkit-box-direction: normal;
|
||||||
-ms-flex-flow: row nowrap;
|
-ms-flex-flow: row nowrap;
|
||||||
flex-flow: row nowrap;
|
flex-flow: row nowrap;
|
||||||
|
-webkit-box-pack: start;
|
||||||
-ms-flex-pack: start;
|
-ms-flex-pack: start;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
@ -4019,6 +4226,8 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navbar-expand .navbar-nav {
|
.navbar-expand .navbar-nav {
|
||||||
|
-webkit-box-orient: horizontal;
|
||||||
|
-webkit-box-direction: normal;
|
||||||
-ms-flex-direction: row;
|
-ms-flex-direction: row;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
@ -4044,6 +4253,7 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navbar-expand .navbar-collapse {
|
.navbar-expand .navbar-collapse {
|
||||||
|
display: -webkit-box !important;
|
||||||
display: -ms-flexbox !important;
|
display: -ms-flexbox !important;
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
-ms-flex-preferred-size: auto;
|
-ms-flex-preferred-size: auto;
|
||||||
@ -4157,8 +4367,11 @@ tbody.collapse.show {
|
|||||||
|
|
||||||
.card {
|
.card {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
-webkit-box-direction: normal;
|
||||||
-ms-flex-direction: column;
|
-ms-flex-direction: column;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
@ -4185,6 +4398,7 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card-body {
|
.card-body {
|
||||||
|
-webkit-box-flex: 1;
|
||||||
-ms-flex: 1 1 auto;
|
-ms-flex: 1 1 auto;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
padding: 1.25rem;
|
padding: 1.25rem;
|
||||||
@ -4275,8 +4489,11 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card-deck {
|
.card-deck {
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
-webkit-box-direction: normal;
|
||||||
-ms-flex-direction: column;
|
-ms-flex-direction: column;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
@ -4287,16 +4504,22 @@ tbody.collapse.show {
|
|||||||
|
|
||||||
@media (min-width: 576px) {
|
@media (min-width: 576px) {
|
||||||
.card-deck {
|
.card-deck {
|
||||||
|
-webkit-box-orient: horizontal;
|
||||||
|
-webkit-box-direction: normal;
|
||||||
-ms-flex-flow: row wrap;
|
-ms-flex-flow: row wrap;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
margin-right: -15px;
|
margin-right: -15px;
|
||||||
margin-left: -15px;
|
margin-left: -15px;
|
||||||
}
|
}
|
||||||
.card-deck .card {
|
.card-deck .card {
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
-webkit-box-flex: 1;
|
||||||
-ms-flex: 1 0 0%;
|
-ms-flex: 1 0 0%;
|
||||||
flex: 1 0 0%;
|
flex: 1 0 0%;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
-webkit-box-direction: normal;
|
||||||
-ms-flex-direction: column;
|
-ms-flex-direction: column;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
@ -4306,8 +4529,11 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card-group {
|
.card-group {
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
-webkit-box-direction: normal;
|
||||||
-ms-flex-direction: column;
|
-ms-flex-direction: column;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
@ -4318,10 +4544,13 @@ tbody.collapse.show {
|
|||||||
|
|
||||||
@media (min-width: 576px) {
|
@media (min-width: 576px) {
|
||||||
.card-group {
|
.card-group {
|
||||||
|
-webkit-box-orient: horizontal;
|
||||||
|
-webkit-box-direction: normal;
|
||||||
-ms-flex-flow: row wrap;
|
-ms-flex-flow: row wrap;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
}
|
}
|
||||||
.card-group > .card {
|
.card-group > .card {
|
||||||
|
-webkit-box-flex: 1;
|
||||||
-ms-flex: 1 0 0%;
|
-ms-flex: 1 0 0%;
|
||||||
flex: 1 0 0%;
|
flex: 1 0 0%;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
@ -4385,8 +4614,10 @@ tbody.collapse.show {
|
|||||||
@media (min-width: 576px) {
|
@media (min-width: 576px) {
|
||||||
.card-columns {
|
.card-columns {
|
||||||
-webkit-column-count: 3;
|
-webkit-column-count: 3;
|
||||||
|
-moz-column-count: 3;
|
||||||
column-count: 3;
|
column-count: 3;
|
||||||
-webkit-column-gap: 1.25rem;
|
-webkit-column-gap: 1.25rem;
|
||||||
|
-moz-column-gap: 1.25rem;
|
||||||
column-gap: 1.25rem;
|
column-gap: 1.25rem;
|
||||||
}
|
}
|
||||||
.card-columns .card {
|
.card-columns .card {
|
||||||
@ -4396,6 +4627,7 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumb {
|
.breadcrumb {
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-ms-flex-wrap: wrap;
|
-ms-flex-wrap: wrap;
|
||||||
@ -4428,6 +4660,7 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.pagination {
|
.pagination {
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
@ -4803,6 +5036,7 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.progress {
|
.progress {
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 1rem;
|
height: 1rem;
|
||||||
@ -4813,10 +5047,14 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.progress-bar {
|
.progress-bar {
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
-webkit-box-direction: normal;
|
||||||
-ms-flex-direction: column;
|
-ms-flex-direction: column;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
-webkit-box-pack: center;
|
||||||
-ms-flex-pack: center;
|
-ms-flex-pack: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@ -4836,20 +5074,26 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.media {
|
.media {
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
-webkit-box-align: start;
|
||||||
-ms-flex-align: start;
|
-ms-flex-align: start;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-body {
|
.media-body {
|
||||||
|
-webkit-box-flex: 1;
|
||||||
-ms-flex: 1;
|
-ms-flex: 1;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-group {
|
.list-group {
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
-webkit-box-direction: normal;
|
||||||
-ms-flex-direction: column;
|
-ms-flex-direction: column;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
@ -5181,8 +5425,10 @@ button.close {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.modal-dialog-centered {
|
.modal-dialog-centered {
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
-webkit-box-align: center;
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
min-height: calc(100% - (0.5rem * 2));
|
min-height: calc(100% - (0.5rem * 2));
|
||||||
@ -5190,8 +5436,11 @@ button.close {
|
|||||||
|
|
||||||
.modal-content {
|
.modal-content {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
-webkit-box-direction: normal;
|
||||||
-ms-flex-direction: column;
|
-ms-flex-direction: column;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -5222,10 +5471,13 @@ button.close {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.modal-header {
|
.modal-header {
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
-webkit-box-align: start;
|
||||||
-ms-flex-align: start;
|
-ms-flex-align: start;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
-webkit-box-pack: justify;
|
||||||
-ms-flex-pack: justify;
|
-ms-flex-pack: justify;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
@ -5246,16 +5498,20 @@ button.close {
|
|||||||
|
|
||||||
.modal-body {
|
.modal-body {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
-webkit-box-flex: 1;
|
||||||
-ms-flex: 1 1 auto;
|
-ms-flex: 1 1 auto;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-footer {
|
.modal-footer {
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
-webkit-box-align: center;
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
-webkit-box-pack: end;
|
||||||
-ms-flex-pack: end;
|
-ms-flex-pack: end;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
@ -5603,6 +5859,7 @@ button.close {
|
|||||||
.carousel-item {
|
.carousel-item {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: none;
|
display: none;
|
||||||
|
-webkit-box-align: center;
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -5674,10 +5931,13 @@ button.close {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
-webkit-box-align: center;
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
-webkit-box-pack: center;
|
||||||
-ms-flex-pack: center;
|
-ms-flex-pack: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 15%;
|
width: 15%;
|
||||||
@ -5726,8 +5986,10 @@ button.close {
|
|||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 15;
|
z-index: 15;
|
||||||
|
display: -webkit-box;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
-webkit-box-pack: center;
|
||||||
-ms-flex-pack: center;
|
-ms-flex-pack: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
@ -5738,6 +6000,7 @@ button.close {
|
|||||||
|
|
||||||
.carousel-indicators li {
|
.carousel-indicators li {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
-webkit-box-flex: 0;
|
||||||
-ms-flex: 0 1 auto;
|
-ms-flex: 0 1 auto;
|
||||||
flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
@ -6023,11 +6286,13 @@ button.bg-dark:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.d-flex {
|
.d-flex {
|
||||||
|
display: -webkit-box !important;
|
||||||
display: -ms-flexbox !important;
|
display: -ms-flexbox !important;
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.d-inline-flex {
|
.d-inline-flex {
|
||||||
|
display: -webkit-inline-box !important;
|
||||||
display: -ms-inline-flexbox !important;
|
display: -ms-inline-flexbox !important;
|
||||||
display: inline-flex !important;
|
display: inline-flex !important;
|
||||||
}
|
}
|
||||||
@ -6055,10 +6320,12 @@ button.bg-dark:hover {
|
|||||||
display: table-cell !important;
|
display: table-cell !important;
|
||||||
}
|
}
|
||||||
.d-sm-flex {
|
.d-sm-flex {
|
||||||
|
display: -webkit-box !important;
|
||||||
display: -ms-flexbox !important;
|
display: -ms-flexbox !important;
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
}
|
}
|
||||||
.d-sm-inline-flex {
|
.d-sm-inline-flex {
|
||||||
|
display: -webkit-inline-box !important;
|
||||||
display: -ms-inline-flexbox !important;
|
display: -ms-inline-flexbox !important;
|
||||||
display: inline-flex !important;
|
display: inline-flex !important;
|
||||||
}
|
}
|
||||||
@ -6087,10 +6354,12 @@ button.bg-dark:hover {
|
|||||||
display: table-cell !important;
|
display: table-cell !important;
|
||||||
}
|
}
|
||||||
.d-md-flex {
|
.d-md-flex {
|
||||||
|
display: -webkit-box !important;
|
||||||
display: -ms-flexbox !important;
|
display: -ms-flexbox !important;
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
}
|
}
|
||||||
.d-md-inline-flex {
|
.d-md-inline-flex {
|
||||||
|
display: -webkit-inline-box !important;
|
||||||
display: -ms-inline-flexbox !important;
|
display: -ms-inline-flexbox !important;
|
||||||
display: inline-flex !important;
|
display: inline-flex !important;
|
||||||
}
|
}
|
||||||
@ -6119,10 +6388,12 @@ button.bg-dark:hover {
|
|||||||
display: table-cell !important;
|
display: table-cell !important;
|
||||||
}
|
}
|
||||||
.d-lg-flex {
|
.d-lg-flex {
|
||||||
|
display: -webkit-box !important;
|
||||||
display: -ms-flexbox !important;
|
display: -ms-flexbox !important;
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
}
|
}
|
||||||
.d-lg-inline-flex {
|
.d-lg-inline-flex {
|
||||||
|
display: -webkit-inline-box !important;
|
||||||
display: -ms-inline-flexbox !important;
|
display: -ms-inline-flexbox !important;
|
||||||
display: inline-flex !important;
|
display: inline-flex !important;
|
||||||
}
|
}
|
||||||
@ -6151,10 +6422,12 @@ button.bg-dark:hover {
|
|||||||
display: table-cell !important;
|
display: table-cell !important;
|
||||||
}
|
}
|
||||||
.d-xl-flex {
|
.d-xl-flex {
|
||||||
|
display: -webkit-box !important;
|
||||||
display: -ms-flexbox !important;
|
display: -ms-flexbox !important;
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
}
|
}
|
||||||
.d-xl-inline-flex {
|
.d-xl-inline-flex {
|
||||||
|
display: -webkit-inline-box !important;
|
||||||
display: -ms-inline-flexbox !important;
|
display: -ms-inline-flexbox !important;
|
||||||
display: inline-flex !important;
|
display: inline-flex !important;
|
||||||
}
|
}
|
||||||
@ -6240,21 +6513,29 @@ button.bg-dark:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.flex-row {
|
.flex-row {
|
||||||
|
-webkit-box-orient: horizontal !important;
|
||||||
|
-webkit-box-direction: normal !important;
|
||||||
-ms-flex-direction: row !important;
|
-ms-flex-direction: row !important;
|
||||||
flex-direction: row !important;
|
flex-direction: row !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-column {
|
.flex-column {
|
||||||
|
-webkit-box-orient: vertical !important;
|
||||||
|
-webkit-box-direction: normal !important;
|
||||||
-ms-flex-direction: column !important;
|
-ms-flex-direction: column !important;
|
||||||
flex-direction: column !important;
|
flex-direction: column !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-row-reverse {
|
.flex-row-reverse {
|
||||||
|
-webkit-box-orient: horizontal !important;
|
||||||
|
-webkit-box-direction: reverse !important;
|
||||||
-ms-flex-direction: row-reverse !important;
|
-ms-flex-direction: row-reverse !important;
|
||||||
flex-direction: row-reverse !important;
|
flex-direction: row-reverse !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-column-reverse {
|
.flex-column-reverse {
|
||||||
|
-webkit-box-orient: vertical !important;
|
||||||
|
-webkit-box-direction: reverse !important;
|
||||||
-ms-flex-direction: column-reverse !important;
|
-ms-flex-direction: column-reverse !important;
|
||||||
flex-direction: column-reverse !important;
|
flex-direction: column-reverse !important;
|
||||||
}
|
}
|
||||||
@ -6275,21 +6556,25 @@ button.bg-dark:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.justify-content-start {
|
.justify-content-start {
|
||||||
|
-webkit-box-pack: start !important;
|
||||||
-ms-flex-pack: start !important;
|
-ms-flex-pack: start !important;
|
||||||
justify-content: flex-start !important;
|
justify-content: flex-start !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.justify-content-end {
|
.justify-content-end {
|
||||||
|
-webkit-box-pack: end !important;
|
||||||
-ms-flex-pack: end !important;
|
-ms-flex-pack: end !important;
|
||||||
justify-content: flex-end !important;
|
justify-content: flex-end !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.justify-content-center {
|
.justify-content-center {
|
||||||
|
-webkit-box-pack: center !important;
|
||||||
-ms-flex-pack: center !important;
|
-ms-flex-pack: center !important;
|
||||||
justify-content: center !important;
|
justify-content: center !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.justify-content-between {
|
.justify-content-between {
|
||||||
|
-webkit-box-pack: justify !important;
|
||||||
-ms-flex-pack: justify !important;
|
-ms-flex-pack: justify !important;
|
||||||
justify-content: space-between !important;
|
justify-content: space-between !important;
|
||||||
}
|
}
|
||||||
@ -6300,26 +6585,31 @@ button.bg-dark:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.align-items-start {
|
.align-items-start {
|
||||||
|
-webkit-box-align: start !important;
|
||||||
-ms-flex-align: start !important;
|
-ms-flex-align: start !important;
|
||||||
align-items: flex-start !important;
|
align-items: flex-start !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-items-end {
|
.align-items-end {
|
||||||
|
-webkit-box-align: end !important;
|
||||||
-ms-flex-align: end !important;
|
-ms-flex-align: end !important;
|
||||||
align-items: flex-end !important;
|
align-items: flex-end !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-items-center {
|
.align-items-center {
|
||||||
|
-webkit-box-align: center !important;
|
||||||
-ms-flex-align: center !important;
|
-ms-flex-align: center !important;
|
||||||
align-items: center !important;
|
align-items: center !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-items-baseline {
|
.align-items-baseline {
|
||||||
|
-webkit-box-align: baseline !important;
|
||||||
-ms-flex-align: baseline !important;
|
-ms-flex-align: baseline !important;
|
||||||
align-items: baseline !important;
|
align-items: baseline !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-items-stretch {
|
.align-items-stretch {
|
||||||
|
-webkit-box-align: stretch !important;
|
||||||
-ms-flex-align: stretch !important;
|
-ms-flex-align: stretch !important;
|
||||||
align-items: stretch !important;
|
align-items: stretch !important;
|
||||||
}
|
}
|
||||||
@ -6386,18 +6676,26 @@ button.bg-dark:hover {
|
|||||||
|
|
||||||
@media (min-width: 576px) {
|
@media (min-width: 576px) {
|
||||||
.flex-sm-row {
|
.flex-sm-row {
|
||||||
|
-webkit-box-orient: horizontal !important;
|
||||||
|
-webkit-box-direction: normal !important;
|
||||||
-ms-flex-direction: row !important;
|
-ms-flex-direction: row !important;
|
||||||
flex-direction: row !important;
|
flex-direction: row !important;
|
||||||
}
|
}
|
||||||
.flex-sm-column {
|
.flex-sm-column {
|
||||||
|
-webkit-box-orient: vertical !important;
|
||||||
|
-webkit-box-direction: normal !important;
|
||||||
-ms-flex-direction: column !important;
|
-ms-flex-direction: column !important;
|
||||||
flex-direction: column !important;
|
flex-direction: column !important;
|
||||||
}
|
}
|
||||||
.flex-sm-row-reverse {
|
.flex-sm-row-reverse {
|
||||||
|
-webkit-box-orient: horizontal !important;
|
||||||
|
-webkit-box-direction: reverse !important;
|
||||||
-ms-flex-direction: row-reverse !important;
|
-ms-flex-direction: row-reverse !important;
|
||||||
flex-direction: row-reverse !important;
|
flex-direction: row-reverse !important;
|
||||||
}
|
}
|
||||||
.flex-sm-column-reverse {
|
.flex-sm-column-reverse {
|
||||||
|
-webkit-box-orient: vertical !important;
|
||||||
|
-webkit-box-direction: reverse !important;
|
||||||
-ms-flex-direction: column-reverse !important;
|
-ms-flex-direction: column-reverse !important;
|
||||||
flex-direction: column-reverse !important;
|
flex-direction: column-reverse !important;
|
||||||
}
|
}
|
||||||
@ -6414,18 +6712,22 @@ button.bg-dark:hover {
|
|||||||
flex-wrap: wrap-reverse !important;
|
flex-wrap: wrap-reverse !important;
|
||||||
}
|
}
|
||||||
.justify-content-sm-start {
|
.justify-content-sm-start {
|
||||||
|
-webkit-box-pack: start !important;
|
||||||
-ms-flex-pack: start !important;
|
-ms-flex-pack: start !important;
|
||||||
justify-content: flex-start !important;
|
justify-content: flex-start !important;
|
||||||
}
|
}
|
||||||
.justify-content-sm-end {
|
.justify-content-sm-end {
|
||||||
|
-webkit-box-pack: end !important;
|
||||||
-ms-flex-pack: end !important;
|
-ms-flex-pack: end !important;
|
||||||
justify-content: flex-end !important;
|
justify-content: flex-end !important;
|
||||||
}
|
}
|
||||||
.justify-content-sm-center {
|
.justify-content-sm-center {
|
||||||
|
-webkit-box-pack: center !important;
|
||||||
-ms-flex-pack: center !important;
|
-ms-flex-pack: center !important;
|
||||||
justify-content: center !important;
|
justify-content: center !important;
|
||||||
}
|
}
|
||||||
.justify-content-sm-between {
|
.justify-content-sm-between {
|
||||||
|
-webkit-box-pack: justify !important;
|
||||||
-ms-flex-pack: justify !important;
|
-ms-flex-pack: justify !important;
|
||||||
justify-content: space-between !important;
|
justify-content: space-between !important;
|
||||||
}
|
}
|
||||||
@ -6434,22 +6736,27 @@ button.bg-dark:hover {
|
|||||||
justify-content: space-around !important;
|
justify-content: space-around !important;
|
||||||
}
|
}
|
||||||
.align-items-sm-start {
|
.align-items-sm-start {
|
||||||
|
-webkit-box-align: start !important;
|
||||||
-ms-flex-align: start !important;
|
-ms-flex-align: start !important;
|
||||||
align-items: flex-start !important;
|
align-items: flex-start !important;
|
||||||
}
|
}
|
||||||
.align-items-sm-end {
|
.align-items-sm-end {
|
||||||
|
-webkit-box-align: end !important;
|
||||||
-ms-flex-align: end !important;
|
-ms-flex-align: end !important;
|
||||||
align-items: flex-end !important;
|
align-items: flex-end !important;
|
||||||
}
|
}
|
||||||
.align-items-sm-center {
|
.align-items-sm-center {
|
||||||
|
-webkit-box-align: center !important;
|
||||||
-ms-flex-align: center !important;
|
-ms-flex-align: center !important;
|
||||||
align-items: center !important;
|
align-items: center !important;
|
||||||
}
|
}
|
||||||
.align-items-sm-baseline {
|
.align-items-sm-baseline {
|
||||||
|
-webkit-box-align: baseline !important;
|
||||||
-ms-flex-align: baseline !important;
|
-ms-flex-align: baseline !important;
|
||||||
align-items: baseline !important;
|
align-items: baseline !important;
|
||||||
}
|
}
|
||||||
.align-items-sm-stretch {
|
.align-items-sm-stretch {
|
||||||
|
-webkit-box-align: stretch !important;
|
||||||
-ms-flex-align: stretch !important;
|
-ms-flex-align: stretch !important;
|
||||||
align-items: stretch !important;
|
align-items: stretch !important;
|
||||||
}
|
}
|
||||||
@ -6505,18 +6812,26 @@ button.bg-dark:hover {
|
|||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.flex-md-row {
|
.flex-md-row {
|
||||||
|
-webkit-box-orient: horizontal !important;
|
||||||
|
-webkit-box-direction: normal !important;
|
||||||
-ms-flex-direction: row !important;
|
-ms-flex-direction: row !important;
|
||||||
flex-direction: row !important;
|
flex-direction: row !important;
|
||||||
}
|
}
|
||||||
.flex-md-column {
|
.flex-md-column {
|
||||||
|
-webkit-box-orient: vertical !important;
|
||||||
|
-webkit-box-direction: normal !important;
|
||||||
-ms-flex-direction: column !important;
|
-ms-flex-direction: column !important;
|
||||||
flex-direction: column !important;
|
flex-direction: column !important;
|
||||||
}
|
}
|
||||||
.flex-md-row-reverse {
|
.flex-md-row-reverse {
|
||||||
|
-webkit-box-orient: horizontal !important;
|
||||||
|
-webkit-box-direction: reverse !important;
|
||||||
-ms-flex-direction: row-reverse !important;
|
-ms-flex-direction: row-reverse !important;
|
||||||
flex-direction: row-reverse !important;
|
flex-direction: row-reverse !important;
|
||||||
}
|
}
|
||||||
.flex-md-column-reverse {
|
.flex-md-column-reverse {
|
||||||
|
-webkit-box-orient: vertical !important;
|
||||||
|
-webkit-box-direction: reverse !important;
|
||||||
-ms-flex-direction: column-reverse !important;
|
-ms-flex-direction: column-reverse !important;
|
||||||
flex-direction: column-reverse !important;
|
flex-direction: column-reverse !important;
|
||||||
}
|
}
|
||||||
@ -6533,18 +6848,22 @@ button.bg-dark:hover {
|
|||||||
flex-wrap: wrap-reverse !important;
|
flex-wrap: wrap-reverse !important;
|
||||||
}
|
}
|
||||||
.justify-content-md-start {
|
.justify-content-md-start {
|
||||||
|
-webkit-box-pack: start !important;
|
||||||
-ms-flex-pack: start !important;
|
-ms-flex-pack: start !important;
|
||||||
justify-content: flex-start !important;
|
justify-content: flex-start !important;
|
||||||
}
|
}
|
||||||
.justify-content-md-end {
|
.justify-content-md-end {
|
||||||
|
-webkit-box-pack: end !important;
|
||||||
-ms-flex-pack: end !important;
|
-ms-flex-pack: end !important;
|
||||||
justify-content: flex-end !important;
|
justify-content: flex-end !important;
|
||||||
}
|
}
|
||||||
.justify-content-md-center {
|
.justify-content-md-center {
|
||||||
|
-webkit-box-pack: center !important;
|
||||||
-ms-flex-pack: center !important;
|
-ms-flex-pack: center !important;
|
||||||
justify-content: center !important;
|
justify-content: center !important;
|
||||||
}
|
}
|
||||||
.justify-content-md-between {
|
.justify-content-md-between {
|
||||||
|
-webkit-box-pack: justify !important;
|
||||||
-ms-flex-pack: justify !important;
|
-ms-flex-pack: justify !important;
|
||||||
justify-content: space-between !important;
|
justify-content: space-between !important;
|
||||||
}
|
}
|
||||||
@ -6553,22 +6872,27 @@ button.bg-dark:hover {
|
|||||||
justify-content: space-around !important;
|
justify-content: space-around !important;
|
||||||
}
|
}
|
||||||
.align-items-md-start {
|
.align-items-md-start {
|
||||||
|
-webkit-box-align: start !important;
|
||||||
-ms-flex-align: start !important;
|
-ms-flex-align: start !important;
|
||||||
align-items: flex-start !important;
|
align-items: flex-start !important;
|
||||||
}
|
}
|
||||||
.align-items-md-end {
|
.align-items-md-end {
|
||||||
|
-webkit-box-align: end !important;
|
||||||
-ms-flex-align: end !important;
|
-ms-flex-align: end !important;
|
||||||
align-items: flex-end !important;
|
align-items: flex-end !important;
|
||||||
}
|
}
|
||||||
.align-items-md-center {
|
.align-items-md-center {
|
||||||
|
-webkit-box-align: center !important;
|
||||||
-ms-flex-align: center !important;
|
-ms-flex-align: center !important;
|
||||||
align-items: center !important;
|
align-items: center !important;
|
||||||
}
|
}
|
||||||
.align-items-md-baseline {
|
.align-items-md-baseline {
|
||||||
|
-webkit-box-align: baseline !important;
|
||||||
-ms-flex-align: baseline !important;
|
-ms-flex-align: baseline !important;
|
||||||
align-items: baseline !important;
|
align-items: baseline !important;
|
||||||
}
|
}
|
||||||
.align-items-md-stretch {
|
.align-items-md-stretch {
|
||||||
|
-webkit-box-align: stretch !important;
|
||||||
-ms-flex-align: stretch !important;
|
-ms-flex-align: stretch !important;
|
||||||
align-items: stretch !important;
|
align-items: stretch !important;
|
||||||
}
|
}
|
||||||
@ -6624,18 +6948,26 @@ button.bg-dark:hover {
|
|||||||
|
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
.flex-lg-row {
|
.flex-lg-row {
|
||||||
|
-webkit-box-orient: horizontal !important;
|
||||||
|
-webkit-box-direction: normal !important;
|
||||||
-ms-flex-direction: row !important;
|
-ms-flex-direction: row !important;
|
||||||
flex-direction: row !important;
|
flex-direction: row !important;
|
||||||
}
|
}
|
||||||
.flex-lg-column {
|
.flex-lg-column {
|
||||||
|
-webkit-box-orient: vertical !important;
|
||||||
|
-webkit-box-direction: normal !important;
|
||||||
-ms-flex-direction: column !important;
|
-ms-flex-direction: column !important;
|
||||||
flex-direction: column !important;
|
flex-direction: column !important;
|
||||||
}
|
}
|
||||||
.flex-lg-row-reverse {
|
.flex-lg-row-reverse {
|
||||||
|
-webkit-box-orient: horizontal !important;
|
||||||
|
-webkit-box-direction: reverse !important;
|
||||||
-ms-flex-direction: row-reverse !important;
|
-ms-flex-direction: row-reverse !important;
|
||||||
flex-direction: row-reverse !important;
|
flex-direction: row-reverse !important;
|
||||||
}
|
}
|
||||||
.flex-lg-column-reverse {
|
.flex-lg-column-reverse {
|
||||||
|
-webkit-box-orient: vertical !important;
|
||||||
|
-webkit-box-direction: reverse !important;
|
||||||
-ms-flex-direction: column-reverse !important;
|
-ms-flex-direction: column-reverse !important;
|
||||||
flex-direction: column-reverse !important;
|
flex-direction: column-reverse !important;
|
||||||
}
|
}
|
||||||
@ -6652,18 +6984,22 @@ button.bg-dark:hover {
|
|||||||
flex-wrap: wrap-reverse !important;
|
flex-wrap: wrap-reverse !important;
|
||||||
}
|
}
|
||||||
.justify-content-lg-start {
|
.justify-content-lg-start {
|
||||||
|
-webkit-box-pack: start !important;
|
||||||
-ms-flex-pack: start !important;
|
-ms-flex-pack: start !important;
|
||||||
justify-content: flex-start !important;
|
justify-content: flex-start !important;
|
||||||
}
|
}
|
||||||
.justify-content-lg-end {
|
.justify-content-lg-end {
|
||||||
|
-webkit-box-pack: end !important;
|
||||||
-ms-flex-pack: end !important;
|
-ms-flex-pack: end !important;
|
||||||
justify-content: flex-end !important;
|
justify-content: flex-end !important;
|
||||||
}
|
}
|
||||||
.justify-content-lg-center {
|
.justify-content-lg-center {
|
||||||
|
-webkit-box-pack: center !important;
|
||||||
-ms-flex-pack: center !important;
|
-ms-flex-pack: center !important;
|
||||||
justify-content: center !important;
|
justify-content: center !important;
|
||||||
}
|
}
|
||||||
.justify-content-lg-between {
|
.justify-content-lg-between {
|
||||||
|
-webkit-box-pack: justify !important;
|
||||||
-ms-flex-pack: justify !important;
|
-ms-flex-pack: justify !important;
|
||||||
justify-content: space-between !important;
|
justify-content: space-between !important;
|
||||||
}
|
}
|
||||||
@ -6672,22 +7008,27 @@ button.bg-dark:hover {
|
|||||||
justify-content: space-around !important;
|
justify-content: space-around !important;
|
||||||
}
|
}
|
||||||
.align-items-lg-start {
|
.align-items-lg-start {
|
||||||
|
-webkit-box-align: start !important;
|
||||||
-ms-flex-align: start !important;
|
-ms-flex-align: start !important;
|
||||||
align-items: flex-start !important;
|
align-items: flex-start !important;
|
||||||
}
|
}
|
||||||
.align-items-lg-end {
|
.align-items-lg-end {
|
||||||
|
-webkit-box-align: end !important;
|
||||||
-ms-flex-align: end !important;
|
-ms-flex-align: end !important;
|
||||||
align-items: flex-end !important;
|
align-items: flex-end !important;
|
||||||
}
|
}
|
||||||
.align-items-lg-center {
|
.align-items-lg-center {
|
||||||
|
-webkit-box-align: center !important;
|
||||||
-ms-flex-align: center !important;
|
-ms-flex-align: center !important;
|
||||||
align-items: center !important;
|
align-items: center !important;
|
||||||
}
|
}
|
||||||
.align-items-lg-baseline {
|
.align-items-lg-baseline {
|
||||||
|
-webkit-box-align: baseline !important;
|
||||||
-ms-flex-align: baseline !important;
|
-ms-flex-align: baseline !important;
|
||||||
align-items: baseline !important;
|
align-items: baseline !important;
|
||||||
}
|
}
|
||||||
.align-items-lg-stretch {
|
.align-items-lg-stretch {
|
||||||
|
-webkit-box-align: stretch !important;
|
||||||
-ms-flex-align: stretch !important;
|
-ms-flex-align: stretch !important;
|
||||||
align-items: stretch !important;
|
align-items: stretch !important;
|
||||||
}
|
}
|
||||||
@ -6743,18 +7084,26 @@ button.bg-dark:hover {
|
|||||||
|
|
||||||
@media (min-width: 1200px) {
|
@media (min-width: 1200px) {
|
||||||
.flex-xl-row {
|
.flex-xl-row {
|
||||||
|
-webkit-box-orient: horizontal !important;
|
||||||
|
-webkit-box-direction: normal !important;
|
||||||
-ms-flex-direction: row !important;
|
-ms-flex-direction: row !important;
|
||||||
flex-direction: row !important;
|
flex-direction: row !important;
|
||||||
}
|
}
|
||||||
.flex-xl-column {
|
.flex-xl-column {
|
||||||
|
-webkit-box-orient: vertical !important;
|
||||||
|
-webkit-box-direction: normal !important;
|
||||||
-ms-flex-direction: column !important;
|
-ms-flex-direction: column !important;
|
||||||
flex-direction: column !important;
|
flex-direction: column !important;
|
||||||
}
|
}
|
||||||
.flex-xl-row-reverse {
|
.flex-xl-row-reverse {
|
||||||
|
-webkit-box-orient: horizontal !important;
|
||||||
|
-webkit-box-direction: reverse !important;
|
||||||
-ms-flex-direction: row-reverse !important;
|
-ms-flex-direction: row-reverse !important;
|
||||||
flex-direction: row-reverse !important;
|
flex-direction: row-reverse !important;
|
||||||
}
|
}
|
||||||
.flex-xl-column-reverse {
|
.flex-xl-column-reverse {
|
||||||
|
-webkit-box-orient: vertical !important;
|
||||||
|
-webkit-box-direction: reverse !important;
|
||||||
-ms-flex-direction: column-reverse !important;
|
-ms-flex-direction: column-reverse !important;
|
||||||
flex-direction: column-reverse !important;
|
flex-direction: column-reverse !important;
|
||||||
}
|
}
|
||||||
@ -6771,18 +7120,22 @@ button.bg-dark:hover {
|
|||||||
flex-wrap: wrap-reverse !important;
|
flex-wrap: wrap-reverse !important;
|
||||||
}
|
}
|
||||||
.justify-content-xl-start {
|
.justify-content-xl-start {
|
||||||
|
-webkit-box-pack: start !important;
|
||||||
-ms-flex-pack: start !important;
|
-ms-flex-pack: start !important;
|
||||||
justify-content: flex-start !important;
|
justify-content: flex-start !important;
|
||||||
}
|
}
|
||||||
.justify-content-xl-end {
|
.justify-content-xl-end {
|
||||||
|
-webkit-box-pack: end !important;
|
||||||
-ms-flex-pack: end !important;
|
-ms-flex-pack: end !important;
|
||||||
justify-content: flex-end !important;
|
justify-content: flex-end !important;
|
||||||
}
|
}
|
||||||
.justify-content-xl-center {
|
.justify-content-xl-center {
|
||||||
|
-webkit-box-pack: center !important;
|
||||||
-ms-flex-pack: center !important;
|
-ms-flex-pack: center !important;
|
||||||
justify-content: center !important;
|
justify-content: center !important;
|
||||||
}
|
}
|
||||||
.justify-content-xl-between {
|
.justify-content-xl-between {
|
||||||
|
-webkit-box-pack: justify !important;
|
||||||
-ms-flex-pack: justify !important;
|
-ms-flex-pack: justify !important;
|
||||||
justify-content: space-between !important;
|
justify-content: space-between !important;
|
||||||
}
|
}
|
||||||
@ -6791,22 +7144,27 @@ button.bg-dark:hover {
|
|||||||
justify-content: space-around !important;
|
justify-content: space-around !important;
|
||||||
}
|
}
|
||||||
.align-items-xl-start {
|
.align-items-xl-start {
|
||||||
|
-webkit-box-align: start !important;
|
||||||
-ms-flex-align: start !important;
|
-ms-flex-align: start !important;
|
||||||
align-items: flex-start !important;
|
align-items: flex-start !important;
|
||||||
}
|
}
|
||||||
.align-items-xl-end {
|
.align-items-xl-end {
|
||||||
|
-webkit-box-align: end !important;
|
||||||
-ms-flex-align: end !important;
|
-ms-flex-align: end !important;
|
||||||
align-items: flex-end !important;
|
align-items: flex-end !important;
|
||||||
}
|
}
|
||||||
.align-items-xl-center {
|
.align-items-xl-center {
|
||||||
|
-webkit-box-align: center !important;
|
||||||
-ms-flex-align: center !important;
|
-ms-flex-align: center !important;
|
||||||
align-items: center !important;
|
align-items: center !important;
|
||||||
}
|
}
|
||||||
.align-items-xl-baseline {
|
.align-items-xl-baseline {
|
||||||
|
-webkit-box-align: baseline !important;
|
||||||
-ms-flex-align: baseline !important;
|
-ms-flex-align: baseline !important;
|
||||||
align-items: baseline !important;
|
align-items: baseline !important;
|
||||||
}
|
}
|
||||||
.align-items-xl-stretch {
|
.align-items-xl-stretch {
|
||||||
|
-webkit-box-align: stretch !important;
|
||||||
-ms-flex-align: stretch !important;
|
-ms-flex-align: stretch !important;
|
||||||
align-items: stretch !important;
|
align-items: stretch !important;
|
||||||
}
|
}
|
||||||
|
2
dist/css/bootstrap.css.map
vendored
2
dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css.map
vendored
2
dist/css/bootstrap.min.css.map
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user