diff options
| author | Mark Otto <[email protected]> | 2020-06-13 15:40:28 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2020-06-14 13:52:54 -0700 |
| commit | a6564588567a14ebc4bfa4e50358f1c32e3b10d7 (patch) | |
| tree | 37b84533c45e6286d75918c9d0221895ec659ce2 /dist/css/bootstrap.css | |
| parent | cde53a85d14d22b3eba6f96b7e01490848da047e (diff) | |
| download | bootstrap-a6564588567a14ebc4bfa4e50358f1c32e3b10d7.tar.xz bootstrap-a6564588567a14ebc4bfa4e50358f1c32e3b10d7.zip | |
Run dist on latest
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 113 |
1 files changed, 53 insertions, 60 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index ae421a540..3d4389d5a 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -28,6 +28,7 @@ --bs-dark: #343a40; --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); } *, @@ -211,7 +212,7 @@ a:hover { color: #024dbc; } -a:not([href]), a:not([href]):hover { +a:not([href]):not([class]), a:not([href]):not([class]):hover { color: inherit; text-decoration: none; } @@ -550,8 +551,13 @@ progress { font-size: 1.25rem; } +.blockquote > :last-child { + margin-bottom: 0; +} + .blockquote-footer { - display: block; + margin-top: -1rem; + margin-bottom: 1rem; font-size: 0.875em; color: #6c757d; } @@ -588,45 +594,13 @@ progress { color: #6c757d; } -.container { - width: 100%; - padding-right: 1rem; - padding-left: 1rem; - margin-right: auto; - margin-left: auto; -} - -@media (min-width: 576px) { - .container { - max-width: 540px; - } -} - -@media (min-width: 768px) { - .container { - max-width: 720px; - } -} - -@media (min-width: 992px) { - .container { - max-width: 960px; - } -} - -@media (min-width: 1200px) { - .container { - max-width: 1140px; - } -} - -@media (min-width: 1400px) { - .container { - max-width: 1320px; - } -} - -.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl { +.container, +.container-fluid, +.container-sm, +.container-md, +.container-lg, +.container-xl, +.container-xxl { width: 100%; padding-right: 1rem; padding-left: 1rem; @@ -668,6 +642,7 @@ progress { --bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: flex; + flex: 1 0 100%; flex-wrap: wrap; margin-top: calc(var(--bs-gutter-y) * -1); margin-right: calc(var(--bs-gutter-x) / -2); @@ -685,7 +660,6 @@ progress { .col { flex: 1 0 0%; - min-width: 0; } .row-cols-auto > * { @@ -895,7 +869,6 @@ progress { @media (min-width: 576px) { .col-sm { flex: 1 0 0%; - min-width: 0; } .row-cols-sm-auto > * { flex: 0 0 auto; @@ -1066,7 +1039,6 @@ progress { @media (min-width: 768px) { .col-md { flex: 1 0 0%; - min-width: 0; } .row-cols-md-auto > * { flex: 0 0 auto; @@ -1237,7 +1209,6 @@ progress { @media (min-width: 992px) { .col-lg { flex: 1 0 0%; - min-width: 0; } .row-cols-lg-auto > * { flex: 0 0 auto; @@ -1408,7 +1379,6 @@ progress { @media (min-width: 1200px) { .col-xl { flex: 1 0 0%; - min-width: 0; } .row-cols-xl-auto > * { flex: 0 0 auto; @@ -1579,7 +1549,6 @@ progress { @media (min-width: 1400px) { .col-xxl { flex: 1 0 0%; - min-width: 0; } .row-cols-xxl-auto > * { flex: 0 0 auto; @@ -1764,7 +1733,7 @@ progress { } .table > :not(caption) > * > * { - padding: 0.5rem; + padding: 0.5rem 0.5rem; background-color: var(--bs-table-bg); background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg)); border-bottom-width: 1px; @@ -1787,7 +1756,7 @@ progress { } .table-sm > :not(caption) > * > * { - padding: 0.25rem; + padding: 0.25rem 0.25rem; } .table-bordered > :not(caption) > * { @@ -2248,7 +2217,7 @@ progress { } .form-switch .form-check-input:focus { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380bdff'/%3e%3c/svg%3e"); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238bbafe'/%3e%3c/svg%3e"); } .form-switch .form-check-input:checked { @@ -2687,7 +2656,7 @@ progress { } .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked { - background-color: #34ce57; + background-color: #28a745; } .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus { @@ -2777,7 +2746,7 @@ progress { } .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked { - background-color: #e4606d; + background-color: #dc3545; } .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus { @@ -3883,11 +3852,13 @@ fieldset:disabled .btn { background-color: #0d6efd; } +.nav-fill > .nav-link, .nav-fill .nav-item { flex: 1 1 auto; text-align: center; } +.nav-justified > .nav-link, .nav-justified .nav-item { flex-basis: 0; flex-grow: 1; @@ -4154,8 +4125,6 @@ fieldset:disabled .btn { } .navbar-light .navbar-nav .show > .nav-link, -.navbar-light .navbar-nav .active > .nav-link, -.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active { color: rgba(0, 0, 0, 0.9); } @@ -4200,8 +4169,6 @@ fieldset:disabled .btn { } .navbar-dark .navbar-nav .show > .nav-link, -.navbar-dark .navbar-nav .active > .nav-link, -.navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active { color: #fff; } @@ -4259,6 +4226,11 @@ fieldset:disabled .btn { border-bottom-left-radius: calc(0.25rem - 1px); } +.card > .card-header + .list-group, +.card > .list-group + .card-footer { + border-top: 0; +} + .card-body { flex: 1 1 auto; padding: 1rem 1rem; @@ -4296,10 +4268,6 @@ fieldset:disabled .btn { border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; } -.card-header + .list-group .list-group-item:first-child { - border-top: 0; -} - .card-footer { padding: 0.5rem 1rem; background-color: rgba(0, 0, 0, 0.03); @@ -4329,6 +4297,7 @@ fieldset:disabled .btn { bottom: 0; left: 0; padding: 1rem; + border-radius: calc(0.25rem - 1px); } .card-img, @@ -6531,6 +6500,10 @@ button.close { justify-content: space-around !important; } +.justify-content-evenly { + justify-content: space-evenly !important; +} + .align-items-start { align-items: flex-start !important; } @@ -7181,6 +7154,10 @@ button.close { background-color: transparent !important; } +.bg-gradient { + background-image: var(--bs-gradient) !important; +} + .text-wrap { white-space: normal !important; } @@ -7211,6 +7188,7 @@ button.close { .text-break { word-wrap: break-word !important; + word-break: break-word !important; } .font-monospace { @@ -7386,6 +7364,9 @@ button.close { .justify-content-sm-around { justify-content: space-around !important; } + .justify-content-sm-evenly { + justify-content: space-evenly !important; + } .align-items-sm-start { align-items: flex-start !important; } @@ -7859,6 +7840,9 @@ button.close { .justify-content-md-around { justify-content: space-around !important; } + .justify-content-md-evenly { + justify-content: space-evenly !important; + } .align-items-md-start { align-items: flex-start !important; } @@ -8332,6 +8316,9 @@ button.close { .justify-content-lg-around { justify-content: space-around !important; } + .justify-content-lg-evenly { + justify-content: space-evenly !important; + } .align-items-lg-start { align-items: flex-start !important; } @@ -8805,6 +8792,9 @@ button.close { .justify-content-xl-around { justify-content: space-around !important; } + .justify-content-xl-evenly { + justify-content: space-evenly !important; + } .align-items-xl-start { align-items: flex-start !important; } @@ -9278,6 +9268,9 @@ button.close { .justify-content-xxl-around { justify-content: space-around !important; } + .justify-content-xxl-evenly { + justify-content: space-evenly !important; + } .align-items-xxl-start { align-items: flex-start !important; } |
