|
|
|
@ -1,8 +1,8 @@ |
|
|
|
/*! |
|
|
|
* Bootstrap v4.5.0 (https://getbootstrap.com/) |
|
|
|
* Copyright 2011-2020 The Bootstrap Authors |
|
|
|
* Copyright 2011-2020 Twitter, Inc. |
|
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
|
|
|
* Bootstrap v4.6.0 (https://getbootstrap.com/) |
|
|
|
* Copyright 2011-2021 The Bootstrap Authors |
|
|
|
* Copyright 2011-2021 Twitter, Inc. |
|
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) |
|
|
|
*/ |
|
|
|
:root { |
|
|
|
--blue: #007bff; |
|
|
|
@ -31,7 +31,7 @@ |
|
|
|
--breakpoint-md: 768px; |
|
|
|
--breakpoint-lg: 992px; |
|
|
|
--breakpoint-xl: 1200px; |
|
|
|
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; |
|
|
|
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; |
|
|
|
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; |
|
|
|
} |
|
|
|
|
|
|
|
@ -54,7 +54,7 @@ article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { |
|
|
|
|
|
|
|
body { |
|
|
|
margin: 0; |
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; |
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; |
|
|
|
font-size: 1rem; |
|
|
|
font-weight: 400; |
|
|
|
line-height: 1.5; |
|
|
|
@ -163,12 +163,12 @@ a:hover { |
|
|
|
text-decoration: underline; |
|
|
|
} |
|
|
|
|
|
|
|
a:not([href]) { |
|
|
|
a:not([href]):not([class]) { |
|
|
|
color: inherit; |
|
|
|
text-decoration: none; |
|
|
|
} |
|
|
|
|
|
|
|
a:not([href]):hover { |
|
|
|
a:not([href]):not([class]):hover { |
|
|
|
color: inherit; |
|
|
|
text-decoration: none; |
|
|
|
} |
|
|
|
@ -216,6 +216,7 @@ caption { |
|
|
|
|
|
|
|
th { |
|
|
|
text-align: inherit; |
|
|
|
text-align: -webkit-match-parent; |
|
|
|
} |
|
|
|
|
|
|
|
label { |
|
|
|
@ -227,9 +228,8 @@ button { |
|
|
|
border-radius: 0; |
|
|
|
} |
|
|
|
|
|
|
|
button:focus { |
|
|
|
outline: 1px dotted; |
|
|
|
outline: 5px auto -webkit-focus-ring-color; |
|
|
|
button:focus:not(:focus-visible) { |
|
|
|
outline: 0; |
|
|
|
} |
|
|
|
|
|
|
|
input, |
|
|
|
@ -539,39 +539,12 @@ pre code { |
|
|
|
overflow-y: scroll; |
|
|
|
} |
|
|
|
|
|
|
|
.container { |
|
|
|
width: 100%; |
|
|
|
padding-right: 15px; |
|
|
|
padding-left: 15px; |
|
|
|
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; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl { |
|
|
|
.container, |
|
|
|
.container-fluid, |
|
|
|
.container-sm, |
|
|
|
.container-md, |
|
|
|
.container-lg, |
|
|
|
.container-xl { |
|
|
|
width: 100%; |
|
|
|
padding-right: 15px; |
|
|
|
padding-left: 15px; |
|
|
|
@ -640,7 +613,6 @@ pre code { |
|
|
|
flex-basis: 0; |
|
|
|
-ms-flex-positive: 1; |
|
|
|
flex-grow: 1; |
|
|
|
min-width: 0; |
|
|
|
max-width: 100%; |
|
|
|
} |
|
|
|
|
|
|
|
@ -884,7 +856,6 @@ pre code { |
|
|
|
flex-basis: 0; |
|
|
|
-ms-flex-positive: 1; |
|
|
|
flex-grow: 1; |
|
|
|
min-width: 0; |
|
|
|
max-width: 100%; |
|
|
|
} |
|
|
|
.row-cols-sm-1 > * { |
|
|
|
@ -1087,7 +1058,6 @@ pre code { |
|
|
|
flex-basis: 0; |
|
|
|
-ms-flex-positive: 1; |
|
|
|
flex-grow: 1; |
|
|
|
min-width: 0; |
|
|
|
max-width: 100%; |
|
|
|
} |
|
|
|
.row-cols-md-1 > * { |
|
|
|
@ -1290,7 +1260,6 @@ pre code { |
|
|
|
flex-basis: 0; |
|
|
|
-ms-flex-positive: 1; |
|
|
|
flex-grow: 1; |
|
|
|
min-width: 0; |
|
|
|
max-width: 100%; |
|
|
|
} |
|
|
|
.row-cols-lg-1 > * { |
|
|
|
@ -1493,7 +1462,6 @@ pre code { |
|
|
|
flex-basis: 0; |
|
|
|
-ms-flex-positive: 1; |
|
|
|
flex-grow: 1; |
|
|
|
min-width: 0; |
|
|
|
max-width: 100%; |
|
|
|
} |
|
|
|
.row-cols-xl-1 > * { |
|
|
|
@ -2259,6 +2227,7 @@ textarea.form-control { |
|
|
|
.valid-tooltip { |
|
|
|
position: absolute; |
|
|
|
top: 100%; |
|
|
|
left: 0; |
|
|
|
z-index: 5; |
|
|
|
display: none; |
|
|
|
max-width: 100%; |
|
|
|
@ -2271,6 +2240,11 @@ textarea.form-control { |
|
|
|
border-radius: 0.25rem; |
|
|
|
} |
|
|
|
|
|
|
|
.form-row > .col > .valid-tooltip, |
|
|
|
.form-row > [class*="col-"] > .valid-tooltip { |
|
|
|
left: 5px; |
|
|
|
} |
|
|
|
|
|
|
|
.was-validated :valid ~ .valid-feedback, |
|
|
|
.was-validated :valid ~ .valid-tooltip, |
|
|
|
.is-valid ~ .valid-feedback, |
|
|
|
@ -2300,7 +2274,7 @@ textarea.form-control { |
|
|
|
.was-validated .custom-select:valid, .custom-select.is-valid { |
|
|
|
border-color: #28a745; |
|
|
|
padding-right: calc(0.75em + 2.3125rem); |
|
|
|
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); |
|
|
|
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; |
|
|
|
} |
|
|
|
|
|
|
|
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus { |
|
|
|
@ -2359,6 +2333,7 @@ textarea.form-control { |
|
|
|
.invalid-tooltip { |
|
|
|
position: absolute; |
|
|
|
top: 100%; |
|
|
|
left: 0; |
|
|
|
z-index: 5; |
|
|
|
display: none; |
|
|
|
max-width: 100%; |
|
|
|
@ -2371,6 +2346,11 @@ textarea.form-control { |
|
|
|
border-radius: 0.25rem; |
|
|
|
} |
|
|
|
|
|
|
|
.form-row > .col > .invalid-tooltip, |
|
|
|
.form-row > [class*="col-"] > .invalid-tooltip { |
|
|
|
left: 5px; |
|
|
|
} |
|
|
|
|
|
|
|
.was-validated :invalid ~ .invalid-feedback, |
|
|
|
.was-validated :invalid ~ .invalid-tooltip, |
|
|
|
.is-invalid ~ .invalid-feedback, |
|
|
|
@ -2400,7 +2380,7 @@ textarea.form-control { |
|
|
|
.was-validated .custom-select:invalid, .custom-select.is-invalid { |
|
|
|
border-color: #dc3545; |
|
|
|
padding-right: calc(0.75em + 2.3125rem); |
|
|
|
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); |
|
|
|
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; |
|
|
|
} |
|
|
|
|
|
|
|
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus { |
|
|
|
@ -3417,7 +3397,7 @@ input[type="button"].btn-block { |
|
|
|
.dropdown-item:hover, .dropdown-item:focus { |
|
|
|
color: #16181b; |
|
|
|
text-decoration: none; |
|
|
|
background-color: #f8f9fa; |
|
|
|
background-color: #e9ecef; |
|
|
|
} |
|
|
|
|
|
|
|
.dropdown-item.active, .dropdown-item:active { |
|
|
|
@ -3427,7 +3407,7 @@ input[type="button"].btn-block { |
|
|
|
} |
|
|
|
|
|
|
|
.dropdown-item.disabled, .dropdown-item:disabled { |
|
|
|
color: #6c757d; |
|
|
|
color: #adb5bd; |
|
|
|
pointer-events: none; |
|
|
|
background-color: transparent; |
|
|
|
} |
|
|
|
@ -3626,12 +3606,6 @@ input[type="button"].btn-block { |
|
|
|
z-index: 4; |
|
|
|
} |
|
|
|
|
|
|
|
.input-group > .form-control:not(:last-child), |
|
|
|
.input-group > .custom-select:not(:last-child) { |
|
|
|
border-top-right-radius: 0; |
|
|
|
border-bottom-right-radius: 0; |
|
|
|
} |
|
|
|
|
|
|
|
.input-group > .form-control:not(:first-child), |
|
|
|
.input-group > .custom-select:not(:first-child) { |
|
|
|
border-top-left-radius: 0; |
|
|
|
@ -3646,14 +3620,23 @@ input[type="button"].btn-block { |
|
|
|
} |
|
|
|
|
|
|
|
.input-group > .custom-file:not(:last-child) .custom-file-label, |
|
|
|
.input-group > .custom-file:not(:last-child) .custom-file-label::after { |
|
|
|
.input-group > .custom-file:not(:first-child) .custom-file-label { |
|
|
|
border-top-left-radius: 0; |
|
|
|
border-bottom-left-radius: 0; |
|
|
|
} |
|
|
|
|
|
|
|
.input-group:not(.has-validation) > .form-control:not(:last-child), |
|
|
|
.input-group:not(.has-validation) > .custom-select:not(:last-child), |
|
|
|
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after { |
|
|
|
border-top-right-radius: 0; |
|
|
|
border-bottom-right-radius: 0; |
|
|
|
} |
|
|
|
|
|
|
|
.input-group > .custom-file:not(:first-child) .custom-file-label { |
|
|
|
border-top-left-radius: 0; |
|
|
|
border-bottom-left-radius: 0; |
|
|
|
.input-group.has-validation > .form-control:nth-last-child(n + 3), |
|
|
|
.input-group.has-validation > .custom-select:nth-last-child(n + 3), |
|
|
|
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after { |
|
|
|
border-top-right-radius: 0; |
|
|
|
border-bottom-right-radius: 0; |
|
|
|
} |
|
|
|
|
|
|
|
.input-group-prepend, |
|
|
|
@ -3756,8 +3739,10 @@ input[type="button"].btn-block { |
|
|
|
|
|
|
|
.input-group > .input-group-prepend > .btn, |
|
|
|
.input-group > .input-group-prepend > .input-group-text, |
|
|
|
.input-group > .input-group-append:not(:last-child) > .btn, |
|
|
|
.input-group > .input-group-append:not(:last-child) > .input-group-text, |
|
|
|
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, |
|
|
|
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, |
|
|
|
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn, |
|
|
|
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text, |
|
|
|
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), |
|
|
|
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) { |
|
|
|
border-top-right-radius: 0; |
|
|
|
@ -3776,9 +3761,12 @@ input[type="button"].btn-block { |
|
|
|
|
|
|
|
.custom-control { |
|
|
|
position: relative; |
|
|
|
z-index: 1; |
|
|
|
display: block; |
|
|
|
min-height: 1.5rem; |
|
|
|
padding-left: 1.5rem; |
|
|
|
-webkit-print-color-adjust: exact; |
|
|
|
color-adjust: exact; |
|
|
|
} |
|
|
|
|
|
|
|
.custom-control-inline { |
|
|
|
@ -3851,7 +3839,7 @@ input[type="button"].btn-block { |
|
|
|
width: 1rem; |
|
|
|
height: 1rem; |
|
|
|
content: ""; |
|
|
|
background: no-repeat 50% / 50% 50%; |
|
|
|
background: 50% / 50% 50% no-repeat; |
|
|
|
} |
|
|
|
|
|
|
|
.custom-checkbox .custom-control-label::before { |
|
|
|
@ -3940,7 +3928,7 @@ input[type="button"].btn-block { |
|
|
|
line-height: 1.5; |
|
|
|
color: #495057; |
|
|
|
vertical-align: middle; |
|
|
|
background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px; |
|
|
|
background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat; |
|
|
|
border: 1px solid #ced4da; |
|
|
|
border-radius: 0.25rem; |
|
|
|
-webkit-appearance: none; |
|
|
|
@ -4009,6 +3997,7 @@ input[type="button"].btn-block { |
|
|
|
width: 100%; |
|
|
|
height: calc(1.5em + 0.75rem + 2px); |
|
|
|
margin: 0; |
|
|
|
overflow: hidden; |
|
|
|
opacity: 0; |
|
|
|
} |
|
|
|
|
|
|
|
@ -4038,6 +4027,7 @@ input[type="button"].btn-block { |
|
|
|
z-index: 1; |
|
|
|
height: calc(1.5em + 0.75rem + 2px); |
|
|
|
padding: 0.375rem 0.75rem; |
|
|
|
overflow: hidden; |
|
|
|
font-weight: 400; |
|
|
|
line-height: 1.5; |
|
|
|
color: #495057; |
|
|
|
@ -4074,7 +4064,7 @@ input[type="button"].btn-block { |
|
|
|
} |
|
|
|
|
|
|
|
.custom-range:focus { |
|
|
|
outline: none; |
|
|
|
outline: 0; |
|
|
|
} |
|
|
|
|
|
|
|
.custom-range:focus::-webkit-slider-thumb { |
|
|
|
@ -4269,11 +4259,8 @@ input[type="button"].btn-block { |
|
|
|
border-bottom: 1px solid #dee2e6; |
|
|
|
} |
|
|
|
|
|
|
|
.nav-tabs .nav-item { |
|
|
|
margin-bottom: -1px; |
|
|
|
} |
|
|
|
|
|
|
|
.nav-tabs .nav-link { |
|
|
|
margin-bottom: -1px; |
|
|
|
border: 1px solid transparent; |
|
|
|
border-top-left-radius: 0.25rem; |
|
|
|
border-top-right-radius: 0.25rem; |
|
|
|
@ -4312,12 +4299,14 @@ input[type="button"].btn-block { |
|
|
|
background-color: #007bff; |
|
|
|
} |
|
|
|
|
|
|
|
.nav-fill > .nav-link, |
|
|
|
.nav-fill .nav-item { |
|
|
|
-ms-flex: 1 1 auto; |
|
|
|
flex: 1 1 auto; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
|
|
|
|
.nav-justified > .nav-link, |
|
|
|
.nav-justified .nav-item { |
|
|
|
-ms-flex-preferred-size: 0; |
|
|
|
flex-basis: 0; |
|
|
|
@ -4427,8 +4416,12 @@ input[type="button"].btn-block { |
|
|
|
height: 1.5em; |
|
|
|
vertical-align: middle; |
|
|
|
content: ""; |
|
|
|
background: no-repeat center center; |
|
|
|
background-size: 100% 100%; |
|
|
|
background: 50% / 100% 100% no-repeat; |
|
|
|
} |
|
|
|
|
|
|
|
.navbar-nav-scroll { |
|
|
|
max-height: 75vh; |
|
|
|
overflow-y: auto; |
|
|
|
} |
|
|
|
|
|
|
|
@media (max-width: 575.98px) { |
|
|
|
@ -4462,6 +4455,9 @@ input[type="button"].btn-block { |
|
|
|
-ms-flex-wrap: nowrap; |
|
|
|
flex-wrap: nowrap; |
|
|
|
} |
|
|
|
.navbar-expand-sm .navbar-nav-scroll { |
|
|
|
overflow: visible; |
|
|
|
} |
|
|
|
.navbar-expand-sm .navbar-collapse { |
|
|
|
display: -ms-flexbox !important; |
|
|
|
display: flex !important; |
|
|
|
@ -4504,6 +4500,9 @@ input[type="button"].btn-block { |
|
|
|
-ms-flex-wrap: nowrap; |
|
|
|
flex-wrap: nowrap; |
|
|
|
} |
|
|
|
.navbar-expand-md .navbar-nav-scroll { |
|
|
|
overflow: visible; |
|
|
|
} |
|
|
|
.navbar-expand-md .navbar-collapse { |
|
|
|
display: -ms-flexbox !important; |
|
|
|
display: flex !important; |
|
|
|
@ -4546,6 +4545,9 @@ input[type="button"].btn-block { |
|
|
|
-ms-flex-wrap: nowrap; |
|
|
|
flex-wrap: nowrap; |
|
|
|
} |
|
|
|
.navbar-expand-lg .navbar-nav-scroll { |
|
|
|
overflow: visible; |
|
|
|
} |
|
|
|
.navbar-expand-lg .navbar-collapse { |
|
|
|
display: -ms-flexbox !important; |
|
|
|
display: flex !important; |
|
|
|
@ -4588,6 +4590,9 @@ input[type="button"].btn-block { |
|
|
|
-ms-flex-wrap: nowrap; |
|
|
|
flex-wrap: nowrap; |
|
|
|
} |
|
|
|
.navbar-expand-xl .navbar-nav-scroll { |
|
|
|
overflow: visible; |
|
|
|
} |
|
|
|
.navbar-expand-xl .navbar-collapse { |
|
|
|
display: -ms-flexbox !important; |
|
|
|
display: flex !important; |
|
|
|
@ -4632,6 +4637,10 @@ input[type="button"].btn-block { |
|
|
|
flex-wrap: nowrap; |
|
|
|
} |
|
|
|
|
|
|
|
.navbar-expand .navbar-nav-scroll { |
|
|
|
overflow: visible; |
|
|
|
} |
|
|
|
|
|
|
|
.navbar-expand .navbar-collapse { |
|
|
|
display: -ms-flexbox !important; |
|
|
|
display: flex !important; |
|
|
|
@ -4775,6 +4784,11 @@ input[type="button"].btn-block { |
|
|
|
border-bottom-left-radius: calc(0.25rem - 1px); |
|
|
|
} |
|
|
|
|
|
|
|
.card > .card-header + .list-group, |
|
|
|
.card > .list-group + .card-footer { |
|
|
|
border-top: 0; |
|
|
|
} |
|
|
|
|
|
|
|
.card-body { |
|
|
|
-ms-flex: 1 1 auto; |
|
|
|
flex: 1 1 auto; |
|
|
|
@ -4814,10 +4828,6 @@ input[type="button"].btn-block { |
|
|
|
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.75rem 1.25rem; |
|
|
|
background-color: rgba(0, 0, 0, 0.03); |
|
|
|
@ -4847,6 +4857,7 @@ input[type="button"].btn-block { |
|
|
|
bottom: 0; |
|
|
|
left: 0; |
|
|
|
padding: 1.25rem; |
|
|
|
border-radius: calc(0.25rem - 1px); |
|
|
|
} |
|
|
|
|
|
|
|
.card-img, |
|
|
|
@ -4958,6 +4969,10 @@ input[type="button"].btn-block { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.accordion { |
|
|
|
overflow-anchor: none; |
|
|
|
} |
|
|
|
|
|
|
|
.accordion > .card { |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
@ -4990,17 +5005,12 @@ input[type="button"].btn-block { |
|
|
|
border-radius: 0.25rem; |
|
|
|
} |
|
|
|
|
|
|
|
.breadcrumb-item { |
|
|
|
display: -ms-flexbox; |
|
|
|
display: flex; |
|
|
|
} |
|
|
|
|
|
|
|
.breadcrumb-item + .breadcrumb-item { |
|
|
|
padding-left: 0.5rem; |
|
|
|
} |
|
|
|
|
|
|
|
.breadcrumb-item + .breadcrumb-item::before { |
|
|
|
display: inline-block; |
|
|
|
float: left; |
|
|
|
padding-right: 0.5rem; |
|
|
|
color: #6c757d; |
|
|
|
content: "/"; |
|
|
|
@ -5310,6 +5320,7 @@ a.badge-dark:focus, a.badge-dark.focus { |
|
|
|
position: absolute; |
|
|
|
top: 0; |
|
|
|
right: 0; |
|
|
|
z-index: 2; |
|
|
|
padding: 0.75rem 1.25rem; |
|
|
|
color: inherit; |
|
|
|
} |
|
|
|
@ -5482,8 +5493,8 @@ a.badge-dark:focus, a.badge-dark.focus { |
|
|
|
} |
|
|
|
|
|
|
|
.progress-bar-animated { |
|
|
|
-webkit-animation: progress-bar-stripes 1s linear infinite; |
|
|
|
animation: progress-bar-stripes 1s linear infinite; |
|
|
|
-webkit-animation: 1s linear infinite progress-bar-stripes; |
|
|
|
animation: 1s linear infinite progress-bar-stripes; |
|
|
|
} |
|
|
|
|
|
|
|
@media (prefers-reduced-motion: reduce) { |
|
|
|
@ -5876,15 +5887,14 @@ a.close.disabled { |
|
|
|
} |
|
|
|
|
|
|
|
.toast { |
|
|
|
-ms-flex-preferred-size: 350px; |
|
|
|
flex-basis: 350px; |
|
|
|
max-width: 350px; |
|
|
|
overflow: hidden; |
|
|
|
font-size: 0.875rem; |
|
|
|
background-color: rgba(255, 255, 255, 0.85); |
|
|
|
background-clip: padding-box; |
|
|
|
border: 1px solid rgba(0, 0, 0, 0.1); |
|
|
|
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1); |
|
|
|
-webkit-backdrop-filter: blur(10px); |
|
|
|
backdrop-filter: blur(10px); |
|
|
|
opacity: 0; |
|
|
|
border-radius: 0.25rem; |
|
|
|
} |
|
|
|
@ -5916,6 +5926,8 @@ a.close.disabled { |
|
|
|
background-color: rgba(255, 255, 255, 0.85); |
|
|
|
background-clip: padding-box; |
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.05); |
|
|
|
border-top-left-radius: calc(0.25rem - 1px); |
|
|
|
border-top-right-radius: calc(0.25rem - 1px); |
|
|
|
} |
|
|
|
|
|
|
|
.toast-body { |
|
|
|
@ -6161,7 +6173,7 @@ a.close.disabled { |
|
|
|
z-index: 1070; |
|
|
|
display: block; |
|
|
|
margin: 0; |
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; |
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; |
|
|
|
font-style: normal; |
|
|
|
font-weight: 400; |
|
|
|
line-height: 1.5; |
|
|
|
@ -6274,7 +6286,7 @@ a.close.disabled { |
|
|
|
z-index: 1060; |
|
|
|
display: block; |
|
|
|
max-width: 276px; |
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; |
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; |
|
|
|
font-style: normal; |
|
|
|
font-weight: 400; |
|
|
|
line-height: 1.5; |
|
|
|
@ -6562,7 +6574,7 @@ a.close.disabled { |
|
|
|
display: inline-block; |
|
|
|
width: 20px; |
|
|
|
height: 20px; |
|
|
|
background: no-repeat 50% / 100% 100%; |
|
|
|
background: 50% / 100% 100% no-repeat; |
|
|
|
} |
|
|
|
|
|
|
|
.carousel-control-prev-icon { |
|
|
|
@ -6651,8 +6663,8 @@ a.close.disabled { |
|
|
|
border: 0.25em solid currentColor; |
|
|
|
border-right-color: transparent; |
|
|
|
border-radius: 50%; |
|
|
|
-webkit-animation: spinner-border .75s linear infinite; |
|
|
|
animation: spinner-border .75s linear infinite; |
|
|
|
-webkit-animation: .75s linear infinite spinner-border; |
|
|
|
animation: .75s linear infinite spinner-border; |
|
|
|
} |
|
|
|
|
|
|
|
.spinner-border-sm { |
|
|
|
@ -6693,8 +6705,8 @@ a.close.disabled { |
|
|
|
background-color: currentColor; |
|
|
|
border-radius: 50%; |
|
|
|
opacity: 0; |
|
|
|
-webkit-animation: spinner-grow .75s linear infinite; |
|
|
|
animation: spinner-grow .75s linear infinite; |
|
|
|
-webkit-animation: .75s linear infinite spinner-grow; |
|
|
|
animation: .75s linear infinite spinner-grow; |
|
|
|
} |
|
|
|
|
|
|
|
.spinner-grow-sm { |
|
|
|
@ -6702,6 +6714,14 @@ a.close.disabled { |
|
|
|
height: 1rem; |
|
|
|
} |
|
|
|
|
|
|
|
@media (prefers-reduced-motion: reduce) { |
|
|
|
.spinner-border, |
|
|
|
.spinner-grow { |
|
|
|
-webkit-animation-duration: 1.5s; |
|
|
|
animation-duration: 1.5s; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.align-baseline { |
|
|
|
vertical-align: baseline !important; |
|
|
|
} |
|
|
|
@ -7970,7 +7990,6 @@ button.bg-dark:focus { |
|
|
|
.user-select-all { |
|
|
|
-webkit-user-select: all !important; |
|
|
|
-moz-user-select: all !important; |
|
|
|
-ms-user-select: all !important; |
|
|
|
user-select: all !important; |
|
|
|
} |
|
|
|
|
|
|
|
@ -10182,6 +10201,7 @@ a.text-dark:hover, a.text-dark:focus { |
|
|
|
} |
|
|
|
|
|
|
|
.text-break { |
|
|
|
word-break: break-word !important; |
|
|
|
word-wrap: break-word !important; |
|
|
|
} |
|
|
|
|
|
|
|
|