mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
build dist
This commit is contained in:
parent
7eafb16579
commit
eedbe43ea7
1203
dist/css/bootstrap-grid.css
vendored
1203
dist/css/bootstrap-grid.css
vendored
@ -3,7 +3,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
-webkit-box-sizing: border-box;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
-ms-overflow-style: scrollbar;
|
-ms-overflow-style: scrollbar;
|
||||||
}
|
}
|
||||||
@ -11,7 +10,6 @@ html {
|
|||||||
*,
|
*,
|
||||||
*::before,
|
*::before,
|
||||||
*::after {
|
*::after {
|
||||||
-webkit-box-sizing: inherit;
|
|
||||||
box-sizing: inherit;
|
box-sizing: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -59,11 +57,8 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.row {
|
.row {
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-flex-wrap: wrap;
|
|
||||||
-ms-flex-wrap: wrap;
|
-ms-flex-wrap: wrap;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin-right: -15px;
|
margin-right: -15px;
|
||||||
@ -95,19 +90,14 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.col {
|
.col {
|
||||||
-webkit-flex-basis: 0;
|
|
||||||
-ms-flex-preferred-size: 0;
|
-ms-flex-preferred-size: 0;
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
-webkit-box-flex: 1;
|
|
||||||
-webkit-flex-grow: 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;
|
|
||||||
-webkit-flex: 0 0 auto;
|
|
||||||
-ms-flex: 0 0 auto;
|
-ms-flex: 0 0 auto;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
width: auto;
|
width: auto;
|
||||||
@ -115,2064 +105,1249 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.col-1 {
|
.col-1 {
|
||||||
-webkit-box-flex: 0;
|
|
||||||
-webkit-flex: 0 0 8.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 16.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 25%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 33.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 41.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 50%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 58.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 66.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 75%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 83.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 91.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 100%;
|
|
||||||
-ms-flex: 0 0 100%;
|
-ms-flex: 0 0 100%;
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-0 {
|
.order-1 {
|
||||||
right: auto;
|
-ms-flex-order: 1;
|
||||||
|
order: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-1 {
|
.order-2 {
|
||||||
right: 8.333333%;
|
-ms-flex-order: 2;
|
||||||
|
order: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-2 {
|
.order-3 {
|
||||||
right: 16.666667%;
|
-ms-flex-order: 3;
|
||||||
|
order: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-3 {
|
.order-4 {
|
||||||
right: 25%;
|
-ms-flex-order: 4;
|
||||||
|
order: 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-4 {
|
.order-5 {
|
||||||
right: 33.333333%;
|
-ms-flex-order: 5;
|
||||||
|
order: 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-5 {
|
.order-6 {
|
||||||
right: 41.666667%;
|
-ms-flex-order: 6;
|
||||||
|
order: 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-6 {
|
.order-7 {
|
||||||
right: 50%;
|
-ms-flex-order: 7;
|
||||||
|
order: 7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-7 {
|
.order-8 {
|
||||||
right: 58.333333%;
|
-ms-flex-order: 8;
|
||||||
|
order: 8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-8 {
|
.order-9 {
|
||||||
right: 66.666667%;
|
-ms-flex-order: 9;
|
||||||
|
order: 9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-9 {
|
.order-10 {
|
||||||
right: 75%;
|
-ms-flex-order: 10;
|
||||||
|
order: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-10 {
|
.order-11 {
|
||||||
right: 83.333333%;
|
-ms-flex-order: 11;
|
||||||
|
order: 11;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-11 {
|
.order-12 {
|
||||||
right: 91.666667%;
|
-ms-flex-order: 12;
|
||||||
}
|
order: 12;
|
||||||
|
|
||||||
.pull-12 {
|
|
||||||
right: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.push-0 {
|
|
||||||
left: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.push-1 {
|
|
||||||
left: 8.333333%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.push-2 {
|
|
||||||
left: 16.666667%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.push-3 {
|
|
||||||
left: 25%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.push-4 {
|
|
||||||
left: 33.333333%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.push-5 {
|
|
||||||
left: 41.666667%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.push-6 {
|
|
||||||
left: 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.push-7 {
|
|
||||||
left: 58.333333%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.push-8 {
|
|
||||||
left: 66.666667%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.push-9 {
|
|
||||||
left: 75%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.push-10 {
|
|
||||||
left: 83.333333%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.push-11 {
|
|
||||||
left: 91.666667%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.push-12 {
|
|
||||||
left: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.offset-1 {
|
|
||||||
margin-left: 8.333333%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.offset-2 {
|
|
||||||
margin-left: 16.666667%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.offset-3 {
|
|
||||||
margin-left: 25%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.offset-4 {
|
|
||||||
margin-left: 33.333333%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.offset-5 {
|
|
||||||
margin-left: 41.666667%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.offset-6 {
|
|
||||||
margin-left: 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.offset-7 {
|
|
||||||
margin-left: 58.333333%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.offset-8 {
|
|
||||||
margin-left: 66.666667%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.offset-9 {
|
|
||||||
margin-left: 75%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.offset-10 {
|
|
||||||
margin-left: 83.333333%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.offset-11 {
|
|
||||||
margin-left: 91.666667%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 576px) {
|
@media (min-width: 576px) {
|
||||||
.col-sm {
|
.col-sm {
|
||||||
-webkit-flex-basis: 0;
|
|
||||||
-ms-flex-preferred-size: 0;
|
-ms-flex-preferred-size: 0;
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
-webkit-box-flex: 1;
|
|
||||||
-webkit-flex-grow: 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;
|
|
||||||
-webkit-flex: 0 0 auto;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 8.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 16.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 25%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 33.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 41.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 50%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 58.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 66.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 75%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 83.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 91.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 100%;
|
|
||||||
-ms-flex: 0 0 100%;
|
-ms-flex: 0 0 100%;
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.pull-sm-0 {
|
.order-sm-1 {
|
||||||
right: auto;
|
-ms-flex-order: 1;
|
||||||
|
order: 1;
|
||||||
}
|
}
|
||||||
.pull-sm-1 {
|
.order-sm-2 {
|
||||||
right: 8.333333%;
|
-ms-flex-order: 2;
|
||||||
|
order: 2;
|
||||||
}
|
}
|
||||||
.pull-sm-2 {
|
.order-sm-3 {
|
||||||
right: 16.666667%;
|
-ms-flex-order: 3;
|
||||||
|
order: 3;
|
||||||
}
|
}
|
||||||
.pull-sm-3 {
|
.order-sm-4 {
|
||||||
right: 25%;
|
-ms-flex-order: 4;
|
||||||
|
order: 4;
|
||||||
}
|
}
|
||||||
.pull-sm-4 {
|
.order-sm-5 {
|
||||||
right: 33.333333%;
|
-ms-flex-order: 5;
|
||||||
|
order: 5;
|
||||||
}
|
}
|
||||||
.pull-sm-5 {
|
.order-sm-6 {
|
||||||
right: 41.666667%;
|
-ms-flex-order: 6;
|
||||||
|
order: 6;
|
||||||
}
|
}
|
||||||
.pull-sm-6 {
|
.order-sm-7 {
|
||||||
right: 50%;
|
-ms-flex-order: 7;
|
||||||
|
order: 7;
|
||||||
}
|
}
|
||||||
.pull-sm-7 {
|
.order-sm-8 {
|
||||||
right: 58.333333%;
|
-ms-flex-order: 8;
|
||||||
|
order: 8;
|
||||||
}
|
}
|
||||||
.pull-sm-8 {
|
.order-sm-9 {
|
||||||
right: 66.666667%;
|
-ms-flex-order: 9;
|
||||||
|
order: 9;
|
||||||
}
|
}
|
||||||
.pull-sm-9 {
|
.order-sm-10 {
|
||||||
right: 75%;
|
-ms-flex-order: 10;
|
||||||
|
order: 10;
|
||||||
}
|
}
|
||||||
.pull-sm-10 {
|
.order-sm-11 {
|
||||||
right: 83.333333%;
|
-ms-flex-order: 11;
|
||||||
|
order: 11;
|
||||||
}
|
}
|
||||||
.pull-sm-11 {
|
.order-sm-12 {
|
||||||
right: 91.666667%;
|
-ms-flex-order: 12;
|
||||||
}
|
order: 12;
|
||||||
.pull-sm-12 {
|
|
||||||
right: 100%;
|
|
||||||
}
|
|
||||||
.push-sm-0 {
|
|
||||||
left: auto;
|
|
||||||
}
|
|
||||||
.push-sm-1 {
|
|
||||||
left: 8.333333%;
|
|
||||||
}
|
|
||||||
.push-sm-2 {
|
|
||||||
left: 16.666667%;
|
|
||||||
}
|
|
||||||
.push-sm-3 {
|
|
||||||
left: 25%;
|
|
||||||
}
|
|
||||||
.push-sm-4 {
|
|
||||||
left: 33.333333%;
|
|
||||||
}
|
|
||||||
.push-sm-5 {
|
|
||||||
left: 41.666667%;
|
|
||||||
}
|
|
||||||
.push-sm-6 {
|
|
||||||
left: 50%;
|
|
||||||
}
|
|
||||||
.push-sm-7 {
|
|
||||||
left: 58.333333%;
|
|
||||||
}
|
|
||||||
.push-sm-8 {
|
|
||||||
left: 66.666667%;
|
|
||||||
}
|
|
||||||
.push-sm-9 {
|
|
||||||
left: 75%;
|
|
||||||
}
|
|
||||||
.push-sm-10 {
|
|
||||||
left: 83.333333%;
|
|
||||||
}
|
|
||||||
.push-sm-11 {
|
|
||||||
left: 91.666667%;
|
|
||||||
}
|
|
||||||
.push-sm-12 {
|
|
||||||
left: 100%;
|
|
||||||
}
|
|
||||||
.offset-sm-0 {
|
|
||||||
margin-left: 0%;
|
|
||||||
}
|
|
||||||
.offset-sm-1 {
|
|
||||||
margin-left: 8.333333%;
|
|
||||||
}
|
|
||||||
.offset-sm-2 {
|
|
||||||
margin-left: 16.666667%;
|
|
||||||
}
|
|
||||||
.offset-sm-3 {
|
|
||||||
margin-left: 25%;
|
|
||||||
}
|
|
||||||
.offset-sm-4 {
|
|
||||||
margin-left: 33.333333%;
|
|
||||||
}
|
|
||||||
.offset-sm-5 {
|
|
||||||
margin-left: 41.666667%;
|
|
||||||
}
|
|
||||||
.offset-sm-6 {
|
|
||||||
margin-left: 50%;
|
|
||||||
}
|
|
||||||
.offset-sm-7 {
|
|
||||||
margin-left: 58.333333%;
|
|
||||||
}
|
|
||||||
.offset-sm-8 {
|
|
||||||
margin-left: 66.666667%;
|
|
||||||
}
|
|
||||||
.offset-sm-9 {
|
|
||||||
margin-left: 75%;
|
|
||||||
}
|
|
||||||
.offset-sm-10 {
|
|
||||||
margin-left: 83.333333%;
|
|
||||||
}
|
|
||||||
.offset-sm-11 {
|
|
||||||
margin-left: 91.666667%;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.col-md {
|
.col-md {
|
||||||
-webkit-flex-basis: 0;
|
|
||||||
-ms-flex-preferred-size: 0;
|
-ms-flex-preferred-size: 0;
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
-webkit-box-flex: 1;
|
|
||||||
-webkit-flex-grow: 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;
|
|
||||||
-webkit-flex: 0 0 auto;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 8.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 16.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 25%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 33.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 41.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 50%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 58.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 66.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 75%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 83.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 91.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 100%;
|
|
||||||
-ms-flex: 0 0 100%;
|
-ms-flex: 0 0 100%;
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.pull-md-0 {
|
.order-md-1 {
|
||||||
right: auto;
|
-ms-flex-order: 1;
|
||||||
|
order: 1;
|
||||||
}
|
}
|
||||||
.pull-md-1 {
|
.order-md-2 {
|
||||||
right: 8.333333%;
|
-ms-flex-order: 2;
|
||||||
|
order: 2;
|
||||||
}
|
}
|
||||||
.pull-md-2 {
|
.order-md-3 {
|
||||||
right: 16.666667%;
|
-ms-flex-order: 3;
|
||||||
|
order: 3;
|
||||||
}
|
}
|
||||||
.pull-md-3 {
|
.order-md-4 {
|
||||||
right: 25%;
|
-ms-flex-order: 4;
|
||||||
|
order: 4;
|
||||||
}
|
}
|
||||||
.pull-md-4 {
|
.order-md-5 {
|
||||||
right: 33.333333%;
|
-ms-flex-order: 5;
|
||||||
|
order: 5;
|
||||||
}
|
}
|
||||||
.pull-md-5 {
|
.order-md-6 {
|
||||||
right: 41.666667%;
|
-ms-flex-order: 6;
|
||||||
|
order: 6;
|
||||||
}
|
}
|
||||||
.pull-md-6 {
|
.order-md-7 {
|
||||||
right: 50%;
|
-ms-flex-order: 7;
|
||||||
|
order: 7;
|
||||||
}
|
}
|
||||||
.pull-md-7 {
|
.order-md-8 {
|
||||||
right: 58.333333%;
|
-ms-flex-order: 8;
|
||||||
|
order: 8;
|
||||||
}
|
}
|
||||||
.pull-md-8 {
|
.order-md-9 {
|
||||||
right: 66.666667%;
|
-ms-flex-order: 9;
|
||||||
|
order: 9;
|
||||||
}
|
}
|
||||||
.pull-md-9 {
|
.order-md-10 {
|
||||||
right: 75%;
|
-ms-flex-order: 10;
|
||||||
|
order: 10;
|
||||||
}
|
}
|
||||||
.pull-md-10 {
|
.order-md-11 {
|
||||||
right: 83.333333%;
|
-ms-flex-order: 11;
|
||||||
|
order: 11;
|
||||||
}
|
}
|
||||||
.pull-md-11 {
|
.order-md-12 {
|
||||||
right: 91.666667%;
|
-ms-flex-order: 12;
|
||||||
}
|
order: 12;
|
||||||
.pull-md-12 {
|
|
||||||
right: 100%;
|
|
||||||
}
|
|
||||||
.push-md-0 {
|
|
||||||
left: auto;
|
|
||||||
}
|
|
||||||
.push-md-1 {
|
|
||||||
left: 8.333333%;
|
|
||||||
}
|
|
||||||
.push-md-2 {
|
|
||||||
left: 16.666667%;
|
|
||||||
}
|
|
||||||
.push-md-3 {
|
|
||||||
left: 25%;
|
|
||||||
}
|
|
||||||
.push-md-4 {
|
|
||||||
left: 33.333333%;
|
|
||||||
}
|
|
||||||
.push-md-5 {
|
|
||||||
left: 41.666667%;
|
|
||||||
}
|
|
||||||
.push-md-6 {
|
|
||||||
left: 50%;
|
|
||||||
}
|
|
||||||
.push-md-7 {
|
|
||||||
left: 58.333333%;
|
|
||||||
}
|
|
||||||
.push-md-8 {
|
|
||||||
left: 66.666667%;
|
|
||||||
}
|
|
||||||
.push-md-9 {
|
|
||||||
left: 75%;
|
|
||||||
}
|
|
||||||
.push-md-10 {
|
|
||||||
left: 83.333333%;
|
|
||||||
}
|
|
||||||
.push-md-11 {
|
|
||||||
left: 91.666667%;
|
|
||||||
}
|
|
||||||
.push-md-12 {
|
|
||||||
left: 100%;
|
|
||||||
}
|
|
||||||
.offset-md-0 {
|
|
||||||
margin-left: 0%;
|
|
||||||
}
|
|
||||||
.offset-md-1 {
|
|
||||||
margin-left: 8.333333%;
|
|
||||||
}
|
|
||||||
.offset-md-2 {
|
|
||||||
margin-left: 16.666667%;
|
|
||||||
}
|
|
||||||
.offset-md-3 {
|
|
||||||
margin-left: 25%;
|
|
||||||
}
|
|
||||||
.offset-md-4 {
|
|
||||||
margin-left: 33.333333%;
|
|
||||||
}
|
|
||||||
.offset-md-5 {
|
|
||||||
margin-left: 41.666667%;
|
|
||||||
}
|
|
||||||
.offset-md-6 {
|
|
||||||
margin-left: 50%;
|
|
||||||
}
|
|
||||||
.offset-md-7 {
|
|
||||||
margin-left: 58.333333%;
|
|
||||||
}
|
|
||||||
.offset-md-8 {
|
|
||||||
margin-left: 66.666667%;
|
|
||||||
}
|
|
||||||
.offset-md-9 {
|
|
||||||
margin-left: 75%;
|
|
||||||
}
|
|
||||||
.offset-md-10 {
|
|
||||||
margin-left: 83.333333%;
|
|
||||||
}
|
|
||||||
.offset-md-11 {
|
|
||||||
margin-left: 91.666667%;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
.col-lg {
|
.col-lg {
|
||||||
-webkit-flex-basis: 0;
|
|
||||||
-ms-flex-preferred-size: 0;
|
-ms-flex-preferred-size: 0;
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
-webkit-box-flex: 1;
|
|
||||||
-webkit-flex-grow: 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;
|
|
||||||
-webkit-flex: 0 0 auto;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 8.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 16.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 25%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 33.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 41.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 50%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 58.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 66.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 75%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 83.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 91.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 100%;
|
|
||||||
-ms-flex: 0 0 100%;
|
-ms-flex: 0 0 100%;
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.pull-lg-0 {
|
.order-lg-1 {
|
||||||
right: auto;
|
-ms-flex-order: 1;
|
||||||
|
order: 1;
|
||||||
}
|
}
|
||||||
.pull-lg-1 {
|
.order-lg-2 {
|
||||||
right: 8.333333%;
|
-ms-flex-order: 2;
|
||||||
|
order: 2;
|
||||||
}
|
}
|
||||||
.pull-lg-2 {
|
.order-lg-3 {
|
||||||
right: 16.666667%;
|
-ms-flex-order: 3;
|
||||||
|
order: 3;
|
||||||
}
|
}
|
||||||
.pull-lg-3 {
|
.order-lg-4 {
|
||||||
right: 25%;
|
-ms-flex-order: 4;
|
||||||
|
order: 4;
|
||||||
}
|
}
|
||||||
.pull-lg-4 {
|
.order-lg-5 {
|
||||||
right: 33.333333%;
|
-ms-flex-order: 5;
|
||||||
|
order: 5;
|
||||||
}
|
}
|
||||||
.pull-lg-5 {
|
.order-lg-6 {
|
||||||
right: 41.666667%;
|
-ms-flex-order: 6;
|
||||||
|
order: 6;
|
||||||
}
|
}
|
||||||
.pull-lg-6 {
|
.order-lg-7 {
|
||||||
right: 50%;
|
-ms-flex-order: 7;
|
||||||
|
order: 7;
|
||||||
}
|
}
|
||||||
.pull-lg-7 {
|
.order-lg-8 {
|
||||||
right: 58.333333%;
|
-ms-flex-order: 8;
|
||||||
|
order: 8;
|
||||||
}
|
}
|
||||||
.pull-lg-8 {
|
.order-lg-9 {
|
||||||
right: 66.666667%;
|
-ms-flex-order: 9;
|
||||||
|
order: 9;
|
||||||
}
|
}
|
||||||
.pull-lg-9 {
|
.order-lg-10 {
|
||||||
right: 75%;
|
-ms-flex-order: 10;
|
||||||
|
order: 10;
|
||||||
}
|
}
|
||||||
.pull-lg-10 {
|
.order-lg-11 {
|
||||||
right: 83.333333%;
|
-ms-flex-order: 11;
|
||||||
|
order: 11;
|
||||||
}
|
}
|
||||||
.pull-lg-11 {
|
.order-lg-12 {
|
||||||
right: 91.666667%;
|
-ms-flex-order: 12;
|
||||||
}
|
order: 12;
|
||||||
.pull-lg-12 {
|
|
||||||
right: 100%;
|
|
||||||
}
|
|
||||||
.push-lg-0 {
|
|
||||||
left: auto;
|
|
||||||
}
|
|
||||||
.push-lg-1 {
|
|
||||||
left: 8.333333%;
|
|
||||||
}
|
|
||||||
.push-lg-2 {
|
|
||||||
left: 16.666667%;
|
|
||||||
}
|
|
||||||
.push-lg-3 {
|
|
||||||
left: 25%;
|
|
||||||
}
|
|
||||||
.push-lg-4 {
|
|
||||||
left: 33.333333%;
|
|
||||||
}
|
|
||||||
.push-lg-5 {
|
|
||||||
left: 41.666667%;
|
|
||||||
}
|
|
||||||
.push-lg-6 {
|
|
||||||
left: 50%;
|
|
||||||
}
|
|
||||||
.push-lg-7 {
|
|
||||||
left: 58.333333%;
|
|
||||||
}
|
|
||||||
.push-lg-8 {
|
|
||||||
left: 66.666667%;
|
|
||||||
}
|
|
||||||
.push-lg-9 {
|
|
||||||
left: 75%;
|
|
||||||
}
|
|
||||||
.push-lg-10 {
|
|
||||||
left: 83.333333%;
|
|
||||||
}
|
|
||||||
.push-lg-11 {
|
|
||||||
left: 91.666667%;
|
|
||||||
}
|
|
||||||
.push-lg-12 {
|
|
||||||
left: 100%;
|
|
||||||
}
|
|
||||||
.offset-lg-0 {
|
|
||||||
margin-left: 0%;
|
|
||||||
}
|
|
||||||
.offset-lg-1 {
|
|
||||||
margin-left: 8.333333%;
|
|
||||||
}
|
|
||||||
.offset-lg-2 {
|
|
||||||
margin-left: 16.666667%;
|
|
||||||
}
|
|
||||||
.offset-lg-3 {
|
|
||||||
margin-left: 25%;
|
|
||||||
}
|
|
||||||
.offset-lg-4 {
|
|
||||||
margin-left: 33.333333%;
|
|
||||||
}
|
|
||||||
.offset-lg-5 {
|
|
||||||
margin-left: 41.666667%;
|
|
||||||
}
|
|
||||||
.offset-lg-6 {
|
|
||||||
margin-left: 50%;
|
|
||||||
}
|
|
||||||
.offset-lg-7 {
|
|
||||||
margin-left: 58.333333%;
|
|
||||||
}
|
|
||||||
.offset-lg-8 {
|
|
||||||
margin-left: 66.666667%;
|
|
||||||
}
|
|
||||||
.offset-lg-9 {
|
|
||||||
margin-left: 75%;
|
|
||||||
}
|
|
||||||
.offset-lg-10 {
|
|
||||||
margin-left: 83.333333%;
|
|
||||||
}
|
|
||||||
.offset-lg-11 {
|
|
||||||
margin-left: 91.666667%;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1200px) {
|
@media (min-width: 1200px) {
|
||||||
.col-xl {
|
.col-xl {
|
||||||
-webkit-flex-basis: 0;
|
|
||||||
-ms-flex-preferred-size: 0;
|
-ms-flex-preferred-size: 0;
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
-webkit-box-flex: 1;
|
|
||||||
-webkit-flex-grow: 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;
|
|
||||||
-webkit-flex: 0 0 auto;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 8.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 16.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 25%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 33.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 41.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 50%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 58.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 66.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 75%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 83.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 91.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 100%;
|
|
||||||
-ms-flex: 0 0 100%;
|
-ms-flex: 0 0 100%;
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.pull-xl-0 {
|
.order-xl-1 {
|
||||||
right: auto;
|
|
||||||
}
|
|
||||||
.pull-xl-1 {
|
|
||||||
right: 8.333333%;
|
|
||||||
}
|
|
||||||
.pull-xl-2 {
|
|
||||||
right: 16.666667%;
|
|
||||||
}
|
|
||||||
.pull-xl-3 {
|
|
||||||
right: 25%;
|
|
||||||
}
|
|
||||||
.pull-xl-4 {
|
|
||||||
right: 33.333333%;
|
|
||||||
}
|
|
||||||
.pull-xl-5 {
|
|
||||||
right: 41.666667%;
|
|
||||||
}
|
|
||||||
.pull-xl-6 {
|
|
||||||
right: 50%;
|
|
||||||
}
|
|
||||||
.pull-xl-7 {
|
|
||||||
right: 58.333333%;
|
|
||||||
}
|
|
||||||
.pull-xl-8 {
|
|
||||||
right: 66.666667%;
|
|
||||||
}
|
|
||||||
.pull-xl-9 {
|
|
||||||
right: 75%;
|
|
||||||
}
|
|
||||||
.pull-xl-10 {
|
|
||||||
right: 83.333333%;
|
|
||||||
}
|
|
||||||
.pull-xl-11 {
|
|
||||||
right: 91.666667%;
|
|
||||||
}
|
|
||||||
.pull-xl-12 {
|
|
||||||
right: 100%;
|
|
||||||
}
|
|
||||||
.push-xl-0 {
|
|
||||||
left: auto;
|
|
||||||
}
|
|
||||||
.push-xl-1 {
|
|
||||||
left: 8.333333%;
|
|
||||||
}
|
|
||||||
.push-xl-2 {
|
|
||||||
left: 16.666667%;
|
|
||||||
}
|
|
||||||
.push-xl-3 {
|
|
||||||
left: 25%;
|
|
||||||
}
|
|
||||||
.push-xl-4 {
|
|
||||||
left: 33.333333%;
|
|
||||||
}
|
|
||||||
.push-xl-5 {
|
|
||||||
left: 41.666667%;
|
|
||||||
}
|
|
||||||
.push-xl-6 {
|
|
||||||
left: 50%;
|
|
||||||
}
|
|
||||||
.push-xl-7 {
|
|
||||||
left: 58.333333%;
|
|
||||||
}
|
|
||||||
.push-xl-8 {
|
|
||||||
left: 66.666667%;
|
|
||||||
}
|
|
||||||
.push-xl-9 {
|
|
||||||
left: 75%;
|
|
||||||
}
|
|
||||||
.push-xl-10 {
|
|
||||||
left: 83.333333%;
|
|
||||||
}
|
|
||||||
.push-xl-11 {
|
|
||||||
left: 91.666667%;
|
|
||||||
}
|
|
||||||
.push-xl-12 {
|
|
||||||
left: 100%;
|
|
||||||
}
|
|
||||||
.offset-xl-0 {
|
|
||||||
margin-left: 0%;
|
|
||||||
}
|
|
||||||
.offset-xl-1 {
|
|
||||||
margin-left: 8.333333%;
|
|
||||||
}
|
|
||||||
.offset-xl-2 {
|
|
||||||
margin-left: 16.666667%;
|
|
||||||
}
|
|
||||||
.offset-xl-3 {
|
|
||||||
margin-left: 25%;
|
|
||||||
}
|
|
||||||
.offset-xl-4 {
|
|
||||||
margin-left: 33.333333%;
|
|
||||||
}
|
|
||||||
.offset-xl-5 {
|
|
||||||
margin-left: 41.666667%;
|
|
||||||
}
|
|
||||||
.offset-xl-6 {
|
|
||||||
margin-left: 50%;
|
|
||||||
}
|
|
||||||
.offset-xl-7 {
|
|
||||||
margin-left: 58.333333%;
|
|
||||||
}
|
|
||||||
.offset-xl-8 {
|
|
||||||
margin-left: 66.666667%;
|
|
||||||
}
|
|
||||||
.offset-xl-9 {
|
|
||||||
margin-left: 75%;
|
|
||||||
}
|
|
||||||
.offset-xl-10 {
|
|
||||||
margin-left: 83.333333%;
|
|
||||||
}
|
|
||||||
.offset-xl-11 {
|
|
||||||
margin-left: 91.666667%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.order-first {
|
|
||||||
-webkit-box-ordinal-group: 0;
|
|
||||||
-webkit-order: -1;
|
|
||||||
-ms-flex-order: -1;
|
|
||||||
order: -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.order-last {
|
|
||||||
-webkit-box-ordinal-group: 2;
|
|
||||||
-webkit-order: 1;
|
|
||||||
-ms-flex-order: 1;
|
-ms-flex-order: 1;
|
||||||
order: 1;
|
order: 1;
|
||||||
}
|
}
|
||||||
|
.order-xl-2 {
|
||||||
.order-0 {
|
-ms-flex-order: 2;
|
||||||
-webkit-box-ordinal-group: 1;
|
order: 2;
|
||||||
-webkit-order: 0;
|
}
|
||||||
-ms-flex-order: 0;
|
.order-xl-3 {
|
||||||
order: 0;
|
-ms-flex-order: 3;
|
||||||
|
order: 3;
|
||||||
|
}
|
||||||
|
.order-xl-4 {
|
||||||
|
-ms-flex-order: 4;
|
||||||
|
order: 4;
|
||||||
|
}
|
||||||
|
.order-xl-5 {
|
||||||
|
-ms-flex-order: 5;
|
||||||
|
order: 5;
|
||||||
|
}
|
||||||
|
.order-xl-6 {
|
||||||
|
-ms-flex-order: 6;
|
||||||
|
order: 6;
|
||||||
|
}
|
||||||
|
.order-xl-7 {
|
||||||
|
-ms-flex-order: 7;
|
||||||
|
order: 7;
|
||||||
|
}
|
||||||
|
.order-xl-8 {
|
||||||
|
-ms-flex-order: 8;
|
||||||
|
order: 8;
|
||||||
|
}
|
||||||
|
.order-xl-9 {
|
||||||
|
-ms-flex-order: 9;
|
||||||
|
order: 9;
|
||||||
|
}
|
||||||
|
.order-xl-10 {
|
||||||
|
-ms-flex-order: 10;
|
||||||
|
order: 10;
|
||||||
|
}
|
||||||
|
.order-xl-11 {
|
||||||
|
-ms-flex-order: 11;
|
||||||
|
order: 11;
|
||||||
|
}
|
||||||
|
.order-xl-12 {
|
||||||
|
-ms-flex-order: 12;
|
||||||
|
order: 12;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-row {
|
.flex-row {
|
||||||
-webkit-box-orient: horizontal !important;
|
|
||||||
-webkit-box-direction: normal !important;
|
|
||||||
-webkit-flex-direction: row !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;
|
|
||||||
-webkit-flex-direction: column !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;
|
|
||||||
-webkit-flex-direction: row-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;
|
|
||||||
-webkit-flex-direction: column-reverse !important;
|
|
||||||
-ms-flex-direction: column-reverse !important;
|
-ms-flex-direction: column-reverse !important;
|
||||||
flex-direction: column-reverse !important;
|
flex-direction: column-reverse !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-wrap {
|
.flex-wrap {
|
||||||
-webkit-flex-wrap: wrap !important;
|
|
||||||
-ms-flex-wrap: wrap !important;
|
-ms-flex-wrap: wrap !important;
|
||||||
flex-wrap: wrap !important;
|
flex-wrap: wrap !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-nowrap {
|
.flex-nowrap {
|
||||||
-webkit-flex-wrap: nowrap !important;
|
|
||||||
-ms-flex-wrap: nowrap !important;
|
-ms-flex-wrap: nowrap !important;
|
||||||
flex-wrap: nowrap !important;
|
flex-wrap: nowrap !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-wrap-reverse {
|
.flex-wrap-reverse {
|
||||||
-webkit-flex-wrap: wrap-reverse !important;
|
|
||||||
-ms-flex-wrap: wrap-reverse !important;
|
-ms-flex-wrap: wrap-reverse !important;
|
||||||
flex-wrap: wrap-reverse !important;
|
flex-wrap: wrap-reverse !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.justify-content-start {
|
.justify-content-start {
|
||||||
-webkit-box-pack: start !important;
|
|
||||||
-webkit-justify-content: flex-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;
|
|
||||||
-webkit-justify-content: flex-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;
|
|
||||||
-webkit-justify-content: 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;
|
|
||||||
-webkit-justify-content: space-between !important;
|
|
||||||
-ms-flex-pack: justify !important;
|
-ms-flex-pack: justify !important;
|
||||||
justify-content: space-between !important;
|
justify-content: space-between !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.justify-content-around {
|
.justify-content-around {
|
||||||
-webkit-justify-content: space-around !important;
|
|
||||||
-ms-flex-pack: distribute !important;
|
-ms-flex-pack: distribute !important;
|
||||||
justify-content: space-around !important;
|
justify-content: space-around !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-items-start {
|
.align-items-start {
|
||||||
-webkit-box-align: start !important;
|
|
||||||
-webkit-align-items: flex-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;
|
|
||||||
-webkit-align-items: flex-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;
|
|
||||||
-webkit-align-items: 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;
|
|
||||||
-webkit-align-items: 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;
|
|
||||||
-webkit-align-items: stretch !important;
|
|
||||||
-ms-flex-align: stretch !important;
|
-ms-flex-align: stretch !important;
|
||||||
align-items: stretch !important;
|
align-items: stretch !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-content-start {
|
.align-content-start {
|
||||||
-webkit-align-content: flex-start !important;
|
|
||||||
-ms-flex-line-pack: start !important;
|
-ms-flex-line-pack: start !important;
|
||||||
align-content: flex-start !important;
|
align-content: flex-start !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-content-end {
|
.align-content-end {
|
||||||
-webkit-align-content: flex-end !important;
|
|
||||||
-ms-flex-line-pack: end !important;
|
-ms-flex-line-pack: end !important;
|
||||||
align-content: flex-end !important;
|
align-content: flex-end !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-content-center {
|
.align-content-center {
|
||||||
-webkit-align-content: center !important;
|
|
||||||
-ms-flex-line-pack: center !important;
|
-ms-flex-line-pack: center !important;
|
||||||
align-content: center !important;
|
align-content: center !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-content-between {
|
.align-content-between {
|
||||||
-webkit-align-content: space-between !important;
|
|
||||||
-ms-flex-line-pack: justify !important;
|
-ms-flex-line-pack: justify !important;
|
||||||
align-content: space-between !important;
|
align-content: space-between !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-content-around {
|
.align-content-around {
|
||||||
-webkit-align-content: space-around !important;
|
|
||||||
-ms-flex-line-pack: distribute !important;
|
-ms-flex-line-pack: distribute !important;
|
||||||
align-content: space-around !important;
|
align-content: space-around !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-content-stretch {
|
.align-content-stretch {
|
||||||
-webkit-align-content: stretch !important;
|
|
||||||
-ms-flex-line-pack: stretch !important;
|
-ms-flex-line-pack: stretch !important;
|
||||||
align-content: stretch !important;
|
align-content: stretch !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-self-auto {
|
.align-self-auto {
|
||||||
-webkit-align-self: auto !important;
|
|
||||||
-ms-flex-item-align: auto !important;
|
-ms-flex-item-align: auto !important;
|
||||||
align-self: auto !important;
|
align-self: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-self-start {
|
.align-self-start {
|
||||||
-webkit-align-self: flex-start !important;
|
|
||||||
-ms-flex-item-align: start !important;
|
-ms-flex-item-align: start !important;
|
||||||
align-self: flex-start !important;
|
align-self: flex-start !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-self-end {
|
.align-self-end {
|
||||||
-webkit-align-self: flex-end !important;
|
|
||||||
-ms-flex-item-align: end !important;
|
-ms-flex-item-align: end !important;
|
||||||
align-self: flex-end !important;
|
align-self: flex-end !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-self-center {
|
.align-self-center {
|
||||||
-webkit-align-self: center !important;
|
|
||||||
-ms-flex-item-align: center !important;
|
-ms-flex-item-align: center !important;
|
||||||
align-self: center !important;
|
align-self: center !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-self-baseline {
|
.align-self-baseline {
|
||||||
-webkit-align-self: baseline !important;
|
|
||||||
-ms-flex-item-align: baseline !important;
|
-ms-flex-item-align: baseline !important;
|
||||||
align-self: baseline !important;
|
align-self: baseline !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-self-stretch {
|
.align-self-stretch {
|
||||||
-webkit-align-self: stretch !important;
|
|
||||||
-ms-flex-item-align: stretch !important;
|
-ms-flex-item-align: stretch !important;
|
||||||
align-self: stretch !important;
|
align-self: stretch !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 576px) {
|
@media (min-width: 576px) {
|
||||||
.order-sm-first {
|
|
||||||
-webkit-box-ordinal-group: 0;
|
|
||||||
-webkit-order: -1;
|
|
||||||
-ms-flex-order: -1;
|
|
||||||
order: -1;
|
|
||||||
}
|
|
||||||
.order-sm-last {
|
|
||||||
-webkit-box-ordinal-group: 2;
|
|
||||||
-webkit-order: 1;
|
|
||||||
-ms-flex-order: 1;
|
|
||||||
order: 1;
|
|
||||||
}
|
|
||||||
.order-sm-0 {
|
|
||||||
-webkit-box-ordinal-group: 1;
|
|
||||||
-webkit-order: 0;
|
|
||||||
-ms-flex-order: 0;
|
|
||||||
order: 0;
|
|
||||||
}
|
|
||||||
.flex-sm-row {
|
.flex-sm-row {
|
||||||
-webkit-box-orient: horizontal !important;
|
|
||||||
-webkit-box-direction: normal !important;
|
|
||||||
-webkit-flex-direction: row !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;
|
|
||||||
-webkit-flex-direction: column !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;
|
|
||||||
-webkit-flex-direction: row-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;
|
|
||||||
-webkit-flex-direction: column-reverse !important;
|
|
||||||
-ms-flex-direction: column-reverse !important;
|
-ms-flex-direction: column-reverse !important;
|
||||||
flex-direction: column-reverse !important;
|
flex-direction: column-reverse !important;
|
||||||
}
|
}
|
||||||
.flex-sm-wrap {
|
.flex-sm-wrap {
|
||||||
-webkit-flex-wrap: wrap !important;
|
|
||||||
-ms-flex-wrap: wrap !important;
|
-ms-flex-wrap: wrap !important;
|
||||||
flex-wrap: wrap !important;
|
flex-wrap: wrap !important;
|
||||||
}
|
}
|
||||||
.flex-sm-nowrap {
|
.flex-sm-nowrap {
|
||||||
-webkit-flex-wrap: nowrap !important;
|
|
||||||
-ms-flex-wrap: nowrap !important;
|
-ms-flex-wrap: nowrap !important;
|
||||||
flex-wrap: nowrap !important;
|
flex-wrap: nowrap !important;
|
||||||
}
|
}
|
||||||
.flex-sm-wrap-reverse {
|
.flex-sm-wrap-reverse {
|
||||||
-webkit-flex-wrap: wrap-reverse !important;
|
|
||||||
-ms-flex-wrap: wrap-reverse !important;
|
-ms-flex-wrap: wrap-reverse !important;
|
||||||
flex-wrap: wrap-reverse !important;
|
flex-wrap: wrap-reverse !important;
|
||||||
}
|
}
|
||||||
.justify-content-sm-start {
|
.justify-content-sm-start {
|
||||||
-webkit-box-pack: start !important;
|
|
||||||
-webkit-justify-content: flex-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;
|
|
||||||
-webkit-justify-content: flex-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;
|
|
||||||
-webkit-justify-content: 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;
|
|
||||||
-webkit-justify-content: space-between !important;
|
|
||||||
-ms-flex-pack: justify !important;
|
-ms-flex-pack: justify !important;
|
||||||
justify-content: space-between !important;
|
justify-content: space-between !important;
|
||||||
}
|
}
|
||||||
.justify-content-sm-around {
|
.justify-content-sm-around {
|
||||||
-webkit-justify-content: space-around !important;
|
|
||||||
-ms-flex-pack: distribute !important;
|
-ms-flex-pack: distribute !important;
|
||||||
justify-content: space-around !important;
|
justify-content: space-around !important;
|
||||||
}
|
}
|
||||||
.align-items-sm-start {
|
.align-items-sm-start {
|
||||||
-webkit-box-align: start !important;
|
|
||||||
-webkit-align-items: flex-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;
|
|
||||||
-webkit-align-items: flex-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;
|
|
||||||
-webkit-align-items: 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;
|
|
||||||
-webkit-align-items: 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;
|
|
||||||
-webkit-align-items: stretch !important;
|
|
||||||
-ms-flex-align: stretch !important;
|
-ms-flex-align: stretch !important;
|
||||||
align-items: stretch !important;
|
align-items: stretch !important;
|
||||||
}
|
}
|
||||||
.align-content-sm-start {
|
.align-content-sm-start {
|
||||||
-webkit-align-content: flex-start !important;
|
|
||||||
-ms-flex-line-pack: start !important;
|
-ms-flex-line-pack: start !important;
|
||||||
align-content: flex-start !important;
|
align-content: flex-start !important;
|
||||||
}
|
}
|
||||||
.align-content-sm-end {
|
.align-content-sm-end {
|
||||||
-webkit-align-content: flex-end !important;
|
|
||||||
-ms-flex-line-pack: end !important;
|
-ms-flex-line-pack: end !important;
|
||||||
align-content: flex-end !important;
|
align-content: flex-end !important;
|
||||||
}
|
}
|
||||||
.align-content-sm-center {
|
.align-content-sm-center {
|
||||||
-webkit-align-content: center !important;
|
|
||||||
-ms-flex-line-pack: center !important;
|
-ms-flex-line-pack: center !important;
|
||||||
align-content: center !important;
|
align-content: center !important;
|
||||||
}
|
}
|
||||||
.align-content-sm-between {
|
.align-content-sm-between {
|
||||||
-webkit-align-content: space-between !important;
|
|
||||||
-ms-flex-line-pack: justify !important;
|
-ms-flex-line-pack: justify !important;
|
||||||
align-content: space-between !important;
|
align-content: space-between !important;
|
||||||
}
|
}
|
||||||
.align-content-sm-around {
|
.align-content-sm-around {
|
||||||
-webkit-align-content: space-around !important;
|
|
||||||
-ms-flex-line-pack: distribute !important;
|
-ms-flex-line-pack: distribute !important;
|
||||||
align-content: space-around !important;
|
align-content: space-around !important;
|
||||||
}
|
}
|
||||||
.align-content-sm-stretch {
|
.align-content-sm-stretch {
|
||||||
-webkit-align-content: stretch !important;
|
|
||||||
-ms-flex-line-pack: stretch !important;
|
-ms-flex-line-pack: stretch !important;
|
||||||
align-content: stretch !important;
|
align-content: stretch !important;
|
||||||
}
|
}
|
||||||
.align-self-sm-auto {
|
.align-self-sm-auto {
|
||||||
-webkit-align-self: auto !important;
|
|
||||||
-ms-flex-item-align: auto !important;
|
-ms-flex-item-align: auto !important;
|
||||||
align-self: auto !important;
|
align-self: auto !important;
|
||||||
}
|
}
|
||||||
.align-self-sm-start {
|
.align-self-sm-start {
|
||||||
-webkit-align-self: flex-start !important;
|
|
||||||
-ms-flex-item-align: start !important;
|
-ms-flex-item-align: start !important;
|
||||||
align-self: flex-start !important;
|
align-self: flex-start !important;
|
||||||
}
|
}
|
||||||
.align-self-sm-end {
|
.align-self-sm-end {
|
||||||
-webkit-align-self: flex-end !important;
|
|
||||||
-ms-flex-item-align: end !important;
|
-ms-flex-item-align: end !important;
|
||||||
align-self: flex-end !important;
|
align-self: flex-end !important;
|
||||||
}
|
}
|
||||||
.align-self-sm-center {
|
.align-self-sm-center {
|
||||||
-webkit-align-self: center !important;
|
|
||||||
-ms-flex-item-align: center !important;
|
-ms-flex-item-align: center !important;
|
||||||
align-self: center !important;
|
align-self: center !important;
|
||||||
}
|
}
|
||||||
.align-self-sm-baseline {
|
.align-self-sm-baseline {
|
||||||
-webkit-align-self: baseline !important;
|
|
||||||
-ms-flex-item-align: baseline !important;
|
-ms-flex-item-align: baseline !important;
|
||||||
align-self: baseline !important;
|
align-self: baseline !important;
|
||||||
}
|
}
|
||||||
.align-self-sm-stretch {
|
.align-self-sm-stretch {
|
||||||
-webkit-align-self: stretch !important;
|
|
||||||
-ms-flex-item-align: stretch !important;
|
-ms-flex-item-align: stretch !important;
|
||||||
align-self: stretch !important;
|
align-self: stretch !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.order-md-first {
|
|
||||||
-webkit-box-ordinal-group: 0;
|
|
||||||
-webkit-order: -1;
|
|
||||||
-ms-flex-order: -1;
|
|
||||||
order: -1;
|
|
||||||
}
|
|
||||||
.order-md-last {
|
|
||||||
-webkit-box-ordinal-group: 2;
|
|
||||||
-webkit-order: 1;
|
|
||||||
-ms-flex-order: 1;
|
|
||||||
order: 1;
|
|
||||||
}
|
|
||||||
.order-md-0 {
|
|
||||||
-webkit-box-ordinal-group: 1;
|
|
||||||
-webkit-order: 0;
|
|
||||||
-ms-flex-order: 0;
|
|
||||||
order: 0;
|
|
||||||
}
|
|
||||||
.flex-md-row {
|
.flex-md-row {
|
||||||
-webkit-box-orient: horizontal !important;
|
|
||||||
-webkit-box-direction: normal !important;
|
|
||||||
-webkit-flex-direction: row !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;
|
|
||||||
-webkit-flex-direction: column !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;
|
|
||||||
-webkit-flex-direction: row-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;
|
|
||||||
-webkit-flex-direction: column-reverse !important;
|
|
||||||
-ms-flex-direction: column-reverse !important;
|
-ms-flex-direction: column-reverse !important;
|
||||||
flex-direction: column-reverse !important;
|
flex-direction: column-reverse !important;
|
||||||
}
|
}
|
||||||
.flex-md-wrap {
|
.flex-md-wrap {
|
||||||
-webkit-flex-wrap: wrap !important;
|
|
||||||
-ms-flex-wrap: wrap !important;
|
-ms-flex-wrap: wrap !important;
|
||||||
flex-wrap: wrap !important;
|
flex-wrap: wrap !important;
|
||||||
}
|
}
|
||||||
.flex-md-nowrap {
|
.flex-md-nowrap {
|
||||||
-webkit-flex-wrap: nowrap !important;
|
|
||||||
-ms-flex-wrap: nowrap !important;
|
-ms-flex-wrap: nowrap !important;
|
||||||
flex-wrap: nowrap !important;
|
flex-wrap: nowrap !important;
|
||||||
}
|
}
|
||||||
.flex-md-wrap-reverse {
|
.flex-md-wrap-reverse {
|
||||||
-webkit-flex-wrap: wrap-reverse !important;
|
|
||||||
-ms-flex-wrap: wrap-reverse !important;
|
-ms-flex-wrap: wrap-reverse !important;
|
||||||
flex-wrap: wrap-reverse !important;
|
flex-wrap: wrap-reverse !important;
|
||||||
}
|
}
|
||||||
.justify-content-md-start {
|
.justify-content-md-start {
|
||||||
-webkit-box-pack: start !important;
|
|
||||||
-webkit-justify-content: flex-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;
|
|
||||||
-webkit-justify-content: flex-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;
|
|
||||||
-webkit-justify-content: 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;
|
|
||||||
-webkit-justify-content: space-between !important;
|
|
||||||
-ms-flex-pack: justify !important;
|
-ms-flex-pack: justify !important;
|
||||||
justify-content: space-between !important;
|
justify-content: space-between !important;
|
||||||
}
|
}
|
||||||
.justify-content-md-around {
|
.justify-content-md-around {
|
||||||
-webkit-justify-content: space-around !important;
|
|
||||||
-ms-flex-pack: distribute !important;
|
-ms-flex-pack: distribute !important;
|
||||||
justify-content: space-around !important;
|
justify-content: space-around !important;
|
||||||
}
|
}
|
||||||
.align-items-md-start {
|
.align-items-md-start {
|
||||||
-webkit-box-align: start !important;
|
|
||||||
-webkit-align-items: flex-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;
|
|
||||||
-webkit-align-items: flex-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;
|
|
||||||
-webkit-align-items: 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;
|
|
||||||
-webkit-align-items: 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;
|
|
||||||
-webkit-align-items: stretch !important;
|
|
||||||
-ms-flex-align: stretch !important;
|
-ms-flex-align: stretch !important;
|
||||||
align-items: stretch !important;
|
align-items: stretch !important;
|
||||||
}
|
}
|
||||||
.align-content-md-start {
|
.align-content-md-start {
|
||||||
-webkit-align-content: flex-start !important;
|
|
||||||
-ms-flex-line-pack: start !important;
|
-ms-flex-line-pack: start !important;
|
||||||
align-content: flex-start !important;
|
align-content: flex-start !important;
|
||||||
}
|
}
|
||||||
.align-content-md-end {
|
.align-content-md-end {
|
||||||
-webkit-align-content: flex-end !important;
|
|
||||||
-ms-flex-line-pack: end !important;
|
-ms-flex-line-pack: end !important;
|
||||||
align-content: flex-end !important;
|
align-content: flex-end !important;
|
||||||
}
|
}
|
||||||
.align-content-md-center {
|
.align-content-md-center {
|
||||||
-webkit-align-content: center !important;
|
|
||||||
-ms-flex-line-pack: center !important;
|
-ms-flex-line-pack: center !important;
|
||||||
align-content: center !important;
|
align-content: center !important;
|
||||||
}
|
}
|
||||||
.align-content-md-between {
|
.align-content-md-between {
|
||||||
-webkit-align-content: space-between !important;
|
|
||||||
-ms-flex-line-pack: justify !important;
|
-ms-flex-line-pack: justify !important;
|
||||||
align-content: space-between !important;
|
align-content: space-between !important;
|
||||||
}
|
}
|
||||||
.align-content-md-around {
|
.align-content-md-around {
|
||||||
-webkit-align-content: space-around !important;
|
|
||||||
-ms-flex-line-pack: distribute !important;
|
-ms-flex-line-pack: distribute !important;
|
||||||
align-content: space-around !important;
|
align-content: space-around !important;
|
||||||
}
|
}
|
||||||
.align-content-md-stretch {
|
.align-content-md-stretch {
|
||||||
-webkit-align-content: stretch !important;
|
|
||||||
-ms-flex-line-pack: stretch !important;
|
-ms-flex-line-pack: stretch !important;
|
||||||
align-content: stretch !important;
|
align-content: stretch !important;
|
||||||
}
|
}
|
||||||
.align-self-md-auto {
|
.align-self-md-auto {
|
||||||
-webkit-align-self: auto !important;
|
|
||||||
-ms-flex-item-align: auto !important;
|
-ms-flex-item-align: auto !important;
|
||||||
align-self: auto !important;
|
align-self: auto !important;
|
||||||
}
|
}
|
||||||
.align-self-md-start {
|
.align-self-md-start {
|
||||||
-webkit-align-self: flex-start !important;
|
|
||||||
-ms-flex-item-align: start !important;
|
-ms-flex-item-align: start !important;
|
||||||
align-self: flex-start !important;
|
align-self: flex-start !important;
|
||||||
}
|
}
|
||||||
.align-self-md-end {
|
.align-self-md-end {
|
||||||
-webkit-align-self: flex-end !important;
|
|
||||||
-ms-flex-item-align: end !important;
|
-ms-flex-item-align: end !important;
|
||||||
align-self: flex-end !important;
|
align-self: flex-end !important;
|
||||||
}
|
}
|
||||||
.align-self-md-center {
|
.align-self-md-center {
|
||||||
-webkit-align-self: center !important;
|
|
||||||
-ms-flex-item-align: center !important;
|
-ms-flex-item-align: center !important;
|
||||||
align-self: center !important;
|
align-self: center !important;
|
||||||
}
|
}
|
||||||
.align-self-md-baseline {
|
.align-self-md-baseline {
|
||||||
-webkit-align-self: baseline !important;
|
|
||||||
-ms-flex-item-align: baseline !important;
|
-ms-flex-item-align: baseline !important;
|
||||||
align-self: baseline !important;
|
align-self: baseline !important;
|
||||||
}
|
}
|
||||||
.align-self-md-stretch {
|
.align-self-md-stretch {
|
||||||
-webkit-align-self: stretch !important;
|
|
||||||
-ms-flex-item-align: stretch !important;
|
-ms-flex-item-align: stretch !important;
|
||||||
align-self: stretch !important;
|
align-self: stretch !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
.order-lg-first {
|
|
||||||
-webkit-box-ordinal-group: 0;
|
|
||||||
-webkit-order: -1;
|
|
||||||
-ms-flex-order: -1;
|
|
||||||
order: -1;
|
|
||||||
}
|
|
||||||
.order-lg-last {
|
|
||||||
-webkit-box-ordinal-group: 2;
|
|
||||||
-webkit-order: 1;
|
|
||||||
-ms-flex-order: 1;
|
|
||||||
order: 1;
|
|
||||||
}
|
|
||||||
.order-lg-0 {
|
|
||||||
-webkit-box-ordinal-group: 1;
|
|
||||||
-webkit-order: 0;
|
|
||||||
-ms-flex-order: 0;
|
|
||||||
order: 0;
|
|
||||||
}
|
|
||||||
.flex-lg-row {
|
.flex-lg-row {
|
||||||
-webkit-box-orient: horizontal !important;
|
|
||||||
-webkit-box-direction: normal !important;
|
|
||||||
-webkit-flex-direction: row !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;
|
|
||||||
-webkit-flex-direction: column !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;
|
|
||||||
-webkit-flex-direction: row-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;
|
|
||||||
-webkit-flex-direction: column-reverse !important;
|
|
||||||
-ms-flex-direction: column-reverse !important;
|
-ms-flex-direction: column-reverse !important;
|
||||||
flex-direction: column-reverse !important;
|
flex-direction: column-reverse !important;
|
||||||
}
|
}
|
||||||
.flex-lg-wrap {
|
.flex-lg-wrap {
|
||||||
-webkit-flex-wrap: wrap !important;
|
|
||||||
-ms-flex-wrap: wrap !important;
|
-ms-flex-wrap: wrap !important;
|
||||||
flex-wrap: wrap !important;
|
flex-wrap: wrap !important;
|
||||||
}
|
}
|
||||||
.flex-lg-nowrap {
|
.flex-lg-nowrap {
|
||||||
-webkit-flex-wrap: nowrap !important;
|
|
||||||
-ms-flex-wrap: nowrap !important;
|
-ms-flex-wrap: nowrap !important;
|
||||||
flex-wrap: nowrap !important;
|
flex-wrap: nowrap !important;
|
||||||
}
|
}
|
||||||
.flex-lg-wrap-reverse {
|
.flex-lg-wrap-reverse {
|
||||||
-webkit-flex-wrap: wrap-reverse !important;
|
|
||||||
-ms-flex-wrap: wrap-reverse !important;
|
-ms-flex-wrap: wrap-reverse !important;
|
||||||
flex-wrap: wrap-reverse !important;
|
flex-wrap: wrap-reverse !important;
|
||||||
}
|
}
|
||||||
.justify-content-lg-start {
|
.justify-content-lg-start {
|
||||||
-webkit-box-pack: start !important;
|
|
||||||
-webkit-justify-content: flex-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;
|
|
||||||
-webkit-justify-content: flex-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;
|
|
||||||
-webkit-justify-content: 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;
|
|
||||||
-webkit-justify-content: space-between !important;
|
|
||||||
-ms-flex-pack: justify !important;
|
-ms-flex-pack: justify !important;
|
||||||
justify-content: space-between !important;
|
justify-content: space-between !important;
|
||||||
}
|
}
|
||||||
.justify-content-lg-around {
|
.justify-content-lg-around {
|
||||||
-webkit-justify-content: space-around !important;
|
|
||||||
-ms-flex-pack: distribute !important;
|
-ms-flex-pack: distribute !important;
|
||||||
justify-content: space-around !important;
|
justify-content: space-around !important;
|
||||||
}
|
}
|
||||||
.align-items-lg-start {
|
.align-items-lg-start {
|
||||||
-webkit-box-align: start !important;
|
|
||||||
-webkit-align-items: flex-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;
|
|
||||||
-webkit-align-items: flex-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;
|
|
||||||
-webkit-align-items: 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;
|
|
||||||
-webkit-align-items: 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;
|
|
||||||
-webkit-align-items: stretch !important;
|
|
||||||
-ms-flex-align: stretch !important;
|
-ms-flex-align: stretch !important;
|
||||||
align-items: stretch !important;
|
align-items: stretch !important;
|
||||||
}
|
}
|
||||||
.align-content-lg-start {
|
.align-content-lg-start {
|
||||||
-webkit-align-content: flex-start !important;
|
|
||||||
-ms-flex-line-pack: start !important;
|
-ms-flex-line-pack: start !important;
|
||||||
align-content: flex-start !important;
|
align-content: flex-start !important;
|
||||||
}
|
}
|
||||||
.align-content-lg-end {
|
.align-content-lg-end {
|
||||||
-webkit-align-content: flex-end !important;
|
|
||||||
-ms-flex-line-pack: end !important;
|
-ms-flex-line-pack: end !important;
|
||||||
align-content: flex-end !important;
|
align-content: flex-end !important;
|
||||||
}
|
}
|
||||||
.align-content-lg-center {
|
.align-content-lg-center {
|
||||||
-webkit-align-content: center !important;
|
|
||||||
-ms-flex-line-pack: center !important;
|
-ms-flex-line-pack: center !important;
|
||||||
align-content: center !important;
|
align-content: center !important;
|
||||||
}
|
}
|
||||||
.align-content-lg-between {
|
.align-content-lg-between {
|
||||||
-webkit-align-content: space-between !important;
|
|
||||||
-ms-flex-line-pack: justify !important;
|
-ms-flex-line-pack: justify !important;
|
||||||
align-content: space-between !important;
|
align-content: space-between !important;
|
||||||
}
|
}
|
||||||
.align-content-lg-around {
|
.align-content-lg-around {
|
||||||
-webkit-align-content: space-around !important;
|
|
||||||
-ms-flex-line-pack: distribute !important;
|
-ms-flex-line-pack: distribute !important;
|
||||||
align-content: space-around !important;
|
align-content: space-around !important;
|
||||||
}
|
}
|
||||||
.align-content-lg-stretch {
|
.align-content-lg-stretch {
|
||||||
-webkit-align-content: stretch !important;
|
|
||||||
-ms-flex-line-pack: stretch !important;
|
-ms-flex-line-pack: stretch !important;
|
||||||
align-content: stretch !important;
|
align-content: stretch !important;
|
||||||
}
|
}
|
||||||
.align-self-lg-auto {
|
.align-self-lg-auto {
|
||||||
-webkit-align-self: auto !important;
|
|
||||||
-ms-flex-item-align: auto !important;
|
-ms-flex-item-align: auto !important;
|
||||||
align-self: auto !important;
|
align-self: auto !important;
|
||||||
}
|
}
|
||||||
.align-self-lg-start {
|
.align-self-lg-start {
|
||||||
-webkit-align-self: flex-start !important;
|
|
||||||
-ms-flex-item-align: start !important;
|
-ms-flex-item-align: start !important;
|
||||||
align-self: flex-start !important;
|
align-self: flex-start !important;
|
||||||
}
|
}
|
||||||
.align-self-lg-end {
|
.align-self-lg-end {
|
||||||
-webkit-align-self: flex-end !important;
|
|
||||||
-ms-flex-item-align: end !important;
|
-ms-flex-item-align: end !important;
|
||||||
align-self: flex-end !important;
|
align-self: flex-end !important;
|
||||||
}
|
}
|
||||||
.align-self-lg-center {
|
.align-self-lg-center {
|
||||||
-webkit-align-self: center !important;
|
|
||||||
-ms-flex-item-align: center !important;
|
-ms-flex-item-align: center !important;
|
||||||
align-self: center !important;
|
align-self: center !important;
|
||||||
}
|
}
|
||||||
.align-self-lg-baseline {
|
.align-self-lg-baseline {
|
||||||
-webkit-align-self: baseline !important;
|
|
||||||
-ms-flex-item-align: baseline !important;
|
-ms-flex-item-align: baseline !important;
|
||||||
align-self: baseline !important;
|
align-self: baseline !important;
|
||||||
}
|
}
|
||||||
.align-self-lg-stretch {
|
.align-self-lg-stretch {
|
||||||
-webkit-align-self: stretch !important;
|
|
||||||
-ms-flex-item-align: stretch !important;
|
-ms-flex-item-align: stretch !important;
|
||||||
align-self: stretch !important;
|
align-self: stretch !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1200px) {
|
@media (min-width: 1200px) {
|
||||||
.order-xl-first {
|
|
||||||
-webkit-box-ordinal-group: 0;
|
|
||||||
-webkit-order: -1;
|
|
||||||
-ms-flex-order: -1;
|
|
||||||
order: -1;
|
|
||||||
}
|
|
||||||
.order-xl-last {
|
|
||||||
-webkit-box-ordinal-group: 2;
|
|
||||||
-webkit-order: 1;
|
|
||||||
-ms-flex-order: 1;
|
|
||||||
order: 1;
|
|
||||||
}
|
|
||||||
.order-xl-0 {
|
|
||||||
-webkit-box-ordinal-group: 1;
|
|
||||||
-webkit-order: 0;
|
|
||||||
-ms-flex-order: 0;
|
|
||||||
order: 0;
|
|
||||||
}
|
|
||||||
.flex-xl-row {
|
.flex-xl-row {
|
||||||
-webkit-box-orient: horizontal !important;
|
|
||||||
-webkit-box-direction: normal !important;
|
|
||||||
-webkit-flex-direction: row !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;
|
|
||||||
-webkit-flex-direction: column !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;
|
|
||||||
-webkit-flex-direction: row-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;
|
|
||||||
-webkit-flex-direction: column-reverse !important;
|
|
||||||
-ms-flex-direction: column-reverse !important;
|
-ms-flex-direction: column-reverse !important;
|
||||||
flex-direction: column-reverse !important;
|
flex-direction: column-reverse !important;
|
||||||
}
|
}
|
||||||
.flex-xl-wrap {
|
.flex-xl-wrap {
|
||||||
-webkit-flex-wrap: wrap !important;
|
|
||||||
-ms-flex-wrap: wrap !important;
|
-ms-flex-wrap: wrap !important;
|
||||||
flex-wrap: wrap !important;
|
flex-wrap: wrap !important;
|
||||||
}
|
}
|
||||||
.flex-xl-nowrap {
|
.flex-xl-nowrap {
|
||||||
-webkit-flex-wrap: nowrap !important;
|
|
||||||
-ms-flex-wrap: nowrap !important;
|
-ms-flex-wrap: nowrap !important;
|
||||||
flex-wrap: nowrap !important;
|
flex-wrap: nowrap !important;
|
||||||
}
|
}
|
||||||
.flex-xl-wrap-reverse {
|
.flex-xl-wrap-reverse {
|
||||||
-webkit-flex-wrap: wrap-reverse !important;
|
|
||||||
-ms-flex-wrap: wrap-reverse !important;
|
-ms-flex-wrap: wrap-reverse !important;
|
||||||
flex-wrap: wrap-reverse !important;
|
flex-wrap: wrap-reverse !important;
|
||||||
}
|
}
|
||||||
.justify-content-xl-start {
|
.justify-content-xl-start {
|
||||||
-webkit-box-pack: start !important;
|
|
||||||
-webkit-justify-content: flex-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;
|
|
||||||
-webkit-justify-content: flex-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;
|
|
||||||
-webkit-justify-content: 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;
|
|
||||||
-webkit-justify-content: space-between !important;
|
|
||||||
-ms-flex-pack: justify !important;
|
-ms-flex-pack: justify !important;
|
||||||
justify-content: space-between !important;
|
justify-content: space-between !important;
|
||||||
}
|
}
|
||||||
.justify-content-xl-around {
|
.justify-content-xl-around {
|
||||||
-webkit-justify-content: space-around !important;
|
|
||||||
-ms-flex-pack: distribute !important;
|
-ms-flex-pack: distribute !important;
|
||||||
justify-content: space-around !important;
|
justify-content: space-around !important;
|
||||||
}
|
}
|
||||||
.align-items-xl-start {
|
.align-items-xl-start {
|
||||||
-webkit-box-align: start !important;
|
|
||||||
-webkit-align-items: flex-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;
|
|
||||||
-webkit-align-items: flex-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;
|
|
||||||
-webkit-align-items: 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;
|
|
||||||
-webkit-align-items: 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;
|
|
||||||
-webkit-align-items: stretch !important;
|
|
||||||
-ms-flex-align: stretch !important;
|
-ms-flex-align: stretch !important;
|
||||||
align-items: stretch !important;
|
align-items: stretch !important;
|
||||||
}
|
}
|
||||||
.align-content-xl-start {
|
.align-content-xl-start {
|
||||||
-webkit-align-content: flex-start !important;
|
|
||||||
-ms-flex-line-pack: start !important;
|
-ms-flex-line-pack: start !important;
|
||||||
align-content: flex-start !important;
|
align-content: flex-start !important;
|
||||||
}
|
}
|
||||||
.align-content-xl-end {
|
.align-content-xl-end {
|
||||||
-webkit-align-content: flex-end !important;
|
|
||||||
-ms-flex-line-pack: end !important;
|
-ms-flex-line-pack: end !important;
|
||||||
align-content: flex-end !important;
|
align-content: flex-end !important;
|
||||||
}
|
}
|
||||||
.align-content-xl-center {
|
.align-content-xl-center {
|
||||||
-webkit-align-content: center !important;
|
|
||||||
-ms-flex-line-pack: center !important;
|
-ms-flex-line-pack: center !important;
|
||||||
align-content: center !important;
|
align-content: center !important;
|
||||||
}
|
}
|
||||||
.align-content-xl-between {
|
.align-content-xl-between {
|
||||||
-webkit-align-content: space-between !important;
|
|
||||||
-ms-flex-line-pack: justify !important;
|
-ms-flex-line-pack: justify !important;
|
||||||
align-content: space-between !important;
|
align-content: space-between !important;
|
||||||
}
|
}
|
||||||
.align-content-xl-around {
|
.align-content-xl-around {
|
||||||
-webkit-align-content: space-around !important;
|
|
||||||
-ms-flex-line-pack: distribute !important;
|
-ms-flex-line-pack: distribute !important;
|
||||||
align-content: space-around !important;
|
align-content: space-around !important;
|
||||||
}
|
}
|
||||||
.align-content-xl-stretch {
|
.align-content-xl-stretch {
|
||||||
-webkit-align-content: stretch !important;
|
|
||||||
-ms-flex-line-pack: stretch !important;
|
-ms-flex-line-pack: stretch !important;
|
||||||
align-content: stretch !important;
|
align-content: stretch !important;
|
||||||
}
|
}
|
||||||
.align-self-xl-auto {
|
.align-self-xl-auto {
|
||||||
-webkit-align-self: auto !important;
|
|
||||||
-ms-flex-item-align: auto !important;
|
-ms-flex-item-align: auto !important;
|
||||||
align-self: auto !important;
|
align-self: auto !important;
|
||||||
}
|
}
|
||||||
.align-self-xl-start {
|
.align-self-xl-start {
|
||||||
-webkit-align-self: flex-start !important;
|
|
||||||
-ms-flex-item-align: start !important;
|
-ms-flex-item-align: start !important;
|
||||||
align-self: flex-start !important;
|
align-self: flex-start !important;
|
||||||
}
|
}
|
||||||
.align-self-xl-end {
|
.align-self-xl-end {
|
||||||
-webkit-align-self: flex-end !important;
|
|
||||||
-ms-flex-item-align: end !important;
|
-ms-flex-item-align: end !important;
|
||||||
align-self: flex-end !important;
|
align-self: flex-end !important;
|
||||||
}
|
}
|
||||||
.align-self-xl-center {
|
.align-self-xl-center {
|
||||||
-webkit-align-self: center !important;
|
|
||||||
-ms-flex-item-align: center !important;
|
-ms-flex-item-align: center !important;
|
||||||
align-self: center !important;
|
align-self: center !important;
|
||||||
}
|
}
|
||||||
.align-self-xl-baseline {
|
.align-self-xl-baseline {
|
||||||
-webkit-align-self: baseline !important;
|
|
||||||
-ms-flex-item-align: baseline !important;
|
-ms-flex-item-align: baseline !important;
|
||||||
align-self: baseline !important;
|
align-self: baseline !important;
|
||||||
}
|
}
|
||||||
.align-self-xl-stretch {
|
.align-self-xl-stretch {
|
||||||
-webkit-align-self: stretch !important;
|
|
||||||
-ms-flex-item-align: stretch !important;
|
-ms-flex-item-align: stretch !important;
|
||||||
align-self: stretch !important;
|
align-self: 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
4
dist/css/bootstrap-reboot.css
vendored
4
dist/css/bootstrap-reboot.css
vendored
@ -1,5 +1,4 @@
|
|||||||
html {
|
html {
|
||||||
-webkit-box-sizing: border-box;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
line-height: 1.15;
|
line-height: 1.15;
|
||||||
@ -12,7 +11,6 @@ html {
|
|||||||
*,
|
*,
|
||||||
*::before,
|
*::before,
|
||||||
*::after {
|
*::after {
|
||||||
-webkit-box-sizing: inherit;
|
|
||||||
box-sizing: inherit;
|
box-sizing: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -39,7 +37,6 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
-webkit-box-sizing: content-box;
|
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
height: 0;
|
height: 0;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
@ -255,7 +252,6 @@ button::-moz-focus-inner,
|
|||||||
|
|
||||||
input[type="radio"],
|
input[type="radio"],
|
||||||
input[type="checkbox"] {
|
input[type="checkbox"] {
|
||||||
-webkit-box-sizing: border-box;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
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
2
dist/css/bootstrap-reboot.min.css
vendored
2
dist/css/bootstrap-reboot.min.css
vendored
@ -1,2 +1,2 @@
|
|||||||
html{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:left}label{display:inline-block;margin-bottom:.5rem}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}
|
html{box-sizing:border-box;font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}*,::after,::before{box-sizing:inherit}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:left}label{display:inline-block;margin-bottom:.5rem}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}
|
||||||
/*# sourceMappingURL=bootstrap-reboot.min.css.map */
|
/*# sourceMappingURL=bootstrap-reboot.min.css.map */
|
2
dist/css/bootstrap-reboot.min.css.map
vendored
2
dist/css/bootstrap-reboot.min.css.map
vendored
@ -1 +1 @@
|
|||||||
{"version":3,"sources":["../../scss/_reboot.scss","dist/css/bootstrap-reboot.css","bootstrap-reboot.css","../../scss/mixins/_hover.scss"],"names":[],"mappings":"AAoBA,KACE,mBAAA,WAAA,WAAA,WACA,YAAA,WACA,YAAA,KACA,yBAAA,KACA,qBAAA,KACA,mBAAA,UACA,4BAAA,YAGF,ECjBA,QADA,SDqBE,mBAAA,QAAA,WAAA,QAKA,cAAgB,MAAA,aAIlB,QAAA,MAAA,OAAA,WAAA,OAAA,OAAA,OAAA,OAAA,KAAA,IAAA,QACE,QAAA,MAQF,KACE,OAAA,EACA,YAAA,aAAA,CAAA,kBAAA,CAAA,UAAA,CAAA,MAAA,CAAA,gBAAA,CAAA,KAAA,CAAA,WACA,UAAA,KACA,YAAA,IACA,YAAA,IACA,MAAA,QACA,iBAAA,KExBF,sBFiCE,QAAA,YASF,GACE,mBAAA,YAAA,WAAA,YACA,OAAA,EACA,SAAA,QAYF,GAAA,GAAA,GAAA,GAAA,GAAA,GACE,WAAA,EACA,cAAA,MAOF,EACE,WAAA,EACA,cAAA,KC5CF,0BDsDA,YAEE,gBAAA,UACA,gBAAA,UAAA,OACA,OAAA,KACA,cAAA,EAGF,QACE,cAAA,KACA,WAAA,OACA,YAAA,QClDF,GDqDA,GCtDA,GDyDE,WAAA,EACA,cAAA,KAGF,MCrDA,MACA,MAFA,MD0DE,cAAA,EAGF,GACE,YAAA,IAGF,GACE,cAAA,MACA,YAAA,EAGF,WACE,OAAA,EAAA,EAAA,KAGF,IACE,WAAA,OAGF,ECtDA,ODwDE,YAAA,OAGF,MACE,UAAA,IAQF,IC3DA,ID6DE,SAAA,SACA,UAAA,IACA,YAAA,EACA,eAAA,SAGF,IAAM,OAAA,OACN,IAAM,IAAA,MAON,EACE,MAAA,QACA,gBAAA,KACA,iBAAA,YACA,6BAAA,QGpLE,QHuLA,MAAA,QACA,gBAAA,UAUJ,8BACE,MAAA,QACA,gBAAA,KGzLE,oCAAA,oCH4LA,MAAA,QACA,gBAAA,KANJ,oCAUI,QAAA,EC7DJ,KACA,IDqEA,ICpEA,KDwEE,YAAA,SAAA,CAAA,UACA,UAAA,IAGF,IAEE,WAAA,EAEA,cAAA,KAEA,SAAA,KAQF,OAEE,OAAA,EAAA,EAAA,KAQF,IACE,eAAA,OACA,aAAA,KAGF,eACE,SAAA,OC/EF,cD6FA,EC/FA,KACA,OAEA,MACA,MACA,OACA,QACA,SDiGE,iBAAA,aAAA,aAAA,aAQF,MACE,gBAAA,SAGF,QACE,YAAA,OACA,eAAA,OACA,MAAA,QACA,WAAA,KACA,aAAA,OAGF,GAEE,WAAA,KAQF,MAEE,QAAA,aACA,cAAA,MAOF,aACE,QAAA,IAAA,OACA,QAAA,IAAA,KAAA,yBC3GF,OD8GA,MC5GA,SADA,OAEA,SDgHE,OAAA,EACA,YAAA,QACA,UAAA,QACA,YAAA,QAGF,OC9GA,MDgHE,SAAA,QAGF,OC9GA,ODgHE,eAAA,KC1GF,aACA,cD+GA,OCjHA,mBDqHE,mBAAA,OC9GF,gCACA,+BACA,gCDgHA,yBAIE,QAAA,EACA,aAAA,KC/GF,qBDkHA,kBAEE,mBAAA,WAAA,WAAA,WACA,QAAA,EAIF,iBCjHA,2BACA,kBAFA,iBD2HE,mBAAA,QAGF,SACE,SAAA,KAEA,OAAA,SAGF,SAME,UAAA,EAEA,QAAA,EACA,OAAA,EACA,OAAA,EAKF,OACE,QAAA,MACA,MAAA,KACA,UAAA,KACA,QAAA,EACA,cAAA,MACA,UAAA,OACA,YAAA,QACA,MAAA,QACA,YAAA,OAGF,SACE,eAAA,SEnIF,yCDMA,yCDmIE,OAAA,KEpIF,cF4IE,eAAA,KACA,mBAAA,KExIF,4CDMA,yCD2IE,mBAAA,KAQF,6BACE,KAAA,QACA,mBAAA,OAOF,OACE,QAAA,aAGF,QACE,QAAA,UAGF,SACE,QAAA,KErJF,SF2JE,QAAA"}
|
{"version":3,"sources":["../../scss/_reboot.scss","dist/css/bootstrap-reboot.css","bootstrap-reboot.css","../../scss/mixins/_hover.scss"],"names":[],"mappings":"AAoBA,KACE,WAAA,WACA,YAAA,WACA,YAAA,KACA,yBAAA,KACA,qBAAA,KACA,mBAAA,UACA,4BAAA,YAGF,EClBA,QADA,SDsBE,WAAA,QAKA,cAAgB,MAAA,aAIlB,QAAA,MAAA,OAAA,WAAA,OAAA,OAAA,OAAA,OAAA,KAAA,IAAA,QACE,QAAA,MAQF,KACE,OAAA,EACA,YAAA,aAAA,CAAA,kBAAA,CAAA,UAAA,CAAA,MAAA,CAAA,gBAAA,CAAA,KAAA,CAAA,WACA,UAAA,KACA,YAAA,IACA,YAAA,IACA,MAAA,QACA,iBAAA,KExBF,sBFiCE,QAAA,YASF,GACE,WAAA,YACA,OAAA,EACA,SAAA,QAYF,GAAA,GAAA,GAAA,GAAA,GAAA,GACE,WAAA,EACA,cAAA,MAOF,EACE,WAAA,EACA,cAAA,KC/CF,0BDyDA,YAEE,gBAAA,UACA,gBAAA,UAAA,OACA,OAAA,KACA,cAAA,EAGF,QACE,cAAA,KACA,WAAA,OACA,YAAA,QCrDF,GDwDA,GCzDA,GD4DE,WAAA,EACA,cAAA,KAGF,MCxDA,MACA,MAFA,MD6DE,cAAA,EAGF,GACE,YAAA,IAGF,GACE,cAAA,MACA,YAAA,EAGF,WACE,OAAA,EAAA,EAAA,KAGF,IACE,WAAA,OAGF,ECzDA,OD2DE,YAAA,OAGF,MACE,UAAA,IAQF,IC9DA,IDgEE,SAAA,SACA,UAAA,IACA,YAAA,EACA,eAAA,SAGF,IAAM,OAAA,OACN,IAAM,IAAA,MAON,EACE,MAAA,QACA,gBAAA,KACA,iBAAA,YACA,6BAAA,QGpLE,QHuLA,MAAA,QACA,gBAAA,UAUJ,8BACE,MAAA,QACA,gBAAA,KGzLE,oCAAA,oCH4LA,MAAA,QACA,gBAAA,KANJ,oCAUI,QAAA,EChEJ,KACA,IDwEA,ICvEA,KD2EE,YAAA,SAAA,CAAA,UACA,UAAA,IAGF,IAEE,WAAA,EAEA,cAAA,KAEA,SAAA,KAQF,OAEE,OAAA,EAAA,EAAA,KAQF,IACE,eAAA,OACA,aAAA,KAGF,eACE,SAAA,OClFF,cDgGA,EClGA,KACA,OAEA,MACA,MACA,OACA,QACA,SDoGE,iBAAA,aAAA,aAAA,aAQF,MACE,gBAAA,SAGF,QACE,YAAA,OACA,eAAA,OACA,MAAA,QACA,WAAA,KACA,aAAA,OAGF,GAEE,WAAA,KAQF,MAEE,QAAA,aACA,cAAA,MAOF,aACE,QAAA,IAAA,OACA,QAAA,IAAA,KAAA,yBC9GF,ODiHA,MC/GA,SADA,OAEA,SDmHE,OAAA,EACA,YAAA,QACA,UAAA,QACA,YAAA,QAGF,OCjHA,MDmHE,SAAA,QAGF,OCjHA,ODmHE,eAAA,KC7GF,aACA,cDkHA,OCpHA,mBDwHE,mBAAA,OCjHF,gCACA,+BACA,gCDmHA,yBAIE,QAAA,EACA,aAAA,KClHF,qBDqHA,kBAEE,WAAA,WACA,QAAA,EAIF,iBCrHA,2BACA,kBAFA,iBD+HE,mBAAA,QAGF,SACE,SAAA,KAEA,OAAA,SAGF,SAME,UAAA,EAEA,QAAA,EACA,OAAA,EACA,OAAA,EAKF,OACE,QAAA,MACA,MAAA,KACA,UAAA,KACA,QAAA,EACA,cAAA,MACA,UAAA,OACA,YAAA,QACA,MAAA,QACA,YAAA,OAGF,SACE,eAAA,SEnIF,yCDEA,yCDuIE,OAAA,KEpIF,cF4IE,eAAA,KACA,mBAAA,KExIF,4CDEA,yCD+IE,mBAAA,KAQF,6BACE,KAAA,QACA,mBAAA,OAOF,OACE,QAAA,aAGF,QACE,QAAA,UAGF,SACE,QAAA,KErJF,SF2JE,QAAA"}
|
@ -17,7 +17,6 @@
|
|||||||
blockquote::first-line,
|
blockquote::first-line,
|
||||||
li::first-line {
|
li::first-line {
|
||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
-webkit-box-shadow: none !important;
|
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
a,
|
a,
|
||||||
@ -72,7 +71,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
-webkit-box-sizing: border-box;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
line-height: 1.15;
|
line-height: 1.15;
|
||||||
@ -85,7 +83,6 @@ html {
|
|||||||
*,
|
*,
|
||||||
*::before,
|
*::before,
|
||||||
*::after {
|
*::after {
|
||||||
-webkit-box-sizing: inherit;
|
|
||||||
box-sizing: inherit;
|
box-sizing: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -112,7 +109,6 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
-webkit-box-sizing: content-box;
|
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
height: 0;
|
height: 0;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
@ -328,7 +324,6 @@ button::-moz-focus-inner,
|
|||||||
|
|
||||||
input[type="radio"],
|
input[type="radio"],
|
||||||
input[type="checkbox"] {
|
input[type="checkbox"] {
|
||||||
-webkit-box-sizing: border-box;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
@ -551,8 +546,6 @@ mark,
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
-webkit-transition: all 0.2s ease-in-out;
|
|
||||||
-o-transition: all 0.2s ease-in-out;
|
|
||||||
transition: all 0.2s ease-in-out;
|
transition: all 0.2s ease-in-out;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
@ -672,11 +665,8 @@ pre code {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.row {
|
.row {
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-flex-wrap: wrap;
|
|
||||||
-ms-flex-wrap: wrap;
|
-ms-flex-wrap: wrap;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin-right: -15px;
|
margin-right: -15px;
|
||||||
@ -708,19 +698,14 @@ pre code {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.col {
|
.col {
|
||||||
-webkit-flex-basis: 0;
|
|
||||||
-ms-flex-preferred-size: 0;
|
-ms-flex-preferred-size: 0;
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
-webkit-box-flex: 1;
|
|
||||||
-webkit-flex-grow: 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;
|
|
||||||
-webkit-flex: 0 0 auto;
|
|
||||||
-ms-flex: 0 0 auto;
|
-ms-flex: 0 0 auto;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
width: auto;
|
width: auto;
|
||||||
@ -728,1122 +713,630 @@ pre code {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.col-1 {
|
.col-1 {
|
||||||
-webkit-box-flex: 0;
|
|
||||||
-webkit-flex: 0 0 8.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 16.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 25%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 33.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 41.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 50%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 58.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 66.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 75%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 83.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 91.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 100%;
|
|
||||||
-ms-flex: 0 0 100%;
|
-ms-flex: 0 0 100%;
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-0 {
|
.order-1 {
|
||||||
right: auto;
|
-ms-flex-order: 1;
|
||||||
|
order: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-1 {
|
.order-2 {
|
||||||
right: 8.333333%;
|
-ms-flex-order: 2;
|
||||||
|
order: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-2 {
|
.order-3 {
|
||||||
right: 16.666667%;
|
-ms-flex-order: 3;
|
||||||
|
order: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-3 {
|
.order-4 {
|
||||||
right: 25%;
|
-ms-flex-order: 4;
|
||||||
|
order: 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-4 {
|
.order-5 {
|
||||||
right: 33.333333%;
|
-ms-flex-order: 5;
|
||||||
|
order: 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-5 {
|
.order-6 {
|
||||||
right: 41.666667%;
|
-ms-flex-order: 6;
|
||||||
|
order: 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-6 {
|
.order-7 {
|
||||||
right: 50%;
|
-ms-flex-order: 7;
|
||||||
|
order: 7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-7 {
|
.order-8 {
|
||||||
right: 58.333333%;
|
-ms-flex-order: 8;
|
||||||
|
order: 8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-8 {
|
.order-9 {
|
||||||
right: 66.666667%;
|
-ms-flex-order: 9;
|
||||||
|
order: 9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-9 {
|
.order-10 {
|
||||||
right: 75%;
|
-ms-flex-order: 10;
|
||||||
|
order: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-10 {
|
.order-11 {
|
||||||
right: 83.333333%;
|
-ms-flex-order: 11;
|
||||||
|
order: 11;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-11 {
|
.order-12 {
|
||||||
right: 91.666667%;
|
-ms-flex-order: 12;
|
||||||
}
|
order: 12;
|
||||||
|
|
||||||
.pull-12 {
|
|
||||||
right: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.push-0 {
|
|
||||||
left: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.push-1 {
|
|
||||||
left: 8.333333%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.push-2 {
|
|
||||||
left: 16.666667%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.push-3 {
|
|
||||||
left: 25%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.push-4 {
|
|
||||||
left: 33.333333%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.push-5 {
|
|
||||||
left: 41.666667%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.push-6 {
|
|
||||||
left: 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.push-7 {
|
|
||||||
left: 58.333333%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.push-8 {
|
|
||||||
left: 66.666667%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.push-9 {
|
|
||||||
left: 75%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.push-10 {
|
|
||||||
left: 83.333333%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.push-11 {
|
|
||||||
left: 91.666667%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.push-12 {
|
|
||||||
left: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.offset-1 {
|
|
||||||
margin-left: 8.333333%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.offset-2 {
|
|
||||||
margin-left: 16.666667%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.offset-3 {
|
|
||||||
margin-left: 25%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.offset-4 {
|
|
||||||
margin-left: 33.333333%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.offset-5 {
|
|
||||||
margin-left: 41.666667%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.offset-6 {
|
|
||||||
margin-left: 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.offset-7 {
|
|
||||||
margin-left: 58.333333%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.offset-8 {
|
|
||||||
margin-left: 66.666667%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.offset-9 {
|
|
||||||
margin-left: 75%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.offset-10 {
|
|
||||||
margin-left: 83.333333%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.offset-11 {
|
|
||||||
margin-left: 91.666667%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 576px) {
|
@media (min-width: 576px) {
|
||||||
.col-sm {
|
.col-sm {
|
||||||
-webkit-flex-basis: 0;
|
|
||||||
-ms-flex-preferred-size: 0;
|
-ms-flex-preferred-size: 0;
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
-webkit-box-flex: 1;
|
|
||||||
-webkit-flex-grow: 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;
|
|
||||||
-webkit-flex: 0 0 auto;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 8.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 16.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 25%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 33.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 41.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 50%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 58.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 66.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 75%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 83.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 91.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 100%;
|
|
||||||
-ms-flex: 0 0 100%;
|
-ms-flex: 0 0 100%;
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.pull-sm-0 {
|
.order-sm-1 {
|
||||||
right: auto;
|
-ms-flex-order: 1;
|
||||||
|
order: 1;
|
||||||
}
|
}
|
||||||
.pull-sm-1 {
|
.order-sm-2 {
|
||||||
right: 8.333333%;
|
-ms-flex-order: 2;
|
||||||
|
order: 2;
|
||||||
}
|
}
|
||||||
.pull-sm-2 {
|
.order-sm-3 {
|
||||||
right: 16.666667%;
|
-ms-flex-order: 3;
|
||||||
|
order: 3;
|
||||||
}
|
}
|
||||||
.pull-sm-3 {
|
.order-sm-4 {
|
||||||
right: 25%;
|
-ms-flex-order: 4;
|
||||||
|
order: 4;
|
||||||
}
|
}
|
||||||
.pull-sm-4 {
|
.order-sm-5 {
|
||||||
right: 33.333333%;
|
-ms-flex-order: 5;
|
||||||
|
order: 5;
|
||||||
}
|
}
|
||||||
.pull-sm-5 {
|
.order-sm-6 {
|
||||||
right: 41.666667%;
|
-ms-flex-order: 6;
|
||||||
|
order: 6;
|
||||||
}
|
}
|
||||||
.pull-sm-6 {
|
.order-sm-7 {
|
||||||
right: 50%;
|
-ms-flex-order: 7;
|
||||||
|
order: 7;
|
||||||
}
|
}
|
||||||
.pull-sm-7 {
|
.order-sm-8 {
|
||||||
right: 58.333333%;
|
-ms-flex-order: 8;
|
||||||
|
order: 8;
|
||||||
}
|
}
|
||||||
.pull-sm-8 {
|
.order-sm-9 {
|
||||||
right: 66.666667%;
|
-ms-flex-order: 9;
|
||||||
|
order: 9;
|
||||||
}
|
}
|
||||||
.pull-sm-9 {
|
.order-sm-10 {
|
||||||
right: 75%;
|
-ms-flex-order: 10;
|
||||||
|
order: 10;
|
||||||
}
|
}
|
||||||
.pull-sm-10 {
|
.order-sm-11 {
|
||||||
right: 83.333333%;
|
-ms-flex-order: 11;
|
||||||
|
order: 11;
|
||||||
}
|
}
|
||||||
.pull-sm-11 {
|
.order-sm-12 {
|
||||||
right: 91.666667%;
|
-ms-flex-order: 12;
|
||||||
}
|
order: 12;
|
||||||
.pull-sm-12 {
|
|
||||||
right: 100%;
|
|
||||||
}
|
|
||||||
.push-sm-0 {
|
|
||||||
left: auto;
|
|
||||||
}
|
|
||||||
.push-sm-1 {
|
|
||||||
left: 8.333333%;
|
|
||||||
}
|
|
||||||
.push-sm-2 {
|
|
||||||
left: 16.666667%;
|
|
||||||
}
|
|
||||||
.push-sm-3 {
|
|
||||||
left: 25%;
|
|
||||||
}
|
|
||||||
.push-sm-4 {
|
|
||||||
left: 33.333333%;
|
|
||||||
}
|
|
||||||
.push-sm-5 {
|
|
||||||
left: 41.666667%;
|
|
||||||
}
|
|
||||||
.push-sm-6 {
|
|
||||||
left: 50%;
|
|
||||||
}
|
|
||||||
.push-sm-7 {
|
|
||||||
left: 58.333333%;
|
|
||||||
}
|
|
||||||
.push-sm-8 {
|
|
||||||
left: 66.666667%;
|
|
||||||
}
|
|
||||||
.push-sm-9 {
|
|
||||||
left: 75%;
|
|
||||||
}
|
|
||||||
.push-sm-10 {
|
|
||||||
left: 83.333333%;
|
|
||||||
}
|
|
||||||
.push-sm-11 {
|
|
||||||
left: 91.666667%;
|
|
||||||
}
|
|
||||||
.push-sm-12 {
|
|
||||||
left: 100%;
|
|
||||||
}
|
|
||||||
.offset-sm-0 {
|
|
||||||
margin-left: 0%;
|
|
||||||
}
|
|
||||||
.offset-sm-1 {
|
|
||||||
margin-left: 8.333333%;
|
|
||||||
}
|
|
||||||
.offset-sm-2 {
|
|
||||||
margin-left: 16.666667%;
|
|
||||||
}
|
|
||||||
.offset-sm-3 {
|
|
||||||
margin-left: 25%;
|
|
||||||
}
|
|
||||||
.offset-sm-4 {
|
|
||||||
margin-left: 33.333333%;
|
|
||||||
}
|
|
||||||
.offset-sm-5 {
|
|
||||||
margin-left: 41.666667%;
|
|
||||||
}
|
|
||||||
.offset-sm-6 {
|
|
||||||
margin-left: 50%;
|
|
||||||
}
|
|
||||||
.offset-sm-7 {
|
|
||||||
margin-left: 58.333333%;
|
|
||||||
}
|
|
||||||
.offset-sm-8 {
|
|
||||||
margin-left: 66.666667%;
|
|
||||||
}
|
|
||||||
.offset-sm-9 {
|
|
||||||
margin-left: 75%;
|
|
||||||
}
|
|
||||||
.offset-sm-10 {
|
|
||||||
margin-left: 83.333333%;
|
|
||||||
}
|
|
||||||
.offset-sm-11 {
|
|
||||||
margin-left: 91.666667%;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.col-md {
|
.col-md {
|
||||||
-webkit-flex-basis: 0;
|
|
||||||
-ms-flex-preferred-size: 0;
|
-ms-flex-preferred-size: 0;
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
-webkit-box-flex: 1;
|
|
||||||
-webkit-flex-grow: 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;
|
|
||||||
-webkit-flex: 0 0 auto;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 8.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 16.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 25%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 33.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 41.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 50%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 58.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 66.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 75%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 83.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 91.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 100%;
|
|
||||||
-ms-flex: 0 0 100%;
|
-ms-flex: 0 0 100%;
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.pull-md-0 {
|
.order-md-1 {
|
||||||
right: auto;
|
-ms-flex-order: 1;
|
||||||
|
order: 1;
|
||||||
}
|
}
|
||||||
.pull-md-1 {
|
.order-md-2 {
|
||||||
right: 8.333333%;
|
-ms-flex-order: 2;
|
||||||
|
order: 2;
|
||||||
}
|
}
|
||||||
.pull-md-2 {
|
.order-md-3 {
|
||||||
right: 16.666667%;
|
-ms-flex-order: 3;
|
||||||
|
order: 3;
|
||||||
}
|
}
|
||||||
.pull-md-3 {
|
.order-md-4 {
|
||||||
right: 25%;
|
-ms-flex-order: 4;
|
||||||
|
order: 4;
|
||||||
}
|
}
|
||||||
.pull-md-4 {
|
.order-md-5 {
|
||||||
right: 33.333333%;
|
-ms-flex-order: 5;
|
||||||
|
order: 5;
|
||||||
}
|
}
|
||||||
.pull-md-5 {
|
.order-md-6 {
|
||||||
right: 41.666667%;
|
-ms-flex-order: 6;
|
||||||
|
order: 6;
|
||||||
}
|
}
|
||||||
.pull-md-6 {
|
.order-md-7 {
|
||||||
right: 50%;
|
-ms-flex-order: 7;
|
||||||
|
order: 7;
|
||||||
}
|
}
|
||||||
.pull-md-7 {
|
.order-md-8 {
|
||||||
right: 58.333333%;
|
-ms-flex-order: 8;
|
||||||
|
order: 8;
|
||||||
}
|
}
|
||||||
.pull-md-8 {
|
.order-md-9 {
|
||||||
right: 66.666667%;
|
-ms-flex-order: 9;
|
||||||
|
order: 9;
|
||||||
}
|
}
|
||||||
.pull-md-9 {
|
.order-md-10 {
|
||||||
right: 75%;
|
-ms-flex-order: 10;
|
||||||
|
order: 10;
|
||||||
}
|
}
|
||||||
.pull-md-10 {
|
.order-md-11 {
|
||||||
right: 83.333333%;
|
-ms-flex-order: 11;
|
||||||
|
order: 11;
|
||||||
}
|
}
|
||||||
.pull-md-11 {
|
.order-md-12 {
|
||||||
right: 91.666667%;
|
-ms-flex-order: 12;
|
||||||
}
|
order: 12;
|
||||||
.pull-md-12 {
|
|
||||||
right: 100%;
|
|
||||||
}
|
|
||||||
.push-md-0 {
|
|
||||||
left: auto;
|
|
||||||
}
|
|
||||||
.push-md-1 {
|
|
||||||
left: 8.333333%;
|
|
||||||
}
|
|
||||||
.push-md-2 {
|
|
||||||
left: 16.666667%;
|
|
||||||
}
|
|
||||||
.push-md-3 {
|
|
||||||
left: 25%;
|
|
||||||
}
|
|
||||||
.push-md-4 {
|
|
||||||
left: 33.333333%;
|
|
||||||
}
|
|
||||||
.push-md-5 {
|
|
||||||
left: 41.666667%;
|
|
||||||
}
|
|
||||||
.push-md-6 {
|
|
||||||
left: 50%;
|
|
||||||
}
|
|
||||||
.push-md-7 {
|
|
||||||
left: 58.333333%;
|
|
||||||
}
|
|
||||||
.push-md-8 {
|
|
||||||
left: 66.666667%;
|
|
||||||
}
|
|
||||||
.push-md-9 {
|
|
||||||
left: 75%;
|
|
||||||
}
|
|
||||||
.push-md-10 {
|
|
||||||
left: 83.333333%;
|
|
||||||
}
|
|
||||||
.push-md-11 {
|
|
||||||
left: 91.666667%;
|
|
||||||
}
|
|
||||||
.push-md-12 {
|
|
||||||
left: 100%;
|
|
||||||
}
|
|
||||||
.offset-md-0 {
|
|
||||||
margin-left: 0%;
|
|
||||||
}
|
|
||||||
.offset-md-1 {
|
|
||||||
margin-left: 8.333333%;
|
|
||||||
}
|
|
||||||
.offset-md-2 {
|
|
||||||
margin-left: 16.666667%;
|
|
||||||
}
|
|
||||||
.offset-md-3 {
|
|
||||||
margin-left: 25%;
|
|
||||||
}
|
|
||||||
.offset-md-4 {
|
|
||||||
margin-left: 33.333333%;
|
|
||||||
}
|
|
||||||
.offset-md-5 {
|
|
||||||
margin-left: 41.666667%;
|
|
||||||
}
|
|
||||||
.offset-md-6 {
|
|
||||||
margin-left: 50%;
|
|
||||||
}
|
|
||||||
.offset-md-7 {
|
|
||||||
margin-left: 58.333333%;
|
|
||||||
}
|
|
||||||
.offset-md-8 {
|
|
||||||
margin-left: 66.666667%;
|
|
||||||
}
|
|
||||||
.offset-md-9 {
|
|
||||||
margin-left: 75%;
|
|
||||||
}
|
|
||||||
.offset-md-10 {
|
|
||||||
margin-left: 83.333333%;
|
|
||||||
}
|
|
||||||
.offset-md-11 {
|
|
||||||
margin-left: 91.666667%;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
.col-lg {
|
.col-lg {
|
||||||
-webkit-flex-basis: 0;
|
|
||||||
-ms-flex-preferred-size: 0;
|
-ms-flex-preferred-size: 0;
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
-webkit-box-flex: 1;
|
|
||||||
-webkit-flex-grow: 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;
|
|
||||||
-webkit-flex: 0 0 auto;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 8.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 16.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 25%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 33.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 41.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 50%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 58.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 66.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 75%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 83.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 91.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 100%;
|
|
||||||
-ms-flex: 0 0 100%;
|
-ms-flex: 0 0 100%;
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.pull-lg-0 {
|
.order-lg-1 {
|
||||||
right: auto;
|
-ms-flex-order: 1;
|
||||||
|
order: 1;
|
||||||
}
|
}
|
||||||
.pull-lg-1 {
|
.order-lg-2 {
|
||||||
right: 8.333333%;
|
-ms-flex-order: 2;
|
||||||
|
order: 2;
|
||||||
}
|
}
|
||||||
.pull-lg-2 {
|
.order-lg-3 {
|
||||||
right: 16.666667%;
|
-ms-flex-order: 3;
|
||||||
|
order: 3;
|
||||||
}
|
}
|
||||||
.pull-lg-3 {
|
.order-lg-4 {
|
||||||
right: 25%;
|
-ms-flex-order: 4;
|
||||||
|
order: 4;
|
||||||
}
|
}
|
||||||
.pull-lg-4 {
|
.order-lg-5 {
|
||||||
right: 33.333333%;
|
-ms-flex-order: 5;
|
||||||
|
order: 5;
|
||||||
}
|
}
|
||||||
.pull-lg-5 {
|
.order-lg-6 {
|
||||||
right: 41.666667%;
|
-ms-flex-order: 6;
|
||||||
|
order: 6;
|
||||||
}
|
}
|
||||||
.pull-lg-6 {
|
.order-lg-7 {
|
||||||
right: 50%;
|
-ms-flex-order: 7;
|
||||||
|
order: 7;
|
||||||
}
|
}
|
||||||
.pull-lg-7 {
|
.order-lg-8 {
|
||||||
right: 58.333333%;
|
-ms-flex-order: 8;
|
||||||
|
order: 8;
|
||||||
}
|
}
|
||||||
.pull-lg-8 {
|
.order-lg-9 {
|
||||||
right: 66.666667%;
|
-ms-flex-order: 9;
|
||||||
|
order: 9;
|
||||||
}
|
}
|
||||||
.pull-lg-9 {
|
.order-lg-10 {
|
||||||
right: 75%;
|
-ms-flex-order: 10;
|
||||||
|
order: 10;
|
||||||
}
|
}
|
||||||
.pull-lg-10 {
|
.order-lg-11 {
|
||||||
right: 83.333333%;
|
-ms-flex-order: 11;
|
||||||
|
order: 11;
|
||||||
}
|
}
|
||||||
.pull-lg-11 {
|
.order-lg-12 {
|
||||||
right: 91.666667%;
|
-ms-flex-order: 12;
|
||||||
}
|
order: 12;
|
||||||
.pull-lg-12 {
|
|
||||||
right: 100%;
|
|
||||||
}
|
|
||||||
.push-lg-0 {
|
|
||||||
left: auto;
|
|
||||||
}
|
|
||||||
.push-lg-1 {
|
|
||||||
left: 8.333333%;
|
|
||||||
}
|
|
||||||
.push-lg-2 {
|
|
||||||
left: 16.666667%;
|
|
||||||
}
|
|
||||||
.push-lg-3 {
|
|
||||||
left: 25%;
|
|
||||||
}
|
|
||||||
.push-lg-4 {
|
|
||||||
left: 33.333333%;
|
|
||||||
}
|
|
||||||
.push-lg-5 {
|
|
||||||
left: 41.666667%;
|
|
||||||
}
|
|
||||||
.push-lg-6 {
|
|
||||||
left: 50%;
|
|
||||||
}
|
|
||||||
.push-lg-7 {
|
|
||||||
left: 58.333333%;
|
|
||||||
}
|
|
||||||
.push-lg-8 {
|
|
||||||
left: 66.666667%;
|
|
||||||
}
|
|
||||||
.push-lg-9 {
|
|
||||||
left: 75%;
|
|
||||||
}
|
|
||||||
.push-lg-10 {
|
|
||||||
left: 83.333333%;
|
|
||||||
}
|
|
||||||
.push-lg-11 {
|
|
||||||
left: 91.666667%;
|
|
||||||
}
|
|
||||||
.push-lg-12 {
|
|
||||||
left: 100%;
|
|
||||||
}
|
|
||||||
.offset-lg-0 {
|
|
||||||
margin-left: 0%;
|
|
||||||
}
|
|
||||||
.offset-lg-1 {
|
|
||||||
margin-left: 8.333333%;
|
|
||||||
}
|
|
||||||
.offset-lg-2 {
|
|
||||||
margin-left: 16.666667%;
|
|
||||||
}
|
|
||||||
.offset-lg-3 {
|
|
||||||
margin-left: 25%;
|
|
||||||
}
|
|
||||||
.offset-lg-4 {
|
|
||||||
margin-left: 33.333333%;
|
|
||||||
}
|
|
||||||
.offset-lg-5 {
|
|
||||||
margin-left: 41.666667%;
|
|
||||||
}
|
|
||||||
.offset-lg-6 {
|
|
||||||
margin-left: 50%;
|
|
||||||
}
|
|
||||||
.offset-lg-7 {
|
|
||||||
margin-left: 58.333333%;
|
|
||||||
}
|
|
||||||
.offset-lg-8 {
|
|
||||||
margin-left: 66.666667%;
|
|
||||||
}
|
|
||||||
.offset-lg-9 {
|
|
||||||
margin-left: 75%;
|
|
||||||
}
|
|
||||||
.offset-lg-10 {
|
|
||||||
margin-left: 83.333333%;
|
|
||||||
}
|
|
||||||
.offset-lg-11 {
|
|
||||||
margin-left: 91.666667%;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1200px) {
|
@media (min-width: 1200px) {
|
||||||
.col-xl {
|
.col-xl {
|
||||||
-webkit-flex-basis: 0;
|
|
||||||
-ms-flex-preferred-size: 0;
|
-ms-flex-preferred-size: 0;
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
-webkit-box-flex: 1;
|
|
||||||
-webkit-flex-grow: 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;
|
|
||||||
-webkit-flex: 0 0 auto;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 8.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 16.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 25%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 33.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 41.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 50%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 58.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 66.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 75%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 83.333333%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 91.666667%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 0 0 100%;
|
|
||||||
-ms-flex: 0 0 100%;
|
-ms-flex: 0 0 100%;
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.pull-xl-0 {
|
.order-xl-1 {
|
||||||
right: auto;
|
-ms-flex-order: 1;
|
||||||
|
order: 1;
|
||||||
}
|
}
|
||||||
.pull-xl-1 {
|
.order-xl-2 {
|
||||||
right: 8.333333%;
|
-ms-flex-order: 2;
|
||||||
|
order: 2;
|
||||||
}
|
}
|
||||||
.pull-xl-2 {
|
.order-xl-3 {
|
||||||
right: 16.666667%;
|
-ms-flex-order: 3;
|
||||||
|
order: 3;
|
||||||
}
|
}
|
||||||
.pull-xl-3 {
|
.order-xl-4 {
|
||||||
right: 25%;
|
-ms-flex-order: 4;
|
||||||
|
order: 4;
|
||||||
}
|
}
|
||||||
.pull-xl-4 {
|
.order-xl-5 {
|
||||||
right: 33.333333%;
|
-ms-flex-order: 5;
|
||||||
|
order: 5;
|
||||||
}
|
}
|
||||||
.pull-xl-5 {
|
.order-xl-6 {
|
||||||
right: 41.666667%;
|
-ms-flex-order: 6;
|
||||||
|
order: 6;
|
||||||
}
|
}
|
||||||
.pull-xl-6 {
|
.order-xl-7 {
|
||||||
right: 50%;
|
-ms-flex-order: 7;
|
||||||
|
order: 7;
|
||||||
}
|
}
|
||||||
.pull-xl-7 {
|
.order-xl-8 {
|
||||||
right: 58.333333%;
|
-ms-flex-order: 8;
|
||||||
|
order: 8;
|
||||||
}
|
}
|
||||||
.pull-xl-8 {
|
.order-xl-9 {
|
||||||
right: 66.666667%;
|
-ms-flex-order: 9;
|
||||||
|
order: 9;
|
||||||
}
|
}
|
||||||
.pull-xl-9 {
|
.order-xl-10 {
|
||||||
right: 75%;
|
-ms-flex-order: 10;
|
||||||
|
order: 10;
|
||||||
}
|
}
|
||||||
.pull-xl-10 {
|
.order-xl-11 {
|
||||||
right: 83.333333%;
|
-ms-flex-order: 11;
|
||||||
|
order: 11;
|
||||||
}
|
}
|
||||||
.pull-xl-11 {
|
.order-xl-12 {
|
||||||
right: 91.666667%;
|
-ms-flex-order: 12;
|
||||||
}
|
order: 12;
|
||||||
.pull-xl-12 {
|
|
||||||
right: 100%;
|
|
||||||
}
|
|
||||||
.push-xl-0 {
|
|
||||||
left: auto;
|
|
||||||
}
|
|
||||||
.push-xl-1 {
|
|
||||||
left: 8.333333%;
|
|
||||||
}
|
|
||||||
.push-xl-2 {
|
|
||||||
left: 16.666667%;
|
|
||||||
}
|
|
||||||
.push-xl-3 {
|
|
||||||
left: 25%;
|
|
||||||
}
|
|
||||||
.push-xl-4 {
|
|
||||||
left: 33.333333%;
|
|
||||||
}
|
|
||||||
.push-xl-5 {
|
|
||||||
left: 41.666667%;
|
|
||||||
}
|
|
||||||
.push-xl-6 {
|
|
||||||
left: 50%;
|
|
||||||
}
|
|
||||||
.push-xl-7 {
|
|
||||||
left: 58.333333%;
|
|
||||||
}
|
|
||||||
.push-xl-8 {
|
|
||||||
left: 66.666667%;
|
|
||||||
}
|
|
||||||
.push-xl-9 {
|
|
||||||
left: 75%;
|
|
||||||
}
|
|
||||||
.push-xl-10 {
|
|
||||||
left: 83.333333%;
|
|
||||||
}
|
|
||||||
.push-xl-11 {
|
|
||||||
left: 91.666667%;
|
|
||||||
}
|
|
||||||
.push-xl-12 {
|
|
||||||
left: 100%;
|
|
||||||
}
|
|
||||||
.offset-xl-0 {
|
|
||||||
margin-left: 0%;
|
|
||||||
}
|
|
||||||
.offset-xl-1 {
|
|
||||||
margin-left: 8.333333%;
|
|
||||||
}
|
|
||||||
.offset-xl-2 {
|
|
||||||
margin-left: 16.666667%;
|
|
||||||
}
|
|
||||||
.offset-xl-3 {
|
|
||||||
margin-left: 25%;
|
|
||||||
}
|
|
||||||
.offset-xl-4 {
|
|
||||||
margin-left: 33.333333%;
|
|
||||||
}
|
|
||||||
.offset-xl-5 {
|
|
||||||
margin-left: 41.666667%;
|
|
||||||
}
|
|
||||||
.offset-xl-6 {
|
|
||||||
margin-left: 50%;
|
|
||||||
}
|
|
||||||
.offset-xl-7 {
|
|
||||||
margin-left: 58.333333%;
|
|
||||||
}
|
|
||||||
.offset-xl-8 {
|
|
||||||
margin-left: 66.666667%;
|
|
||||||
}
|
|
||||||
.offset-xl-9 {
|
|
||||||
margin-left: 75%;
|
|
||||||
}
|
|
||||||
.offset-xl-10 {
|
|
||||||
margin-left: 83.333333%;
|
|
||||||
}
|
|
||||||
.offset-xl-11 {
|
|
||||||
margin-left: 91.666667%;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2075,15 +1568,10 @@ pre code {
|
|||||||
color: #495057;
|
color: #495057;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
-webkit-background-clip: padding-box;
|
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
|
|
||||||
transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
|
|
||||||
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
|
|
||||||
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
|
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
|
||||||
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control::-ms-expand {
|
.form-control::-ms-expand {
|
||||||
@ -2103,11 +1591,6 @@ 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;
|
||||||
@ -2220,11 +1703,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
|||||||
}
|
}
|
||||||
|
|
||||||
.form-row {
|
.form-row {
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-flex-wrap: wrap;
|
|
||||||
-ms-flex-wrap: wrap;
|
-ms-flex-wrap: wrap;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin-right: -5px;
|
margin-right: -5px;
|
||||||
@ -2305,7 +1785,6 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
|||||||
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
|
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
|
||||||
.custom-select:valid:focus,
|
.custom-select:valid:focus,
|
||||||
.custom-select.is-valid:focus {
|
.custom-select.is-valid:focus {
|
||||||
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
|
|
||||||
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
|
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2341,7 +1820,6 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
|||||||
}
|
}
|
||||||
|
|
||||||
.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
|
.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
|
||||||
-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
|
|
||||||
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
|
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2354,7 +1832,6 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
|||||||
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
|
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
|
||||||
.custom-select:invalid:focus,
|
.custom-select:invalid:focus,
|
||||||
.custom-select.is-invalid:focus {
|
.custom-select.is-invalid:focus {
|
||||||
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
|
|
||||||
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
|
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2390,22 +1867,14 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
|||||||
}
|
}
|
||||||
|
|
||||||
.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
|
.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
|
||||||
-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
|
|
||||||
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
|
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-inline {
|
.form-inline {
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-box-orient: horizontal;
|
|
||||||
-webkit-box-direction: normal;
|
|
||||||
-webkit-flex-flow: row wrap;
|
|
||||||
-ms-flex-flow: row wrap;
|
-ms-flex-flow: row wrap;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
-webkit-box-align: center;
|
|
||||||
-webkit-align-items: center;
|
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
@ -2416,36 +1885,21 @@ 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: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-box-align: center;
|
|
||||||
-webkit-align-items: center;
|
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
-webkit-box-pack: center;
|
|
||||||
-webkit-justify-content: 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: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-box-flex: 0;
|
|
||||||
-webkit-flex: 0 0 auto;
|
|
||||||
-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;
|
|
||||||
-webkit-flex-flow: row wrap;
|
|
||||||
-ms-flex-flow: row wrap;
|
-ms-flex-flow: row wrap;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
-webkit-box-align: center;
|
|
||||||
-webkit-align-items: center;
|
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
@ -2466,16 +1920,10 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
.form-inline .form-check {
|
.form-inline .form-check {
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-box-align: center;
|
|
||||||
-webkit-align-items: center;
|
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
-webkit-box-pack: center;
|
|
||||||
-webkit-justify-content: center;
|
|
||||||
-ms-flex-pack: center;
|
-ms-flex-pack: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: auto;
|
width: auto;
|
||||||
@ -2492,16 +1940,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 {
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-box-align: center;
|
|
||||||
-webkit-align-items: center;
|
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
-webkit-box-pack: center;
|
|
||||||
-webkit-justify-content: center;
|
|
||||||
-ms-flex-pack: center;
|
-ms-flex-pack: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
@ -2532,8 +1974,6 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
|||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
-webkit-transition: all 0.2s ease-in-out;
|
|
||||||
-o-transition: all 0.2s ease-in-out;
|
|
||||||
transition: all 0.2s ease-in-out;
|
transition: all 0.2s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2543,7 +1983,6 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
|||||||
|
|
||||||
.btn:focus, .btn.focus {
|
.btn:focus, .btn.focus {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
-webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
|
|
||||||
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
|
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2573,7 +2012,6 @@ fieldset[disabled] a.btn {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary:focus, .btn-primary.focus {
|
.btn-primary:focus, .btn-primary.focus {
|
||||||
-webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
|
|
||||||
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
|
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2602,7 +2040,6 @@ fieldset[disabled] a.btn {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-secondary:focus, .btn-secondary.focus {
|
.btn-secondary:focus, .btn-secondary.focus {
|
||||||
-webkit-box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
|
|
||||||
box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
|
box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2631,7 +2068,6 @@ fieldset[disabled] a.btn {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-success:focus, .btn-success.focus {
|
.btn-success:focus, .btn-success.focus {
|
||||||
-webkit-box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
|
|
||||||
box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
|
box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2660,7 +2096,6 @@ fieldset[disabled] a.btn {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-info:focus, .btn-info.focus {
|
.btn-info:focus, .btn-info.focus {
|
||||||
-webkit-box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
|
|
||||||
box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
|
box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2689,7 +2124,6 @@ fieldset[disabled] a.btn {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-warning:focus, .btn-warning.focus {
|
.btn-warning:focus, .btn-warning.focus {
|
||||||
-webkit-box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
|
|
||||||
box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
|
box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2718,7 +2152,6 @@ fieldset[disabled] a.btn {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-danger:focus, .btn-danger.focus {
|
.btn-danger:focus, .btn-danger.focus {
|
||||||
-webkit-box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
|
|
||||||
box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
|
box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2747,7 +2180,6 @@ fieldset[disabled] a.btn {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-light:focus, .btn-light.focus {
|
.btn-light:focus, .btn-light.focus {
|
||||||
-webkit-box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
|
|
||||||
box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
|
box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2776,7 +2208,6 @@ fieldset[disabled] a.btn {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-dark:focus, .btn-dark.focus {
|
.btn-dark:focus, .btn-dark.focus {
|
||||||
-webkit-box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
|
|
||||||
box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
|
box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2806,7 +2237,6 @@ fieldset[disabled] a.btn {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-outline-primary:focus, .btn-outline-primary.focus {
|
.btn-outline-primary:focus, .btn-outline-primary.focus {
|
||||||
-webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
|
|
||||||
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
|
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2836,7 +2266,6 @@ fieldset[disabled] a.btn {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
|
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
|
||||||
-webkit-box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
|
|
||||||
box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
|
box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2866,7 +2295,6 @@ fieldset[disabled] a.btn {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-outline-success:focus, .btn-outline-success.focus {
|
.btn-outline-success:focus, .btn-outline-success.focus {
|
||||||
-webkit-box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
|
|
||||||
box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
|
box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2896,7 +2324,6 @@ fieldset[disabled] a.btn {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-outline-info:focus, .btn-outline-info.focus {
|
.btn-outline-info:focus, .btn-outline-info.focus {
|
||||||
-webkit-box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
|
|
||||||
box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
|
box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2926,7 +2353,6 @@ fieldset[disabled] a.btn {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-outline-warning:focus, .btn-outline-warning.focus {
|
.btn-outline-warning:focus, .btn-outline-warning.focus {
|
||||||
-webkit-box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
|
|
||||||
box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
|
box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2956,7 +2382,6 @@ fieldset[disabled] a.btn {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-outline-danger:focus, .btn-outline-danger.focus {
|
.btn-outline-danger:focus, .btn-outline-danger.focus {
|
||||||
-webkit-box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
|
|
||||||
box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
|
box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2986,7 +2411,6 @@ fieldset[disabled] a.btn {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-outline-light:focus, .btn-outline-light.focus {
|
.btn-outline-light:focus, .btn-outline-light.focus {
|
||||||
-webkit-box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
|
|
||||||
box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
|
box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3016,7 +2440,6 @@ fieldset[disabled] a.btn {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-outline-dark:focus, .btn-outline-dark.focus {
|
.btn-outline-dark:focus, .btn-outline-dark.focus {
|
||||||
-webkit-box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
|
|
||||||
box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
|
box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3095,8 +2518,6 @@ input[type="button"].btn-block {
|
|||||||
|
|
||||||
.fade {
|
.fade {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
-webkit-transition: opacity 0.15s linear;
|
|
||||||
-o-transition: opacity 0.15s linear;
|
|
||||||
transition: opacity 0.15s linear;
|
transition: opacity 0.15s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3124,8 +2545,6 @@ tbody.collapse.show {
|
|||||||
position: relative;
|
position: relative;
|
||||||
height: 0;
|
height: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
-webkit-transition: height 0.35s ease;
|
|
||||||
-o-transition: height 0.35s ease;
|
|
||||||
transition: height 0.35s ease;
|
transition: height 0.35s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3170,7 +2589,6 @@ tbody.collapse.show {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
-webkit-background-clip: padding-box;
|
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
@ -3233,8 +2651,6 @@ tbody.collapse.show {
|
|||||||
.btn-group,
|
.btn-group,
|
||||||
.btn-group-vertical {
|
.btn-group-vertical {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: -webkit-inline-box;
|
|
||||||
display: -webkit-inline-flex;
|
|
||||||
display: -ms-inline-flexbox;
|
display: -ms-inline-flexbox;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
@ -3243,8 +2659,6 @@ 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;
|
|
||||||
-webkit-flex: 0 1 auto;
|
|
||||||
-ms-flex: 0 1 auto;
|
-ms-flex: 0 1 auto;
|
||||||
flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
@ -3274,15 +2688,10 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-toolbar {
|
.btn-toolbar {
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-flex-wrap: wrap;
|
|
||||||
-ms-flex-wrap: wrap;
|
-ms-flex-wrap: wrap;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
-webkit-box-pack: start;
|
|
||||||
-webkit-justify-content: flex-start;
|
|
||||||
-ms-flex-pack: start;
|
-ms-flex-pack: start;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
@ -3349,21 +2758,12 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-group-vertical {
|
.btn-group-vertical {
|
||||||
display: -webkit-inline-box;
|
|
||||||
display: -webkit-inline-flex;
|
|
||||||
display: -ms-inline-flexbox;
|
display: -ms-inline-flexbox;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
-webkit-box-orient: vertical;
|
|
||||||
-webkit-box-direction: normal;
|
|
||||||
-webkit-flex-direction: column;
|
|
||||||
-ms-flex-direction: column;
|
-ms-flex-direction: column;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
-webkit-box-align: start;
|
|
||||||
-webkit-align-items: flex-start;
|
|
||||||
-ms-flex-align: start;
|
-ms-flex-align: start;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
-webkit-box-pack: center;
|
|
||||||
-webkit-justify-content: center;
|
|
||||||
-ms-flex-pack: center;
|
-ms-flex-pack: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
@ -3421,8 +2821,6 @@ tbody.collapse.show {
|
|||||||
|
|
||||||
.input-group {
|
.input-group {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -3431,8 +2829,6 @@ tbody.collapse.show {
|
|||||||
.input-group .form-control {
|
.input-group .form-control {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
-webkit-box-flex: 1;
|
|
||||||
-webkit-flex: 1 1 auto;
|
|
||||||
-ms-flex: 1 1 auto;
|
-ms-flex: 1 1 auto;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
width: 1%;
|
width: 1%;
|
||||||
@ -3446,12 +2842,8 @@ tbody.collapse.show {
|
|||||||
.input-group-addon,
|
.input-group-addon,
|
||||||
.input-group-btn,
|
.input-group-btn,
|
||||||
.input-group .form-control {
|
.input-group .form-control {
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-box-align: center;
|
|
||||||
-webkit-align-items: center;
|
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
@ -3570,8 +2962,6 @@ tbody.collapse.show {
|
|||||||
|
|
||||||
.custom-control {
|
.custom-control {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: -webkit-inline-box;
|
|
||||||
display: -webkit-inline-flex;
|
|
||||||
display: -ms-inline-flexbox;
|
display: -ms-inline-flexbox;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
min-height: 1.5rem;
|
min-height: 1.5rem;
|
||||||
@ -3591,7 +2981,6 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.custom-control-input:focus ~ .custom-control-indicator {
|
.custom-control-input:focus ~ .custom-control-indicator {
|
||||||
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff;
|
|
||||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff;
|
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3623,7 +3012,6 @@ tbody.collapse.show {
|
|||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
-webkit-background-size: 50% 50%;
|
|
||||||
background-size: 50% 50%;
|
background-size: 50% 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3649,13 +3037,8 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.custom-controls-stacked {
|
.custom-controls-stacked {
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-box-orient: vertical;
|
|
||||||
-webkit-box-direction: normal;
|
|
||||||
-webkit-flex-direction: column;
|
|
||||||
-ms-flex-direction: column;
|
-ms-flex-direction: column;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
@ -3677,7 +3060,6 @@ tbody.collapse.show {
|
|||||||
color: #495057;
|
color: #495057;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
|
background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
|
||||||
-webkit-background-size: 8px 10px;
|
|
||||||
background-size: 8px 10px;
|
background-size: 8px 10px;
|
||||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
@ -3773,11 +3155,8 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.nav {
|
.nav {
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-flex-wrap: wrap;
|
|
||||||
-ms-flex-wrap: wrap;
|
-ms-flex-wrap: wrap;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
@ -3846,19 +3225,14 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.nav-fill .nav-item {
|
.nav-fill .nav-item {
|
||||||
-webkit-box-flex: 1;
|
|
||||||
-webkit-flex: 1 1 auto;
|
|
||||||
-ms-flex: 1 1 auto;
|
-ms-flex: 1 1 auto;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-justified .nav-item {
|
.nav-justified .nav-item {
|
||||||
-webkit-flex-basis: 0;
|
|
||||||
-ms-flex-preferred-size: 0;
|
-ms-flex-preferred-size: 0;
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
-webkit-box-flex: 1;
|
|
||||||
-webkit-flex-grow: 1;
|
|
||||||
-ms-flex-positive: 1;
|
-ms-flex-positive: 1;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -3874,19 +3248,12 @@ tbody.collapse.show {
|
|||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-flex-wrap: wrap;
|
|
||||||
-ms-flex-wrap: wrap;
|
-ms-flex-wrap: wrap;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
-webkit-box-align: center;
|
|
||||||
-webkit-align-items: center;
|
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
-webkit-box-pack: justify;
|
|
||||||
-webkit-justify-content: space-between;
|
|
||||||
-ms-flex-pack: justify;
|
-ms-flex-pack: justify;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
@ -3894,19 +3261,12 @@ tbody.collapse.show {
|
|||||||
|
|
||||||
.navbar > .container,
|
.navbar > .container,
|
||||||
.navbar > .container-fluid {
|
.navbar > .container-fluid {
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-flex-wrap: wrap;
|
|
||||||
-ms-flex-wrap: wrap;
|
-ms-flex-wrap: wrap;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
-webkit-box-align: center;
|
|
||||||
-webkit-align-items: center;
|
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
-webkit-box-pack: justify;
|
|
||||||
-webkit-justify-content: space-between;
|
|
||||||
-ms-flex-pack: justify;
|
-ms-flex-pack: justify;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
@ -3935,13 +3295,8 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navbar-nav {
|
.navbar-nav {
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-box-orient: vertical;
|
|
||||||
-webkit-box-direction: normal;
|
|
||||||
-webkit-flex-direction: column;
|
|
||||||
-ms-flex-direction: column;
|
-ms-flex-direction: column;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
@ -3966,7 +3321,6 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navbar-collapse {
|
.navbar-collapse {
|
||||||
-webkit-flex-basis: 100%;
|
|
||||||
-ms-flex-preferred-size: 100%;
|
-ms-flex-preferred-size: 100%;
|
||||||
flex-basis: 100%;
|
flex-basis: 100%;
|
||||||
}
|
}
|
||||||
@ -3991,7 +3345,6 @@ tbody.collapse.show {
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
content: "";
|
content: "";
|
||||||
background: no-repeat center center;
|
background: no-repeat center center;
|
||||||
-webkit-background-size: 100% 100%;
|
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -4005,23 +3358,14 @@ 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;
|
|
||||||
-webkit-flex-direction: row;
|
|
||||||
-ms-flex-direction: row;
|
-ms-flex-direction: row;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
-webkit-flex-wrap: nowrap;
|
|
||||||
-ms-flex-wrap: nowrap;
|
-ms-flex-wrap: nowrap;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
-webkit-box-pack: start;
|
|
||||||
-webkit-justify-content: flex-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;
|
|
||||||
-webkit-flex-direction: row;
|
|
||||||
-ms-flex-direction: row;
|
-ms-flex-direction: row;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
@ -4038,13 +3382,10 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
.navbar-expand-sm > .container,
|
.navbar-expand-sm > .container,
|
||||||
.navbar-expand-sm > .container-fluid {
|
.navbar-expand-sm > .container-fluid {
|
||||||
-webkit-flex-wrap: nowrap;
|
|
||||||
-ms-flex-wrap: nowrap;
|
-ms-flex-wrap: nowrap;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
}
|
}
|
||||||
.navbar-expand-sm .navbar-collapse {
|
.navbar-expand-sm .navbar-collapse {
|
||||||
display: -webkit-box !important;
|
|
||||||
display: -webkit-flex !important;
|
|
||||||
display: -ms-flexbox !important;
|
display: -ms-flexbox !important;
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
}
|
}
|
||||||
@ -4063,23 +3404,14 @@ 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;
|
|
||||||
-webkit-flex-direction: row;
|
|
||||||
-ms-flex-direction: row;
|
-ms-flex-direction: row;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
-webkit-flex-wrap: nowrap;
|
|
||||||
-ms-flex-wrap: nowrap;
|
-ms-flex-wrap: nowrap;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
-webkit-box-pack: start;
|
|
||||||
-webkit-justify-content: flex-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;
|
|
||||||
-webkit-flex-direction: row;
|
|
||||||
-ms-flex-direction: row;
|
-ms-flex-direction: row;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
@ -4096,13 +3428,10 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
.navbar-expand-md > .container,
|
.navbar-expand-md > .container,
|
||||||
.navbar-expand-md > .container-fluid {
|
.navbar-expand-md > .container-fluid {
|
||||||
-webkit-flex-wrap: nowrap;
|
|
||||||
-ms-flex-wrap: nowrap;
|
-ms-flex-wrap: nowrap;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
}
|
}
|
||||||
.navbar-expand-md .navbar-collapse {
|
.navbar-expand-md .navbar-collapse {
|
||||||
display: -webkit-box !important;
|
|
||||||
display: -webkit-flex !important;
|
|
||||||
display: -ms-flexbox !important;
|
display: -ms-flexbox !important;
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
}
|
}
|
||||||
@ -4121,23 +3450,14 @@ 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;
|
|
||||||
-webkit-flex-direction: row;
|
|
||||||
-ms-flex-direction: row;
|
-ms-flex-direction: row;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
-webkit-flex-wrap: nowrap;
|
|
||||||
-ms-flex-wrap: nowrap;
|
-ms-flex-wrap: nowrap;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
-webkit-box-pack: start;
|
|
||||||
-webkit-justify-content: flex-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;
|
|
||||||
-webkit-flex-direction: row;
|
|
||||||
-ms-flex-direction: row;
|
-ms-flex-direction: row;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
@ -4154,13 +3474,10 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
.navbar-expand-lg > .container,
|
.navbar-expand-lg > .container,
|
||||||
.navbar-expand-lg > .container-fluid {
|
.navbar-expand-lg > .container-fluid {
|
||||||
-webkit-flex-wrap: nowrap;
|
|
||||||
-ms-flex-wrap: nowrap;
|
-ms-flex-wrap: nowrap;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
}
|
}
|
||||||
.navbar-expand-lg .navbar-collapse {
|
.navbar-expand-lg .navbar-collapse {
|
||||||
display: -webkit-box !important;
|
|
||||||
display: -webkit-flex !important;
|
|
||||||
display: -ms-flexbox !important;
|
display: -ms-flexbox !important;
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
}
|
}
|
||||||
@ -4179,23 +3496,14 @@ 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;
|
|
||||||
-webkit-flex-direction: row;
|
|
||||||
-ms-flex-direction: row;
|
-ms-flex-direction: row;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
-webkit-flex-wrap: nowrap;
|
|
||||||
-ms-flex-wrap: nowrap;
|
-ms-flex-wrap: nowrap;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
-webkit-box-pack: start;
|
|
||||||
-webkit-justify-content: flex-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;
|
|
||||||
-webkit-flex-direction: row;
|
|
||||||
-ms-flex-direction: row;
|
-ms-flex-direction: row;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
@ -4212,13 +3520,10 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
.navbar-expand-xl > .container,
|
.navbar-expand-xl > .container,
|
||||||
.navbar-expand-xl > .container-fluid {
|
.navbar-expand-xl > .container-fluid {
|
||||||
-webkit-flex-wrap: nowrap;
|
|
||||||
-ms-flex-wrap: nowrap;
|
-ms-flex-wrap: nowrap;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
}
|
}
|
||||||
.navbar-expand-xl .navbar-collapse {
|
.navbar-expand-xl .navbar-collapse {
|
||||||
display: -webkit-box !important;
|
|
||||||
display: -webkit-flex !important;
|
|
||||||
display: -ms-flexbox !important;
|
display: -ms-flexbox !important;
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
}
|
}
|
||||||
@ -4228,16 +3533,10 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navbar-expand {
|
.navbar-expand {
|
||||||
-webkit-box-orient: horizontal;
|
|
||||||
-webkit-box-direction: normal;
|
|
||||||
-webkit-flex-direction: row;
|
|
||||||
-ms-flex-direction: row;
|
-ms-flex-direction: row;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
-webkit-flex-wrap: nowrap;
|
|
||||||
-ms-flex-wrap: nowrap;
|
-ms-flex-wrap: nowrap;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
-webkit-box-pack: start;
|
|
||||||
-webkit-justify-content: flex-start;
|
|
||||||
-ms-flex-pack: start;
|
-ms-flex-pack: start;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
@ -4249,9 +3548,6 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navbar-expand .navbar-nav {
|
.navbar-expand .navbar-nav {
|
||||||
-webkit-box-orient: horizontal;
|
|
||||||
-webkit-box-direction: normal;
|
|
||||||
-webkit-flex-direction: row;
|
|
||||||
-ms-flex-direction: row;
|
-ms-flex-direction: row;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
@ -4272,14 +3568,11 @@ tbody.collapse.show {
|
|||||||
|
|
||||||
.navbar-expand > .container,
|
.navbar-expand > .container,
|
||||||
.navbar-expand > .container-fluid {
|
.navbar-expand > .container-fluid {
|
||||||
-webkit-flex-wrap: nowrap;
|
|
||||||
-ms-flex-wrap: nowrap;
|
-ms-flex-wrap: nowrap;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-expand .navbar-collapse {
|
.navbar-expand .navbar-collapse {
|
||||||
display: -webkit-box !important;
|
|
||||||
display: -webkit-flex !important;
|
|
||||||
display: -ms-flexbox !important;
|
display: -ms-flexbox !important;
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
}
|
}
|
||||||
@ -4370,13 +3663,8 @@ tbody.collapse.show {
|
|||||||
|
|
||||||
.card {
|
.card {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-box-orient: vertical;
|
|
||||||
-webkit-box-direction: normal;
|
|
||||||
-webkit-flex-direction: column;
|
|
||||||
-ms-flex-direction: column;
|
-ms-flex-direction: column;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
@ -4387,8 +3675,6 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card-body {
|
.card-body {
|
||||||
-webkit-box-flex: 1;
|
|
||||||
-webkit-flex: 1 1 auto;
|
|
||||||
-ms-flex: 1 1 auto;
|
-ms-flex: 1 1 auto;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
padding: 1.25rem;
|
padding: 1.25rem;
|
||||||
@ -4680,30 +3966,18 @@ tbody.collapse.show {
|
|||||||
|
|
||||||
@media (min-width: 576px) {
|
@media (min-width: 576px) {
|
||||||
.card-deck {
|
.card-deck {
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-box-orient: horizontal;
|
|
||||||
-webkit-box-direction: normal;
|
|
||||||
-webkit-flex-flow: row wrap;
|
|
||||||
-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: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-box-flex: 1;
|
|
||||||
-webkit-flex: 1 0 0%;
|
|
||||||
-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;
|
|
||||||
-webkit-flex-direction: column;
|
|
||||||
-ms-flex-direction: column;
|
-ms-flex-direction: column;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
@ -4713,19 +3987,12 @@ tbody.collapse.show {
|
|||||||
|
|
||||||
@media (min-width: 576px) {
|
@media (min-width: 576px) {
|
||||||
.card-group {
|
.card-group {
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-box-orient: horizontal;
|
|
||||||
-webkit-box-direction: normal;
|
|
||||||
-webkit-flex-flow: row wrap;
|
|
||||||
-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;
|
|
||||||
-webkit-flex: 1 0 0%;
|
|
||||||
-ms-flex: 1 0 0%;
|
-ms-flex: 1 0 0%;
|
||||||
flex: 1 0 0%;
|
flex: 1 0 0%;
|
||||||
}
|
}
|
||||||
@ -4769,10 +4036,8 @@ 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 {
|
||||||
@ -4820,8 +4085,6 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.pagination {
|
.pagination {
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
@ -5183,15 +4446,6 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@-o-keyframes progress-bar-stripes {
|
|
||||||
from {
|
|
||||||
background-position: 1rem 0;
|
|
||||||
}
|
|
||||||
to {
|
|
||||||
background-position: 0 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes progress-bar-stripes {
|
@keyframes progress-bar-stripes {
|
||||||
from {
|
from {
|
||||||
background-position: 1rem 0;
|
background-position: 1rem 0;
|
||||||
@ -5202,8 +4456,6 @@ tbody.collapse.show {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.progress {
|
.progress {
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@ -5219,51 +4471,34 @@ tbody.collapse.show {
|
|||||||
line-height: 1rem;
|
line-height: 1rem;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #007bff;
|
background-color: #007bff;
|
||||||
-webkit-transition: width 0.6s ease;
|
|
||||||
-o-transition: width 0.6s ease;
|
|
||||||
transition: width 0.6s ease;
|
transition: width 0.6s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress-bar-striped {
|
.progress-bar-striped {
|
||||||
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
||||||
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
||||||
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
||||||
-webkit-background-size: 1rem 1rem;
|
|
||||||
background-size: 1rem 1rem;
|
background-size: 1rem 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress-bar-animated {
|
.progress-bar-animated {
|
||||||
-webkit-animation: progress-bar-stripes 1s linear infinite;
|
-webkit-animation: progress-bar-stripes 1s linear infinite;
|
||||||
-o-animation: progress-bar-stripes 1s linear infinite;
|
|
||||||
animation: progress-bar-stripes 1s linear infinite;
|
animation: progress-bar-stripes 1s linear infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media {
|
.media {
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-box-align: start;
|
|
||||||
-webkit-align-items: flex-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;
|
|
||||||
-webkit-flex: 1;
|
|
||||||
-ms-flex: 1;
|
-ms-flex: 1;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-group {
|
.list-group {
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-box-orient: vertical;
|
|
||||||
-webkit-box-direction: normal;
|
|
||||||
-webkit-flex-direction: column;
|
|
||||||
-ms-flex-direction: column;
|
-ms-flex-direction: column;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
@ -5612,19 +4847,15 @@ button.close {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.modal.fade .modal-dialog {
|
.modal.fade .modal-dialog {
|
||||||
-webkit-transition: -webkit-transform 0.3s ease-out;
|
|
||||||
transition: -webkit-transform 0.3s ease-out;
|
transition: -webkit-transform 0.3s ease-out;
|
||||||
-o-transition: -o-transform 0.3s ease-out;
|
|
||||||
transition: transform 0.3s ease-out;
|
transition: transform 0.3s ease-out;
|
||||||
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
|
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
|
||||||
-webkit-transform: translate(0, -25%);
|
-webkit-transform: translate(0, -25%);
|
||||||
-o-transform: translate(0, -25%);
|
|
||||||
transform: translate(0, -25%);
|
transform: translate(0, -25%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal.show .modal-dialog {
|
.modal.show .modal-dialog {
|
||||||
-webkit-transform: translate(0, 0);
|
-webkit-transform: translate(0, 0);
|
||||||
-o-transform: translate(0, 0);
|
|
||||||
transform: translate(0, 0);
|
transform: translate(0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -5641,17 +4872,11 @@ button.close {
|
|||||||
|
|
||||||
.modal-content {
|
.modal-content {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-box-orient: vertical;
|
|
||||||
-webkit-box-direction: normal;
|
|
||||||
-webkit-flex-direction: column;
|
|
||||||
-ms-flex-direction: column;
|
-ms-flex-direction: column;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
-webkit-background-clip: padding-box;
|
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||||
border-radius: 0.3rem;
|
border-radius: 0.3rem;
|
||||||
@ -5677,16 +4902,10 @@ button.close {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.modal-header {
|
.modal-header {
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-box-align: center;
|
|
||||||
-webkit-align-items: center;
|
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
-webkit-box-pack: justify;
|
|
||||||
-webkit-justify-content: space-between;
|
|
||||||
-ms-flex-pack: justify;
|
-ms-flex-pack: justify;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
@ -5700,24 +4919,16 @@ button.close {
|
|||||||
|
|
||||||
.modal-body {
|
.modal-body {
|
||||||
position: relative;
|
position: relative;
|
||||||
-webkit-box-flex: 1;
|
|
||||||
-webkit-flex: 1 1 auto;
|
|
||||||
-ms-flex: 1 1 auto;
|
-ms-flex: 1 1 auto;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-footer {
|
.modal-footer {
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-box-align: center;
|
|
||||||
-webkit-align-items: center;
|
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
-webkit-box-pack: end;
|
|
||||||
-webkit-justify-content: flex-end;
|
|
||||||
-ms-flex-pack: end;
|
-ms-flex-pack: end;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
@ -5892,7 +5103,6 @@ button.close {
|
|||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
-webkit-background-clip: padding-box;
|
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||||
border-radius: 0.3rem;
|
border-radius: 0.3rem;
|
||||||
@ -6064,16 +5274,12 @@ button.close {
|
|||||||
.carousel-item {
|
.carousel-item {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: none;
|
display: none;
|
||||||
-webkit-box-align: center;
|
|
||||||
-webkit-align-items: center;
|
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
-webkit-transition: -webkit-transform 0.6s ease;
|
|
||||||
transition: -webkit-transform 0.6s ease;
|
transition: -webkit-transform 0.6s ease;
|
||||||
-o-transition: -o-transform 0.6s ease;
|
|
||||||
transition: transform 0.6s ease;
|
transition: transform 0.6s ease;
|
||||||
transition: transform 0.6s ease, -webkit-transform 0.6s ease, -o-transform 0.6s ease;
|
transition: transform 0.6s ease, -webkit-transform 0.6s ease;
|
||||||
-webkit-backface-visibility: hidden;
|
-webkit-backface-visibility: hidden;
|
||||||
backface-visibility: hidden;
|
backface-visibility: hidden;
|
||||||
-webkit-perspective: 1000px;
|
-webkit-perspective: 1000px;
|
||||||
@ -6083,8 +5289,6 @@ button.close {
|
|||||||
.carousel-item.active,
|
.carousel-item.active,
|
||||||
.carousel-item-next,
|
.carousel-item-next,
|
||||||
.carousel-item-prev {
|
.carousel-item-prev {
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
@ -6118,16 +5322,10 @@ button.close {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-box-align: center;
|
|
||||||
-webkit-align-items: center;
|
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
-webkit-box-pack: center;
|
|
||||||
-webkit-justify-content: center;
|
|
||||||
-ms-flex-pack: center;
|
-ms-flex-pack: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 15%;
|
width: 15%;
|
||||||
@ -6159,7 +5357,6 @@ button.close {
|
|||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
background: transparent no-repeat center center;
|
background: transparent no-repeat center center;
|
||||||
-webkit-background-size: 100% 100%;
|
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -6177,12 +5374,8 @@ button.close {
|
|||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 15;
|
z-index: 15;
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-box-pack: center;
|
|
||||||
-webkit-justify-content: center;
|
|
||||||
-ms-flex-pack: center;
|
-ms-flex-pack: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
@ -6193,8 +5386,6 @@ button.close {
|
|||||||
|
|
||||||
.carousel-indicators li {
|
.carousel-indicators li {
|
||||||
position: relative;
|
position: relative;
|
||||||
-webkit-box-flex: 1;
|
|
||||||
-webkit-flex: 1 0 auto;
|
|
||||||
-ms-flex: 1 0 auto;
|
-ms-flex: 1 0 auto;
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
max-width: 30px;
|
max-width: 30px;
|
||||||
@ -6448,15 +5639,11 @@ a.bg-dark:focus, a.bg-dark:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.d-flex {
|
.d-flex {
|
||||||
display: -webkit-box !important;
|
|
||||||
display: -webkit-flex !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: -webkit-inline-flex !important;
|
|
||||||
display: -ms-inline-flexbox !important;
|
display: -ms-inline-flexbox !important;
|
||||||
display: inline-flex !important;
|
display: inline-flex !important;
|
||||||
}
|
}
|
||||||
@ -6481,14 +5668,10 @@ a.bg-dark:focus, a.bg-dark:hover {
|
|||||||
display: table-cell !important;
|
display: table-cell !important;
|
||||||
}
|
}
|
||||||
.d-sm-flex {
|
.d-sm-flex {
|
||||||
display: -webkit-box !important;
|
|
||||||
display: -webkit-flex !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: -webkit-inline-flex !important;
|
|
||||||
display: -ms-inline-flexbox !important;
|
display: -ms-inline-flexbox !important;
|
||||||
display: inline-flex !important;
|
display: inline-flex !important;
|
||||||
}
|
}
|
||||||
@ -6514,14 +5697,10 @@ a.bg-dark:focus, a.bg-dark:hover {
|
|||||||
display: table-cell !important;
|
display: table-cell !important;
|
||||||
}
|
}
|
||||||
.d-md-flex {
|
.d-md-flex {
|
||||||
display: -webkit-box !important;
|
|
||||||
display: -webkit-flex !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: -webkit-inline-flex !important;
|
|
||||||
display: -ms-inline-flexbox !important;
|
display: -ms-inline-flexbox !important;
|
||||||
display: inline-flex !important;
|
display: inline-flex !important;
|
||||||
}
|
}
|
||||||
@ -6547,14 +5726,10 @@ a.bg-dark:focus, a.bg-dark:hover {
|
|||||||
display: table-cell !important;
|
display: table-cell !important;
|
||||||
}
|
}
|
||||||
.d-lg-flex {
|
.d-lg-flex {
|
||||||
display: -webkit-box !important;
|
|
||||||
display: -webkit-flex !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: -webkit-inline-flex !important;
|
|
||||||
display: -ms-inline-flexbox !important;
|
display: -ms-inline-flexbox !important;
|
||||||
display: inline-flex !important;
|
display: inline-flex !important;
|
||||||
}
|
}
|
||||||
@ -6580,14 +5755,10 @@ a.bg-dark:focus, a.bg-dark:hover {
|
|||||||
display: table-cell !important;
|
display: table-cell !important;
|
||||||
}
|
}
|
||||||
.d-xl-flex {
|
.d-xl-flex {
|
||||||
display: -webkit-box !important;
|
|
||||||
display: -webkit-flex !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: -webkit-inline-flex !important;
|
|
||||||
display: -ms-inline-flexbox !important;
|
display: -ms-inline-flexbox !important;
|
||||||
display: inline-flex !important;
|
display: inline-flex !important;
|
||||||
}
|
}
|
||||||
@ -6629,945 +5800,622 @@ a.bg-dark:focus, a.bg-dark:hover {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-first {
|
|
||||||
-webkit-box-ordinal-group: 0;
|
|
||||||
-webkit-order: -1;
|
|
||||||
-ms-flex-order: -1;
|
|
||||||
order: -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.order-last {
|
|
||||||
-webkit-box-ordinal-group: 2;
|
|
||||||
-webkit-order: 1;
|
|
||||||
-ms-flex-order: 1;
|
|
||||||
order: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.order-0 {
|
|
||||||
-webkit-box-ordinal-group: 1;
|
|
||||||
-webkit-order: 0;
|
|
||||||
-ms-flex-order: 0;
|
|
||||||
order: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.flex-row {
|
.flex-row {
|
||||||
-webkit-box-orient: horizontal !important;
|
|
||||||
-webkit-box-direction: normal !important;
|
|
||||||
-webkit-flex-direction: row !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;
|
|
||||||
-webkit-flex-direction: column !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;
|
|
||||||
-webkit-flex-direction: row-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;
|
|
||||||
-webkit-flex-direction: column-reverse !important;
|
|
||||||
-ms-flex-direction: column-reverse !important;
|
-ms-flex-direction: column-reverse !important;
|
||||||
flex-direction: column-reverse !important;
|
flex-direction: column-reverse !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-wrap {
|
.flex-wrap {
|
||||||
-webkit-flex-wrap: wrap !important;
|
|
||||||
-ms-flex-wrap: wrap !important;
|
-ms-flex-wrap: wrap !important;
|
||||||
flex-wrap: wrap !important;
|
flex-wrap: wrap !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-nowrap {
|
.flex-nowrap {
|
||||||
-webkit-flex-wrap: nowrap !important;
|
|
||||||
-ms-flex-wrap: nowrap !important;
|
-ms-flex-wrap: nowrap !important;
|
||||||
flex-wrap: nowrap !important;
|
flex-wrap: nowrap !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-wrap-reverse {
|
.flex-wrap-reverse {
|
||||||
-webkit-flex-wrap: wrap-reverse !important;
|
|
||||||
-ms-flex-wrap: wrap-reverse !important;
|
-ms-flex-wrap: wrap-reverse !important;
|
||||||
flex-wrap: wrap-reverse !important;
|
flex-wrap: wrap-reverse !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.justify-content-start {
|
.justify-content-start {
|
||||||
-webkit-box-pack: start !important;
|
|
||||||
-webkit-justify-content: flex-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;
|
|
||||||
-webkit-justify-content: flex-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;
|
|
||||||
-webkit-justify-content: 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;
|
|
||||||
-webkit-justify-content: space-between !important;
|
|
||||||
-ms-flex-pack: justify !important;
|
-ms-flex-pack: justify !important;
|
||||||
justify-content: space-between !important;
|
justify-content: space-between !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.justify-content-around {
|
.justify-content-around {
|
||||||
-webkit-justify-content: space-around !important;
|
|
||||||
-ms-flex-pack: distribute !important;
|
-ms-flex-pack: distribute !important;
|
||||||
justify-content: space-around !important;
|
justify-content: space-around !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-items-start {
|
.align-items-start {
|
||||||
-webkit-box-align: start !important;
|
|
||||||
-webkit-align-items: flex-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;
|
|
||||||
-webkit-align-items: flex-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;
|
|
||||||
-webkit-align-items: 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;
|
|
||||||
-webkit-align-items: 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;
|
|
||||||
-webkit-align-items: stretch !important;
|
|
||||||
-ms-flex-align: stretch !important;
|
-ms-flex-align: stretch !important;
|
||||||
align-items: stretch !important;
|
align-items: stretch !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-content-start {
|
.align-content-start {
|
||||||
-webkit-align-content: flex-start !important;
|
|
||||||
-ms-flex-line-pack: start !important;
|
-ms-flex-line-pack: start !important;
|
||||||
align-content: flex-start !important;
|
align-content: flex-start !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-content-end {
|
.align-content-end {
|
||||||
-webkit-align-content: flex-end !important;
|
|
||||||
-ms-flex-line-pack: end !important;
|
-ms-flex-line-pack: end !important;
|
||||||
align-content: flex-end !important;
|
align-content: flex-end !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-content-center {
|
.align-content-center {
|
||||||
-webkit-align-content: center !important;
|
|
||||||
-ms-flex-line-pack: center !important;
|
-ms-flex-line-pack: center !important;
|
||||||
align-content: center !important;
|
align-content: center !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-content-between {
|
.align-content-between {
|
||||||
-webkit-align-content: space-between !important;
|
|
||||||
-ms-flex-line-pack: justify !important;
|
-ms-flex-line-pack: justify !important;
|
||||||
align-content: space-between !important;
|
align-content: space-between !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-content-around {
|
.align-content-around {
|
||||||
-webkit-align-content: space-around !important;
|
|
||||||
-ms-flex-line-pack: distribute !important;
|
-ms-flex-line-pack: distribute !important;
|
||||||
align-content: space-around !important;
|
align-content: space-around !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-content-stretch {
|
.align-content-stretch {
|
||||||
-webkit-align-content: stretch !important;
|
|
||||||
-ms-flex-line-pack: stretch !important;
|
-ms-flex-line-pack: stretch !important;
|
||||||
align-content: stretch !important;
|
align-content: stretch !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-self-auto {
|
.align-self-auto {
|
||||||
-webkit-align-self: auto !important;
|
|
||||||
-ms-flex-item-align: auto !important;
|
-ms-flex-item-align: auto !important;
|
||||||
align-self: auto !important;
|
align-self: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-self-start {
|
.align-self-start {
|
||||||
-webkit-align-self: flex-start !important;
|
|
||||||
-ms-flex-item-align: start !important;
|
-ms-flex-item-align: start !important;
|
||||||
align-self: flex-start !important;
|
align-self: flex-start !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-self-end {
|
.align-self-end {
|
||||||
-webkit-align-self: flex-end !important;
|
|
||||||
-ms-flex-item-align: end !important;
|
-ms-flex-item-align: end !important;
|
||||||
align-self: flex-end !important;
|
align-self: flex-end !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-self-center {
|
.align-self-center {
|
||||||
-webkit-align-self: center !important;
|
|
||||||
-ms-flex-item-align: center !important;
|
-ms-flex-item-align: center !important;
|
||||||
align-self: center !important;
|
align-self: center !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-self-baseline {
|
.align-self-baseline {
|
||||||
-webkit-align-self: baseline !important;
|
|
||||||
-ms-flex-item-align: baseline !important;
|
-ms-flex-item-align: baseline !important;
|
||||||
align-self: baseline !important;
|
align-self: baseline !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-self-stretch {
|
.align-self-stretch {
|
||||||
-webkit-align-self: stretch !important;
|
|
||||||
-ms-flex-item-align: stretch !important;
|
-ms-flex-item-align: stretch !important;
|
||||||
align-self: stretch !important;
|
align-self: stretch !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 576px) {
|
@media (min-width: 576px) {
|
||||||
.order-sm-first {
|
|
||||||
-webkit-box-ordinal-group: 0;
|
|
||||||
-webkit-order: -1;
|
|
||||||
-ms-flex-order: -1;
|
|
||||||
order: -1;
|
|
||||||
}
|
|
||||||
.order-sm-last {
|
|
||||||
-webkit-box-ordinal-group: 2;
|
|
||||||
-webkit-order: 1;
|
|
||||||
-ms-flex-order: 1;
|
|
||||||
order: 1;
|
|
||||||
}
|
|
||||||
.order-sm-0 {
|
|
||||||
-webkit-box-ordinal-group: 1;
|
|
||||||
-webkit-order: 0;
|
|
||||||
-ms-flex-order: 0;
|
|
||||||
order: 0;
|
|
||||||
}
|
|
||||||
.flex-sm-row {
|
.flex-sm-row {
|
||||||
-webkit-box-orient: horizontal !important;
|
|
||||||
-webkit-box-direction: normal !important;
|
|
||||||
-webkit-flex-direction: row !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;
|
|
||||||
-webkit-flex-direction: column !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;
|
|
||||||
-webkit-flex-direction: row-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;
|
|
||||||
-webkit-flex-direction: column-reverse !important;
|
|
||||||
-ms-flex-direction: column-reverse !important;
|
-ms-flex-direction: column-reverse !important;
|
||||||
flex-direction: column-reverse !important;
|
flex-direction: column-reverse !important;
|
||||||
}
|
}
|
||||||
.flex-sm-wrap {
|
.flex-sm-wrap {
|
||||||
-webkit-flex-wrap: wrap !important;
|
|
||||||
-ms-flex-wrap: wrap !important;
|
-ms-flex-wrap: wrap !important;
|
||||||
flex-wrap: wrap !important;
|
flex-wrap: wrap !important;
|
||||||
}
|
}
|
||||||
.flex-sm-nowrap {
|
.flex-sm-nowrap {
|
||||||
-webkit-flex-wrap: nowrap !important;
|
|
||||||
-ms-flex-wrap: nowrap !important;
|
-ms-flex-wrap: nowrap !important;
|
||||||
flex-wrap: nowrap !important;
|
flex-wrap: nowrap !important;
|
||||||
}
|
}
|
||||||
.flex-sm-wrap-reverse {
|
.flex-sm-wrap-reverse {
|
||||||
-webkit-flex-wrap: wrap-reverse !important;
|
|
||||||
-ms-flex-wrap: wrap-reverse !important;
|
-ms-flex-wrap: wrap-reverse !important;
|
||||||
flex-wrap: wrap-reverse !important;
|
flex-wrap: wrap-reverse !important;
|
||||||
}
|
}
|
||||||
.justify-content-sm-start {
|
.justify-content-sm-start {
|
||||||
-webkit-box-pack: start !important;
|
|
||||||
-webkit-justify-content: flex-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;
|
|
||||||
-webkit-justify-content: flex-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;
|
|
||||||
-webkit-justify-content: 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;
|
|
||||||
-webkit-justify-content: space-between !important;
|
|
||||||
-ms-flex-pack: justify !important;
|
-ms-flex-pack: justify !important;
|
||||||
justify-content: space-between !important;
|
justify-content: space-between !important;
|
||||||
}
|
}
|
||||||
.justify-content-sm-around {
|
.justify-content-sm-around {
|
||||||
-webkit-justify-content: space-around !important;
|
|
||||||
-ms-flex-pack: distribute !important;
|
-ms-flex-pack: distribute !important;
|
||||||
justify-content: space-around !important;
|
justify-content: space-around !important;
|
||||||
}
|
}
|
||||||
.align-items-sm-start {
|
.align-items-sm-start {
|
||||||
-webkit-box-align: start !important;
|
|
||||||
-webkit-align-items: flex-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;
|
|
||||||
-webkit-align-items: flex-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;
|
|
||||||
-webkit-align-items: 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;
|
|
||||||
-webkit-align-items: 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;
|
|
||||||
-webkit-align-items: stretch !important;
|
|
||||||
-ms-flex-align: stretch !important;
|
-ms-flex-align: stretch !important;
|
||||||
align-items: stretch !important;
|
align-items: stretch !important;
|
||||||
}
|
}
|
||||||
.align-content-sm-start {
|
.align-content-sm-start {
|
||||||
-webkit-align-content: flex-start !important;
|
|
||||||
-ms-flex-line-pack: start !important;
|
-ms-flex-line-pack: start !important;
|
||||||
align-content: flex-start !important;
|
align-content: flex-start !important;
|
||||||
}
|
}
|
||||||
.align-content-sm-end {
|
.align-content-sm-end {
|
||||||
-webkit-align-content: flex-end !important;
|
|
||||||
-ms-flex-line-pack: end !important;
|
-ms-flex-line-pack: end !important;
|
||||||
align-content: flex-end !important;
|
align-content: flex-end !important;
|
||||||
}
|
}
|
||||||
.align-content-sm-center {
|
.align-content-sm-center {
|
||||||
-webkit-align-content: center !important;
|
|
||||||
-ms-flex-line-pack: center !important;
|
-ms-flex-line-pack: center !important;
|
||||||
align-content: center !important;
|
align-content: center !important;
|
||||||
}
|
}
|
||||||
.align-content-sm-between {
|
.align-content-sm-between {
|
||||||
-webkit-align-content: space-between !important;
|
|
||||||
-ms-flex-line-pack: justify !important;
|
-ms-flex-line-pack: justify !important;
|
||||||
align-content: space-between !important;
|
align-content: space-between !important;
|
||||||
}
|
}
|
||||||
.align-content-sm-around {
|
.align-content-sm-around {
|
||||||
-webkit-align-content: space-around !important;
|
|
||||||
-ms-flex-line-pack: distribute !important;
|
-ms-flex-line-pack: distribute !important;
|
||||||
align-content: space-around !important;
|
align-content: space-around !important;
|
||||||
}
|
}
|
||||||
.align-content-sm-stretch {
|
.align-content-sm-stretch {
|
||||||
-webkit-align-content: stretch !important;
|
|
||||||
-ms-flex-line-pack: stretch !important;
|
-ms-flex-line-pack: stretch !important;
|
||||||
align-content: stretch !important;
|
align-content: stretch !important;
|
||||||
}
|
}
|
||||||
.align-self-sm-auto {
|
.align-self-sm-auto {
|
||||||
-webkit-align-self: auto !important;
|
|
||||||
-ms-flex-item-align: auto !important;
|
-ms-flex-item-align: auto !important;
|
||||||
align-self: auto !important;
|
align-self: auto !important;
|
||||||
}
|
}
|
||||||
.align-self-sm-start {
|
.align-self-sm-start {
|
||||||
-webkit-align-self: flex-start !important;
|
|
||||||
-ms-flex-item-align: start !important;
|
-ms-flex-item-align: start !important;
|
||||||
align-self: flex-start !important;
|
align-self: flex-start !important;
|
||||||
}
|
}
|
||||||
.align-self-sm-end {
|
.align-self-sm-end {
|
||||||
-webkit-align-self: flex-end !important;
|
|
||||||
-ms-flex-item-align: end !important;
|
-ms-flex-item-align: end !important;
|
||||||
align-self: flex-end !important;
|
align-self: flex-end !important;
|
||||||
}
|
}
|
||||||
.align-self-sm-center {
|
.align-self-sm-center {
|
||||||
-webkit-align-self: center !important;
|
|
||||||
-ms-flex-item-align: center !important;
|
-ms-flex-item-align: center !important;
|
||||||
align-self: center !important;
|
align-self: center !important;
|
||||||
}
|
}
|
||||||
.align-self-sm-baseline {
|
.align-self-sm-baseline {
|
||||||
-webkit-align-self: baseline !important;
|
|
||||||
-ms-flex-item-align: baseline !important;
|
-ms-flex-item-align: baseline !important;
|
||||||
align-self: baseline !important;
|
align-self: baseline !important;
|
||||||
}
|
}
|
||||||
.align-self-sm-stretch {
|
.align-self-sm-stretch {
|
||||||
-webkit-align-self: stretch !important;
|
|
||||||
-ms-flex-item-align: stretch !important;
|
-ms-flex-item-align: stretch !important;
|
||||||
align-self: stretch !important;
|
align-self: stretch !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.order-md-first {
|
|
||||||
-webkit-box-ordinal-group: 0;
|
|
||||||
-webkit-order: -1;
|
|
||||||
-ms-flex-order: -1;
|
|
||||||
order: -1;
|
|
||||||
}
|
|
||||||
.order-md-last {
|
|
||||||
-webkit-box-ordinal-group: 2;
|
|
||||||
-webkit-order: 1;
|
|
||||||
-ms-flex-order: 1;
|
|
||||||
order: 1;
|
|
||||||
}
|
|
||||||
.order-md-0 {
|
|
||||||
-webkit-box-ordinal-group: 1;
|
|
||||||
-webkit-order: 0;
|
|
||||||
-ms-flex-order: 0;
|
|
||||||
order: 0;
|
|
||||||
}
|
|
||||||
.flex-md-row {
|
.flex-md-row {
|
||||||
-webkit-box-orient: horizontal !important;
|
|
||||||
-webkit-box-direction: normal !important;
|
|
||||||
-webkit-flex-direction: row !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;
|
|
||||||
-webkit-flex-direction: column !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;
|
|
||||||
-webkit-flex-direction: row-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;
|
|
||||||
-webkit-flex-direction: column-reverse !important;
|
|
||||||
-ms-flex-direction: column-reverse !important;
|
-ms-flex-direction: column-reverse !important;
|
||||||
flex-direction: column-reverse !important;
|
flex-direction: column-reverse !important;
|
||||||
}
|
}
|
||||||
.flex-md-wrap {
|
.flex-md-wrap {
|
||||||
-webkit-flex-wrap: wrap !important;
|
|
||||||
-ms-flex-wrap: wrap !important;
|
-ms-flex-wrap: wrap !important;
|
||||||
flex-wrap: wrap !important;
|
flex-wrap: wrap !important;
|
||||||
}
|
}
|
||||||
.flex-md-nowrap {
|
.flex-md-nowrap {
|
||||||
-webkit-flex-wrap: nowrap !important;
|
|
||||||
-ms-flex-wrap: nowrap !important;
|
-ms-flex-wrap: nowrap !important;
|
||||||
flex-wrap: nowrap !important;
|
flex-wrap: nowrap !important;
|
||||||
}
|
}
|
||||||
.flex-md-wrap-reverse {
|
.flex-md-wrap-reverse {
|
||||||
-webkit-flex-wrap: wrap-reverse !important;
|
|
||||||
-ms-flex-wrap: wrap-reverse !important;
|
-ms-flex-wrap: wrap-reverse !important;
|
||||||
flex-wrap: wrap-reverse !important;
|
flex-wrap: wrap-reverse !important;
|
||||||
}
|
}
|
||||||
.justify-content-md-start {
|
.justify-content-md-start {
|
||||||
-webkit-box-pack: start !important;
|
|
||||||
-webkit-justify-content: flex-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;
|
|
||||||
-webkit-justify-content: flex-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;
|
|
||||||
-webkit-justify-content: 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;
|
|
||||||
-webkit-justify-content: space-between !important;
|
|
||||||
-ms-flex-pack: justify !important;
|
-ms-flex-pack: justify !important;
|
||||||
justify-content: space-between !important;
|
justify-content: space-between !important;
|
||||||
}
|
}
|
||||||
.justify-content-md-around {
|
.justify-content-md-around {
|
||||||
-webkit-justify-content: space-around !important;
|
|
||||||
-ms-flex-pack: distribute !important;
|
-ms-flex-pack: distribute !important;
|
||||||
justify-content: space-around !important;
|
justify-content: space-around !important;
|
||||||
}
|
}
|
||||||
.align-items-md-start {
|
.align-items-md-start {
|
||||||
-webkit-box-align: start !important;
|
|
||||||
-webkit-align-items: flex-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;
|
|
||||||
-webkit-align-items: flex-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;
|
|
||||||
-webkit-align-items: 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;
|
|
||||||
-webkit-align-items: 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;
|
|
||||||
-webkit-align-items: stretch !important;
|
|
||||||
-ms-flex-align: stretch !important;
|
-ms-flex-align: stretch !important;
|
||||||
align-items: stretch !important;
|
align-items: stretch !important;
|
||||||
}
|
}
|
||||||
.align-content-md-start {
|
.align-content-md-start {
|
||||||
-webkit-align-content: flex-start !important;
|
|
||||||
-ms-flex-line-pack: start !important;
|
-ms-flex-line-pack: start !important;
|
||||||
align-content: flex-start !important;
|
align-content: flex-start !important;
|
||||||
}
|
}
|
||||||
.align-content-md-end {
|
.align-content-md-end {
|
||||||
-webkit-align-content: flex-end !important;
|
|
||||||
-ms-flex-line-pack: end !important;
|
-ms-flex-line-pack: end !important;
|
||||||
align-content: flex-end !important;
|
align-content: flex-end !important;
|
||||||
}
|
}
|
||||||
.align-content-md-center {
|
.align-content-md-center {
|
||||||
-webkit-align-content: center !important;
|
|
||||||
-ms-flex-line-pack: center !important;
|
-ms-flex-line-pack: center !important;
|
||||||
align-content: center !important;
|
align-content: center !important;
|
||||||
}
|
}
|
||||||
.align-content-md-between {
|
.align-content-md-between {
|
||||||
-webkit-align-content: space-between !important;
|
|
||||||
-ms-flex-line-pack: justify !important;
|
-ms-flex-line-pack: justify !important;
|
||||||
align-content: space-between !important;
|
align-content: space-between !important;
|
||||||
}
|
}
|
||||||
.align-content-md-around {
|
.align-content-md-around {
|
||||||
-webkit-align-content: space-around !important;
|
|
||||||
-ms-flex-line-pack: distribute !important;
|
-ms-flex-line-pack: distribute !important;
|
||||||
align-content: space-around !important;
|
align-content: space-around !important;
|
||||||
}
|
}
|
||||||
.align-content-md-stretch {
|
.align-content-md-stretch {
|
||||||
-webkit-align-content: stretch !important;
|
|
||||||
-ms-flex-line-pack: stretch !important;
|
-ms-flex-line-pack: stretch !important;
|
||||||
align-content: stretch !important;
|
align-content: stretch !important;
|
||||||
}
|
}
|
||||||
.align-self-md-auto {
|
.align-self-md-auto {
|
||||||
-webkit-align-self: auto !important;
|
|
||||||
-ms-flex-item-align: auto !important;
|
-ms-flex-item-align: auto !important;
|
||||||
align-self: auto !important;
|
align-self: auto !important;
|
||||||
}
|
}
|
||||||
.align-self-md-start {
|
.align-self-md-start {
|
||||||
-webkit-align-self: flex-start !important;
|
|
||||||
-ms-flex-item-align: start !important;
|
-ms-flex-item-align: start !important;
|
||||||
align-self: flex-start !important;
|
align-self: flex-start !important;
|
||||||
}
|
}
|
||||||
.align-self-md-end {
|
.align-self-md-end {
|
||||||
-webkit-align-self: flex-end !important;
|
|
||||||
-ms-flex-item-align: end !important;
|
-ms-flex-item-align: end !important;
|
||||||
align-self: flex-end !important;
|
align-self: flex-end !important;
|
||||||
}
|
}
|
||||||
.align-self-md-center {
|
.align-self-md-center {
|
||||||
-webkit-align-self: center !important;
|
|
||||||
-ms-flex-item-align: center !important;
|
-ms-flex-item-align: center !important;
|
||||||
align-self: center !important;
|
align-self: center !important;
|
||||||
}
|
}
|
||||||
.align-self-md-baseline {
|
.align-self-md-baseline {
|
||||||
-webkit-align-self: baseline !important;
|
|
||||||
-ms-flex-item-align: baseline !important;
|
-ms-flex-item-align: baseline !important;
|
||||||
align-self: baseline !important;
|
align-self: baseline !important;
|
||||||
}
|
}
|
||||||
.align-self-md-stretch {
|
.align-self-md-stretch {
|
||||||
-webkit-align-self: stretch !important;
|
|
||||||
-ms-flex-item-align: stretch !important;
|
-ms-flex-item-align: stretch !important;
|
||||||
align-self: stretch !important;
|
align-self: stretch !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
.order-lg-first {
|
|
||||||
-webkit-box-ordinal-group: 0;
|
|
||||||
-webkit-order: -1;
|
|
||||||
-ms-flex-order: -1;
|
|
||||||
order: -1;
|
|
||||||
}
|
|
||||||
.order-lg-last {
|
|
||||||
-webkit-box-ordinal-group: 2;
|
|
||||||
-webkit-order: 1;
|
|
||||||
-ms-flex-order: 1;
|
|
||||||
order: 1;
|
|
||||||
}
|
|
||||||
.order-lg-0 {
|
|
||||||
-webkit-box-ordinal-group: 1;
|
|
||||||
-webkit-order: 0;
|
|
||||||
-ms-flex-order: 0;
|
|
||||||
order: 0;
|
|
||||||
}
|
|
||||||
.flex-lg-row {
|
.flex-lg-row {
|
||||||
-webkit-box-orient: horizontal !important;
|
|
||||||
-webkit-box-direction: normal !important;
|
|
||||||
-webkit-flex-direction: row !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;
|
|
||||||
-webkit-flex-direction: column !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;
|
|
||||||
-webkit-flex-direction: row-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;
|
|
||||||
-webkit-flex-direction: column-reverse !important;
|
|
||||||
-ms-flex-direction: column-reverse !important;
|
-ms-flex-direction: column-reverse !important;
|
||||||
flex-direction: column-reverse !important;
|
flex-direction: column-reverse !important;
|
||||||
}
|
}
|
||||||
.flex-lg-wrap {
|
.flex-lg-wrap {
|
||||||
-webkit-flex-wrap: wrap !important;
|
|
||||||
-ms-flex-wrap: wrap !important;
|
-ms-flex-wrap: wrap !important;
|
||||||
flex-wrap: wrap !important;
|
flex-wrap: wrap !important;
|
||||||
}
|
}
|
||||||
.flex-lg-nowrap {
|
.flex-lg-nowrap {
|
||||||
-webkit-flex-wrap: nowrap !important;
|
|
||||||
-ms-flex-wrap: nowrap !important;
|
-ms-flex-wrap: nowrap !important;
|
||||||
flex-wrap: nowrap !important;
|
flex-wrap: nowrap !important;
|
||||||
}
|
}
|
||||||
.flex-lg-wrap-reverse {
|
.flex-lg-wrap-reverse {
|
||||||
-webkit-flex-wrap: wrap-reverse !important;
|
|
||||||
-ms-flex-wrap: wrap-reverse !important;
|
-ms-flex-wrap: wrap-reverse !important;
|
||||||
flex-wrap: wrap-reverse !important;
|
flex-wrap: wrap-reverse !important;
|
||||||
}
|
}
|
||||||
.justify-content-lg-start {
|
.justify-content-lg-start {
|
||||||
-webkit-box-pack: start !important;
|
|
||||||
-webkit-justify-content: flex-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;
|
|
||||||
-webkit-justify-content: flex-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;
|
|
||||||
-webkit-justify-content: 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;
|
|
||||||
-webkit-justify-content: space-between !important;
|
|
||||||
-ms-flex-pack: justify !important;
|
-ms-flex-pack: justify !important;
|
||||||
justify-content: space-between !important;
|
justify-content: space-between !important;
|
||||||
}
|
}
|
||||||
.justify-content-lg-around {
|
.justify-content-lg-around {
|
||||||
-webkit-justify-content: space-around !important;
|
|
||||||
-ms-flex-pack: distribute !important;
|
-ms-flex-pack: distribute !important;
|
||||||
justify-content: space-around !important;
|
justify-content: space-around !important;
|
||||||
}
|
}
|
||||||
.align-items-lg-start {
|
.align-items-lg-start {
|
||||||
-webkit-box-align: start !important;
|
|
||||||
-webkit-align-items: flex-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;
|
|
||||||
-webkit-align-items: flex-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;
|
|
||||||
-webkit-align-items: 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;
|
|
||||||
-webkit-align-items: 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;
|
|
||||||
-webkit-align-items: stretch !important;
|
|
||||||
-ms-flex-align: stretch !important;
|
-ms-flex-align: stretch !important;
|
||||||
align-items: stretch !important;
|
align-items: stretch !important;
|
||||||
}
|
}
|
||||||
.align-content-lg-start {
|
.align-content-lg-start {
|
||||||
-webkit-align-content: flex-start !important;
|
|
||||||
-ms-flex-line-pack: start !important;
|
-ms-flex-line-pack: start !important;
|
||||||
align-content: flex-start !important;
|
align-content: flex-start !important;
|
||||||
}
|
}
|
||||||
.align-content-lg-end {
|
.align-content-lg-end {
|
||||||
-webkit-align-content: flex-end !important;
|
|
||||||
-ms-flex-line-pack: end !important;
|
-ms-flex-line-pack: end !important;
|
||||||
align-content: flex-end !important;
|
align-content: flex-end !important;
|
||||||
}
|
}
|
||||||
.align-content-lg-center {
|
.align-content-lg-center {
|
||||||
-webkit-align-content: center !important;
|
|
||||||
-ms-flex-line-pack: center !important;
|
-ms-flex-line-pack: center !important;
|
||||||
align-content: center !important;
|
align-content: center !important;
|
||||||
}
|
}
|
||||||
.align-content-lg-between {
|
.align-content-lg-between {
|
||||||
-webkit-align-content: space-between !important;
|
|
||||||
-ms-flex-line-pack: justify !important;
|
-ms-flex-line-pack: justify !important;
|
||||||
align-content: space-between !important;
|
align-content: space-between !important;
|
||||||
}
|
}
|
||||||
.align-content-lg-around {
|
.align-content-lg-around {
|
||||||
-webkit-align-content: space-around !important;
|
|
||||||
-ms-flex-line-pack: distribute !important;
|
-ms-flex-line-pack: distribute !important;
|
||||||
align-content: space-around !important;
|
align-content: space-around !important;
|
||||||
}
|
}
|
||||||
.align-content-lg-stretch {
|
.align-content-lg-stretch {
|
||||||
-webkit-align-content: stretch !important;
|
|
||||||
-ms-flex-line-pack: stretch !important;
|
-ms-flex-line-pack: stretch !important;
|
||||||
align-content: stretch !important;
|
align-content: stretch !important;
|
||||||
}
|
}
|
||||||
.align-self-lg-auto {
|
.align-self-lg-auto {
|
||||||
-webkit-align-self: auto !important;
|
|
||||||
-ms-flex-item-align: auto !important;
|
-ms-flex-item-align: auto !important;
|
||||||
align-self: auto !important;
|
align-self: auto !important;
|
||||||
}
|
}
|
||||||
.align-self-lg-start {
|
.align-self-lg-start {
|
||||||
-webkit-align-self: flex-start !important;
|
|
||||||
-ms-flex-item-align: start !important;
|
-ms-flex-item-align: start !important;
|
||||||
align-self: flex-start !important;
|
align-self: flex-start !important;
|
||||||
}
|
}
|
||||||
.align-self-lg-end {
|
.align-self-lg-end {
|
||||||
-webkit-align-self: flex-end !important;
|
|
||||||
-ms-flex-item-align: end !important;
|
-ms-flex-item-align: end !important;
|
||||||
align-self: flex-end !important;
|
align-self: flex-end !important;
|
||||||
}
|
}
|
||||||
.align-self-lg-center {
|
.align-self-lg-center {
|
||||||
-webkit-align-self: center !important;
|
|
||||||
-ms-flex-item-align: center !important;
|
-ms-flex-item-align: center !important;
|
||||||
align-self: center !important;
|
align-self: center !important;
|
||||||
}
|
}
|
||||||
.align-self-lg-baseline {
|
.align-self-lg-baseline {
|
||||||
-webkit-align-self: baseline !important;
|
|
||||||
-ms-flex-item-align: baseline !important;
|
-ms-flex-item-align: baseline !important;
|
||||||
align-self: baseline !important;
|
align-self: baseline !important;
|
||||||
}
|
}
|
||||||
.align-self-lg-stretch {
|
.align-self-lg-stretch {
|
||||||
-webkit-align-self: stretch !important;
|
|
||||||
-ms-flex-item-align: stretch !important;
|
-ms-flex-item-align: stretch !important;
|
||||||
align-self: stretch !important;
|
align-self: stretch !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1200px) {
|
@media (min-width: 1200px) {
|
||||||
.order-xl-first {
|
|
||||||
-webkit-box-ordinal-group: 0;
|
|
||||||
-webkit-order: -1;
|
|
||||||
-ms-flex-order: -1;
|
|
||||||
order: -1;
|
|
||||||
}
|
|
||||||
.order-xl-last {
|
|
||||||
-webkit-box-ordinal-group: 2;
|
|
||||||
-webkit-order: 1;
|
|
||||||
-ms-flex-order: 1;
|
|
||||||
order: 1;
|
|
||||||
}
|
|
||||||
.order-xl-0 {
|
|
||||||
-webkit-box-ordinal-group: 1;
|
|
||||||
-webkit-order: 0;
|
|
||||||
-ms-flex-order: 0;
|
|
||||||
order: 0;
|
|
||||||
}
|
|
||||||
.flex-xl-row {
|
.flex-xl-row {
|
||||||
-webkit-box-orient: horizontal !important;
|
|
||||||
-webkit-box-direction: normal !important;
|
|
||||||
-webkit-flex-direction: row !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;
|
|
||||||
-webkit-flex-direction: column !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;
|
|
||||||
-webkit-flex-direction: row-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;
|
|
||||||
-webkit-flex-direction: column-reverse !important;
|
|
||||||
-ms-flex-direction: column-reverse !important;
|
-ms-flex-direction: column-reverse !important;
|
||||||
flex-direction: column-reverse !important;
|
flex-direction: column-reverse !important;
|
||||||
}
|
}
|
||||||
.flex-xl-wrap {
|
.flex-xl-wrap {
|
||||||
-webkit-flex-wrap: wrap !important;
|
|
||||||
-ms-flex-wrap: wrap !important;
|
-ms-flex-wrap: wrap !important;
|
||||||
flex-wrap: wrap !important;
|
flex-wrap: wrap !important;
|
||||||
}
|
}
|
||||||
.flex-xl-nowrap {
|
.flex-xl-nowrap {
|
||||||
-webkit-flex-wrap: nowrap !important;
|
|
||||||
-ms-flex-wrap: nowrap !important;
|
-ms-flex-wrap: nowrap !important;
|
||||||
flex-wrap: nowrap !important;
|
flex-wrap: nowrap !important;
|
||||||
}
|
}
|
||||||
.flex-xl-wrap-reverse {
|
.flex-xl-wrap-reverse {
|
||||||
-webkit-flex-wrap: wrap-reverse !important;
|
|
||||||
-ms-flex-wrap: wrap-reverse !important;
|
-ms-flex-wrap: wrap-reverse !important;
|
||||||
flex-wrap: wrap-reverse !important;
|
flex-wrap: wrap-reverse !important;
|
||||||
}
|
}
|
||||||
.justify-content-xl-start {
|
.justify-content-xl-start {
|
||||||
-webkit-box-pack: start !important;
|
|
||||||
-webkit-justify-content: flex-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;
|
|
||||||
-webkit-justify-content: flex-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;
|
|
||||||
-webkit-justify-content: 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;
|
|
||||||
-webkit-justify-content: space-between !important;
|
|
||||||
-ms-flex-pack: justify !important;
|
-ms-flex-pack: justify !important;
|
||||||
justify-content: space-between !important;
|
justify-content: space-between !important;
|
||||||
}
|
}
|
||||||
.justify-content-xl-around {
|
.justify-content-xl-around {
|
||||||
-webkit-justify-content: space-around !important;
|
|
||||||
-ms-flex-pack: distribute !important;
|
-ms-flex-pack: distribute !important;
|
||||||
justify-content: space-around !important;
|
justify-content: space-around !important;
|
||||||
}
|
}
|
||||||
.align-items-xl-start {
|
.align-items-xl-start {
|
||||||
-webkit-box-align: start !important;
|
|
||||||
-webkit-align-items: flex-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;
|
|
||||||
-webkit-align-items: flex-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;
|
|
||||||
-webkit-align-items: 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;
|
|
||||||
-webkit-align-items: 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;
|
|
||||||
-webkit-align-items: stretch !important;
|
|
||||||
-ms-flex-align: stretch !important;
|
-ms-flex-align: stretch !important;
|
||||||
align-items: stretch !important;
|
align-items: stretch !important;
|
||||||
}
|
}
|
||||||
.align-content-xl-start {
|
.align-content-xl-start {
|
||||||
-webkit-align-content: flex-start !important;
|
|
||||||
-ms-flex-line-pack: start !important;
|
-ms-flex-line-pack: start !important;
|
||||||
align-content: flex-start !important;
|
align-content: flex-start !important;
|
||||||
}
|
}
|
||||||
.align-content-xl-end {
|
.align-content-xl-end {
|
||||||
-webkit-align-content: flex-end !important;
|
|
||||||
-ms-flex-line-pack: end !important;
|
-ms-flex-line-pack: end !important;
|
||||||
align-content: flex-end !important;
|
align-content: flex-end !important;
|
||||||
}
|
}
|
||||||
.align-content-xl-center {
|
.align-content-xl-center {
|
||||||
-webkit-align-content: center !important;
|
|
||||||
-ms-flex-line-pack: center !important;
|
-ms-flex-line-pack: center !important;
|
||||||
align-content: center !important;
|
align-content: center !important;
|
||||||
}
|
}
|
||||||
.align-content-xl-between {
|
.align-content-xl-between {
|
||||||
-webkit-align-content: space-between !important;
|
|
||||||
-ms-flex-line-pack: justify !important;
|
-ms-flex-line-pack: justify !important;
|
||||||
align-content: space-between !important;
|
align-content: space-between !important;
|
||||||
}
|
}
|
||||||
.align-content-xl-around {
|
.align-content-xl-around {
|
||||||
-webkit-align-content: space-around !important;
|
|
||||||
-ms-flex-line-pack: distribute !important;
|
-ms-flex-line-pack: distribute !important;
|
||||||
align-content: space-around !important;
|
align-content: space-around !important;
|
||||||
}
|
}
|
||||||
.align-content-xl-stretch {
|
.align-content-xl-stretch {
|
||||||
-webkit-align-content: stretch !important;
|
|
||||||
-ms-flex-line-pack: stretch !important;
|
-ms-flex-line-pack: stretch !important;
|
||||||
align-content: stretch !important;
|
align-content: stretch !important;
|
||||||
}
|
}
|
||||||
.align-self-xl-auto {
|
.align-self-xl-auto {
|
||||||
-webkit-align-self: auto !important;
|
|
||||||
-ms-flex-item-align: auto !important;
|
-ms-flex-item-align: auto !important;
|
||||||
align-self: auto !important;
|
align-self: auto !important;
|
||||||
}
|
}
|
||||||
.align-self-xl-start {
|
.align-self-xl-start {
|
||||||
-webkit-align-self: flex-start !important;
|
|
||||||
-ms-flex-item-align: start !important;
|
-ms-flex-item-align: start !important;
|
||||||
align-self: flex-start !important;
|
align-self: flex-start !important;
|
||||||
}
|
}
|
||||||
.align-self-xl-end {
|
.align-self-xl-end {
|
||||||
-webkit-align-self: flex-end !important;
|
|
||||||
-ms-flex-item-align: end !important;
|
-ms-flex-item-align: end !important;
|
||||||
align-self: flex-end !important;
|
align-self: flex-end !important;
|
||||||
}
|
}
|
||||||
.align-self-xl-center {
|
.align-self-xl-center {
|
||||||
-webkit-align-self: center !important;
|
|
||||||
-ms-flex-item-align: center !important;
|
-ms-flex-item-align: center !important;
|
||||||
align-self: center !important;
|
align-self: center !important;
|
||||||
}
|
}
|
||||||
.align-self-xl-baseline {
|
.align-self-xl-baseline {
|
||||||
-webkit-align-self: baseline !important;
|
|
||||||
-ms-flex-item-align: baseline !important;
|
-ms-flex-item-align: baseline !important;
|
||||||
align-self: baseline !important;
|
align-self: baseline !important;
|
||||||
}
|
}
|
||||||
.align-self-xl-stretch {
|
.align-self-xl-stretch {
|
||||||
-webkit-align-self: stretch !important;
|
|
||||||
-ms-flex-item-align: stretch !important;
|
-ms-flex-item-align: stretch !important;
|
||||||
align-self: stretch !important;
|
align-self: 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
@ -50,10 +50,9 @@ var Util = function ($) {
|
|||||||
MozTransition: 'transitionend',
|
MozTransition: 'transitionend',
|
||||||
OTransition: 'oTransitionEnd otransitionend',
|
OTransition: 'oTransitionEnd otransitionend',
|
||||||
transition: 'transitionend'
|
transition: 'transitionend'
|
||||||
};
|
|
||||||
|
|
||||||
// shoutout AngusCroll (https://goo.gl/pxwQGp)
|
// shoutout AngusCroll (https://goo.gl/pxwQGp)
|
||||||
function toType(obj) {
|
};function toType(obj) {
|
||||||
return {}.toString.call(obj).match(/\s([a-zA-Z]+)/)[1].toLowerCase();
|
return {}.toString.call(obj).match(/\s([a-zA-Z]+)/)[1].toLowerCase();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -67,7 +66,8 @@ var Util = function ($) {
|
|||||||
delegateType: transition.end,
|
delegateType: transition.end,
|
||||||
handle: function handle(event) {
|
handle: function handle(event) {
|
||||||
if ($(event.target).is(this)) {
|
if ($(event.target).is(this)) {
|
||||||
return event.handleObj.handler.apply(this, arguments); // eslint-disable-line prefer-rest-params
|
return event.handleObj.handler.apply(this, arguments // eslint-disable-line prefer-rest-params
|
||||||
|
);
|
||||||
}
|
}
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
}
|
||||||
@ -177,7 +177,7 @@ var Util = function ($) {
|
|||||||
setTransitionEndSupport();
|
setTransitionEndSupport();
|
||||||
|
|
||||||
return Util;
|
return Util;
|
||||||
}(jQuery);
|
}(jQuery
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* --------------------------------------------------------------------------
|
* --------------------------------------------------------------------------
|
||||||
@ -186,7 +186,7 @@ var Util = function ($) {
|
|||||||
* --------------------------------------------------------------------------
|
* --------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var Alert = function ($) {
|
);var Alert = function ($) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -216,7 +216,6 @@ var Alert = function ($) {
|
|||||||
ALERT: 'alert',
|
ALERT: 'alert',
|
||||||
FADE: 'fade',
|
FADE: 'fade',
|
||||||
SHOW: 'show'
|
SHOW: 'show'
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -224,6 +223,7 @@ var Alert = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
};
|
||||||
var Alert = function () {
|
var Alert = function () {
|
||||||
function Alert(element) {
|
function Alert(element) {
|
||||||
_classCallCheck(this, Alert);
|
_classCallCheck(this, Alert);
|
||||||
@ -340,7 +340,7 @@ var Alert = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$(document).on(Event.CLICK_DATA_API, Selector.DISMISS, Alert._handleDismiss(new Alert()));
|
$(document).on(Event.CLICK_DATA_API, Selector.DISMISS, Alert._handleDismiss(new Alert())
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -348,7 +348,7 @@ var Alert = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$.fn[NAME] = Alert._jQueryInterface;
|
);$.fn[NAME] = Alert._jQueryInterface;
|
||||||
$.fn[NAME].Constructor = Alert;
|
$.fn[NAME].Constructor = Alert;
|
||||||
$.fn[NAME].noConflict = function () {
|
$.fn[NAME].noConflict = function () {
|
||||||
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
||||||
@ -356,7 +356,7 @@ var Alert = function ($) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return Alert;
|
return Alert;
|
||||||
}(jQuery);
|
}(jQuery
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* --------------------------------------------------------------------------
|
* --------------------------------------------------------------------------
|
||||||
@ -365,7 +365,7 @@ var Alert = function ($) {
|
|||||||
* --------------------------------------------------------------------------
|
* --------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var Button = function ($) {
|
);var Button = function ($) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -397,7 +397,6 @@ var Button = function ($) {
|
|||||||
var Event = {
|
var Event = {
|
||||||
CLICK_DATA_API: 'click' + EVENT_KEY + DATA_API_KEY,
|
CLICK_DATA_API: 'click' + EVENT_KEY + DATA_API_KEY,
|
||||||
FOCUS_BLUR_DATA_API: 'focus' + EVENT_KEY + DATA_API_KEY + ' ' + ('blur' + EVENT_KEY + DATA_API_KEY)
|
FOCUS_BLUR_DATA_API: 'focus' + EVENT_KEY + DATA_API_KEY + ' ' + ('blur' + EVENT_KEY + DATA_API_KEY)
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -405,6 +404,7 @@ var Button = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
};
|
||||||
var Button = function () {
|
var Button = function () {
|
||||||
function Button(element) {
|
function Button(element) {
|
||||||
_classCallCheck(this, Button);
|
_classCallCheck(this, Button);
|
||||||
@ -510,7 +510,7 @@ var Button = function ($) {
|
|||||||
}).on(Event.FOCUS_BLUR_DATA_API, Selector.DATA_TOGGLE_CARROT, function (event) {
|
}).on(Event.FOCUS_BLUR_DATA_API, Selector.DATA_TOGGLE_CARROT, function (event) {
|
||||||
var button = $(event.target).closest(Selector.BUTTON)[0];
|
var button = $(event.target).closest(Selector.BUTTON)[0];
|
||||||
$(button).toggleClass(ClassName.FOCUS, /^focus(in)?$/.test(event.type));
|
$(button).toggleClass(ClassName.FOCUS, /^focus(in)?$/.test(event.type));
|
||||||
});
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -518,7 +518,7 @@ var Button = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$.fn[NAME] = Button._jQueryInterface;
|
);$.fn[NAME] = Button._jQueryInterface;
|
||||||
$.fn[NAME].Constructor = Button;
|
$.fn[NAME].Constructor = Button;
|
||||||
$.fn[NAME].noConflict = function () {
|
$.fn[NAME].noConflict = function () {
|
||||||
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
||||||
@ -526,7 +526,7 @@ var Button = function ($) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return Button;
|
return Button;
|
||||||
}(jQuery);
|
}(jQuery
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* --------------------------------------------------------------------------
|
* --------------------------------------------------------------------------
|
||||||
@ -535,7 +535,7 @@ var Button = function ($) {
|
|||||||
* --------------------------------------------------------------------------
|
* --------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var Carousel = function ($) {
|
);var Carousel = function ($) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -607,7 +607,6 @@ var Carousel = function ($) {
|
|||||||
INDICATORS: '.carousel-indicators',
|
INDICATORS: '.carousel-indicators',
|
||||||
DATA_SLIDE: '[data-slide], [data-slide-to]',
|
DATA_SLIDE: '[data-slide], [data-slide-to]',
|
||||||
DATA_RIDE: '[data-ride="carousel"]'
|
DATA_RIDE: '[data-ride="carousel"]'
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -615,6 +614,7 @@ var Carousel = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
};
|
||||||
var Carousel = function () {
|
var Carousel = function () {
|
||||||
function Carousel(element, config) {
|
function Carousel(element, config) {
|
||||||
_classCallCheck(this, Carousel);
|
_classCallCheck(this, Carousel);
|
||||||
@ -1017,7 +1017,7 @@ var Carousel = function ($) {
|
|||||||
var $carousel = $(this);
|
var $carousel = $(this);
|
||||||
Carousel._jQueryInterface.call($carousel, $carousel.data());
|
Carousel._jQueryInterface.call($carousel, $carousel.data());
|
||||||
});
|
});
|
||||||
});
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -1025,7 +1025,7 @@ var Carousel = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$.fn[NAME] = Carousel._jQueryInterface;
|
);$.fn[NAME] = Carousel._jQueryInterface;
|
||||||
$.fn[NAME].Constructor = Carousel;
|
$.fn[NAME].Constructor = Carousel;
|
||||||
$.fn[NAME].noConflict = function () {
|
$.fn[NAME].noConflict = function () {
|
||||||
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
||||||
@ -1033,7 +1033,7 @@ var Carousel = function ($) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return Carousel;
|
return Carousel;
|
||||||
}(jQuery);
|
}(jQuery
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* --------------------------------------------------------------------------
|
* --------------------------------------------------------------------------
|
||||||
@ -1042,7 +1042,7 @@ var Carousel = function ($) {
|
|||||||
* --------------------------------------------------------------------------
|
* --------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var Collapse = function ($) {
|
);var Collapse = function ($) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -1091,7 +1091,6 @@ var Collapse = function ($) {
|
|||||||
var Selector = {
|
var Selector = {
|
||||||
ACTIVES: '.show, .collapsing',
|
ACTIVES: '.show, .collapsing',
|
||||||
DATA_TOGGLE: '[data-toggle="collapse"]'
|
DATA_TOGGLE: '[data-toggle="collapse"]'
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -1099,6 +1098,7 @@ var Collapse = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
};
|
||||||
var Collapse = function () {
|
var Collapse = function () {
|
||||||
function Collapse(element, config) {
|
function Collapse(element, config) {
|
||||||
_classCallCheck(this, Collapse);
|
_classCallCheck(this, Collapse);
|
||||||
@ -1280,8 +1280,8 @@ var Collapse = function ($) {
|
|||||||
|
|
||||||
Collapse.prototype._getConfig = function _getConfig(config) {
|
Collapse.prototype._getConfig = function _getConfig(config) {
|
||||||
config = $.extend({}, Default, config);
|
config = $.extend({}, Default, config);
|
||||||
config.toggle = Boolean(config.toggle); // coerce string values
|
config.toggle = Boolean(config.toggle // coerce string values
|
||||||
Util.typeCheckConfig(NAME, config, DefaultType);
|
);Util.typeCheckConfig(NAME, config, DefaultType);
|
||||||
return config;
|
return config;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -1378,7 +1378,7 @@ var Collapse = function ($) {
|
|||||||
var config = data ? 'toggle' : $trigger.data();
|
var config = data ? 'toggle' : $trigger.data();
|
||||||
Collapse._jQueryInterface.call($target, config);
|
Collapse._jQueryInterface.call($target, config);
|
||||||
});
|
});
|
||||||
});
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -1386,7 +1386,7 @@ var Collapse = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$.fn[NAME] = Collapse._jQueryInterface;
|
);$.fn[NAME] = Collapse._jQueryInterface;
|
||||||
$.fn[NAME].Constructor = Collapse;
|
$.fn[NAME].Constructor = Collapse;
|
||||||
$.fn[NAME].noConflict = function () {
|
$.fn[NAME].noConflict = function () {
|
||||||
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
||||||
@ -1394,7 +1394,7 @@ var Collapse = function ($) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return Collapse;
|
return Collapse;
|
||||||
}(jQuery);
|
}(jQuery
|
||||||
|
|
||||||
/* global Popper */
|
/* global Popper */
|
||||||
|
|
||||||
@ -1405,7 +1405,7 @@ var Collapse = function ($) {
|
|||||||
* --------------------------------------------------------------------------
|
* --------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var Dropdown = function ($) {
|
);var Dropdown = function ($) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Check for Popper dependency
|
* Check for Popper dependency
|
||||||
@ -1479,7 +1479,6 @@ var Dropdown = function ($) {
|
|||||||
placement: 'string',
|
placement: 'string',
|
||||||
offset: '(number|string)',
|
offset: '(number|string)',
|
||||||
flip: 'boolean'
|
flip: 'boolean'
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -1487,6 +1486,7 @@ var Dropdown = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
};
|
||||||
var Dropdown = function () {
|
var Dropdown = function () {
|
||||||
function Dropdown(element, config) {
|
function Dropdown(element, config) {
|
||||||
_classCallCheck(this, Dropdown);
|
_classCallCheck(this, Dropdown);
|
||||||
@ -1812,7 +1812,7 @@ var Dropdown = function ($) {
|
|||||||
Dropdown._jQueryInterface.call($(this), 'toggle');
|
Dropdown._jQueryInterface.call($(this), 'toggle');
|
||||||
}).on(Event.CLICK_DATA_API, Selector.FORM_CHILD, function (e) {
|
}).on(Event.CLICK_DATA_API, Selector.FORM_CHILD, function (e) {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
});
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -1820,7 +1820,7 @@ var Dropdown = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$.fn[NAME] = Dropdown._jQueryInterface;
|
);$.fn[NAME] = Dropdown._jQueryInterface;
|
||||||
$.fn[NAME].Constructor = Dropdown;
|
$.fn[NAME].Constructor = Dropdown;
|
||||||
$.fn[NAME].noConflict = function () {
|
$.fn[NAME].noConflict = function () {
|
||||||
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
||||||
@ -1828,7 +1828,7 @@ var Dropdown = function ($) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return Dropdown;
|
return Dropdown;
|
||||||
}(jQuery);
|
}(jQuery
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* --------------------------------------------------------------------------
|
* --------------------------------------------------------------------------
|
||||||
@ -1837,7 +1837,7 @@ var Dropdown = function ($) {
|
|||||||
* --------------------------------------------------------------------------
|
* --------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var Modal = function ($) {
|
);var Modal = function ($) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -1897,7 +1897,6 @@ var Modal = function ($) {
|
|||||||
DATA_DISMISS: '[data-dismiss="modal"]',
|
DATA_DISMISS: '[data-dismiss="modal"]',
|
||||||
FIXED_CONTENT: '.fixed-top, .fixed-bottom, .is-fixed, .sticky-top',
|
FIXED_CONTENT: '.fixed-top, .fixed-bottom, .is-fixed, .sticky-top',
|
||||||
NAVBAR_TOGGLER: '.navbar-toggler'
|
NAVBAR_TOGGLER: '.navbar-toggler'
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -1905,6 +1904,7 @@ var Modal = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
};
|
||||||
var Modal = function () {
|
var Modal = function () {
|
||||||
function Modal(element, config) {
|
function Modal(element, config) {
|
||||||
_classCallCheck(this, Modal);
|
_classCallCheck(this, Modal);
|
||||||
@ -2096,8 +2096,8 @@ var Modal = function ($) {
|
|||||||
Modal.prototype._enforceFocus = function _enforceFocus() {
|
Modal.prototype._enforceFocus = function _enforceFocus() {
|
||||||
var _this14 = this;
|
var _this14 = this;
|
||||||
|
|
||||||
$(document).off(Event.FOCUSIN) // guard against infinite focus loop
|
$(document).off(Event.FOCUSIN // guard against infinite focus loop
|
||||||
.on(Event.FOCUSIN, function (event) {
|
).on(Event.FOCUSIN, function (event) {
|
||||||
if (document !== event.target && _this14._element !== event.target && !$(_this14._element).has(event.target).length) {
|
if (document !== event.target && _this14._element !== event.target && !$(_this14._element).has(event.target).length) {
|
||||||
_this14._element.focus();
|
_this14._element.focus();
|
||||||
}
|
}
|
||||||
@ -2259,17 +2259,17 @@ var Modal = function ($) {
|
|||||||
var actualPadding = $(element)[0].style.paddingRight;
|
var actualPadding = $(element)[0].style.paddingRight;
|
||||||
var calculatedPadding = $(element).css('padding-right');
|
var calculatedPadding = $(element).css('padding-right');
|
||||||
$(element).data('padding-right', actualPadding).css('padding-right', parseFloat(calculatedPadding) + _this19._scrollbarWidth + 'px');
|
$(element).data('padding-right', actualPadding).css('padding-right', parseFloat(calculatedPadding) + _this19._scrollbarWidth + 'px');
|
||||||
});
|
}
|
||||||
|
|
||||||
// Adjust navbar-toggler margin
|
// Adjust navbar-toggler margin
|
||||||
$(Selector.NAVBAR_TOGGLER).each(function (index, element) {
|
);$(Selector.NAVBAR_TOGGLER).each(function (index, element) {
|
||||||
var actualMargin = $(element)[0].style.marginRight;
|
var actualMargin = $(element)[0].style.marginRight;
|
||||||
var calculatedMargin = $(element).css('margin-right');
|
var calculatedMargin = $(element).css('margin-right');
|
||||||
$(element).data('margin-right', actualMargin).css('margin-right', parseFloat(calculatedMargin) + _this19._scrollbarWidth + 'px');
|
$(element).data('margin-right', actualMargin).css('margin-right', parseFloat(calculatedMargin) + _this19._scrollbarWidth + 'px');
|
||||||
});
|
}
|
||||||
|
|
||||||
// Adjust body padding
|
// Adjust body padding
|
||||||
var actualPadding = document.body.style.paddingRight;
|
);var actualPadding = document.body.style.paddingRight;
|
||||||
var calculatedPadding = $('body').css('padding-right');
|
var calculatedPadding = $('body').css('padding-right');
|
||||||
$('body').data('padding-right', actualPadding).css('padding-right', parseFloat(calculatedPadding) + this._scrollbarWidth + 'px');
|
$('body').data('padding-right', actualPadding).css('padding-right', parseFloat(calculatedPadding) + this._scrollbarWidth + 'px');
|
||||||
}
|
}
|
||||||
@ -2282,18 +2282,18 @@ var Modal = function ($) {
|
|||||||
if (typeof padding !== 'undefined') {
|
if (typeof padding !== 'undefined') {
|
||||||
$(element).css('padding-right', padding).removeData('padding-right');
|
$(element).css('padding-right', padding).removeData('padding-right');
|
||||||
}
|
}
|
||||||
});
|
}
|
||||||
|
|
||||||
// Restore navbar-toggler margin
|
// Restore navbar-toggler margin
|
||||||
$(Selector.NAVBAR_TOGGLER).each(function (index, element) {
|
);$(Selector.NAVBAR_TOGGLER).each(function (index, element) {
|
||||||
var margin = $(element).data('margin-right');
|
var margin = $(element).data('margin-right');
|
||||||
if (typeof margin !== 'undefined') {
|
if (typeof margin !== 'undefined') {
|
||||||
$(element).css('margin-right', margin).removeData('margin-right');
|
$(element).css('margin-right', margin).removeData('margin-right');
|
||||||
}
|
}
|
||||||
});
|
}
|
||||||
|
|
||||||
// Restore body padding
|
// Restore body padding
|
||||||
var padding = $('body').data('padding-right');
|
);var padding = $('body').data('padding-right');
|
||||||
if (typeof padding !== 'undefined') {
|
if (typeof padding !== 'undefined') {
|
||||||
$('body').css('padding-right', padding).removeData('padding-right');
|
$('body').css('padding-right', padding).removeData('padding-right');
|
||||||
}
|
}
|
||||||
@ -2383,7 +2383,7 @@ var Modal = function ($) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
Modal._jQueryInterface.call($(target), config, this);
|
Modal._jQueryInterface.call($(target), config, this);
|
||||||
});
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -2391,7 +2391,7 @@ var Modal = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$.fn[NAME] = Modal._jQueryInterface;
|
);$.fn[NAME] = Modal._jQueryInterface;
|
||||||
$.fn[NAME].Constructor = Modal;
|
$.fn[NAME].Constructor = Modal;
|
||||||
$.fn[NAME].noConflict = function () {
|
$.fn[NAME].noConflict = function () {
|
||||||
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
||||||
@ -2399,7 +2399,7 @@ var Modal = function ($) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return Modal;
|
return Modal;
|
||||||
}(jQuery);
|
}(jQuery
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* --------------------------------------------------------------------------
|
* --------------------------------------------------------------------------
|
||||||
@ -2408,7 +2408,7 @@ var Modal = function ($) {
|
|||||||
* --------------------------------------------------------------------------
|
* --------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var ScrollSpy = function ($) {
|
);var ScrollSpy = function ($) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -2461,7 +2461,6 @@ var ScrollSpy = function ($) {
|
|||||||
var OffsetMethod = {
|
var OffsetMethod = {
|
||||||
OFFSET: 'offset',
|
OFFSET: 'offset',
|
||||||
POSITION: 'position'
|
POSITION: 'position'
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -2469,6 +2468,7 @@ var ScrollSpy = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
};
|
||||||
var ScrollSpy = function () {
|
var ScrollSpy = function () {
|
||||||
function ScrollSpy(element, config) {
|
function ScrollSpy(element, config) {
|
||||||
var _this21 = this;
|
var _this21 = this;
|
||||||
@ -2633,10 +2633,10 @@ var ScrollSpy = function ($) {
|
|||||||
$link.addClass(ClassName.ACTIVE);
|
$link.addClass(ClassName.ACTIVE);
|
||||||
} else {
|
} else {
|
||||||
// Set triggered link as active
|
// Set triggered link as active
|
||||||
$link.addClass(ClassName.ACTIVE);
|
$link.addClass(ClassName.ACTIVE
|
||||||
// Set triggered links parents as active
|
// Set triggered links parents as active
|
||||||
// With both <ul> and <nav> markup a parent is the previous sibling of any nav ancestor
|
// With both <ul> and <nav> markup a parent is the previous sibling of any nav ancestor
|
||||||
$link.parents(Selector.NAV_LIST_GROUP).prev(Selector.NAV_LINKS + ', ' + Selector.LIST_ITEMS).addClass(ClassName.ACTIVE);
|
);$link.parents(Selector.NAV_LIST_GROUP).prev(Selector.NAV_LINKS + ', ' + Selector.LIST_ITEMS).addClass(ClassName.ACTIVE);
|
||||||
}
|
}
|
||||||
|
|
||||||
$(this._scrollElement).trigger(Event.ACTIVATE, {
|
$(this._scrollElement).trigger(Event.ACTIVATE, {
|
||||||
@ -2697,7 +2697,7 @@ var ScrollSpy = function ($) {
|
|||||||
var $spy = $(scrollSpys[i]);
|
var $spy = $(scrollSpys[i]);
|
||||||
ScrollSpy._jQueryInterface.call($spy, $spy.data());
|
ScrollSpy._jQueryInterface.call($spy, $spy.data());
|
||||||
}
|
}
|
||||||
});
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -2705,7 +2705,7 @@ var ScrollSpy = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$.fn[NAME] = ScrollSpy._jQueryInterface;
|
);$.fn[NAME] = ScrollSpy._jQueryInterface;
|
||||||
$.fn[NAME].Constructor = ScrollSpy;
|
$.fn[NAME].Constructor = ScrollSpy;
|
||||||
$.fn[NAME].noConflict = function () {
|
$.fn[NAME].noConflict = function () {
|
||||||
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
||||||
@ -2713,7 +2713,7 @@ var ScrollSpy = function ($) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return ScrollSpy;
|
return ScrollSpy;
|
||||||
}(jQuery);
|
}(jQuery
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* --------------------------------------------------------------------------
|
* --------------------------------------------------------------------------
|
||||||
@ -2722,7 +2722,7 @@ var ScrollSpy = function ($) {
|
|||||||
* --------------------------------------------------------------------------
|
* --------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var Tab = function ($) {
|
);var Tab = function ($) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -2761,7 +2761,6 @@ var Tab = function ($) {
|
|||||||
DATA_TOGGLE: '[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',
|
DATA_TOGGLE: '[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',
|
||||||
DROPDOWN_TOGGLE: '.dropdown-toggle',
|
DROPDOWN_TOGGLE: '.dropdown-toggle',
|
||||||
DROPDOWN_ACTIVE_CHILD: '> .dropdown-menu .active'
|
DROPDOWN_ACTIVE_CHILD: '> .dropdown-menu .active'
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -2769,6 +2768,7 @@ var Tab = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
};
|
||||||
var Tab = function () {
|
var Tab = function () {
|
||||||
function Tab(element) {
|
function Tab(element) {
|
||||||
_classCallCheck(this, Tab);
|
_classCallCheck(this, Tab);
|
||||||
@ -2947,7 +2947,7 @@ var Tab = function ($) {
|
|||||||
$(document).on(Event.CLICK_DATA_API, Selector.DATA_TOGGLE, function (event) {
|
$(document).on(Event.CLICK_DATA_API, Selector.DATA_TOGGLE, function (event) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
Tab._jQueryInterface.call($(this), 'show');
|
Tab._jQueryInterface.call($(this), 'show');
|
||||||
});
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -2955,7 +2955,7 @@ var Tab = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$.fn[NAME] = Tab._jQueryInterface;
|
);$.fn[NAME] = Tab._jQueryInterface;
|
||||||
$.fn[NAME].Constructor = Tab;
|
$.fn[NAME].Constructor = Tab;
|
||||||
$.fn[NAME].noConflict = function () {
|
$.fn[NAME].noConflict = function () {
|
||||||
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
||||||
@ -2963,7 +2963,7 @@ var Tab = function ($) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return Tab;
|
return Tab;
|
||||||
}(jQuery);
|
}(jQuery
|
||||||
|
|
||||||
/* global Popper */
|
/* global Popper */
|
||||||
|
|
||||||
@ -2974,7 +2974,7 @@ var Tab = function ($) {
|
|||||||
* --------------------------------------------------------------------------
|
* --------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var Tooltip = function ($) {
|
);var Tooltip = function ($) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Check for Popper dependency
|
* Check for Popper dependency
|
||||||
@ -3069,7 +3069,6 @@ var Tooltip = function ($) {
|
|||||||
FOCUS: 'focus',
|
FOCUS: 'focus',
|
||||||
CLICK: 'click',
|
CLICK: 'click',
|
||||||
MANUAL: 'manual'
|
MANUAL: 'manual'
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -3077,6 +3076,7 @@ var Tooltip = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
};
|
||||||
var Tooltip = function () {
|
var Tooltip = function () {
|
||||||
function Tooltip(element, config) {
|
function Tooltip(element, config) {
|
||||||
_classCallCheck(this, Tooltip);
|
_classCallCheck(this, Tooltip);
|
||||||
@ -3233,13 +3233,13 @@ var Tooltip = function ($) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
$(tip).addClass(ClassName.SHOW);
|
$(tip).addClass(ClassName.SHOW
|
||||||
|
|
||||||
// if this is a touch-enabled device we add extra
|
// if this is a touch-enabled device we add extra
|
||||||
// empty mouseover listeners to the body's immediate children;
|
// empty mouseover listeners to the body's immediate children;
|
||||||
// only needed because of broken event delegation on iOS
|
// only needed because of broken event delegation on iOS
|
||||||
// https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html
|
// https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html
|
||||||
if ('ontouchstart' in document.documentElement) {
|
);if ('ontouchstart' in document.documentElement) {
|
||||||
$('body').children().on('mouseover', null, $.noop);
|
$('body').children().on('mouseover', null, $.noop);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3293,11 +3293,11 @@ var Tooltip = function ($) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$(tip).removeClass(ClassName.SHOW);
|
$(tip).removeClass(ClassName.SHOW
|
||||||
|
|
||||||
// if this is a touch-enabled device we remove the extra
|
// if this is a touch-enabled device we remove the extra
|
||||||
// empty mouseover listeners we added for iOS support
|
// empty mouseover listeners we added for iOS support
|
||||||
if ('ontouchstart' in document.documentElement) {
|
);if ('ontouchstart' in document.documentElement) {
|
||||||
$('body').children().off('mouseover', null, $.noop);
|
$('body').children().off('mouseover', null, $.noop);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3638,7 +3638,7 @@ var Tooltip = function ($) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return Tooltip;
|
return Tooltip;
|
||||||
}(jQuery);
|
}(jQuery
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* --------------------------------------------------------------------------
|
* --------------------------------------------------------------------------
|
||||||
@ -3647,7 +3647,7 @@ var Tooltip = function ($) {
|
|||||||
* --------------------------------------------------------------------------
|
* --------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var Popover = function ($) {
|
);var Popover = function ($) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -3695,7 +3695,6 @@ var Popover = function ($) {
|
|||||||
FOCUSOUT: 'focusout' + EVENT_KEY,
|
FOCUSOUT: 'focusout' + EVENT_KEY,
|
||||||
MOUSEENTER: 'mouseenter' + EVENT_KEY,
|
MOUSEENTER: 'mouseenter' + EVENT_KEY,
|
||||||
MOUSELEAVE: 'mouseleave' + EVENT_KEY
|
MOUSELEAVE: 'mouseleave' + EVENT_KEY
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -3703,6 +3702,7 @@ var Popover = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
};
|
||||||
var Popover = function (_Tooltip) {
|
var Popover = function (_Tooltip) {
|
||||||
_inherits(Popover, _Tooltip);
|
_inherits(Popover, _Tooltip);
|
||||||
|
|
||||||
@ -3727,10 +3727,10 @@ var Popover = function ($) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
Popover.prototype.setContent = function setContent() {
|
Popover.prototype.setContent = function setContent() {
|
||||||
var $tip = $(this.getTipElement());
|
var $tip = $(this.getTipElement()
|
||||||
|
|
||||||
// we use append for html objects to maintain js events
|
// we use append for html objects to maintain js events
|
||||||
this.setElementContent($tip.find(Selector.TITLE), this.getTitle());
|
);this.setElementContent($tip.find(Selector.TITLE), this.getTitle());
|
||||||
this.setElementContent($tip.find(Selector.CONTENT), this._getContent());
|
this.setElementContent($tip.find(Selector.CONTENT), this._getContent());
|
||||||
|
|
||||||
$tip.removeClass(ClassName.FADE + ' ' + ClassName.SHOW);
|
$tip.removeClass(ClassName.FADE + ' ' + ClassName.SHOW);
|
||||||
|
6
js/dist/alert.js
vendored
6
js/dist/alert.js
vendored
@ -39,7 +39,6 @@ var Alert = function ($) {
|
|||||||
ALERT: 'alert',
|
ALERT: 'alert',
|
||||||
FADE: 'fade',
|
FADE: 'fade',
|
||||||
SHOW: 'show'
|
SHOW: 'show'
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -47,6 +46,7 @@ var Alert = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
};
|
||||||
var Alert = function () {
|
var Alert = function () {
|
||||||
function Alert(element) {
|
function Alert(element) {
|
||||||
_classCallCheck(this, Alert);
|
_classCallCheck(this, Alert);
|
||||||
@ -163,7 +163,7 @@ var Alert = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$(document).on(Event.CLICK_DATA_API, Selector.DISMISS, Alert._handleDismiss(new Alert()));
|
$(document).on(Event.CLICK_DATA_API, Selector.DISMISS, Alert._handleDismiss(new Alert())
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -171,7 +171,7 @@ var Alert = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$.fn[NAME] = Alert._jQueryInterface;
|
);$.fn[NAME] = Alert._jQueryInterface;
|
||||||
$.fn[NAME].Constructor = Alert;
|
$.fn[NAME].Constructor = Alert;
|
||||||
$.fn[NAME].noConflict = function () {
|
$.fn[NAME].noConflict = function () {
|
||||||
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
||||||
|
2
js/dist/alert.js.map
vendored
2
js/dist/alert.js.map
vendored
File diff suppressed because one or more lines are too long
6
js/dist/button.js
vendored
6
js/dist/button.js
vendored
@ -41,7 +41,6 @@ var Button = function ($) {
|
|||||||
var Event = {
|
var Event = {
|
||||||
CLICK_DATA_API: 'click' + EVENT_KEY + DATA_API_KEY,
|
CLICK_DATA_API: 'click' + EVENT_KEY + DATA_API_KEY,
|
||||||
FOCUS_BLUR_DATA_API: 'focus' + EVENT_KEY + DATA_API_KEY + ' ' + ('blur' + EVENT_KEY + DATA_API_KEY)
|
FOCUS_BLUR_DATA_API: 'focus' + EVENT_KEY + DATA_API_KEY + ' ' + ('blur' + EVENT_KEY + DATA_API_KEY)
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -49,6 +48,7 @@ var Button = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
};
|
||||||
var Button = function () {
|
var Button = function () {
|
||||||
function Button(element) {
|
function Button(element) {
|
||||||
_classCallCheck(this, Button);
|
_classCallCheck(this, Button);
|
||||||
@ -154,7 +154,7 @@ var Button = function ($) {
|
|||||||
}).on(Event.FOCUS_BLUR_DATA_API, Selector.DATA_TOGGLE_CARROT, function (event) {
|
}).on(Event.FOCUS_BLUR_DATA_API, Selector.DATA_TOGGLE_CARROT, function (event) {
|
||||||
var button = $(event.target).closest(Selector.BUTTON)[0];
|
var button = $(event.target).closest(Selector.BUTTON)[0];
|
||||||
$(button).toggleClass(ClassName.FOCUS, /^focus(in)?$/.test(event.type));
|
$(button).toggleClass(ClassName.FOCUS, /^focus(in)?$/.test(event.type));
|
||||||
});
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -162,7 +162,7 @@ var Button = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$.fn[NAME] = Button._jQueryInterface;
|
);$.fn[NAME] = Button._jQueryInterface;
|
||||||
$.fn[NAME].Constructor = Button;
|
$.fn[NAME].Constructor = Button;
|
||||||
$.fn[NAME].noConflict = function () {
|
$.fn[NAME].noConflict = function () {
|
||||||
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
||||||
|
2
js/dist/button.js.map
vendored
2
js/dist/button.js.map
vendored
File diff suppressed because one or more lines are too long
6
js/dist/carousel.js
vendored
6
js/dist/carousel.js
vendored
@ -83,7 +83,6 @@ var Carousel = function ($) {
|
|||||||
INDICATORS: '.carousel-indicators',
|
INDICATORS: '.carousel-indicators',
|
||||||
DATA_SLIDE: '[data-slide], [data-slide-to]',
|
DATA_SLIDE: '[data-slide], [data-slide-to]',
|
||||||
DATA_RIDE: '[data-ride="carousel"]'
|
DATA_RIDE: '[data-ride="carousel"]'
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -91,6 +90,7 @@ var Carousel = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
};
|
||||||
var Carousel = function () {
|
var Carousel = function () {
|
||||||
function Carousel(element, config) {
|
function Carousel(element, config) {
|
||||||
_classCallCheck(this, Carousel);
|
_classCallCheck(this, Carousel);
|
||||||
@ -493,7 +493,7 @@ var Carousel = function ($) {
|
|||||||
var $carousel = $(this);
|
var $carousel = $(this);
|
||||||
Carousel._jQueryInterface.call($carousel, $carousel.data());
|
Carousel._jQueryInterface.call($carousel, $carousel.data());
|
||||||
});
|
});
|
||||||
});
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -501,7 +501,7 @@ var Carousel = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$.fn[NAME] = Carousel._jQueryInterface;
|
);$.fn[NAME] = Carousel._jQueryInterface;
|
||||||
$.fn[NAME].Constructor = Carousel;
|
$.fn[NAME].Constructor = Carousel;
|
||||||
$.fn[NAME].noConflict = function () {
|
$.fn[NAME].noConflict = function () {
|
||||||
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
||||||
|
2
js/dist/carousel.js.map
vendored
2
js/dist/carousel.js.map
vendored
File diff suppressed because one or more lines are too long
10
js/dist/collapse.js
vendored
10
js/dist/collapse.js
vendored
@ -60,7 +60,6 @@ var Collapse = function ($) {
|
|||||||
var Selector = {
|
var Selector = {
|
||||||
ACTIVES: '.show, .collapsing',
|
ACTIVES: '.show, .collapsing',
|
||||||
DATA_TOGGLE: '[data-toggle="collapse"]'
|
DATA_TOGGLE: '[data-toggle="collapse"]'
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -68,6 +67,7 @@ var Collapse = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
};
|
||||||
var Collapse = function () {
|
var Collapse = function () {
|
||||||
function Collapse(element, config) {
|
function Collapse(element, config) {
|
||||||
_classCallCheck(this, Collapse);
|
_classCallCheck(this, Collapse);
|
||||||
@ -249,8 +249,8 @@ var Collapse = function ($) {
|
|||||||
|
|
||||||
Collapse.prototype._getConfig = function _getConfig(config) {
|
Collapse.prototype._getConfig = function _getConfig(config) {
|
||||||
config = $.extend({}, Default, config);
|
config = $.extend({}, Default, config);
|
||||||
config.toggle = Boolean(config.toggle); // coerce string values
|
config.toggle = Boolean(config.toggle // coerce string values
|
||||||
Util.typeCheckConfig(NAME, config, DefaultType);
|
);Util.typeCheckConfig(NAME, config, DefaultType);
|
||||||
return config;
|
return config;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -347,7 +347,7 @@ var Collapse = function ($) {
|
|||||||
var config = data ? 'toggle' : $trigger.data();
|
var config = data ? 'toggle' : $trigger.data();
|
||||||
Collapse._jQueryInterface.call($target, config);
|
Collapse._jQueryInterface.call($target, config);
|
||||||
});
|
});
|
||||||
});
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -355,7 +355,7 @@ var Collapse = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$.fn[NAME] = Collapse._jQueryInterface;
|
);$.fn[NAME] = Collapse._jQueryInterface;
|
||||||
$.fn[NAME].Constructor = Collapse;
|
$.fn[NAME].Constructor = Collapse;
|
||||||
$.fn[NAME].noConflict = function () {
|
$.fn[NAME].noConflict = function () {
|
||||||
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
||||||
|
2
js/dist/collapse.js.map
vendored
2
js/dist/collapse.js.map
vendored
File diff suppressed because one or more lines are too long
6
js/dist/dropdown.js
vendored
6
js/dist/dropdown.js
vendored
@ -85,7 +85,6 @@ var Dropdown = function ($) {
|
|||||||
placement: 'string',
|
placement: 'string',
|
||||||
offset: '(number|string)',
|
offset: '(number|string)',
|
||||||
flip: 'boolean'
|
flip: 'boolean'
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -93,6 +92,7 @@ var Dropdown = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
};
|
||||||
var Dropdown = function () {
|
var Dropdown = function () {
|
||||||
function Dropdown(element, config) {
|
function Dropdown(element, config) {
|
||||||
_classCallCheck(this, Dropdown);
|
_classCallCheck(this, Dropdown);
|
||||||
@ -418,7 +418,7 @@ var Dropdown = function ($) {
|
|||||||
Dropdown._jQueryInterface.call($(this), 'toggle');
|
Dropdown._jQueryInterface.call($(this), 'toggle');
|
||||||
}).on(Event.CLICK_DATA_API, Selector.FORM_CHILD, function (e) {
|
}).on(Event.CLICK_DATA_API, Selector.FORM_CHILD, function (e) {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
});
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -426,7 +426,7 @@ var Dropdown = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$.fn[NAME] = Dropdown._jQueryInterface;
|
);$.fn[NAME] = Dropdown._jQueryInterface;
|
||||||
$.fn[NAME].Constructor = Dropdown;
|
$.fn[NAME].Constructor = Dropdown;
|
||||||
$.fn[NAME].noConflict = function () {
|
$.fn[NAME].noConflict = function () {
|
||||||
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
||||||
|
2
js/dist/dropdown.js.map
vendored
2
js/dist/dropdown.js.map
vendored
File diff suppressed because one or more lines are too long
26
js/dist/modal.js
vendored
26
js/dist/modal.js
vendored
@ -71,7 +71,6 @@ var Modal = function ($) {
|
|||||||
DATA_DISMISS: '[data-dismiss="modal"]',
|
DATA_DISMISS: '[data-dismiss="modal"]',
|
||||||
FIXED_CONTENT: '.fixed-top, .fixed-bottom, .is-fixed, .sticky-top',
|
FIXED_CONTENT: '.fixed-top, .fixed-bottom, .is-fixed, .sticky-top',
|
||||||
NAVBAR_TOGGLER: '.navbar-toggler'
|
NAVBAR_TOGGLER: '.navbar-toggler'
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -79,6 +78,7 @@ var Modal = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
};
|
||||||
var Modal = function () {
|
var Modal = function () {
|
||||||
function Modal(element, config) {
|
function Modal(element, config) {
|
||||||
_classCallCheck(this, Modal);
|
_classCallCheck(this, Modal);
|
||||||
@ -270,8 +270,8 @@ var Modal = function ($) {
|
|||||||
Modal.prototype._enforceFocus = function _enforceFocus() {
|
Modal.prototype._enforceFocus = function _enforceFocus() {
|
||||||
var _this4 = this;
|
var _this4 = this;
|
||||||
|
|
||||||
$(document).off(Event.FOCUSIN) // guard against infinite focus loop
|
$(document).off(Event.FOCUSIN // guard against infinite focus loop
|
||||||
.on(Event.FOCUSIN, function (event) {
|
).on(Event.FOCUSIN, function (event) {
|
||||||
if (document !== event.target && _this4._element !== event.target && !$(_this4._element).has(event.target).length) {
|
if (document !== event.target && _this4._element !== event.target && !$(_this4._element).has(event.target).length) {
|
||||||
_this4._element.focus();
|
_this4._element.focus();
|
||||||
}
|
}
|
||||||
@ -433,17 +433,17 @@ var Modal = function ($) {
|
|||||||
var actualPadding = $(element)[0].style.paddingRight;
|
var actualPadding = $(element)[0].style.paddingRight;
|
||||||
var calculatedPadding = $(element).css('padding-right');
|
var calculatedPadding = $(element).css('padding-right');
|
||||||
$(element).data('padding-right', actualPadding).css('padding-right', parseFloat(calculatedPadding) + _this9._scrollbarWidth + 'px');
|
$(element).data('padding-right', actualPadding).css('padding-right', parseFloat(calculatedPadding) + _this9._scrollbarWidth + 'px');
|
||||||
});
|
}
|
||||||
|
|
||||||
// Adjust navbar-toggler margin
|
// Adjust navbar-toggler margin
|
||||||
$(Selector.NAVBAR_TOGGLER).each(function (index, element) {
|
);$(Selector.NAVBAR_TOGGLER).each(function (index, element) {
|
||||||
var actualMargin = $(element)[0].style.marginRight;
|
var actualMargin = $(element)[0].style.marginRight;
|
||||||
var calculatedMargin = $(element).css('margin-right');
|
var calculatedMargin = $(element).css('margin-right');
|
||||||
$(element).data('margin-right', actualMargin).css('margin-right', parseFloat(calculatedMargin) + _this9._scrollbarWidth + 'px');
|
$(element).data('margin-right', actualMargin).css('margin-right', parseFloat(calculatedMargin) + _this9._scrollbarWidth + 'px');
|
||||||
});
|
}
|
||||||
|
|
||||||
// Adjust body padding
|
// Adjust body padding
|
||||||
var actualPadding = document.body.style.paddingRight;
|
);var actualPadding = document.body.style.paddingRight;
|
||||||
var calculatedPadding = $('body').css('padding-right');
|
var calculatedPadding = $('body').css('padding-right');
|
||||||
$('body').data('padding-right', actualPadding).css('padding-right', parseFloat(calculatedPadding) + this._scrollbarWidth + 'px');
|
$('body').data('padding-right', actualPadding).css('padding-right', parseFloat(calculatedPadding) + this._scrollbarWidth + 'px');
|
||||||
}
|
}
|
||||||
@ -456,18 +456,18 @@ var Modal = function ($) {
|
|||||||
if (typeof padding !== 'undefined') {
|
if (typeof padding !== 'undefined') {
|
||||||
$(element).css('padding-right', padding).removeData('padding-right');
|
$(element).css('padding-right', padding).removeData('padding-right');
|
||||||
}
|
}
|
||||||
});
|
}
|
||||||
|
|
||||||
// Restore navbar-toggler margin
|
// Restore navbar-toggler margin
|
||||||
$(Selector.NAVBAR_TOGGLER).each(function (index, element) {
|
);$(Selector.NAVBAR_TOGGLER).each(function (index, element) {
|
||||||
var margin = $(element).data('margin-right');
|
var margin = $(element).data('margin-right');
|
||||||
if (typeof margin !== 'undefined') {
|
if (typeof margin !== 'undefined') {
|
||||||
$(element).css('margin-right', margin).removeData('margin-right');
|
$(element).css('margin-right', margin).removeData('margin-right');
|
||||||
}
|
}
|
||||||
});
|
}
|
||||||
|
|
||||||
// Restore body padding
|
// Restore body padding
|
||||||
var padding = $('body').data('padding-right');
|
);var padding = $('body').data('padding-right');
|
||||||
if (typeof padding !== 'undefined') {
|
if (typeof padding !== 'undefined') {
|
||||||
$('body').css('padding-right', padding).removeData('padding-right');
|
$('body').css('padding-right', padding).removeData('padding-right');
|
||||||
}
|
}
|
||||||
@ -557,7 +557,7 @@ var Modal = function ($) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
Modal._jQueryInterface.call($(target), config, this);
|
Modal._jQueryInterface.call($(target), config, this);
|
||||||
});
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -565,7 +565,7 @@ var Modal = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$.fn[NAME] = Modal._jQueryInterface;
|
);$.fn[NAME] = Modal._jQueryInterface;
|
||||||
$.fn[NAME].Constructor = Modal;
|
$.fn[NAME].Constructor = Modal;
|
||||||
$.fn[NAME].noConflict = function () {
|
$.fn[NAME].noConflict = function () {
|
||||||
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
||||||
|
2
js/dist/modal.js.map
vendored
2
js/dist/modal.js.map
vendored
File diff suppressed because one or more lines are too long
6
js/dist/popover.js
vendored
6
js/dist/popover.js
vendored
@ -63,7 +63,6 @@ var Popover = function ($) {
|
|||||||
FOCUSOUT: 'focusout' + EVENT_KEY,
|
FOCUSOUT: 'focusout' + EVENT_KEY,
|
||||||
MOUSEENTER: 'mouseenter' + EVENT_KEY,
|
MOUSEENTER: 'mouseenter' + EVENT_KEY,
|
||||||
MOUSELEAVE: 'mouseleave' + EVENT_KEY
|
MOUSELEAVE: 'mouseleave' + EVENT_KEY
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -71,6 +70,7 @@ var Popover = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
};
|
||||||
var Popover = function (_Tooltip) {
|
var Popover = function (_Tooltip) {
|
||||||
_inherits(Popover, _Tooltip);
|
_inherits(Popover, _Tooltip);
|
||||||
|
|
||||||
@ -95,10 +95,10 @@ var Popover = function ($) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
Popover.prototype.setContent = function setContent() {
|
Popover.prototype.setContent = function setContent() {
|
||||||
var $tip = $(this.getTipElement());
|
var $tip = $(this.getTipElement()
|
||||||
|
|
||||||
// we use append for html objects to maintain js events
|
// we use append for html objects to maintain js events
|
||||||
this.setElementContent($tip.find(Selector.TITLE), this.getTitle());
|
);this.setElementContent($tip.find(Selector.TITLE), this.getTitle());
|
||||||
this.setElementContent($tip.find(Selector.CONTENT), this._getContent());
|
this.setElementContent($tip.find(Selector.CONTENT), this._getContent());
|
||||||
|
|
||||||
$tip.removeClass(ClassName.FADE + ' ' + ClassName.SHOW);
|
$tip.removeClass(ClassName.FADE + ' ' + ClassName.SHOW);
|
||||||
|
2
js/dist/popover.js.map
vendored
2
js/dist/popover.js.map
vendored
File diff suppressed because one or more lines are too long
10
js/dist/scrollspy.js
vendored
10
js/dist/scrollspy.js
vendored
@ -64,7 +64,6 @@ var ScrollSpy = function ($) {
|
|||||||
var OffsetMethod = {
|
var OffsetMethod = {
|
||||||
OFFSET: 'offset',
|
OFFSET: 'offset',
|
||||||
POSITION: 'position'
|
POSITION: 'position'
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -72,6 +71,7 @@ var ScrollSpy = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
};
|
||||||
var ScrollSpy = function () {
|
var ScrollSpy = function () {
|
||||||
function ScrollSpy(element, config) {
|
function ScrollSpy(element, config) {
|
||||||
var _this = this;
|
var _this = this;
|
||||||
@ -236,10 +236,10 @@ var ScrollSpy = function ($) {
|
|||||||
$link.addClass(ClassName.ACTIVE);
|
$link.addClass(ClassName.ACTIVE);
|
||||||
} else {
|
} else {
|
||||||
// Set triggered link as active
|
// Set triggered link as active
|
||||||
$link.addClass(ClassName.ACTIVE);
|
$link.addClass(ClassName.ACTIVE
|
||||||
// Set triggered links parents as active
|
// Set triggered links parents as active
|
||||||
// With both <ul> and <nav> markup a parent is the previous sibling of any nav ancestor
|
// With both <ul> and <nav> markup a parent is the previous sibling of any nav ancestor
|
||||||
$link.parents(Selector.NAV_LIST_GROUP).prev(Selector.NAV_LINKS + ', ' + Selector.LIST_ITEMS).addClass(ClassName.ACTIVE);
|
);$link.parents(Selector.NAV_LIST_GROUP).prev(Selector.NAV_LINKS + ', ' + Selector.LIST_ITEMS).addClass(ClassName.ACTIVE);
|
||||||
}
|
}
|
||||||
|
|
||||||
$(this._scrollElement).trigger(Event.ACTIVATE, {
|
$(this._scrollElement).trigger(Event.ACTIVATE, {
|
||||||
@ -300,7 +300,7 @@ var ScrollSpy = function ($) {
|
|||||||
var $spy = $(scrollSpys[i]);
|
var $spy = $(scrollSpys[i]);
|
||||||
ScrollSpy._jQueryInterface.call($spy, $spy.data());
|
ScrollSpy._jQueryInterface.call($spy, $spy.data());
|
||||||
}
|
}
|
||||||
});
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -308,7 +308,7 @@ var ScrollSpy = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$.fn[NAME] = ScrollSpy._jQueryInterface;
|
);$.fn[NAME] = ScrollSpy._jQueryInterface;
|
||||||
$.fn[NAME].Constructor = ScrollSpy;
|
$.fn[NAME].Constructor = ScrollSpy;
|
||||||
$.fn[NAME].noConflict = function () {
|
$.fn[NAME].noConflict = function () {
|
||||||
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
||||||
|
2
js/dist/scrollspy.js.map
vendored
2
js/dist/scrollspy.js.map
vendored
File diff suppressed because one or more lines are too long
6
js/dist/tab.js
vendored
6
js/dist/tab.js
vendored
@ -48,7 +48,6 @@ var Tab = function ($) {
|
|||||||
DATA_TOGGLE: '[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',
|
DATA_TOGGLE: '[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',
|
||||||
DROPDOWN_TOGGLE: '.dropdown-toggle',
|
DROPDOWN_TOGGLE: '.dropdown-toggle',
|
||||||
DROPDOWN_ACTIVE_CHILD: '> .dropdown-menu .active'
|
DROPDOWN_ACTIVE_CHILD: '> .dropdown-menu .active'
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -56,6 +55,7 @@ var Tab = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
};
|
||||||
var Tab = function () {
|
var Tab = function () {
|
||||||
function Tab(element) {
|
function Tab(element) {
|
||||||
_classCallCheck(this, Tab);
|
_classCallCheck(this, Tab);
|
||||||
@ -234,7 +234,7 @@ var Tab = function ($) {
|
|||||||
$(document).on(Event.CLICK_DATA_API, Selector.DATA_TOGGLE, function (event) {
|
$(document).on(Event.CLICK_DATA_API, Selector.DATA_TOGGLE, function (event) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
Tab._jQueryInterface.call($(this), 'show');
|
Tab._jQueryInterface.call($(this), 'show');
|
||||||
});
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -242,7 +242,7 @@ var Tab = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$.fn[NAME] = Tab._jQueryInterface;
|
);$.fn[NAME] = Tab._jQueryInterface;
|
||||||
$.fn[NAME].Constructor = Tab;
|
$.fn[NAME].Constructor = Tab;
|
||||||
$.fn[NAME].noConflict = function () {
|
$.fn[NAME].noConflict = function () {
|
||||||
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
$.fn[NAME] = JQUERY_NO_CONFLICT;
|
||||||
|
2
js/dist/tab.js.map
vendored
2
js/dist/tab.js.map
vendored
File diff suppressed because one or more lines are too long
10
js/dist/tooltip.js
vendored
10
js/dist/tooltip.js
vendored
@ -106,7 +106,6 @@ var Tooltip = function ($) {
|
|||||||
FOCUS: 'focus',
|
FOCUS: 'focus',
|
||||||
CLICK: 'click',
|
CLICK: 'click',
|
||||||
MANUAL: 'manual'
|
MANUAL: 'manual'
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
@ -114,6 +113,7 @@ var Tooltip = function ($) {
|
|||||||
* ------------------------------------------------------------------------
|
* ------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
};
|
||||||
var Tooltip = function () {
|
var Tooltip = function () {
|
||||||
function Tooltip(element, config) {
|
function Tooltip(element, config) {
|
||||||
_classCallCheck(this, Tooltip);
|
_classCallCheck(this, Tooltip);
|
||||||
@ -270,13 +270,13 @@ var Tooltip = function ($) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
$(tip).addClass(ClassName.SHOW);
|
$(tip).addClass(ClassName.SHOW
|
||||||
|
|
||||||
// if this is a touch-enabled device we add extra
|
// if this is a touch-enabled device we add extra
|
||||||
// empty mouseover listeners to the body's immediate children;
|
// empty mouseover listeners to the body's immediate children;
|
||||||
// only needed because of broken event delegation on iOS
|
// only needed because of broken event delegation on iOS
|
||||||
// https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html
|
// https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html
|
||||||
if ('ontouchstart' in document.documentElement) {
|
);if ('ontouchstart' in document.documentElement) {
|
||||||
$('body').children().on('mouseover', null, $.noop);
|
$('body').children().on('mouseover', null, $.noop);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -330,11 +330,11 @@ var Tooltip = function ($) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$(tip).removeClass(ClassName.SHOW);
|
$(tip).removeClass(ClassName.SHOW
|
||||||
|
|
||||||
// if this is a touch-enabled device we remove the extra
|
// if this is a touch-enabled device we remove the extra
|
||||||
// empty mouseover listeners we added for iOS support
|
// empty mouseover listeners we added for iOS support
|
||||||
if ('ontouchstart' in document.documentElement) {
|
);if ('ontouchstart' in document.documentElement) {
|
||||||
$('body').children().off('mouseover', null, $.noop);
|
$('body').children().off('mouseover', null, $.noop);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
js/dist/tooltip.js.map
vendored
2
js/dist/tooltip.js.map
vendored
File diff suppressed because one or more lines are too long
6
js/dist/util.js
vendored
6
js/dist/util.js
vendored
@ -22,10 +22,9 @@ var Util = function ($) {
|
|||||||
MozTransition: 'transitionend',
|
MozTransition: 'transitionend',
|
||||||
OTransition: 'oTransitionEnd otransitionend',
|
OTransition: 'oTransitionEnd otransitionend',
|
||||||
transition: 'transitionend'
|
transition: 'transitionend'
|
||||||
};
|
|
||||||
|
|
||||||
// shoutout AngusCroll (https://goo.gl/pxwQGp)
|
// shoutout AngusCroll (https://goo.gl/pxwQGp)
|
||||||
function toType(obj) {
|
};function toType(obj) {
|
||||||
return {}.toString.call(obj).match(/\s([a-zA-Z]+)/)[1].toLowerCase();
|
return {}.toString.call(obj).match(/\s([a-zA-Z]+)/)[1].toLowerCase();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -39,7 +38,8 @@ var Util = function ($) {
|
|||||||
delegateType: transition.end,
|
delegateType: transition.end,
|
||||||
handle: function handle(event) {
|
handle: function handle(event) {
|
||||||
if ($(event.target).is(this)) {
|
if ($(event.target).is(this)) {
|
||||||
return event.handleObj.handler.apply(this, arguments); // eslint-disable-line prefer-rest-params
|
return event.handleObj.handler.apply(this, arguments // eslint-disable-line prefer-rest-params
|
||||||
|
);
|
||||||
}
|
}
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
}
|
||||||
|
2
js/dist/util.js.map
vendored
2
js/dist/util.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user