mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
dist
This commit is contained in:
parent
98763f1f85
commit
07a302a33b
9 changed files with 209 additions and 7 deletions
84
dist/css/bootstrap-grid.css
vendored
84
dist/css/bootstrap-grid.css
vendored
|
@ -1224,6 +1224,26 @@ html {
|
||||||
flex: 1 1 auto !important;
|
flex: 1 1 auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.flex-grow-0 {
|
||||||
|
-ms-flex-positive: 0 !important;
|
||||||
|
flex-grow: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flex-grow-1 {
|
||||||
|
-ms-flex-positive: 1 !important;
|
||||||
|
flex-grow: 1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flex-shrink-0 {
|
||||||
|
-ms-flex-negative: 0 !important;
|
||||||
|
flex-shrink: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flex-shrink-1 {
|
||||||
|
-ms-flex-negative: 1 !important;
|
||||||
|
flex-shrink: 1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.justify-content-start {
|
.justify-content-start {
|
||||||
-ms-flex-pack: start !important;
|
-ms-flex-pack: start !important;
|
||||||
justify-content: flex-start !important;
|
justify-content: flex-start !important;
|
||||||
|
@ -1367,6 +1387,22 @@ html {
|
||||||
-ms-flex: 1 1 auto !important;
|
-ms-flex: 1 1 auto !important;
|
||||||
flex: 1 1 auto !important;
|
flex: 1 1 auto !important;
|
||||||
}
|
}
|
||||||
|
.flex-sm-grow-0 {
|
||||||
|
-ms-flex-positive: 0 !important;
|
||||||
|
flex-grow: 0 !important;
|
||||||
|
}
|
||||||
|
.flex-sm-grow-1 {
|
||||||
|
-ms-flex-positive: 1 !important;
|
||||||
|
flex-grow: 1 !important;
|
||||||
|
}
|
||||||
|
.flex-sm-shrink-0 {
|
||||||
|
-ms-flex-negative: 0 !important;
|
||||||
|
flex-shrink: 0 !important;
|
||||||
|
}
|
||||||
|
.flex-sm-shrink-1 {
|
||||||
|
-ms-flex-negative: 1 !important;
|
||||||
|
flex-shrink: 1 !important;
|
||||||
|
}
|
||||||
.justify-content-sm-start {
|
.justify-content-sm-start {
|
||||||
-ms-flex-pack: start !important;
|
-ms-flex-pack: start !important;
|
||||||
justify-content: flex-start !important;
|
justify-content: flex-start !important;
|
||||||
|
@ -1490,6 +1526,22 @@ html {
|
||||||
-ms-flex: 1 1 auto !important;
|
-ms-flex: 1 1 auto !important;
|
||||||
flex: 1 1 auto !important;
|
flex: 1 1 auto !important;
|
||||||
}
|
}
|
||||||
|
.flex-md-grow-0 {
|
||||||
|
-ms-flex-positive: 0 !important;
|
||||||
|
flex-grow: 0 !important;
|
||||||
|
}
|
||||||
|
.flex-md-grow-1 {
|
||||||
|
-ms-flex-positive: 1 !important;
|
||||||
|
flex-grow: 1 !important;
|
||||||
|
}
|
||||||
|
.flex-md-shrink-0 {
|
||||||
|
-ms-flex-negative: 0 !important;
|
||||||
|
flex-shrink: 0 !important;
|
||||||
|
}
|
||||||
|
.flex-md-shrink-1 {
|
||||||
|
-ms-flex-negative: 1 !important;
|
||||||
|
flex-shrink: 1 !important;
|
||||||
|
}
|
||||||
.justify-content-md-start {
|
.justify-content-md-start {
|
||||||
-ms-flex-pack: start !important;
|
-ms-flex-pack: start !important;
|
||||||
justify-content: flex-start !important;
|
justify-content: flex-start !important;
|
||||||
|
@ -1613,6 +1665,22 @@ html {
|
||||||
-ms-flex: 1 1 auto !important;
|
-ms-flex: 1 1 auto !important;
|
||||||
flex: 1 1 auto !important;
|
flex: 1 1 auto !important;
|
||||||
}
|
}
|
||||||
|
.flex-lg-grow-0 {
|
||||||
|
-ms-flex-positive: 0 !important;
|
||||||
|
flex-grow: 0 !important;
|
||||||
|
}
|
||||||
|
.flex-lg-grow-1 {
|
||||||
|
-ms-flex-positive: 1 !important;
|
||||||
|
flex-grow: 1 !important;
|
||||||
|
}
|
||||||
|
.flex-lg-shrink-0 {
|
||||||
|
-ms-flex-negative: 0 !important;
|
||||||
|
flex-shrink: 0 !important;
|
||||||
|
}
|
||||||
|
.flex-lg-shrink-1 {
|
||||||
|
-ms-flex-negative: 1 !important;
|
||||||
|
flex-shrink: 1 !important;
|
||||||
|
}
|
||||||
.justify-content-lg-start {
|
.justify-content-lg-start {
|
||||||
-ms-flex-pack: start !important;
|
-ms-flex-pack: start !important;
|
||||||
justify-content: flex-start !important;
|
justify-content: flex-start !important;
|
||||||
|
@ -1736,6 +1804,22 @@ html {
|
||||||
-ms-flex: 1 1 auto !important;
|
-ms-flex: 1 1 auto !important;
|
||||||
flex: 1 1 auto !important;
|
flex: 1 1 auto !important;
|
||||||
}
|
}
|
||||||
|
.flex-xl-grow-0 {
|
||||||
|
-ms-flex-positive: 0 !important;
|
||||||
|
flex-grow: 0 !important;
|
||||||
|
}
|
||||||
|
.flex-xl-grow-1 {
|
||||||
|
-ms-flex-positive: 1 !important;
|
||||||
|
flex-grow: 1 !important;
|
||||||
|
}
|
||||||
|
.flex-xl-shrink-0 {
|
||||||
|
-ms-flex-negative: 0 !important;
|
||||||
|
flex-shrink: 0 !important;
|
||||||
|
}
|
||||||
|
.flex-xl-shrink-1 {
|
||||||
|
-ms-flex-negative: 1 !important;
|
||||||
|
flex-shrink: 1 !important;
|
||||||
|
}
|
||||||
.justify-content-xl-start {
|
.justify-content-xl-start {
|
||||||
-ms-flex-pack: start !important;
|
-ms-flex-pack: start !important;
|
||||||
justify-content: flex-start !important;
|
justify-content: flex-start !important;
|
||||||
|
|
2
dist/css/bootstrap-grid.css.map
vendored
2
dist/css/bootstrap-grid.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap-grid.min.css
vendored
2
dist/css/bootstrap-grid.min.css
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap-grid.min.css.map
vendored
2
dist/css/bootstrap-grid.min.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap-reboot.css.map
vendored
2
dist/css/bootstrap-reboot.css.map
vendored
File diff suppressed because one or more lines are too long
|
@ -4560,6 +4560,8 @@ input[type="button"].btn-block {
|
||||||
-webkit-column-gap: 1.25rem;
|
-webkit-column-gap: 1.25rem;
|
||||||
-moz-column-gap: 1.25rem;
|
-moz-column-gap: 1.25rem;
|
||||||
column-gap: 1.25rem;
|
column-gap: 1.25rem;
|
||||||
|
orphans: 1;
|
||||||
|
widows: 1;
|
||||||
}
|
}
|
||||||
.card-columns .card {
|
.card-columns .card {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -6483,6 +6485,26 @@ button.bg-dark:focus {
|
||||||
flex: 1 1 auto !important;
|
flex: 1 1 auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.flex-grow-0 {
|
||||||
|
-ms-flex-positive: 0 !important;
|
||||||
|
flex-grow: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flex-grow-1 {
|
||||||
|
-ms-flex-positive: 1 !important;
|
||||||
|
flex-grow: 1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flex-shrink-0 {
|
||||||
|
-ms-flex-negative: 0 !important;
|
||||||
|
flex-shrink: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flex-shrink-1 {
|
||||||
|
-ms-flex-negative: 1 !important;
|
||||||
|
flex-shrink: 1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.justify-content-start {
|
.justify-content-start {
|
||||||
-ms-flex-pack: start !important;
|
-ms-flex-pack: start !important;
|
||||||
justify-content: flex-start !important;
|
justify-content: flex-start !important;
|
||||||
|
@ -6626,6 +6648,22 @@ button.bg-dark:focus {
|
||||||
-ms-flex: 1 1 auto !important;
|
-ms-flex: 1 1 auto !important;
|
||||||
flex: 1 1 auto !important;
|
flex: 1 1 auto !important;
|
||||||
}
|
}
|
||||||
|
.flex-sm-grow-0 {
|
||||||
|
-ms-flex-positive: 0 !important;
|
||||||
|
flex-grow: 0 !important;
|
||||||
|
}
|
||||||
|
.flex-sm-grow-1 {
|
||||||
|
-ms-flex-positive: 1 !important;
|
||||||
|
flex-grow: 1 !important;
|
||||||
|
}
|
||||||
|
.flex-sm-shrink-0 {
|
||||||
|
-ms-flex-negative: 0 !important;
|
||||||
|
flex-shrink: 0 !important;
|
||||||
|
}
|
||||||
|
.flex-sm-shrink-1 {
|
||||||
|
-ms-flex-negative: 1 !important;
|
||||||
|
flex-shrink: 1 !important;
|
||||||
|
}
|
||||||
.justify-content-sm-start {
|
.justify-content-sm-start {
|
||||||
-ms-flex-pack: start !important;
|
-ms-flex-pack: start !important;
|
||||||
justify-content: flex-start !important;
|
justify-content: flex-start !important;
|
||||||
|
@ -6749,6 +6787,22 @@ button.bg-dark:focus {
|
||||||
-ms-flex: 1 1 auto !important;
|
-ms-flex: 1 1 auto !important;
|
||||||
flex: 1 1 auto !important;
|
flex: 1 1 auto !important;
|
||||||
}
|
}
|
||||||
|
.flex-md-grow-0 {
|
||||||
|
-ms-flex-positive: 0 !important;
|
||||||
|
flex-grow: 0 !important;
|
||||||
|
}
|
||||||
|
.flex-md-grow-1 {
|
||||||
|
-ms-flex-positive: 1 !important;
|
||||||
|
flex-grow: 1 !important;
|
||||||
|
}
|
||||||
|
.flex-md-shrink-0 {
|
||||||
|
-ms-flex-negative: 0 !important;
|
||||||
|
flex-shrink: 0 !important;
|
||||||
|
}
|
||||||
|
.flex-md-shrink-1 {
|
||||||
|
-ms-flex-negative: 1 !important;
|
||||||
|
flex-shrink: 1 !important;
|
||||||
|
}
|
||||||
.justify-content-md-start {
|
.justify-content-md-start {
|
||||||
-ms-flex-pack: start !important;
|
-ms-flex-pack: start !important;
|
||||||
justify-content: flex-start !important;
|
justify-content: flex-start !important;
|
||||||
|
@ -6872,6 +6926,22 @@ button.bg-dark:focus {
|
||||||
-ms-flex: 1 1 auto !important;
|
-ms-flex: 1 1 auto !important;
|
||||||
flex: 1 1 auto !important;
|
flex: 1 1 auto !important;
|
||||||
}
|
}
|
||||||
|
.flex-lg-grow-0 {
|
||||||
|
-ms-flex-positive: 0 !important;
|
||||||
|
flex-grow: 0 !important;
|
||||||
|
}
|
||||||
|
.flex-lg-grow-1 {
|
||||||
|
-ms-flex-positive: 1 !important;
|
||||||
|
flex-grow: 1 !important;
|
||||||
|
}
|
||||||
|
.flex-lg-shrink-0 {
|
||||||
|
-ms-flex-negative: 0 !important;
|
||||||
|
flex-shrink: 0 !important;
|
||||||
|
}
|
||||||
|
.flex-lg-shrink-1 {
|
||||||
|
-ms-flex-negative: 1 !important;
|
||||||
|
flex-shrink: 1 !important;
|
||||||
|
}
|
||||||
.justify-content-lg-start {
|
.justify-content-lg-start {
|
||||||
-ms-flex-pack: start !important;
|
-ms-flex-pack: start !important;
|
||||||
justify-content: flex-start !important;
|
justify-content: flex-start !important;
|
||||||
|
@ -6995,6 +7065,22 @@ button.bg-dark:focus {
|
||||||
-ms-flex: 1 1 auto !important;
|
-ms-flex: 1 1 auto !important;
|
||||||
flex: 1 1 auto !important;
|
flex: 1 1 auto !important;
|
||||||
}
|
}
|
||||||
|
.flex-xl-grow-0 {
|
||||||
|
-ms-flex-positive: 0 !important;
|
||||||
|
flex-grow: 0 !important;
|
||||||
|
}
|
||||||
|
.flex-xl-grow-1 {
|
||||||
|
-ms-flex-positive: 1 !important;
|
||||||
|
flex-grow: 1 !important;
|
||||||
|
}
|
||||||
|
.flex-xl-shrink-0 {
|
||||||
|
-ms-flex-negative: 0 !important;
|
||||||
|
flex-shrink: 0 !important;
|
||||||
|
}
|
||||||
|
.flex-xl-shrink-1 {
|
||||||
|
-ms-flex-negative: 1 !important;
|
||||||
|
flex-shrink: 1 !important;
|
||||||
|
}
|
||||||
.justify-content-xl-start {
|
.justify-content-xl-start {
|
||||||
-ms-flex-pack: start !important;
|
-ms-flex-pack: start !important;
|
||||||
justify-content: flex-start !important;
|
justify-content: flex-start !important;
|
||||||
|
@ -7211,6 +7297,22 @@ button.bg-dark:focus {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.shadow-sm {
|
||||||
|
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.shadow {
|
||||||
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.shadow-lg {
|
||||||
|
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.shadow-none {
|
||||||
|
box-shadow: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
.w-25 {
|
.w-25 {
|
||||||
width: 25% !important;
|
width: 25% !important;
|
||||||
}
|
}
|
||||||
|
@ -8571,6 +8673,10 @@ button.bg-dark:focus {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-monospace {
|
||||||
|
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||||
|
}
|
||||||
|
|
||||||
.text-justify {
|
.text-justify {
|
||||||
text-align: justify !important;
|
text-align: justify !important;
|
||||||
}
|
}
|
||||||
|
@ -8741,10 +8847,22 @@ a.text-dark:hover, a.text-dark:focus {
|
||||||
color: #1d2124 !important;
|
color: #1d2124 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-body {
|
||||||
|
color: #212529 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.text-muted {
|
.text-muted {
|
||||||
color: #6c757d !important;
|
color: #6c757d !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-black-50 {
|
||||||
|
color: rgba(0, 0, 0, 0.5) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-white-50 {
|
||||||
|
color: rgba(255, 255, 255, 0.5) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.text-hide {
|
.text-hide {
|
||||||
font: 0/0 a;
|
font: 0/0 a;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
|
|
2
dist/css/bootstrap.css.map
vendored
2
dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css.map
vendored
2
dist/css/bootstrap.min.css.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue