mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-16 20:50:24 +00:00
grunt
This commit is contained in:
parent
c56a651b7d
commit
342e19ae89
22 changed files with 1943 additions and 13 deletions
959
dist/css/bootstrap-grid.css
vendored
959
dist/css/bootstrap-grid.css
vendored
|
|
@ -1336,4 +1336,963 @@ html {
|
|||
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;
|
||||
order: 1;
|
||||
}
|
||||
|
||||
.order-0 {
|
||||
-webkit-box-ordinal-group: 1;
|
||||
-webkit-order: 0;
|
||||
-ms-flex-order: 0;
|
||||
order: 0;
|
||||
}
|
||||
|
||||
.flex-row {
|
||||
-webkit-box-orient: horizontal !important;
|
||||
-webkit-box-direction: normal !important;
|
||||
-webkit-flex-direction: row !important;
|
||||
-ms-flex-direction: row !important;
|
||||
flex-direction: row !important;
|
||||
}
|
||||
|
||||
.flex-column {
|
||||
-webkit-box-orient: vertical !important;
|
||||
-webkit-box-direction: normal !important;
|
||||
-webkit-flex-direction: column !important;
|
||||
-ms-flex-direction: column !important;
|
||||
flex-direction: column !important;
|
||||
}
|
||||
|
||||
.flex-row-reverse {
|
||||
-webkit-box-orient: horizontal !important;
|
||||
-webkit-box-direction: reverse !important;
|
||||
-webkit-flex-direction: row-reverse !important;
|
||||
-ms-flex-direction: row-reverse !important;
|
||||
flex-direction: row-reverse !important;
|
||||
}
|
||||
|
||||
.flex-column-reverse {
|
||||
-webkit-box-orient: vertical !important;
|
||||
-webkit-box-direction: reverse !important;
|
||||
-webkit-flex-direction: column-reverse !important;
|
||||
-ms-flex-direction: column-reverse !important;
|
||||
flex-direction: column-reverse !important;
|
||||
}
|
||||
|
||||
.flex-wrap {
|
||||
-webkit-flex-wrap: wrap !important;
|
||||
-ms-flex-wrap: wrap !important;
|
||||
flex-wrap: wrap !important;
|
||||
}
|
||||
|
||||
.flex-nowrap {
|
||||
-webkit-flex-wrap: nowrap !important;
|
||||
-ms-flex-wrap: nowrap !important;
|
||||
flex-wrap: nowrap !important;
|
||||
}
|
||||
|
||||
.flex-wrap-reverse {
|
||||
-webkit-flex-wrap: wrap-reverse !important;
|
||||
-ms-flex-wrap: wrap-reverse !important;
|
||||
flex-wrap: wrap-reverse !important;
|
||||
}
|
||||
|
||||
.justify-content-start {
|
||||
-webkit-box-pack: start !important;
|
||||
-webkit-justify-content: flex-start !important;
|
||||
-ms-flex-pack: start !important;
|
||||
justify-content: flex-start !important;
|
||||
}
|
||||
|
||||
.justify-content-end {
|
||||
-webkit-box-pack: end !important;
|
||||
-webkit-justify-content: flex-end !important;
|
||||
-ms-flex-pack: end !important;
|
||||
justify-content: flex-end !important;
|
||||
}
|
||||
|
||||
.justify-content-center {
|
||||
-webkit-box-pack: center !important;
|
||||
-webkit-justify-content: center !important;
|
||||
-ms-flex-pack: center !important;
|
||||
justify-content: center !important;
|
||||
}
|
||||
|
||||
.justify-content-between {
|
||||
-webkit-box-pack: justify !important;
|
||||
-webkit-justify-content: space-between !important;
|
||||
-ms-flex-pack: justify !important;
|
||||
justify-content: space-between !important;
|
||||
}
|
||||
|
||||
.justify-content-around {
|
||||
-webkit-justify-content: space-around !important;
|
||||
-ms-flex-pack: distribute !important;
|
||||
justify-content: space-around !important;
|
||||
}
|
||||
|
||||
.align-items-start {
|
||||
-webkit-box-align: start !important;
|
||||
-webkit-align-items: flex-start !important;
|
||||
-ms-flex-align: start !important;
|
||||
align-items: flex-start !important;
|
||||
}
|
||||
|
||||
.align-items-end {
|
||||
-webkit-box-align: end !important;
|
||||
-webkit-align-items: flex-end !important;
|
||||
-ms-flex-align: end !important;
|
||||
align-items: flex-end !important;
|
||||
}
|
||||
|
||||
.align-items-center {
|
||||
-webkit-box-align: center !important;
|
||||
-webkit-align-items: center !important;
|
||||
-ms-flex-align: center !important;
|
||||
align-items: center !important;
|
||||
}
|
||||
|
||||
.align-items-baseline {
|
||||
-webkit-box-align: baseline !important;
|
||||
-webkit-align-items: baseline !important;
|
||||
-ms-flex-align: baseline !important;
|
||||
align-items: baseline !important;
|
||||
}
|
||||
|
||||
.align-items-stretch {
|
||||
-webkit-box-align: stretch !important;
|
||||
-webkit-align-items: stretch !important;
|
||||
-ms-flex-align: stretch !important;
|
||||
align-items: stretch !important;
|
||||
}
|
||||
|
||||
.align-content-start {
|
||||
-webkit-align-content: flex-start !important;
|
||||
-ms-flex-line-pack: start !important;
|
||||
align-content: flex-start !important;
|
||||
}
|
||||
|
||||
.align-content-end {
|
||||
-webkit-align-content: flex-end !important;
|
||||
-ms-flex-line-pack: end !important;
|
||||
align-content: flex-end !important;
|
||||
}
|
||||
|
||||
.align-content-center {
|
||||
-webkit-align-content: center !important;
|
||||
-ms-flex-line-pack: center !important;
|
||||
align-content: center !important;
|
||||
}
|
||||
|
||||
.align-content-between {
|
||||
-webkit-align-content: space-between !important;
|
||||
-ms-flex-line-pack: justify !important;
|
||||
align-content: space-between !important;
|
||||
}
|
||||
|
||||
.align-content-around {
|
||||
-webkit-align-content: space-around !important;
|
||||
-ms-flex-line-pack: distribute !important;
|
||||
align-content: space-around !important;
|
||||
}
|
||||
|
||||
.align-content-stretch {
|
||||
-webkit-align-content: stretch !important;
|
||||
-ms-flex-line-pack: stretch !important;
|
||||
align-content: stretch !important;
|
||||
}
|
||||
|
||||
.align-self-auto {
|
||||
-webkit-align-self: auto !important;
|
||||
-ms-flex-item-align: auto !important;
|
||||
-ms-grid-row-align: auto !important;
|
||||
align-self: auto !important;
|
||||
}
|
||||
|
||||
.align-self-start {
|
||||
-webkit-align-self: flex-start !important;
|
||||
-ms-flex-item-align: start !important;
|
||||
align-self: flex-start !important;
|
||||
}
|
||||
|
||||
.align-self-end {
|
||||
-webkit-align-self: flex-end !important;
|
||||
-ms-flex-item-align: end !important;
|
||||
align-self: flex-end !important;
|
||||
}
|
||||
|
||||
.align-self-center {
|
||||
-webkit-align-self: center !important;
|
||||
-ms-flex-item-align: center !important;
|
||||
-ms-grid-row-align: center !important;
|
||||
align-self: center !important;
|
||||
}
|
||||
|
||||
.align-self-baseline {
|
||||
-webkit-align-self: baseline !important;
|
||||
-ms-flex-item-align: baseline !important;
|
||||
align-self: baseline !important;
|
||||
}
|
||||
|
||||
.align-self-stretch {
|
||||
-webkit-align-self: stretch !important;
|
||||
-ms-flex-item-align: stretch !important;
|
||||
-ms-grid-row-align: stretch !important;
|
||||
align-self: stretch !important;
|
||||
}
|
||||
|
||||
@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 {
|
||||
-webkit-box-orient: horizontal !important;
|
||||
-webkit-box-direction: normal !important;
|
||||
-webkit-flex-direction: row !important;
|
||||
-ms-flex-direction: row !important;
|
||||
flex-direction: row !important;
|
||||
}
|
||||
.flex-sm-column {
|
||||
-webkit-box-orient: vertical !important;
|
||||
-webkit-box-direction: normal !important;
|
||||
-webkit-flex-direction: column !important;
|
||||
-ms-flex-direction: column !important;
|
||||
flex-direction: column !important;
|
||||
}
|
||||
.flex-sm-row-reverse {
|
||||
-webkit-box-orient: horizontal !important;
|
||||
-webkit-box-direction: reverse !important;
|
||||
-webkit-flex-direction: row-reverse !important;
|
||||
-ms-flex-direction: row-reverse !important;
|
||||
flex-direction: row-reverse !important;
|
||||
}
|
||||
.flex-sm-column-reverse {
|
||||
-webkit-box-orient: vertical !important;
|
||||
-webkit-box-direction: reverse !important;
|
||||
-webkit-flex-direction: column-reverse !important;
|
||||
-ms-flex-direction: column-reverse !important;
|
||||
flex-direction: column-reverse !important;
|
||||
}
|
||||
.flex-sm-wrap {
|
||||
-webkit-flex-wrap: wrap !important;
|
||||
-ms-flex-wrap: wrap !important;
|
||||
flex-wrap: wrap !important;
|
||||
}
|
||||
.flex-sm-nowrap {
|
||||
-webkit-flex-wrap: nowrap !important;
|
||||
-ms-flex-wrap: nowrap !important;
|
||||
flex-wrap: nowrap !important;
|
||||
}
|
||||
.flex-sm-wrap-reverse {
|
||||
-webkit-flex-wrap: wrap-reverse !important;
|
||||
-ms-flex-wrap: wrap-reverse !important;
|
||||
flex-wrap: wrap-reverse !important;
|
||||
}
|
||||
.justify-content-sm-start {
|
||||
-webkit-box-pack: start !important;
|
||||
-webkit-justify-content: flex-start !important;
|
||||
-ms-flex-pack: start !important;
|
||||
justify-content: flex-start !important;
|
||||
}
|
||||
.justify-content-sm-end {
|
||||
-webkit-box-pack: end !important;
|
||||
-webkit-justify-content: flex-end !important;
|
||||
-ms-flex-pack: end !important;
|
||||
justify-content: flex-end !important;
|
||||
}
|
||||
.justify-content-sm-center {
|
||||
-webkit-box-pack: center !important;
|
||||
-webkit-justify-content: center !important;
|
||||
-ms-flex-pack: center !important;
|
||||
justify-content: center !important;
|
||||
}
|
||||
.justify-content-sm-between {
|
||||
-webkit-box-pack: justify !important;
|
||||
-webkit-justify-content: space-between !important;
|
||||
-ms-flex-pack: justify !important;
|
||||
justify-content: space-between !important;
|
||||
}
|
||||
.justify-content-sm-around {
|
||||
-webkit-justify-content: space-around !important;
|
||||
-ms-flex-pack: distribute !important;
|
||||
justify-content: space-around !important;
|
||||
}
|
||||
.align-items-sm-start {
|
||||
-webkit-box-align: start !important;
|
||||
-webkit-align-items: flex-start !important;
|
||||
-ms-flex-align: start !important;
|
||||
align-items: flex-start !important;
|
||||
}
|
||||
.align-items-sm-end {
|
||||
-webkit-box-align: end !important;
|
||||
-webkit-align-items: flex-end !important;
|
||||
-ms-flex-align: end !important;
|
||||
align-items: flex-end !important;
|
||||
}
|
||||
.align-items-sm-center {
|
||||
-webkit-box-align: center !important;
|
||||
-webkit-align-items: center !important;
|
||||
-ms-flex-align: center !important;
|
||||
align-items: center !important;
|
||||
}
|
||||
.align-items-sm-baseline {
|
||||
-webkit-box-align: baseline !important;
|
||||
-webkit-align-items: baseline !important;
|
||||
-ms-flex-align: baseline !important;
|
||||
align-items: baseline !important;
|
||||
}
|
||||
.align-items-sm-stretch {
|
||||
-webkit-box-align: stretch !important;
|
||||
-webkit-align-items: stretch !important;
|
||||
-ms-flex-align: stretch !important;
|
||||
align-items: stretch !important;
|
||||
}
|
||||
.align-content-sm-start {
|
||||
-webkit-align-content: flex-start !important;
|
||||
-ms-flex-line-pack: start !important;
|
||||
align-content: flex-start !important;
|
||||
}
|
||||
.align-content-sm-end {
|
||||
-webkit-align-content: flex-end !important;
|
||||
-ms-flex-line-pack: end !important;
|
||||
align-content: flex-end !important;
|
||||
}
|
||||
.align-content-sm-center {
|
||||
-webkit-align-content: center !important;
|
||||
-ms-flex-line-pack: center !important;
|
||||
align-content: center !important;
|
||||
}
|
||||
.align-content-sm-between {
|
||||
-webkit-align-content: space-between !important;
|
||||
-ms-flex-line-pack: justify !important;
|
||||
align-content: space-between !important;
|
||||
}
|
||||
.align-content-sm-around {
|
||||
-webkit-align-content: space-around !important;
|
||||
-ms-flex-line-pack: distribute !important;
|
||||
align-content: space-around !important;
|
||||
}
|
||||
.align-content-sm-stretch {
|
||||
-webkit-align-content: stretch !important;
|
||||
-ms-flex-line-pack: stretch !important;
|
||||
align-content: stretch !important;
|
||||
}
|
||||
.align-self-sm-auto {
|
||||
-webkit-align-self: auto !important;
|
||||
-ms-flex-item-align: auto !important;
|
||||
-ms-grid-row-align: auto !important;
|
||||
align-self: auto !important;
|
||||
}
|
||||
.align-self-sm-start {
|
||||
-webkit-align-self: flex-start !important;
|
||||
-ms-flex-item-align: start !important;
|
||||
align-self: flex-start !important;
|
||||
}
|
||||
.align-self-sm-end {
|
||||
-webkit-align-self: flex-end !important;
|
||||
-ms-flex-item-align: end !important;
|
||||
align-self: flex-end !important;
|
||||
}
|
||||
.align-self-sm-center {
|
||||
-webkit-align-self: center !important;
|
||||
-ms-flex-item-align: center !important;
|
||||
-ms-grid-row-align: center !important;
|
||||
align-self: center !important;
|
||||
}
|
||||
.align-self-sm-baseline {
|
||||
-webkit-align-self: baseline !important;
|
||||
-ms-flex-item-align: baseline !important;
|
||||
align-self: baseline !important;
|
||||
}
|
||||
.align-self-sm-stretch {
|
||||
-webkit-align-self: stretch !important;
|
||||
-ms-flex-item-align: stretch !important;
|
||||
-ms-grid-row-align: stretch !important;
|
||||
align-self: stretch !important;
|
||||
}
|
||||
}
|
||||
|
||||
@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 {
|
||||
-webkit-box-orient: horizontal !important;
|
||||
-webkit-box-direction: normal !important;
|
||||
-webkit-flex-direction: row !important;
|
||||
-ms-flex-direction: row !important;
|
||||
flex-direction: row !important;
|
||||
}
|
||||
.flex-md-column {
|
||||
-webkit-box-orient: vertical !important;
|
||||
-webkit-box-direction: normal !important;
|
||||
-webkit-flex-direction: column !important;
|
||||
-ms-flex-direction: column !important;
|
||||
flex-direction: column !important;
|
||||
}
|
||||
.flex-md-row-reverse {
|
||||
-webkit-box-orient: horizontal !important;
|
||||
-webkit-box-direction: reverse !important;
|
||||
-webkit-flex-direction: row-reverse !important;
|
||||
-ms-flex-direction: row-reverse !important;
|
||||
flex-direction: row-reverse !important;
|
||||
}
|
||||
.flex-md-column-reverse {
|
||||
-webkit-box-orient: vertical !important;
|
||||
-webkit-box-direction: reverse !important;
|
||||
-webkit-flex-direction: column-reverse !important;
|
||||
-ms-flex-direction: column-reverse !important;
|
||||
flex-direction: column-reverse !important;
|
||||
}
|
||||
.flex-md-wrap {
|
||||
-webkit-flex-wrap: wrap !important;
|
||||
-ms-flex-wrap: wrap !important;
|
||||
flex-wrap: wrap !important;
|
||||
}
|
||||
.flex-md-nowrap {
|
||||
-webkit-flex-wrap: nowrap !important;
|
||||
-ms-flex-wrap: nowrap !important;
|
||||
flex-wrap: nowrap !important;
|
||||
}
|
||||
.flex-md-wrap-reverse {
|
||||
-webkit-flex-wrap: wrap-reverse !important;
|
||||
-ms-flex-wrap: wrap-reverse !important;
|
||||
flex-wrap: wrap-reverse !important;
|
||||
}
|
||||
.justify-content-md-start {
|
||||
-webkit-box-pack: start !important;
|
||||
-webkit-justify-content: flex-start !important;
|
||||
-ms-flex-pack: start !important;
|
||||
justify-content: flex-start !important;
|
||||
}
|
||||
.justify-content-md-end {
|
||||
-webkit-box-pack: end !important;
|
||||
-webkit-justify-content: flex-end !important;
|
||||
-ms-flex-pack: end !important;
|
||||
justify-content: flex-end !important;
|
||||
}
|
||||
.justify-content-md-center {
|
||||
-webkit-box-pack: center !important;
|
||||
-webkit-justify-content: center !important;
|
||||
-ms-flex-pack: center !important;
|
||||
justify-content: center !important;
|
||||
}
|
||||
.justify-content-md-between {
|
||||
-webkit-box-pack: justify !important;
|
||||
-webkit-justify-content: space-between !important;
|
||||
-ms-flex-pack: justify !important;
|
||||
justify-content: space-between !important;
|
||||
}
|
||||
.justify-content-md-around {
|
||||
-webkit-justify-content: space-around !important;
|
||||
-ms-flex-pack: distribute !important;
|
||||
justify-content: space-around !important;
|
||||
}
|
||||
.align-items-md-start {
|
||||
-webkit-box-align: start !important;
|
||||
-webkit-align-items: flex-start !important;
|
||||
-ms-flex-align: start !important;
|
||||
align-items: flex-start !important;
|
||||
}
|
||||
.align-items-md-end {
|
||||
-webkit-box-align: end !important;
|
||||
-webkit-align-items: flex-end !important;
|
||||
-ms-flex-align: end !important;
|
||||
align-items: flex-end !important;
|
||||
}
|
||||
.align-items-md-center {
|
||||
-webkit-box-align: center !important;
|
||||
-webkit-align-items: center !important;
|
||||
-ms-flex-align: center !important;
|
||||
align-items: center !important;
|
||||
}
|
||||
.align-items-md-baseline {
|
||||
-webkit-box-align: baseline !important;
|
||||
-webkit-align-items: baseline !important;
|
||||
-ms-flex-align: baseline !important;
|
||||
align-items: baseline !important;
|
||||
}
|
||||
.align-items-md-stretch {
|
||||
-webkit-box-align: stretch !important;
|
||||
-webkit-align-items: stretch !important;
|
||||
-ms-flex-align: stretch !important;
|
||||
align-items: stretch !important;
|
||||
}
|
||||
.align-content-md-start {
|
||||
-webkit-align-content: flex-start !important;
|
||||
-ms-flex-line-pack: start !important;
|
||||
align-content: flex-start !important;
|
||||
}
|
||||
.align-content-md-end {
|
||||
-webkit-align-content: flex-end !important;
|
||||
-ms-flex-line-pack: end !important;
|
||||
align-content: flex-end !important;
|
||||
}
|
||||
.align-content-md-center {
|
||||
-webkit-align-content: center !important;
|
||||
-ms-flex-line-pack: center !important;
|
||||
align-content: center !important;
|
||||
}
|
||||
.align-content-md-between {
|
||||
-webkit-align-content: space-between !important;
|
||||
-ms-flex-line-pack: justify !important;
|
||||
align-content: space-between !important;
|
||||
}
|
||||
.align-content-md-around {
|
||||
-webkit-align-content: space-around !important;
|
||||
-ms-flex-line-pack: distribute !important;
|
||||
align-content: space-around !important;
|
||||
}
|
||||
.align-content-md-stretch {
|
||||
-webkit-align-content: stretch !important;
|
||||
-ms-flex-line-pack: stretch !important;
|
||||
align-content: stretch !important;
|
||||
}
|
||||
.align-self-md-auto {
|
||||
-webkit-align-self: auto !important;
|
||||
-ms-flex-item-align: auto !important;
|
||||
-ms-grid-row-align: auto !important;
|
||||
align-self: auto !important;
|
||||
}
|
||||
.align-self-md-start {
|
||||
-webkit-align-self: flex-start !important;
|
||||
-ms-flex-item-align: start !important;
|
||||
align-self: flex-start !important;
|
||||
}
|
||||
.align-self-md-end {
|
||||
-webkit-align-self: flex-end !important;
|
||||
-ms-flex-item-align: end !important;
|
||||
align-self: flex-end !important;
|
||||
}
|
||||
.align-self-md-center {
|
||||
-webkit-align-self: center !important;
|
||||
-ms-flex-item-align: center !important;
|
||||
-ms-grid-row-align: center !important;
|
||||
align-self: center !important;
|
||||
}
|
||||
.align-self-md-baseline {
|
||||
-webkit-align-self: baseline !important;
|
||||
-ms-flex-item-align: baseline !important;
|
||||
align-self: baseline !important;
|
||||
}
|
||||
.align-self-md-stretch {
|
||||
-webkit-align-self: stretch !important;
|
||||
-ms-flex-item-align: stretch !important;
|
||||
-ms-grid-row-align: stretch !important;
|
||||
align-self: stretch !important;
|
||||
}
|
||||
}
|
||||
|
||||
@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 {
|
||||
-webkit-box-orient: horizontal !important;
|
||||
-webkit-box-direction: normal !important;
|
||||
-webkit-flex-direction: row !important;
|
||||
-ms-flex-direction: row !important;
|
||||
flex-direction: row !important;
|
||||
}
|
||||
.flex-lg-column {
|
||||
-webkit-box-orient: vertical !important;
|
||||
-webkit-box-direction: normal !important;
|
||||
-webkit-flex-direction: column !important;
|
||||
-ms-flex-direction: column !important;
|
||||
flex-direction: column !important;
|
||||
}
|
||||
.flex-lg-row-reverse {
|
||||
-webkit-box-orient: horizontal !important;
|
||||
-webkit-box-direction: reverse !important;
|
||||
-webkit-flex-direction: row-reverse !important;
|
||||
-ms-flex-direction: row-reverse !important;
|
||||
flex-direction: row-reverse !important;
|
||||
}
|
||||
.flex-lg-column-reverse {
|
||||
-webkit-box-orient: vertical !important;
|
||||
-webkit-box-direction: reverse !important;
|
||||
-webkit-flex-direction: column-reverse !important;
|
||||
-ms-flex-direction: column-reverse !important;
|
||||
flex-direction: column-reverse !important;
|
||||
}
|
||||
.flex-lg-wrap {
|
||||
-webkit-flex-wrap: wrap !important;
|
||||
-ms-flex-wrap: wrap !important;
|
||||
flex-wrap: wrap !important;
|
||||
}
|
||||
.flex-lg-nowrap {
|
||||
-webkit-flex-wrap: nowrap !important;
|
||||
-ms-flex-wrap: nowrap !important;
|
||||
flex-wrap: nowrap !important;
|
||||
}
|
||||
.flex-lg-wrap-reverse {
|
||||
-webkit-flex-wrap: wrap-reverse !important;
|
||||
-ms-flex-wrap: wrap-reverse !important;
|
||||
flex-wrap: wrap-reverse !important;
|
||||
}
|
||||
.justify-content-lg-start {
|
||||
-webkit-box-pack: start !important;
|
||||
-webkit-justify-content: flex-start !important;
|
||||
-ms-flex-pack: start !important;
|
||||
justify-content: flex-start !important;
|
||||
}
|
||||
.justify-content-lg-end {
|
||||
-webkit-box-pack: end !important;
|
||||
-webkit-justify-content: flex-end !important;
|
||||
-ms-flex-pack: end !important;
|
||||
justify-content: flex-end !important;
|
||||
}
|
||||
.justify-content-lg-center {
|
||||
-webkit-box-pack: center !important;
|
||||
-webkit-justify-content: center !important;
|
||||
-ms-flex-pack: center !important;
|
||||
justify-content: center !important;
|
||||
}
|
||||
.justify-content-lg-between {
|
||||
-webkit-box-pack: justify !important;
|
||||
-webkit-justify-content: space-between !important;
|
||||
-ms-flex-pack: justify !important;
|
||||
justify-content: space-between !important;
|
||||
}
|
||||
.justify-content-lg-around {
|
||||
-webkit-justify-content: space-around !important;
|
||||
-ms-flex-pack: distribute !important;
|
||||
justify-content: space-around !important;
|
||||
}
|
||||
.align-items-lg-start {
|
||||
-webkit-box-align: start !important;
|
||||
-webkit-align-items: flex-start !important;
|
||||
-ms-flex-align: start !important;
|
||||
align-items: flex-start !important;
|
||||
}
|
||||
.align-items-lg-end {
|
||||
-webkit-box-align: end !important;
|
||||
-webkit-align-items: flex-end !important;
|
||||
-ms-flex-align: end !important;
|
||||
align-items: flex-end !important;
|
||||
}
|
||||
.align-items-lg-center {
|
||||
-webkit-box-align: center !important;
|
||||
-webkit-align-items: center !important;
|
||||
-ms-flex-align: center !important;
|
||||
align-items: center !important;
|
||||
}
|
||||
.align-items-lg-baseline {
|
||||
-webkit-box-align: baseline !important;
|
||||
-webkit-align-items: baseline !important;
|
||||
-ms-flex-align: baseline !important;
|
||||
align-items: baseline !important;
|
||||
}
|
||||
.align-items-lg-stretch {
|
||||
-webkit-box-align: stretch !important;
|
||||
-webkit-align-items: stretch !important;
|
||||
-ms-flex-align: stretch !important;
|
||||
align-items: stretch !important;
|
||||
}
|
||||
.align-content-lg-start {
|
||||
-webkit-align-content: flex-start !important;
|
||||
-ms-flex-line-pack: start !important;
|
||||
align-content: flex-start !important;
|
||||
}
|
||||
.align-content-lg-end {
|
||||
-webkit-align-content: flex-end !important;
|
||||
-ms-flex-line-pack: end !important;
|
||||
align-content: flex-end !important;
|
||||
}
|
||||
.align-content-lg-center {
|
||||
-webkit-align-content: center !important;
|
||||
-ms-flex-line-pack: center !important;
|
||||
align-content: center !important;
|
||||
}
|
||||
.align-content-lg-between {
|
||||
-webkit-align-content: space-between !important;
|
||||
-ms-flex-line-pack: justify !important;
|
||||
align-content: space-between !important;
|
||||
}
|
||||
.align-content-lg-around {
|
||||
-webkit-align-content: space-around !important;
|
||||
-ms-flex-line-pack: distribute !important;
|
||||
align-content: space-around !important;
|
||||
}
|
||||
.align-content-lg-stretch {
|
||||
-webkit-align-content: stretch !important;
|
||||
-ms-flex-line-pack: stretch !important;
|
||||
align-content: stretch !important;
|
||||
}
|
||||
.align-self-lg-auto {
|
||||
-webkit-align-self: auto !important;
|
||||
-ms-flex-item-align: auto !important;
|
||||
-ms-grid-row-align: auto !important;
|
||||
align-self: auto !important;
|
||||
}
|
||||
.align-self-lg-start {
|
||||
-webkit-align-self: flex-start !important;
|
||||
-ms-flex-item-align: start !important;
|
||||
align-self: flex-start !important;
|
||||
}
|
||||
.align-self-lg-end {
|
||||
-webkit-align-self: flex-end !important;
|
||||
-ms-flex-item-align: end !important;
|
||||
align-self: flex-end !important;
|
||||
}
|
||||
.align-self-lg-center {
|
||||
-webkit-align-self: center !important;
|
||||
-ms-flex-item-align: center !important;
|
||||
-ms-grid-row-align: center !important;
|
||||
align-self: center !important;
|
||||
}
|
||||
.align-self-lg-baseline {
|
||||
-webkit-align-self: baseline !important;
|
||||
-ms-flex-item-align: baseline !important;
|
||||
align-self: baseline !important;
|
||||
}
|
||||
.align-self-lg-stretch {
|
||||
-webkit-align-self: stretch !important;
|
||||
-ms-flex-item-align: stretch !important;
|
||||
-ms-grid-row-align: stretch !important;
|
||||
align-self: stretch !important;
|
||||
}
|
||||
}
|
||||
|
||||
@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 {
|
||||
-webkit-box-orient: horizontal !important;
|
||||
-webkit-box-direction: normal !important;
|
||||
-webkit-flex-direction: row !important;
|
||||
-ms-flex-direction: row !important;
|
||||
flex-direction: row !important;
|
||||
}
|
||||
.flex-xl-column {
|
||||
-webkit-box-orient: vertical !important;
|
||||
-webkit-box-direction: normal !important;
|
||||
-webkit-flex-direction: column !important;
|
||||
-ms-flex-direction: column !important;
|
||||
flex-direction: column !important;
|
||||
}
|
||||
.flex-xl-row-reverse {
|
||||
-webkit-box-orient: horizontal !important;
|
||||
-webkit-box-direction: reverse !important;
|
||||
-webkit-flex-direction: row-reverse !important;
|
||||
-ms-flex-direction: row-reverse !important;
|
||||
flex-direction: row-reverse !important;
|
||||
}
|
||||
.flex-xl-column-reverse {
|
||||
-webkit-box-orient: vertical !important;
|
||||
-webkit-box-direction: reverse !important;
|
||||
-webkit-flex-direction: column-reverse !important;
|
||||
-ms-flex-direction: column-reverse !important;
|
||||
flex-direction: column-reverse !important;
|
||||
}
|
||||
.flex-xl-wrap {
|
||||
-webkit-flex-wrap: wrap !important;
|
||||
-ms-flex-wrap: wrap !important;
|
||||
flex-wrap: wrap !important;
|
||||
}
|
||||
.flex-xl-nowrap {
|
||||
-webkit-flex-wrap: nowrap !important;
|
||||
-ms-flex-wrap: nowrap !important;
|
||||
flex-wrap: nowrap !important;
|
||||
}
|
||||
.flex-xl-wrap-reverse {
|
||||
-webkit-flex-wrap: wrap-reverse !important;
|
||||
-ms-flex-wrap: wrap-reverse !important;
|
||||
flex-wrap: wrap-reverse !important;
|
||||
}
|
||||
.justify-content-xl-start {
|
||||
-webkit-box-pack: start !important;
|
||||
-webkit-justify-content: flex-start !important;
|
||||
-ms-flex-pack: start !important;
|
||||
justify-content: flex-start !important;
|
||||
}
|
||||
.justify-content-xl-end {
|
||||
-webkit-box-pack: end !important;
|
||||
-webkit-justify-content: flex-end !important;
|
||||
-ms-flex-pack: end !important;
|
||||
justify-content: flex-end !important;
|
||||
}
|
||||
.justify-content-xl-center {
|
||||
-webkit-box-pack: center !important;
|
||||
-webkit-justify-content: center !important;
|
||||
-ms-flex-pack: center !important;
|
||||
justify-content: center !important;
|
||||
}
|
||||
.justify-content-xl-between {
|
||||
-webkit-box-pack: justify !important;
|
||||
-webkit-justify-content: space-between !important;
|
||||
-ms-flex-pack: justify !important;
|
||||
justify-content: space-between !important;
|
||||
}
|
||||
.justify-content-xl-around {
|
||||
-webkit-justify-content: space-around !important;
|
||||
-ms-flex-pack: distribute !important;
|
||||
justify-content: space-around !important;
|
||||
}
|
||||
.align-items-xl-start {
|
||||
-webkit-box-align: start !important;
|
||||
-webkit-align-items: flex-start !important;
|
||||
-ms-flex-align: start !important;
|
||||
align-items: flex-start !important;
|
||||
}
|
||||
.align-items-xl-end {
|
||||
-webkit-box-align: end !important;
|
||||
-webkit-align-items: flex-end !important;
|
||||
-ms-flex-align: end !important;
|
||||
align-items: flex-end !important;
|
||||
}
|
||||
.align-items-xl-center {
|
||||
-webkit-box-align: center !important;
|
||||
-webkit-align-items: center !important;
|
||||
-ms-flex-align: center !important;
|
||||
align-items: center !important;
|
||||
}
|
||||
.align-items-xl-baseline {
|
||||
-webkit-box-align: baseline !important;
|
||||
-webkit-align-items: baseline !important;
|
||||
-ms-flex-align: baseline !important;
|
||||
align-items: baseline !important;
|
||||
}
|
||||
.align-items-xl-stretch {
|
||||
-webkit-box-align: stretch !important;
|
||||
-webkit-align-items: stretch !important;
|
||||
-ms-flex-align: stretch !important;
|
||||
align-items: stretch !important;
|
||||
}
|
||||
.align-content-xl-start {
|
||||
-webkit-align-content: flex-start !important;
|
||||
-ms-flex-line-pack: start !important;
|
||||
align-content: flex-start !important;
|
||||
}
|
||||
.align-content-xl-end {
|
||||
-webkit-align-content: flex-end !important;
|
||||
-ms-flex-line-pack: end !important;
|
||||
align-content: flex-end !important;
|
||||
}
|
||||
.align-content-xl-center {
|
||||
-webkit-align-content: center !important;
|
||||
-ms-flex-line-pack: center !important;
|
||||
align-content: center !important;
|
||||
}
|
||||
.align-content-xl-between {
|
||||
-webkit-align-content: space-between !important;
|
||||
-ms-flex-line-pack: justify !important;
|
||||
align-content: space-between !important;
|
||||
}
|
||||
.align-content-xl-around {
|
||||
-webkit-align-content: space-around !important;
|
||||
-ms-flex-line-pack: distribute !important;
|
||||
align-content: space-around !important;
|
||||
}
|
||||
.align-content-xl-stretch {
|
||||
-webkit-align-content: stretch !important;
|
||||
-ms-flex-line-pack: stretch !important;
|
||||
align-content: stretch !important;
|
||||
}
|
||||
.align-self-xl-auto {
|
||||
-webkit-align-self: auto !important;
|
||||
-ms-flex-item-align: auto !important;
|
||||
-ms-grid-row-align: auto !important;
|
||||
align-self: auto !important;
|
||||
}
|
||||
.align-self-xl-start {
|
||||
-webkit-align-self: flex-start !important;
|
||||
-ms-flex-item-align: start !important;
|
||||
align-self: flex-start !important;
|
||||
}
|
||||
.align-self-xl-end {
|
||||
-webkit-align-self: flex-end !important;
|
||||
-ms-flex-item-align: end !important;
|
||||
align-self: flex-end !important;
|
||||
}
|
||||
.align-self-xl-center {
|
||||
-webkit-align-self: center !important;
|
||||
-ms-flex-item-align: center !important;
|
||||
-ms-grid-row-align: center !important;
|
||||
align-self: center !important;
|
||||
}
|
||||
.align-self-xl-baseline {
|
||||
-webkit-align-self: baseline !important;
|
||||
-ms-flex-item-align: baseline !important;
|
||||
align-self: baseline !important;
|
||||
}
|
||||
.align-self-xl-stretch {
|
||||
-webkit-align-self: stretch !important;
|
||||
-ms-flex-item-align: stretch !important;
|
||||
-ms-grid-row-align: stretch !important;
|
||||
align-self: stretch !important;
|
||||
}
|
||||
}
|
||||
/*# sourceMappingURL=bootstrap-grid.css.map */
|
||||
BIN
dist/css/bootstrap-grid.css.map
vendored
BIN
dist/css/bootstrap-grid.css.map
vendored
Binary file not shown.
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
BIN
dist/css/bootstrap-grid.min.css.map
vendored
BIN
dist/css/bootstrap-grid.min.css.map
vendored
Binary file not shown.
2
dist/css/bootstrap-reboot.min.css
vendored
2
dist/css/bootstrap-reboot.min.css
vendored
|
|
@ -1 +1 @@
|
|||
html{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-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}body{margin:0;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#292b2c;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:#0275d8;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#014c8c;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:#636c72;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=radio],input[type=checkbox]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=radio]:disabled,input[type=checkbox]:disabled{cursor:not-allowed}input[type=datetime-local],input[type=month],input[type=date],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 */
|
||||
dl,h1,h2,h3,h4,h5,h6,ol,p,pre,ul{margin-top:0}address,dl,ol,p,pre,ul{margin-bottom:1rem}caption,th{text-align:left}button,hr,input{overflow:visible}pre,textarea{overflow:auto}dd,h1,h2,h3,h4,h5,h6,label,legend{margin-bottom:.5rem}address,legend{line-height:inherit}progress,sub,sup{vertical-align:baseline}label,output{display:inline-block}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-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}body{margin:0;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#292b2c;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}abbr[data-original-title],abbr[title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0}address{font-style:normal}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-left:0}blockquote,figure{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}sub{bottom:-.25em}sup{top:-.5em}a{color:#0275d8;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#014c8c;text-decoration:underline}a:not([href]):not([tabindex]),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}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:#636c72;caption-side:bottom}button:focus{outline:dotted 1px;outline:-webkit-focus-ring-color auto 5px}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}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=radio],input[type=checkbox]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=radio]:disabled,input[type=checkbox]:disabled{cursor:not-allowed}input[type=datetime-local],input[type=month],input[type=date],input[type=time]{-webkit-appearance:listbox}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;font-size:1.5rem;color:inherit;white-space:normal}[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}summary{display:list-item}template{display:none}[hidden]{display:none!important}/*# sourceMappingURL=bootstrap-reboot.min.css.map */
|
||||
BIN
dist/css/bootstrap-reboot.min.css.map
vendored
BIN
dist/css/bootstrap-reboot.min.css.map
vendored
Binary file not shown.
|
|
@ -2331,7 +2331,9 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
|||
color: #5cb85c;
|
||||
}
|
||||
|
||||
.has-success .form-control {
|
||||
.has-success .form-control,
|
||||
.has-success .custom-select,
|
||||
.has-success .custom-file-control {
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
|
||||
|
|
@ -2353,7 +2355,9 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
|||
color: #f0ad4e;
|
||||
}
|
||||
|
||||
.has-warning .form-control {
|
||||
.has-warning .form-control,
|
||||
.has-warning .custom-select,
|
||||
.has-warning .custom-file-control {
|
||||
border-color: #f0ad4e;
|
||||
}
|
||||
|
||||
|
|
@ -2375,7 +2379,9 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
|||
color: #d9534f;
|
||||
}
|
||||
|
||||
.has-danger .form-control {
|
||||
.has-danger .form-control,
|
||||
.has-danger .custom-select,
|
||||
.has-danger .custom-file-control {
|
||||
border-color: #d9534f;
|
||||
}
|
||||
|
||||
|
|
|
|||
BIN
dist/css/bootstrap.css.map
vendored
BIN
dist/css/bootstrap.css.map
vendored
Binary file not shown.
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
BIN
dist/css/bootstrap.min.css.map
vendored
BIN
dist/css/bootstrap.min.css.map
vendored
Binary file not shown.
2
docs/assets/css/docs.min.css
vendored
2
docs/assets/css/docs.min.css
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
959
docs/dist/css/bootstrap-grid.css
vendored
959
docs/dist/css/bootstrap-grid.css
vendored
|
|
@ -1336,4 +1336,963 @@ html {
|
|||
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;
|
||||
order: 1;
|
||||
}
|
||||
|
||||
.order-0 {
|
||||
-webkit-box-ordinal-group: 1;
|
||||
-webkit-order: 0;
|
||||
-ms-flex-order: 0;
|
||||
order: 0;
|
||||
}
|
||||
|
||||
.flex-row {
|
||||
-webkit-box-orient: horizontal !important;
|
||||
-webkit-box-direction: normal !important;
|
||||
-webkit-flex-direction: row !important;
|
||||
-ms-flex-direction: row !important;
|
||||
flex-direction: row !important;
|
||||
}
|
||||
|
||||
.flex-column {
|
||||
-webkit-box-orient: vertical !important;
|
||||
-webkit-box-direction: normal !important;
|
||||
-webkit-flex-direction: column !important;
|
||||
-ms-flex-direction: column !important;
|
||||
flex-direction: column !important;
|
||||
}
|
||||
|
||||
.flex-row-reverse {
|
||||
-webkit-box-orient: horizontal !important;
|
||||
-webkit-box-direction: reverse !important;
|
||||
-webkit-flex-direction: row-reverse !important;
|
||||
-ms-flex-direction: row-reverse !important;
|
||||
flex-direction: row-reverse !important;
|
||||
}
|
||||
|
||||
.flex-column-reverse {
|
||||
-webkit-box-orient: vertical !important;
|
||||
-webkit-box-direction: reverse !important;
|
||||
-webkit-flex-direction: column-reverse !important;
|
||||
-ms-flex-direction: column-reverse !important;
|
||||
flex-direction: column-reverse !important;
|
||||
}
|
||||
|
||||
.flex-wrap {
|
||||
-webkit-flex-wrap: wrap !important;
|
||||
-ms-flex-wrap: wrap !important;
|
||||
flex-wrap: wrap !important;
|
||||
}
|
||||
|
||||
.flex-nowrap {
|
||||
-webkit-flex-wrap: nowrap !important;
|
||||
-ms-flex-wrap: nowrap !important;
|
||||
flex-wrap: nowrap !important;
|
||||
}
|
||||
|
||||
.flex-wrap-reverse {
|
||||
-webkit-flex-wrap: wrap-reverse !important;
|
||||
-ms-flex-wrap: wrap-reverse !important;
|
||||
flex-wrap: wrap-reverse !important;
|
||||
}
|
||||
|
||||
.justify-content-start {
|
||||
-webkit-box-pack: start !important;
|
||||
-webkit-justify-content: flex-start !important;
|
||||
-ms-flex-pack: start !important;
|
||||
justify-content: flex-start !important;
|
||||
}
|
||||
|
||||
.justify-content-end {
|
||||
-webkit-box-pack: end !important;
|
||||
-webkit-justify-content: flex-end !important;
|
||||
-ms-flex-pack: end !important;
|
||||
justify-content: flex-end !important;
|
||||
}
|
||||
|
||||
.justify-content-center {
|
||||
-webkit-box-pack: center !important;
|
||||
-webkit-justify-content: center !important;
|
||||
-ms-flex-pack: center !important;
|
||||
justify-content: center !important;
|
||||
}
|
||||
|
||||
.justify-content-between {
|
||||
-webkit-box-pack: justify !important;
|
||||
-webkit-justify-content: space-between !important;
|
||||
-ms-flex-pack: justify !important;
|
||||
justify-content: space-between !important;
|
||||
}
|
||||
|
||||
.justify-content-around {
|
||||
-webkit-justify-content: space-around !important;
|
||||
-ms-flex-pack: distribute !important;
|
||||
justify-content: space-around !important;
|
||||
}
|
||||
|
||||
.align-items-start {
|
||||
-webkit-box-align: start !important;
|
||||
-webkit-align-items: flex-start !important;
|
||||
-ms-flex-align: start !important;
|
||||
align-items: flex-start !important;
|
||||
}
|
||||
|
||||
.align-items-end {
|
||||
-webkit-box-align: end !important;
|
||||
-webkit-align-items: flex-end !important;
|
||||
-ms-flex-align: end !important;
|
||||
align-items: flex-end !important;
|
||||
}
|
||||
|
||||
.align-items-center {
|
||||
-webkit-box-align: center !important;
|
||||
-webkit-align-items: center !important;
|
||||
-ms-flex-align: center !important;
|
||||
align-items: center !important;
|
||||
}
|
||||
|
||||
.align-items-baseline {
|
||||
-webkit-box-align: baseline !important;
|
||||
-webkit-align-items: baseline !important;
|
||||
-ms-flex-align: baseline !important;
|
||||
align-items: baseline !important;
|
||||
}
|
||||
|
||||
.align-items-stretch {
|
||||
-webkit-box-align: stretch !important;
|
||||
-webkit-align-items: stretch !important;
|
||||
-ms-flex-align: stretch !important;
|
||||
align-items: stretch !important;
|
||||
}
|
||||
|
||||
.align-content-start {
|
||||
-webkit-align-content: flex-start !important;
|
||||
-ms-flex-line-pack: start !important;
|
||||
align-content: flex-start !important;
|
||||
}
|
||||
|
||||
.align-content-end {
|
||||
-webkit-align-content: flex-end !important;
|
||||
-ms-flex-line-pack: end !important;
|
||||
align-content: flex-end !important;
|
||||
}
|
||||
|
||||
.align-content-center {
|
||||
-webkit-align-content: center !important;
|
||||
-ms-flex-line-pack: center !important;
|
||||
align-content: center !important;
|
||||
}
|
||||
|
||||
.align-content-between {
|
||||
-webkit-align-content: space-between !important;
|
||||
-ms-flex-line-pack: justify !important;
|
||||
align-content: space-between !important;
|
||||
}
|
||||
|
||||
.align-content-around {
|
||||
-webkit-align-content: space-around !important;
|
||||
-ms-flex-line-pack: distribute !important;
|
||||
align-content: space-around !important;
|
||||
}
|
||||
|
||||
.align-content-stretch {
|
||||
-webkit-align-content: stretch !important;
|
||||
-ms-flex-line-pack: stretch !important;
|
||||
align-content: stretch !important;
|
||||
}
|
||||
|
||||
.align-self-auto {
|
||||
-webkit-align-self: auto !important;
|
||||
-ms-flex-item-align: auto !important;
|
||||
-ms-grid-row-align: auto !important;
|
||||
align-self: auto !important;
|
||||
}
|
||||
|
||||
.align-self-start {
|
||||
-webkit-align-self: flex-start !important;
|
||||
-ms-flex-item-align: start !important;
|
||||
align-self: flex-start !important;
|
||||
}
|
||||
|
||||
.align-self-end {
|
||||
-webkit-align-self: flex-end !important;
|
||||
-ms-flex-item-align: end !important;
|
||||
align-self: flex-end !important;
|
||||
}
|
||||
|
||||
.align-self-center {
|
||||
-webkit-align-self: center !important;
|
||||
-ms-flex-item-align: center !important;
|
||||
-ms-grid-row-align: center !important;
|
||||
align-self: center !important;
|
||||
}
|
||||
|
||||
.align-self-baseline {
|
||||
-webkit-align-self: baseline !important;
|
||||
-ms-flex-item-align: baseline !important;
|
||||
align-self: baseline !important;
|
||||
}
|
||||
|
||||
.align-self-stretch {
|
||||
-webkit-align-self: stretch !important;
|
||||
-ms-flex-item-align: stretch !important;
|
||||
-ms-grid-row-align: stretch !important;
|
||||
align-self: stretch !important;
|
||||
}
|
||||
|
||||
@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 {
|
||||
-webkit-box-orient: horizontal !important;
|
||||
-webkit-box-direction: normal !important;
|
||||
-webkit-flex-direction: row !important;
|
||||
-ms-flex-direction: row !important;
|
||||
flex-direction: row !important;
|
||||
}
|
||||
.flex-sm-column {
|
||||
-webkit-box-orient: vertical !important;
|
||||
-webkit-box-direction: normal !important;
|
||||
-webkit-flex-direction: column !important;
|
||||
-ms-flex-direction: column !important;
|
||||
flex-direction: column !important;
|
||||
}
|
||||
.flex-sm-row-reverse {
|
||||
-webkit-box-orient: horizontal !important;
|
||||
-webkit-box-direction: reverse !important;
|
||||
-webkit-flex-direction: row-reverse !important;
|
||||
-ms-flex-direction: row-reverse !important;
|
||||
flex-direction: row-reverse !important;
|
||||
}
|
||||
.flex-sm-column-reverse {
|
||||
-webkit-box-orient: vertical !important;
|
||||
-webkit-box-direction: reverse !important;
|
||||
-webkit-flex-direction: column-reverse !important;
|
||||
-ms-flex-direction: column-reverse !important;
|
||||
flex-direction: column-reverse !important;
|
||||
}
|
||||
.flex-sm-wrap {
|
||||
-webkit-flex-wrap: wrap !important;
|
||||
-ms-flex-wrap: wrap !important;
|
||||
flex-wrap: wrap !important;
|
||||
}
|
||||
.flex-sm-nowrap {
|
||||
-webkit-flex-wrap: nowrap !important;
|
||||
-ms-flex-wrap: nowrap !important;
|
||||
flex-wrap: nowrap !important;
|
||||
}
|
||||
.flex-sm-wrap-reverse {
|
||||
-webkit-flex-wrap: wrap-reverse !important;
|
||||
-ms-flex-wrap: wrap-reverse !important;
|
||||
flex-wrap: wrap-reverse !important;
|
||||
}
|
||||
.justify-content-sm-start {
|
||||
-webkit-box-pack: start !important;
|
||||
-webkit-justify-content: flex-start !important;
|
||||
-ms-flex-pack: start !important;
|
||||
justify-content: flex-start !important;
|
||||
}
|
||||
.justify-content-sm-end {
|
||||
-webkit-box-pack: end !important;
|
||||
-webkit-justify-content: flex-end !important;
|
||||
-ms-flex-pack: end !important;
|
||||
justify-content: flex-end !important;
|
||||
}
|
||||
.justify-content-sm-center {
|
||||
-webkit-box-pack: center !important;
|
||||
-webkit-justify-content: center !important;
|
||||
-ms-flex-pack: center !important;
|
||||
justify-content: center !important;
|
||||
}
|
||||
.justify-content-sm-between {
|
||||
-webkit-box-pack: justify !important;
|
||||
-webkit-justify-content: space-between !important;
|
||||
-ms-flex-pack: justify !important;
|
||||
justify-content: space-between !important;
|
||||
}
|
||||
.justify-content-sm-around {
|
||||
-webkit-justify-content: space-around !important;
|
||||
-ms-flex-pack: distribute !important;
|
||||
justify-content: space-around !important;
|
||||
}
|
||||
.align-items-sm-start {
|
||||
-webkit-box-align: start !important;
|
||||
-webkit-align-items: flex-start !important;
|
||||
-ms-flex-align: start !important;
|
||||
align-items: flex-start !important;
|
||||
}
|
||||
.align-items-sm-end {
|
||||
-webkit-box-align: end !important;
|
||||
-webkit-align-items: flex-end !important;
|
||||
-ms-flex-align: end !important;
|
||||
align-items: flex-end !important;
|
||||
}
|
||||
.align-items-sm-center {
|
||||
-webkit-box-align: center !important;
|
||||
-webkit-align-items: center !important;
|
||||
-ms-flex-align: center !important;
|
||||
align-items: center !important;
|
||||
}
|
||||
.align-items-sm-baseline {
|
||||
-webkit-box-align: baseline !important;
|
||||
-webkit-align-items: baseline !important;
|
||||
-ms-flex-align: baseline !important;
|
||||
align-items: baseline !important;
|
||||
}
|
||||
.align-items-sm-stretch {
|
||||
-webkit-box-align: stretch !important;
|
||||
-webkit-align-items: stretch !important;
|
||||
-ms-flex-align: stretch !important;
|
||||
align-items: stretch !important;
|
||||
}
|
||||
.align-content-sm-start {
|
||||
-webkit-align-content: flex-start !important;
|
||||
-ms-flex-line-pack: start !important;
|
||||
align-content: flex-start !important;
|
||||
}
|
||||
.align-content-sm-end {
|
||||
-webkit-align-content: flex-end !important;
|
||||
-ms-flex-line-pack: end !important;
|
||||
align-content: flex-end !important;
|
||||
}
|
||||
.align-content-sm-center {
|
||||
-webkit-align-content: center !important;
|
||||
-ms-flex-line-pack: center !important;
|
||||
align-content: center !important;
|
||||
}
|
||||
.align-content-sm-between {
|
||||
-webkit-align-content: space-between !important;
|
||||
-ms-flex-line-pack: justify !important;
|
||||
align-content: space-between !important;
|
||||
}
|
||||
.align-content-sm-around {
|
||||
-webkit-align-content: space-around !important;
|
||||
-ms-flex-line-pack: distribute !important;
|
||||
align-content: space-around !important;
|
||||
}
|
||||
.align-content-sm-stretch {
|
||||
-webkit-align-content: stretch !important;
|
||||
-ms-flex-line-pack: stretch !important;
|
||||
align-content: stretch !important;
|
||||
}
|
||||
.align-self-sm-auto {
|
||||
-webkit-align-self: auto !important;
|
||||
-ms-flex-item-align: auto !important;
|
||||
-ms-grid-row-align: auto !important;
|
||||
align-self: auto !important;
|
||||
}
|
||||
.align-self-sm-start {
|
||||
-webkit-align-self: flex-start !important;
|
||||
-ms-flex-item-align: start !important;
|
||||
align-self: flex-start !important;
|
||||
}
|
||||
.align-self-sm-end {
|
||||
-webkit-align-self: flex-end !important;
|
||||
-ms-flex-item-align: end !important;
|
||||
align-self: flex-end !important;
|
||||
}
|
||||
.align-self-sm-center {
|
||||
-webkit-align-self: center !important;
|
||||
-ms-flex-item-align: center !important;
|
||||
-ms-grid-row-align: center !important;
|
||||
align-self: center !important;
|
||||
}
|
||||
.align-self-sm-baseline {
|
||||
-webkit-align-self: baseline !important;
|
||||
-ms-flex-item-align: baseline !important;
|
||||
align-self: baseline !important;
|
||||
}
|
||||
.align-self-sm-stretch {
|
||||
-webkit-align-self: stretch !important;
|
||||
-ms-flex-item-align: stretch !important;
|
||||
-ms-grid-row-align: stretch !important;
|
||||
align-self: stretch !important;
|
||||
}
|
||||
}
|
||||
|
||||
@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 {
|
||||
-webkit-box-orient: horizontal !important;
|
||||
-webkit-box-direction: normal !important;
|
||||
-webkit-flex-direction: row !important;
|
||||
-ms-flex-direction: row !important;
|
||||
flex-direction: row !important;
|
||||
}
|
||||
.flex-md-column {
|
||||
-webkit-box-orient: vertical !important;
|
||||
-webkit-box-direction: normal !important;
|
||||
-webkit-flex-direction: column !important;
|
||||
-ms-flex-direction: column !important;
|
||||
flex-direction: column !important;
|
||||
}
|
||||
.flex-md-row-reverse {
|
||||
-webkit-box-orient: horizontal !important;
|
||||
-webkit-box-direction: reverse !important;
|
||||
-webkit-flex-direction: row-reverse !important;
|
||||
-ms-flex-direction: row-reverse !important;
|
||||
flex-direction: row-reverse !important;
|
||||
}
|
||||
.flex-md-column-reverse {
|
||||
-webkit-box-orient: vertical !important;
|
||||
-webkit-box-direction: reverse !important;
|
||||
-webkit-flex-direction: column-reverse !important;
|
||||
-ms-flex-direction: column-reverse !important;
|
||||
flex-direction: column-reverse !important;
|
||||
}
|
||||
.flex-md-wrap {
|
||||
-webkit-flex-wrap: wrap !important;
|
||||
-ms-flex-wrap: wrap !important;
|
||||
flex-wrap: wrap !important;
|
||||
}
|
||||
.flex-md-nowrap {
|
||||
-webkit-flex-wrap: nowrap !important;
|
||||
-ms-flex-wrap: nowrap !important;
|
||||
flex-wrap: nowrap !important;
|
||||
}
|
||||
.flex-md-wrap-reverse {
|
||||
-webkit-flex-wrap: wrap-reverse !important;
|
||||
-ms-flex-wrap: wrap-reverse !important;
|
||||
flex-wrap: wrap-reverse !important;
|
||||
}
|
||||
.justify-content-md-start {
|
||||
-webkit-box-pack: start !important;
|
||||
-webkit-justify-content: flex-start !important;
|
||||
-ms-flex-pack: start !important;
|
||||
justify-content: flex-start !important;
|
||||
}
|
||||
.justify-content-md-end {
|
||||
-webkit-box-pack: end !important;
|
||||
-webkit-justify-content: flex-end !important;
|
||||
-ms-flex-pack: end !important;
|
||||
justify-content: flex-end !important;
|
||||
}
|
||||
.justify-content-md-center {
|
||||
-webkit-box-pack: center !important;
|
||||
-webkit-justify-content: center !important;
|
||||
-ms-flex-pack: center !important;
|
||||
justify-content: center !important;
|
||||
}
|
||||
.justify-content-md-between {
|
||||
-webkit-box-pack: justify !important;
|
||||
-webkit-justify-content: space-between !important;
|
||||
-ms-flex-pack: justify !important;
|
||||
justify-content: space-between !important;
|
||||
}
|
||||
.justify-content-md-around {
|
||||
-webkit-justify-content: space-around !important;
|
||||
-ms-flex-pack: distribute !important;
|
||||
justify-content: space-around !important;
|
||||
}
|
||||
.align-items-md-start {
|
||||
-webkit-box-align: start !important;
|
||||
-webkit-align-items: flex-start !important;
|
||||
-ms-flex-align: start !important;
|
||||
align-items: flex-start !important;
|
||||
}
|
||||
.align-items-md-end {
|
||||
-webkit-box-align: end !important;
|
||||
-webkit-align-items: flex-end !important;
|
||||
-ms-flex-align: end !important;
|
||||
align-items: flex-end !important;
|
||||
}
|
||||
.align-items-md-center {
|
||||
-webkit-box-align: center !important;
|
||||
-webkit-align-items: center !important;
|
||||
-ms-flex-align: center !important;
|
||||
align-items: center !important;
|
||||
}
|
||||
.align-items-md-baseline {
|
||||
-webkit-box-align: baseline !important;
|
||||
-webkit-align-items: baseline !important;
|
||||
-ms-flex-align: baseline !important;
|
||||
align-items: baseline !important;
|
||||
}
|
||||
.align-items-md-stretch {
|
||||
-webkit-box-align: stretch !important;
|
||||
-webkit-align-items: stretch !important;
|
||||
-ms-flex-align: stretch !important;
|
||||
align-items: stretch !important;
|
||||
}
|
||||
.align-content-md-start {
|
||||
-webkit-align-content: flex-start !important;
|
||||
-ms-flex-line-pack: start !important;
|
||||
align-content: flex-start !important;
|
||||
}
|
||||
.align-content-md-end {
|
||||
-webkit-align-content: flex-end !important;
|
||||
-ms-flex-line-pack: end !important;
|
||||
align-content: flex-end !important;
|
||||
}
|
||||
.align-content-md-center {
|
||||
-webkit-align-content: center !important;
|
||||
-ms-flex-line-pack: center !important;
|
||||
align-content: center !important;
|
||||
}
|
||||
.align-content-md-between {
|
||||
-webkit-align-content: space-between !important;
|
||||
-ms-flex-line-pack: justify !important;
|
||||
align-content: space-between !important;
|
||||
}
|
||||
.align-content-md-around {
|
||||
-webkit-align-content: space-around !important;
|
||||
-ms-flex-line-pack: distribute !important;
|
||||
align-content: space-around !important;
|
||||
}
|
||||
.align-content-md-stretch {
|
||||
-webkit-align-content: stretch !important;
|
||||
-ms-flex-line-pack: stretch !important;
|
||||
align-content: stretch !important;
|
||||
}
|
||||
.align-self-md-auto {
|
||||
-webkit-align-self: auto !important;
|
||||
-ms-flex-item-align: auto !important;
|
||||
-ms-grid-row-align: auto !important;
|
||||
align-self: auto !important;
|
||||
}
|
||||
.align-self-md-start {
|
||||
-webkit-align-self: flex-start !important;
|
||||
-ms-flex-item-align: start !important;
|
||||
align-self: flex-start !important;
|
||||
}
|
||||
.align-self-md-end {
|
||||
-webkit-align-self: flex-end !important;
|
||||
-ms-flex-item-align: end !important;
|
||||
align-self: flex-end !important;
|
||||
}
|
||||
.align-self-md-center {
|
||||
-webkit-align-self: center !important;
|
||||
-ms-flex-item-align: center !important;
|
||||
-ms-grid-row-align: center !important;
|
||||
align-self: center !important;
|
||||
}
|
||||
.align-self-md-baseline {
|
||||
-webkit-align-self: baseline !important;
|
||||
-ms-flex-item-align: baseline !important;
|
||||
align-self: baseline !important;
|
||||
}
|
||||
.align-self-md-stretch {
|
||||
-webkit-align-self: stretch !important;
|
||||
-ms-flex-item-align: stretch !important;
|
||||
-ms-grid-row-align: stretch !important;
|
||||
align-self: stretch !important;
|
||||
}
|
||||
}
|
||||
|
||||
@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 {
|
||||
-webkit-box-orient: horizontal !important;
|
||||
-webkit-box-direction: normal !important;
|
||||
-webkit-flex-direction: row !important;
|
||||
-ms-flex-direction: row !important;
|
||||
flex-direction: row !important;
|
||||
}
|
||||
.flex-lg-column {
|
||||
-webkit-box-orient: vertical !important;
|
||||
-webkit-box-direction: normal !important;
|
||||
-webkit-flex-direction: column !important;
|
||||
-ms-flex-direction: column !important;
|
||||
flex-direction: column !important;
|
||||
}
|
||||
.flex-lg-row-reverse {
|
||||
-webkit-box-orient: horizontal !important;
|
||||
-webkit-box-direction: reverse !important;
|
||||
-webkit-flex-direction: row-reverse !important;
|
||||
-ms-flex-direction: row-reverse !important;
|
||||
flex-direction: row-reverse !important;
|
||||
}
|
||||
.flex-lg-column-reverse {
|
||||
-webkit-box-orient: vertical !important;
|
||||
-webkit-box-direction: reverse !important;
|
||||
-webkit-flex-direction: column-reverse !important;
|
||||
-ms-flex-direction: column-reverse !important;
|
||||
flex-direction: column-reverse !important;
|
||||
}
|
||||
.flex-lg-wrap {
|
||||
-webkit-flex-wrap: wrap !important;
|
||||
-ms-flex-wrap: wrap !important;
|
||||
flex-wrap: wrap !important;
|
||||
}
|
||||
.flex-lg-nowrap {
|
||||
-webkit-flex-wrap: nowrap !important;
|
||||
-ms-flex-wrap: nowrap !important;
|
||||
flex-wrap: nowrap !important;
|
||||
}
|
||||
.flex-lg-wrap-reverse {
|
||||
-webkit-flex-wrap: wrap-reverse !important;
|
||||
-ms-flex-wrap: wrap-reverse !important;
|
||||
flex-wrap: wrap-reverse !important;
|
||||
}
|
||||
.justify-content-lg-start {
|
||||
-webkit-box-pack: start !important;
|
||||
-webkit-justify-content: flex-start !important;
|
||||
-ms-flex-pack: start !important;
|
||||
justify-content: flex-start !important;
|
||||
}
|
||||
.justify-content-lg-end {
|
||||
-webkit-box-pack: end !important;
|
||||
-webkit-justify-content: flex-end !important;
|
||||
-ms-flex-pack: end !important;
|
||||
justify-content: flex-end !important;
|
||||
}
|
||||
.justify-content-lg-center {
|
||||
-webkit-box-pack: center !important;
|
||||
-webkit-justify-content: center !important;
|
||||
-ms-flex-pack: center !important;
|
||||
justify-content: center !important;
|
||||
}
|
||||
.justify-content-lg-between {
|
||||
-webkit-box-pack: justify !important;
|
||||
-webkit-justify-content: space-between !important;
|
||||
-ms-flex-pack: justify !important;
|
||||
justify-content: space-between !important;
|
||||
}
|
||||
.justify-content-lg-around {
|
||||
-webkit-justify-content: space-around !important;
|
||||
-ms-flex-pack: distribute !important;
|
||||
justify-content: space-around !important;
|
||||
}
|
||||
.align-items-lg-start {
|
||||
-webkit-box-align: start !important;
|
||||
-webkit-align-items: flex-start !important;
|
||||
-ms-flex-align: start !important;
|
||||
align-items: flex-start !important;
|
||||
}
|
||||
.align-items-lg-end {
|
||||
-webkit-box-align: end !important;
|
||||
-webkit-align-items: flex-end !important;
|
||||
-ms-flex-align: end !important;
|
||||
align-items: flex-end !important;
|
||||
}
|
||||
.align-items-lg-center {
|
||||
-webkit-box-align: center !important;
|
||||
-webkit-align-items: center !important;
|
||||
-ms-flex-align: center !important;
|
||||
align-items: center !important;
|
||||
}
|
||||
.align-items-lg-baseline {
|
||||
-webkit-box-align: baseline !important;
|
||||
-webkit-align-items: baseline !important;
|
||||
-ms-flex-align: baseline !important;
|
||||
align-items: baseline !important;
|
||||
}
|
||||
.align-items-lg-stretch {
|
||||
-webkit-box-align: stretch !important;
|
||||
-webkit-align-items: stretch !important;
|
||||
-ms-flex-align: stretch !important;
|
||||
align-items: stretch !important;
|
||||
}
|
||||
.align-content-lg-start {
|
||||
-webkit-align-content: flex-start !important;
|
||||
-ms-flex-line-pack: start !important;
|
||||
align-content: flex-start !important;
|
||||
}
|
||||
.align-content-lg-end {
|
||||
-webkit-align-content: flex-end !important;
|
||||
-ms-flex-line-pack: end !important;
|
||||
align-content: flex-end !important;
|
||||
}
|
||||
.align-content-lg-center {
|
||||
-webkit-align-content: center !important;
|
||||
-ms-flex-line-pack: center !important;
|
||||
align-content: center !important;
|
||||
}
|
||||
.align-content-lg-between {
|
||||
-webkit-align-content: space-between !important;
|
||||
-ms-flex-line-pack: justify !important;
|
||||
align-content: space-between !important;
|
||||
}
|
||||
.align-content-lg-around {
|
||||
-webkit-align-content: space-around !important;
|
||||
-ms-flex-line-pack: distribute !important;
|
||||
align-content: space-around !important;
|
||||
}
|
||||
.align-content-lg-stretch {
|
||||
-webkit-align-content: stretch !important;
|
||||
-ms-flex-line-pack: stretch !important;
|
||||
align-content: stretch !important;
|
||||
}
|
||||
.align-self-lg-auto {
|
||||
-webkit-align-self: auto !important;
|
||||
-ms-flex-item-align: auto !important;
|
||||
-ms-grid-row-align: auto !important;
|
||||
align-self: auto !important;
|
||||
}
|
||||
.align-self-lg-start {
|
||||
-webkit-align-self: flex-start !important;
|
||||
-ms-flex-item-align: start !important;
|
||||
align-self: flex-start !important;
|
||||
}
|
||||
.align-self-lg-end {
|
||||
-webkit-align-self: flex-end !important;
|
||||
-ms-flex-item-align: end !important;
|
||||
align-self: flex-end !important;
|
||||
}
|
||||
.align-self-lg-center {
|
||||
-webkit-align-self: center !important;
|
||||
-ms-flex-item-align: center !important;
|
||||
-ms-grid-row-align: center !important;
|
||||
align-self: center !important;
|
||||
}
|
||||
.align-self-lg-baseline {
|
||||
-webkit-align-self: baseline !important;
|
||||
-ms-flex-item-align: baseline !important;
|
||||
align-self: baseline !important;
|
||||
}
|
||||
.align-self-lg-stretch {
|
||||
-webkit-align-self: stretch !important;
|
||||
-ms-flex-item-align: stretch !important;
|
||||
-ms-grid-row-align: stretch !important;
|
||||
align-self: stretch !important;
|
||||
}
|
||||
}
|
||||
|
||||
@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 {
|
||||
-webkit-box-orient: horizontal !important;
|
||||
-webkit-box-direction: normal !important;
|
||||
-webkit-flex-direction: row !important;
|
||||
-ms-flex-direction: row !important;
|
||||
flex-direction: row !important;
|
||||
}
|
||||
.flex-xl-column {
|
||||
-webkit-box-orient: vertical !important;
|
||||
-webkit-box-direction: normal !important;
|
||||
-webkit-flex-direction: column !important;
|
||||
-ms-flex-direction: column !important;
|
||||
flex-direction: column !important;
|
||||
}
|
||||
.flex-xl-row-reverse {
|
||||
-webkit-box-orient: horizontal !important;
|
||||
-webkit-box-direction: reverse !important;
|
||||
-webkit-flex-direction: row-reverse !important;
|
||||
-ms-flex-direction: row-reverse !important;
|
||||
flex-direction: row-reverse !important;
|
||||
}
|
||||
.flex-xl-column-reverse {
|
||||
-webkit-box-orient: vertical !important;
|
||||
-webkit-box-direction: reverse !important;
|
||||
-webkit-flex-direction: column-reverse !important;
|
||||
-ms-flex-direction: column-reverse !important;
|
||||
flex-direction: column-reverse !important;
|
||||
}
|
||||
.flex-xl-wrap {
|
||||
-webkit-flex-wrap: wrap !important;
|
||||
-ms-flex-wrap: wrap !important;
|
||||
flex-wrap: wrap !important;
|
||||
}
|
||||
.flex-xl-nowrap {
|
||||
-webkit-flex-wrap: nowrap !important;
|
||||
-ms-flex-wrap: nowrap !important;
|
||||
flex-wrap: nowrap !important;
|
||||
}
|
||||
.flex-xl-wrap-reverse {
|
||||
-webkit-flex-wrap: wrap-reverse !important;
|
||||
-ms-flex-wrap: wrap-reverse !important;
|
||||
flex-wrap: wrap-reverse !important;
|
||||
}
|
||||
.justify-content-xl-start {
|
||||
-webkit-box-pack: start !important;
|
||||
-webkit-justify-content: flex-start !important;
|
||||
-ms-flex-pack: start !important;
|
||||
justify-content: flex-start !important;
|
||||
}
|
||||
.justify-content-xl-end {
|
||||
-webkit-box-pack: end !important;
|
||||
-webkit-justify-content: flex-end !important;
|
||||
-ms-flex-pack: end !important;
|
||||
justify-content: flex-end !important;
|
||||
}
|
||||
.justify-content-xl-center {
|
||||
-webkit-box-pack: center !important;
|
||||
-webkit-justify-content: center !important;
|
||||
-ms-flex-pack: center !important;
|
||||
justify-content: center !important;
|
||||
}
|
||||
.justify-content-xl-between {
|
||||
-webkit-box-pack: justify !important;
|
||||
-webkit-justify-content: space-between !important;
|
||||
-ms-flex-pack: justify !important;
|
||||
justify-content: space-between !important;
|
||||
}
|
||||
.justify-content-xl-around {
|
||||
-webkit-justify-content: space-around !important;
|
||||
-ms-flex-pack: distribute !important;
|
||||
justify-content: space-around !important;
|
||||
}
|
||||
.align-items-xl-start {
|
||||
-webkit-box-align: start !important;
|
||||
-webkit-align-items: flex-start !important;
|
||||
-ms-flex-align: start !important;
|
||||
align-items: flex-start !important;
|
||||
}
|
||||
.align-items-xl-end {
|
||||
-webkit-box-align: end !important;
|
||||
-webkit-align-items: flex-end !important;
|
||||
-ms-flex-align: end !important;
|
||||
align-items: flex-end !important;
|
||||
}
|
||||
.align-items-xl-center {
|
||||
-webkit-box-align: center !important;
|
||||
-webkit-align-items: center !important;
|
||||
-ms-flex-align: center !important;
|
||||
align-items: center !important;
|
||||
}
|
||||
.align-items-xl-baseline {
|
||||
-webkit-box-align: baseline !important;
|
||||
-webkit-align-items: baseline !important;
|
||||
-ms-flex-align: baseline !important;
|
||||
align-items: baseline !important;
|
||||
}
|
||||
.align-items-xl-stretch {
|
||||
-webkit-box-align: stretch !important;
|
||||
-webkit-align-items: stretch !important;
|
||||
-ms-flex-align: stretch !important;
|
||||
align-items: stretch !important;
|
||||
}
|
||||
.align-content-xl-start {
|
||||
-webkit-align-content: flex-start !important;
|
||||
-ms-flex-line-pack: start !important;
|
||||
align-content: flex-start !important;
|
||||
}
|
||||
.align-content-xl-end {
|
||||
-webkit-align-content: flex-end !important;
|
||||
-ms-flex-line-pack: end !important;
|
||||
align-content: flex-end !important;
|
||||
}
|
||||
.align-content-xl-center {
|
||||
-webkit-align-content: center !important;
|
||||
-ms-flex-line-pack: center !important;
|
||||
align-content: center !important;
|
||||
}
|
||||
.align-content-xl-between {
|
||||
-webkit-align-content: space-between !important;
|
||||
-ms-flex-line-pack: justify !important;
|
||||
align-content: space-between !important;
|
||||
}
|
||||
.align-content-xl-around {
|
||||
-webkit-align-content: space-around !important;
|
||||
-ms-flex-line-pack: distribute !important;
|
||||
align-content: space-around !important;
|
||||
}
|
||||
.align-content-xl-stretch {
|
||||
-webkit-align-content: stretch !important;
|
||||
-ms-flex-line-pack: stretch !important;
|
||||
align-content: stretch !important;
|
||||
}
|
||||
.align-self-xl-auto {
|
||||
-webkit-align-self: auto !important;
|
||||
-ms-flex-item-align: auto !important;
|
||||
-ms-grid-row-align: auto !important;
|
||||
align-self: auto !important;
|
||||
}
|
||||
.align-self-xl-start {
|
||||
-webkit-align-self: flex-start !important;
|
||||
-ms-flex-item-align: start !important;
|
||||
align-self: flex-start !important;
|
||||
}
|
||||
.align-self-xl-end {
|
||||
-webkit-align-self: flex-end !important;
|
||||
-ms-flex-item-align: end !important;
|
||||
align-self: flex-end !important;
|
||||
}
|
||||
.align-self-xl-center {
|
||||
-webkit-align-self: center !important;
|
||||
-ms-flex-item-align: center !important;
|
||||
-ms-grid-row-align: center !important;
|
||||
align-self: center !important;
|
||||
}
|
||||
.align-self-xl-baseline {
|
||||
-webkit-align-self: baseline !important;
|
||||
-ms-flex-item-align: baseline !important;
|
||||
align-self: baseline !important;
|
||||
}
|
||||
.align-self-xl-stretch {
|
||||
-webkit-align-self: stretch !important;
|
||||
-ms-flex-item-align: stretch !important;
|
||||
-ms-grid-row-align: stretch !important;
|
||||
align-self: stretch !important;
|
||||
}
|
||||
}
|
||||
/*# sourceMappingURL=bootstrap-grid.css.map */
|
||||
BIN
docs/dist/css/bootstrap-grid.css.map
vendored
BIN
docs/dist/css/bootstrap-grid.css.map
vendored
Binary file not shown.
2
docs/dist/css/bootstrap-grid.min.css
vendored
2
docs/dist/css/bootstrap-grid.min.css
vendored
File diff suppressed because one or more lines are too long
BIN
docs/dist/css/bootstrap-grid.min.css.map
vendored
BIN
docs/dist/css/bootstrap-grid.min.css.map
vendored
Binary file not shown.
2
docs/dist/css/bootstrap-reboot.min.css
vendored
2
docs/dist/css/bootstrap-reboot.min.css
vendored
|
|
@ -1 +1 @@
|
|||
html{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-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}body{margin:0;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#292b2c;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:#0275d8;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#014c8c;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:#636c72;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=radio],input[type=checkbox]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=radio]:disabled,input[type=checkbox]:disabled{cursor:not-allowed}input[type=datetime-local],input[type=month],input[type=date],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 */
|
||||
dl,h1,h2,h3,h4,h5,h6,ol,p,pre,ul{margin-top:0}address,dl,ol,p,pre,ul{margin-bottom:1rem}caption,th{text-align:left}button,hr,input{overflow:visible}pre,textarea{overflow:auto}dd,h1,h2,h3,h4,h5,h6,label,legend{margin-bottom:.5rem}address,legend{line-height:inherit}progress,sub,sup{vertical-align:baseline}label,output{display:inline-block}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-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}body{margin:0;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#292b2c;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}abbr[data-original-title],abbr[title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0}address{font-style:normal}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-left:0}blockquote,figure{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}sub{bottom:-.25em}sup{top:-.5em}a{color:#0275d8;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#014c8c;text-decoration:underline}a:not([href]):not([tabindex]),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}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:#636c72;caption-side:bottom}button:focus{outline:dotted 1px;outline:-webkit-focus-ring-color auto 5px}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}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=radio],input[type=checkbox]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=radio]:disabled,input[type=checkbox]:disabled{cursor:not-allowed}input[type=datetime-local],input[type=month],input[type=date],input[type=time]{-webkit-appearance:listbox}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;font-size:1.5rem;color:inherit;white-space:normal}[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}summary{display:list-item}template{display:none}[hidden]{display:none!important}/*# sourceMappingURL=bootstrap-reboot.min.css.map */
|
||||
BIN
docs/dist/css/bootstrap-reboot.min.css.map
vendored
BIN
docs/dist/css/bootstrap-reboot.min.css.map
vendored
Binary file not shown.
|
|
@ -2331,7 +2331,9 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
|||
color: #5cb85c;
|
||||
}
|
||||
|
||||
.has-success .form-control {
|
||||
.has-success .form-control,
|
||||
.has-success .custom-select,
|
||||
.has-success .custom-file-control {
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
|
||||
|
|
@ -2353,7 +2355,9 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
|||
color: #f0ad4e;
|
||||
}
|
||||
|
||||
.has-warning .form-control {
|
||||
.has-warning .form-control,
|
||||
.has-warning .custom-select,
|
||||
.has-warning .custom-file-control {
|
||||
border-color: #f0ad4e;
|
||||
}
|
||||
|
||||
|
|
@ -2375,7 +2379,9 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
|||
color: #d9534f;
|
||||
}
|
||||
|
||||
.has-danger .form-control {
|
||||
.has-danger .form-control,
|
||||
.has-danger .custom-select,
|
||||
.has-danger .custom-file-control {
|
||||
border-color: #d9534f;
|
||||
}
|
||||
|
||||
|
|
|
|||
BIN
docs/dist/css/bootstrap.css.map
vendored
BIN
docs/dist/css/bootstrap.css.map
vendored
Binary file not shown.
2
docs/dist/css/bootstrap.min.css
vendored
2
docs/dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
BIN
docs/dist/css/bootstrap.min.css.map
vendored
BIN
docs/dist/css/bootstrap.min.css.map
vendored
Binary file not shown.
Loading…
Reference in a new issue