From: Jay Sitter Date: Mon, 19 Jun 2023 21:21:08 +0000 (-0400) Subject: fix: Litely Red was importing the wrong vars X-Git-Url: http://these/git/?a=commitdiff_plain;h=7dc06199f2696541cc59a25bc3e556d310720854;p=lemmy-ui.git fix: Litely Red was importing the wrong vars --- diff --git a/src/assets/css/themes/_variables.litely-red.scss b/src/assets/css/themes/_variables.litely-red.scss index d45eb1f..10d76a6 100644 --- a/src/assets/css/themes/_variables.litely-red.scss +++ b/src/assets/css/themes/_variables.litely-red.scss @@ -1,4 +1,4 @@ -@import "variables.darkly"; +@import "variables.litely"; $secondary: #c80000; $danger: darken($primary, 24%); diff --git a/src/assets/css/themes/darkly-red.css b/src/assets/css/themes/darkly-red.css index 221cc8b..aeb244a 100644 --- a/src/assets/css/themes/darkly-red.css +++ b/src/assets/css/themes/darkly-red.css @@ -32,11 +32,8 @@ --breakpoint-md: 768px; --breakpoint-lg: 992px; --breakpoint-xl: 1200px; - --font-family-sans-serif: "Lato", -apple-system, BlinkMacSystemFont, - "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", - "Segoe UI Emoji", "Segoe UI Symbol"; - --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, - "Liberation Mono", "Courier New", monospace; + --font-family-sans-serif: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } *, @@ -52,24 +49,13 @@ html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } -article, -aside, -figcaption, -figure, -footer, -header, -hgroup, -main, -nav, -section { +article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; } body { margin: 0; - font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, - "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", - "Segoe UI Symbol"; + font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 0.9375rem; font-weight: 400; line-height: 1.5; @@ -88,12 +74,7 @@ hr { overflow: visible; } -h1, -h2, -h3, -h4, -h5, -h6 { +h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0.5rem; } @@ -193,8 +174,7 @@ pre, code, kbd, samp { - font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", - "Courier New", monospace; + font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; } @@ -270,7 +250,7 @@ select { text-transform: none; } -[role="button"] { +[role=button] { cursor: pointer; } @@ -279,29 +259,29 @@ select { } button, -[type="button"], -[type="reset"], -[type="submit"] { +[type=button], +[type=reset], +[type=submit] { -webkit-appearance: button; } button:not(:disabled), -[type="button"]:not(:disabled), -[type="reset"]:not(:disabled), -[type="submit"]:not(:disabled) { +[type=button]:not(:disabled), +[type=reset]:not(:disabled), +[type=submit]:not(:disabled) { cursor: pointer; } button::-moz-focus-inner, -[type="button"]::-moz-focus-inner, -[type="reset"]::-moz-focus-inner, -[type="submit"]::-moz-focus-inner { +[type=button]::-moz-focus-inner, +[type=reset]::-moz-focus-inner, +[type=submit]::-moz-focus-inner { padding: 0; border-style: none; } -input[type="radio"], -input[type="checkbox"] { +input[type=radio], +input[type=checkbox] { box-sizing: border-box; padding: 0; } @@ -334,17 +314,17 @@ progress { vertical-align: baseline; } -[type="number"]::-webkit-inner-spin-button, -[type="number"]::-webkit-outer-spin-button { +[type=number]::-webkit-inner-spin-button, +[type=number]::-webkit-outer-spin-button { height: auto; } -[type="search"] { +[type=search] { outline-offset: -2px; -webkit-appearance: none; } -[type="search"]::-webkit-search-decoration { +[type=search]::-webkit-search-decoration { -webkit-appearance: none; } @@ -370,50 +350,34 @@ template { display: none !important; } -h1, -h2, -h3, -h4, -h5, -h6, -.h1, -.h2, -.h3, -.h4, -.h5, -.h6 { +h1, h2, h3, h4, h5, h6, +.h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: 0.5rem; font-weight: 500; line-height: 1.2; } -h1, -.h1 { +h1, .h1 { font-size: 3rem; } -h2, -.h2 { +h2, .h2 { font-size: 2.5rem; } -h3, -.h3 { +h3, .h3 { font-size: 2rem; } -h4, -.h4 { +h4, .h4 { font-size: 1.40625rem; } -h5, -.h5 { +h5, .h5 { font-size: 1.171875rem; } -h6, -.h6 { +h6, .h6 { font-size: 0.9375rem; } @@ -581,32 +545,22 @@ pre code { } @media (min-width: 576px) { - .container-sm, - .container { + .container-sm, .container { max-width: 540px; } } @media (min-width: 768px) { - .container-md, - .container-sm, - .container { + .container-md, .container-sm, .container { max-width: 720px; } } @media (min-width: 992px) { - .container-lg, - .container-md, - .container-sm, - .container { + .container-lg, .container-md, .container-sm, .container { max-width: 960px; } } @media (min-width: 1200px) { - .container-xl, - .container-lg, - .container-md, - .container-sm, - .container { + .container-xl, .container-lg, .container-md, .container-sm, .container { max-width: 1140px; } } @@ -622,81 +576,17 @@ pre code { margin-left: 0; } .no-gutters > .col, -.no-gutters > [class*="col-"] { +.no-gutters > [class*=col-] { padding-right: 0; padding-left: 0; } .col-xl, -.col-xl-auto, -.col-xl-12, -.col-xl-11, -.col-xl-10, -.col-xl-9, -.col-xl-8, -.col-xl-7, -.col-xl-6, -.col-xl-5, -.col-xl-4, -.col-xl-3, -.col-xl-2, -.col-xl-1, -.col-lg, -.col-lg-auto, -.col-lg-12, -.col-lg-11, -.col-lg-10, -.col-lg-9, -.col-lg-8, -.col-lg-7, -.col-lg-6, -.col-lg-5, -.col-lg-4, -.col-lg-3, -.col-lg-2, -.col-lg-1, -.col-md, -.col-md-auto, -.col-md-12, -.col-md-11, -.col-md-10, -.col-md-9, -.col-md-8, -.col-md-7, -.col-md-6, -.col-md-5, -.col-md-4, -.col-md-3, -.col-md-2, -.col-md-1, -.col-sm, -.col-sm-auto, -.col-sm-12, -.col-sm-11, -.col-sm-10, -.col-sm-9, -.col-sm-8, -.col-sm-7, -.col-sm-6, -.col-sm-5, -.col-sm-4, -.col-sm-3, -.col-sm-2, -.col-sm-1, -.col, -.col-auto, -.col-12, -.col-11, -.col-10, -.col-9, -.col-8, -.col-7, -.col-6, -.col-5, -.col-4, -.col-3, -.col-2, -.col-1 { +.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, +.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, +.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, +.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, +.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 { position: relative; width: 100%; padding-right: 15px; @@ -1915,16 +1805,15 @@ pre code { color: #888; opacity: 1; } -.form-control:disabled, -.form-control[readonly] { +.form-control:disabled, .form-control[readonly] { background-color: #2b2b2b; opacity: 1; } -input[type="date"].form-control, -input[type="time"].form-control, -input[type="datetime-local"].form-control, -input[type="month"].form-control { +input[type=date].form-control, +input[type=time].form-control, +input[type=datetime-local].form-control, +input[type=month].form-control { appearance: none; } @@ -1977,8 +1866,7 @@ select.form-control:focus::-ms-value { border: solid transparent; border-width: 1px 0; } -.form-control-plaintext.form-control-sm, -.form-control-plaintext.form-control-lg { +.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { padding-right: 0; padding-left: 0; } @@ -1999,8 +1887,7 @@ select.form-control:focus::-ms-value { border-radius: 0.3rem; } -select.form-control[size], -select.form-control[multiple] { +select.form-control[size], select.form-control[multiple] { height: auto; } @@ -2024,7 +1911,7 @@ textarea.form-control { margin-left: -5px; } .form-row > .col, -.form-row > [class*="col-"] { +.form-row > [class*=col-] { padding-right: 5px; padding-left: 5px; } @@ -2040,8 +1927,7 @@ textarea.form-control { margin-top: 0.3rem; margin-left: -1.25rem; } -.form-check-input[disabled] ~ .form-check-label, -.form-check-input:disabled ~ .form-check-label { +.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label { color: #888; } @@ -2085,8 +1971,7 @@ textarea.form-control { background-color: rgba(0, 188, 140, 0.9); border-radius: 0.25rem; } -.form-row > .col > .valid-tooltip, -.form-row > [class*="col-"] > .valid-tooltip { +.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip { left: 5px; } @@ -2097,8 +1982,7 @@ textarea.form-control { display: block; } -.was-validated .form-control:valid, -.form-control.is-valid { +.was-validated .form-control:valid, .form-control.is-valid { border-color: #00bc8c; padding-right: calc(1.5em + 0.75rem) !important; background-image: 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='%2300bc8c' 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"); @@ -2106,88 +1990,61 @@ textarea.form-control { background-position: right calc(0.375em + 0.1875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } -.was-validated .form-control:valid:focus, -.form-control.is-valid:focus { +.was-validated .form-control:valid:focus, .form-control.is-valid:focus { border-color: #00bc8c; box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25); } -.was-validated select.form-control:valid, -select.form-control.is-valid { +.was-validated select.form-control:valid, select.form-control.is-valid { padding-right: 3rem !important; background-position: right 1.5rem center; } -.was-validated textarea.form-control:valid, -textarea.form-control.is-valid { +.was-validated textarea.form-control:valid, textarea.form-control.is-valid { padding-right: calc(1.5em + 0.75rem); - background-position: top calc(0.375em + 0.1875rem) right - calc(0.375em + 0.1875rem); + background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); } -.was-validated .custom-select:valid, -.custom-select.is-valid { +.was-validated .custom-select:valid, .custom-select.is-valid { border-color: #00bc8c; padding-right: calc(0.75em + 2.3125rem) !important; - 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='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") - right 0.75rem center/8px 10px no-repeat, - #444 - 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='%2300bc8c' 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 { + 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='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #444 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='%2300bc8c' 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 { border-color: #00bc8c; box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25); } -.was-validated .form-check-input:valid ~ .form-check-label, -.form-check-input.is-valid ~ .form-check-label { +.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { color: #00bc8c; } .was-validated .form-check-input:valid ~ .valid-feedback, -.was-validated .form-check-input:valid ~ .valid-tooltip, -.form-check-input.is-valid ~ .valid-feedback, +.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip { display: block; } -.was-validated .custom-control-input:valid ~ .custom-control-label, -.custom-control-input.is-valid ~ .custom-control-label { +.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label { color: #00bc8c; } -.was-validated .custom-control-input:valid ~ .custom-control-label::before, -.custom-control-input.is-valid ~ .custom-control-label::before { +.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before { border-color: #00bc8c; } -.was-validated - .custom-control-input:valid:checked - ~ .custom-control-label::before, -.custom-control-input.is-valid:checked ~ .custom-control-label::before { +.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before { border-color: #00efb2; background-color: #00efb2; } -.was-validated - .custom-control-input:valid:focus - ~ .custom-control-label::before, -.custom-control-input.is-valid:focus ~ .custom-control-label::before { +.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before { box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25); } -.was-validated - .custom-control-input:valid:focus:not(:checked) - ~ .custom-control-label::before, -.custom-control-input.is-valid:focus:not(:checked) - ~ .custom-control-label::before { +.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before { border-color: #00bc8c; } -.was-validated .custom-file-input:valid ~ .custom-file-label, -.custom-file-input.is-valid ~ .custom-file-label { +.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label { border-color: #00bc8c; } -.was-validated .custom-file-input:valid:focus ~ .custom-file-label, -.custom-file-input.is-valid:focus ~ .custom-file-label { +.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label { border-color: #00bc8c; box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25); } @@ -2215,8 +2072,7 @@ textarea.form-control.is-valid { background-color: rgba(231, 76, 60, 0.9); border-radius: 0.25rem; } -.form-row > .col > .invalid-tooltip, -.form-row > [class*="col-"] > .invalid-tooltip { +.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip { left: 5px; } @@ -2227,8 +2083,7 @@ textarea.form-control.is-valid { display: block; } -.was-validated .form-control:invalid, -.form-control.is-invalid { +.was-validated .form-control:invalid, .form-control.is-invalid { border-color: #e74c3c; padding-right: calc(1.5em + 0.75rem) !important; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74c3c' 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='%23e74c3c' stroke='none'/%3e%3c/svg%3e"); @@ -2236,88 +2091,61 @@ textarea.form-control.is-valid { background-position: right calc(0.375em + 0.1875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } -.was-validated .form-control:invalid:focus, -.form-control.is-invalid:focus { +.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { border-color: #e74c3c; box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25); } -.was-validated select.form-control:invalid, -select.form-control.is-invalid { +.was-validated select.form-control:invalid, select.form-control.is-invalid { padding-right: 3rem !important; background-position: right 1.5rem center; } -.was-validated textarea.form-control:invalid, -textarea.form-control.is-invalid { +.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { padding-right: calc(1.5em + 0.75rem); - background-position: top calc(0.375em + 0.1875rem) right - calc(0.375em + 0.1875rem); + background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); } -.was-validated .custom-select:invalid, -.custom-select.is-invalid { +.was-validated .custom-select:invalid, .custom-select.is-invalid { border-color: #e74c3c; padding-right: calc(0.75em + 2.3125rem) !important; - 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='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") - right 0.75rem center/8px 10px no-repeat, - #444 - url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74c3c' 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='%23e74c3c' 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 { + 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='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #444 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74c3c' 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='%23e74c3c' 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 { border-color: #e74c3c; box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25); } -.was-validated .form-check-input:invalid ~ .form-check-label, -.form-check-input.is-invalid ~ .form-check-label { +.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { color: #e74c3c; } .was-validated .form-check-input:invalid ~ .invalid-feedback, -.was-validated .form-check-input:invalid ~ .invalid-tooltip, -.form-check-input.is-invalid ~ .invalid-feedback, +.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip { display: block; } -.was-validated .custom-control-input:invalid ~ .custom-control-label, -.custom-control-input.is-invalid ~ .custom-control-label { +.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label { color: #e74c3c; } -.was-validated .custom-control-input:invalid ~ .custom-control-label::before, -.custom-control-input.is-invalid ~ .custom-control-label::before { +.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before { border-color: #e74c3c; } -.was-validated - .custom-control-input:invalid:checked - ~ .custom-control-label::before, -.custom-control-input.is-invalid:checked ~ .custom-control-label::before { +.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before { border-color: #ed7669; background-color: #ed7669; } -.was-validated - .custom-control-input:invalid:focus - ~ .custom-control-label::before, -.custom-control-input.is-invalid:focus ~ .custom-control-label::before { +.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before { box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25); } -.was-validated - .custom-control-input:invalid:focus:not(:checked) - ~ .custom-control-label::before, -.custom-control-input.is-invalid:focus:not(:checked) - ~ .custom-control-label::before { +.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before { border-color: #e74c3c; } -.was-validated .custom-file-input:invalid ~ .custom-file-label, -.custom-file-input.is-invalid ~ .custom-file-label { +.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label { border-color: #e74c3c; } -.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, -.custom-file-input.is-invalid:focus ~ .custom-file-label { +.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label { border-color: #e74c3c; box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25); } @@ -2392,8 +2220,7 @@ textarea.form-control.is-invalid { font-size: 0.9375rem; line-height: 1.5; border-radius: 0.25rem; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, - border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .btn { @@ -2404,13 +2231,11 @@ textarea.form-control.is-invalid { color: #dee2e6; text-decoration: none; } -.btn:focus, -.btn.focus { +.btn:focus, .btn.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25); } -.btn.disabled, -.btn:disabled { +.btn.disabled, .btn:disabled { opacity: 0.65; } .btn:not(:disabled):not(.disabled) { @@ -2431,29 +2256,23 @@ fieldset:disabled a.btn { background-color: #2b4764; border-color: #28415b; } -.btn-primary:focus, -.btn-primary.focus { +.btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #2b4764; border-color: #28415b; box-shadow: 0 0 0 0.2rem rgba(85, 115, 146, 0.5); } -.btn-primary.disabled, -.btn-primary:disabled { +.btn-primary.disabled, .btn-primary:disabled { color: #fff; background-color: #375a7f; border-color: #375a7f; } -.btn-primary:not(:disabled):not(.disabled):active, -.btn-primary:not(:disabled):not(.disabled).active, -.show > .btn-primary.dropdown-toggle { +.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle { color: #fff; background-color: #28415b; border-color: #243a53; } -.btn-primary:not(:disabled):not(.disabled):active:focus, -.btn-primary:not(:disabled):not(.disabled).active:focus, -.show > .btn-primary.dropdown-toggle:focus { +.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(85, 115, 146, 0.5); } @@ -2467,29 +2286,23 @@ fieldset:disabled a.btn { background-color: #313131; border-color: #2b2b2b; } -.btn-secondary:focus, -.btn-secondary.focus { +.btn-secondary:focus, .btn-secondary.focus { color: #fff; background-color: #313131; border-color: #2b2b2b; box-shadow: 0 0 0 0.2rem rgba(96, 96, 96, 0.5); } -.btn-secondary.disabled, -.btn-secondary:disabled { +.btn-secondary.disabled, .btn-secondary:disabled { color: #fff; background-color: #444; border-color: #444; } -.btn-secondary:not(:disabled):not(.disabled):active, -.btn-secondary:not(:disabled):not(.disabled).active, -.show > .btn-secondary.dropdown-toggle { +.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle { color: #fff; background-color: #2b2b2b; border-color: #242424; } -.btn-secondary:not(:disabled):not(.disabled):active:focus, -.btn-secondary:not(:disabled):not(.disabled).active:focus, -.show > .btn-secondary.dropdown-toggle:focus { +.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(96, 96, 96, 0.5); } @@ -2503,29 +2316,23 @@ fieldset:disabled a.btn { background-color: #009670; border-color: #008966; } -.btn-success:focus, -.btn-success.focus { +.btn-success:focus, .btn-success.focus { color: #fff; background-color: #009670; border-color: #008966; box-shadow: 0 0 0 0.2rem rgba(38, 198, 157, 0.5); } -.btn-success.disabled, -.btn-success:disabled { +.btn-success.disabled, .btn-success:disabled { color: #fff; background-color: #00bc8c; border-color: #00bc8c; } -.btn-success:not(:disabled):not(.disabled):active, -.btn-success:not(:disabled):not(.disabled).active, -.show > .btn-success.dropdown-toggle { +.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle { color: #fff; background-color: #008966; border-color: #007c5d; } -.btn-success:not(:disabled):not(.disabled):active:focus, -.btn-success:not(:disabled):not(.disabled).active:focus, -.show > .btn-success.dropdown-toggle:focus { +.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(38, 198, 157, 0.5); } @@ -2539,29 +2346,23 @@ fieldset:disabled a.btn { background-color: #2384c6; border-color: #217dbb; } -.btn-info:focus, -.btn-info.focus { +.btn-info:focus, .btn-info.focus { color: #fff; background-color: #2384c6; border-color: #217dbb; box-shadow: 0 0 0 0.2rem rgba(82, 167, 224, 0.5); } -.btn-info.disabled, -.btn-info:disabled { +.btn-info.disabled, .btn-info:disabled { color: #fff; background-color: #3498db; border-color: #3498db; } -.btn-info:not(:disabled):not(.disabled):active, -.btn-info:not(:disabled):not(.disabled).active, -.show > .btn-info.dropdown-toggle { +.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle { color: #fff; background-color: #217dbb; border-color: #1f76b0; } -.btn-info:not(:disabled):not(.disabled):active:focus, -.btn-info:not(:disabled):not(.disabled).active:focus, -.show > .btn-info.dropdown-toggle:focus { +.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(82, 167, 224, 0.5); } @@ -2575,29 +2376,23 @@ fieldset:disabled a.btn { background-color: #d4860b; border-color: #c87f0a; } -.btn-warning:focus, -.btn-warning.focus { +.btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #d4860b; border-color: #c87f0a; box-shadow: 0 0 0 0.2rem rgba(245, 171, 54, 0.5); } -.btn-warning.disabled, -.btn-warning:disabled { +.btn-warning.disabled, .btn-warning:disabled { color: #fff; background-color: #f39c12; border-color: #f39c12; } -.btn-warning:not(:disabled):not(.disabled):active, -.btn-warning:not(:disabled):not(.disabled).active, -.show > .btn-warning.dropdown-toggle { +.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle { color: #fff; background-color: #c87f0a; border-color: #bc770a; } -.btn-warning:not(:disabled):not(.disabled):active:focus, -.btn-warning:not(:disabled):not(.disabled).active:focus, -.show > .btn-warning.dropdown-toggle:focus { +.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(245, 171, 54, 0.5); } @@ -2611,29 +2406,23 @@ fieldset:disabled a.btn { background-color: #e12e1c; border-color: #d62c1a; } -.btn-danger:focus, -.btn-danger.focus { +.btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #e12e1c; border-color: #d62c1a; box-shadow: 0 0 0 0.2rem rgba(235, 103, 89, 0.5); } -.btn-danger.disabled, -.btn-danger:disabled { +.btn-danger.disabled, .btn-danger:disabled { color: #fff; background-color: #e74c3c; border-color: #e74c3c; } -.btn-danger:not(:disabled):not(.disabled):active, -.btn-danger:not(:disabled):not(.disabled).active, -.show > .btn-danger.dropdown-toggle { +.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle { color: #fff; background-color: #d62c1a; border-color: #ca2a19; } -.btn-danger:not(:disabled):not(.disabled):active:focus, -.btn-danger:not(:disabled):not(.disabled).active:focus, -.show > .btn-danger.dropdown-toggle:focus { +.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(235, 103, 89, 0.5); } @@ -2647,29 +2436,23 @@ fieldset:disabled a.btn { background-color: #1d1d1d; border-color: #171717; } -.btn-light:focus, -.btn-light.focus { +.btn-light:focus, .btn-light.focus { color: #fff; background-color: #1d1d1d; border-color: #171717; box-shadow: 0 0 0 0.2rem rgba(79, 79, 79, 0.5); } -.btn-light.disabled, -.btn-light:disabled { +.btn-light.disabled, .btn-light:disabled { color: #fff; background-color: #303030; border-color: #303030; } -.btn-light:not(:disabled):not(.disabled):active, -.btn-light:not(:disabled):not(.disabled).active, -.show > .btn-light.dropdown-toggle { +.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle { color: #fff; background-color: #171717; border-color: #101010; } -.btn-light:not(:disabled):not(.disabled):active:focus, -.btn-light:not(:disabled):not(.disabled).active:focus, -.show > .btn-light.dropdown-toggle:focus { +.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(79, 79, 79, 0.5); } @@ -2683,29 +2466,23 @@ fieldset:disabled a.btn { background-color: #c8cfd6; border-color: #c1c9d0; } -.btn-dark:focus, -.btn-dark.focus { +.btn-dark:focus, .btn-dark.focus { color: #222; background-color: #c8cfd6; border-color: #c1c9d0; box-shadow: 0 0 0 0.2rem rgba(194, 197, 201, 0.5); } -.btn-dark.disabled, -.btn-dark:disabled { +.btn-dark.disabled, .btn-dark:disabled { color: #222; background-color: #dee2e6; border-color: #dee2e6; } -.btn-dark:not(:disabled):not(.disabled):active, -.btn-dark:not(:disabled):not(.disabled).active, -.show > .btn-dark.dropdown-toggle { +.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle { color: #222; background-color: #c1c9d0; border-color: #bac2cb; } -.btn-dark:not(:disabled):not(.disabled):active:focus, -.btn-dark:not(:disabled):not(.disabled).active:focus, -.show > .btn-dark.dropdown-toggle:focus { +.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(194, 197, 201, 0.5); } @@ -2718,25 +2495,19 @@ fieldset:disabled a.btn { background-color: #375a7f; border-color: #375a7f; } -.btn-outline-primary:focus, -.btn-outline-primary.focus { +.btn-outline-primary:focus, .btn-outline-primary.focus { box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.5); } -.btn-outline-primary.disabled, -.btn-outline-primary:disabled { +.btn-outline-primary.disabled, .btn-outline-primary:disabled { color: #375a7f; background-color: transparent; } -.btn-outline-primary:not(:disabled):not(.disabled):active, -.btn-outline-primary:not(:disabled):not(.disabled).active, -.show > .btn-outline-primary.dropdown-toggle { +.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle { color: #fff; background-color: #375a7f; border-color: #375a7f; } -.btn-outline-primary:not(:disabled):not(.disabled):active:focus, -.btn-outline-primary:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-primary.dropdown-toggle:focus { +.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.5); } @@ -2749,25 +2520,19 @@ fieldset:disabled a.btn { background-color: #444; border-color: #444; } -.btn-outline-secondary:focus, -.btn-outline-secondary.focus { +.btn-outline-secondary:focus, .btn-outline-secondary.focus { box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5); } -.btn-outline-secondary.disabled, -.btn-outline-secondary:disabled { +.btn-outline-secondary.disabled, .btn-outline-secondary:disabled { color: #444; background-color: transparent; } -.btn-outline-secondary:not(:disabled):not(.disabled):active, -.btn-outline-secondary:not(:disabled):not(.disabled).active, -.show > .btn-outline-secondary.dropdown-toggle { +.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle { color: #fff; background-color: #444; border-color: #444; } -.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, -.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-secondary.dropdown-toggle:focus { +.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5); } @@ -2780,25 +2545,19 @@ fieldset:disabled a.btn { background-color: #00bc8c; border-color: #00bc8c; } -.btn-outline-success:focus, -.btn-outline-success.focus { +.btn-outline-success:focus, .btn-outline-success.focus { box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5); } -.btn-outline-success.disabled, -.btn-outline-success:disabled { +.btn-outline-success.disabled, .btn-outline-success:disabled { color: #00bc8c; background-color: transparent; } -.btn-outline-success:not(:disabled):not(.disabled):active, -.btn-outline-success:not(:disabled):not(.disabled).active, -.show > .btn-outline-success.dropdown-toggle { +.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle { color: #fff; background-color: #00bc8c; border-color: #00bc8c; } -.btn-outline-success:not(:disabled):not(.disabled):active:focus, -.btn-outline-success:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-success.dropdown-toggle:focus { +.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5); } @@ -2811,25 +2570,19 @@ fieldset:disabled a.btn { background-color: #3498db; border-color: #3498db; } -.btn-outline-info:focus, -.btn-outline-info.focus { +.btn-outline-info:focus, .btn-outline-info.focus { box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5); } -.btn-outline-info.disabled, -.btn-outline-info:disabled { +.btn-outline-info.disabled, .btn-outline-info:disabled { color: #3498db; background-color: transparent; } -.btn-outline-info:not(:disabled):not(.disabled):active, -.btn-outline-info:not(:disabled):not(.disabled).active, -.show > .btn-outline-info.dropdown-toggle { +.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle { color: #fff; background-color: #3498db; border-color: #3498db; } -.btn-outline-info:not(:disabled):not(.disabled):active:focus, -.btn-outline-info:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-info.dropdown-toggle:focus { +.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5); } @@ -2842,25 +2595,19 @@ fieldset:disabled a.btn { background-color: #f39c12; border-color: #f39c12; } -.btn-outline-warning:focus, -.btn-outline-warning.focus { +.btn-outline-warning:focus, .btn-outline-warning.focus { box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5); } -.btn-outline-warning.disabled, -.btn-outline-warning:disabled { +.btn-outline-warning.disabled, .btn-outline-warning:disabled { color: #f39c12; background-color: transparent; } -.btn-outline-warning:not(:disabled):not(.disabled):active, -.btn-outline-warning:not(:disabled):not(.disabled).active, -.show > .btn-outline-warning.dropdown-toggle { +.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle { color: #fff; background-color: #f39c12; border-color: #f39c12; } -.btn-outline-warning:not(:disabled):not(.disabled):active:focus, -.btn-outline-warning:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-warning.dropdown-toggle:focus { +.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5); } @@ -2873,25 +2620,19 @@ fieldset:disabled a.btn { background-color: #e74c3c; border-color: #e74c3c; } -.btn-outline-danger:focus, -.btn-outline-danger.focus { +.btn-outline-danger:focus, .btn-outline-danger.focus { box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5); } -.btn-outline-danger.disabled, -.btn-outline-danger:disabled { +.btn-outline-danger.disabled, .btn-outline-danger:disabled { color: #e74c3c; background-color: transparent; } -.btn-outline-danger:not(:disabled):not(.disabled):active, -.btn-outline-danger:not(:disabled):not(.disabled).active, -.show > .btn-outline-danger.dropdown-toggle { +.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle { color: #fff; background-color: #e74c3c; border-color: #e74c3c; } -.btn-outline-danger:not(:disabled):not(.disabled):active:focus, -.btn-outline-danger:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-danger.dropdown-toggle:focus { +.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5); } @@ -2904,25 +2645,19 @@ fieldset:disabled a.btn { background-color: #303030; border-color: #303030; } -.btn-outline-light:focus, -.btn-outline-light.focus { +.btn-outline-light:focus, .btn-outline-light.focus { box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5); } -.btn-outline-light.disabled, -.btn-outline-light:disabled { +.btn-outline-light.disabled, .btn-outline-light:disabled { color: #303030; background-color: transparent; } -.btn-outline-light:not(:disabled):not(.disabled):active, -.btn-outline-light:not(:disabled):not(.disabled).active, -.show > .btn-outline-light.dropdown-toggle { +.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle { color: #fff; background-color: #303030; border-color: #303030; } -.btn-outline-light:not(:disabled):not(.disabled):active:focus, -.btn-outline-light:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-light.dropdown-toggle:focus { +.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5); } @@ -2935,25 +2670,19 @@ fieldset:disabled a.btn { background-color: #dee2e6; border-color: #dee2e6; } -.btn-outline-dark:focus, -.btn-outline-dark.focus { +.btn-outline-dark:focus, .btn-outline-dark.focus { box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5); } -.btn-outline-dark.disabled, -.btn-outline-dark:disabled { +.btn-outline-dark.disabled, .btn-outline-dark:disabled { color: #dee2e6; background-color: transparent; } -.btn-outline-dark:not(:disabled):not(.disabled):active, -.btn-outline-dark:not(:disabled):not(.disabled).active, -.show > .btn-outline-dark.dropdown-toggle { +.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle { color: #222; background-color: #dee2e6; border-color: #dee2e6; } -.btn-outline-dark:not(:disabled):not(.disabled):active:focus, -.btn-outline-dark:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-dark.dropdown-toggle:focus { +.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5); } @@ -2966,26 +2695,22 @@ fieldset:disabled a.btn { color: #bf2718; text-decoration: underline; } -.btn-link:focus, -.btn-link.focus { +.btn-link:focus, .btn-link.focus { text-decoration: underline; } -.btn-link:disabled, -.btn-link.disabled { +.btn-link:disabled, .btn-link.disabled { color: #888; pointer-events: none; } -.btn-lg, -.btn-group-lg > .btn { +.btn-lg, .btn-group-lg > .btn { padding: 0.5rem 1rem; font-size: 1.171875rem; line-height: 1.5; border-radius: 0.3rem; } -.btn-sm, -.btn-group-sm > .btn { +.btn-sm, .btn-group-sm > .btn { padding: 0.25rem 0.5rem; font-size: 0.8203125rem; line-height: 1.5; @@ -3000,9 +2725,9 @@ fieldset:disabled a.btn { margin-top: 0.5rem; } -input[type="submit"].btn-block, -input[type="reset"].btn-block, -input[type="button"].btn-block { +input[type=submit].btn-block, +input[type=reset].btn-block, +input[type=button].btn-block { width: 100%; } @@ -3214,10 +2939,7 @@ input[type="button"].btn-block { vertical-align: 0; } -.dropdown-menu[x-placement^="top"], -.dropdown-menu[x-placement^="right"], -.dropdown-menu[x-placement^="bottom"], -.dropdown-menu[x-placement^="left"] { +.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] { right: auto; bottom: auto; } @@ -3241,20 +2963,17 @@ input[type="button"].btn-block { background-color: transparent; border: 0; } -.dropdown-item:hover, -.dropdown-item:focus { +.dropdown-item:hover, .dropdown-item:focus { color: #fff; text-decoration: none; background-color: #00bc8c; } -.dropdown-item.active, -.dropdown-item:active { +.dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; background-color: #375a7f; } -.dropdown-item.disabled, -.dropdown-item:disabled { +.dropdown-item.disabled, .dropdown-item:disabled { color: #adb5bd; pointer-events: none; background-color: transparent; @@ -3294,9 +3013,7 @@ input[type="button"].btn-block { .btn-group-vertical > .btn:hover { z-index: 1; } -.btn-group > .btn:focus, -.btn-group > .btn:active, -.btn-group > .btn.active, +.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active { @@ -3331,23 +3048,19 @@ input[type="button"].btn-block { padding-right: 0.5625rem; padding-left: 0.5625rem; } -.dropdown-toggle-split::after, -.dropup .dropdown-toggle-split::after, -.dropright .dropdown-toggle-split::after { +.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after { margin-left: 0; } .dropleft .dropdown-toggle-split::before { margin-right: 0; } -.btn-sm + .dropdown-toggle-split, -.btn-group-sm > .btn + .dropdown-toggle-split { +.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { padding-right: 0.375rem; padding-left: 0.375rem; } -.btn-lg + .dropdown-toggle-split, -.btn-group-lg > .btn + .dropdown-toggle-split { +.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { padding-right: 0.75rem; padding-left: 0.75rem; } @@ -3380,10 +3093,10 @@ input[type="button"].btn-block { .btn-group-toggle > .btn-group > .btn { margin-bottom: 0; } -.btn-group-toggle > .btn input[type="radio"], -.btn-group-toggle > .btn input[type="checkbox"], -.btn-group-toggle > .btn-group > .btn input[type="radio"], -.btn-group-toggle > .btn-group > .btn input[type="checkbox"] { +.btn-group-toggle > .btn input[type=radio], +.btn-group-toggle > .btn input[type=checkbox], +.btn-group-toggle > .btn-group > .btn input[type=radio], +.btn-group-toggle > .btn-group > .btn input[type=checkbox] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; @@ -3437,8 +3150,7 @@ input[type="button"].btn-block { display: flex; align-items: center; } -.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(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after { border-top-right-radius: 0; border-bottom-right-radius: 0; } @@ -3448,23 +3160,15 @@ input[type="button"].btn-block { } .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, -.input-group:not(.has-validation) - > .custom-file:not(:last-child) - .custom-file-label::after { +.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label, +.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.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, -.input-group.has-validation - > .custom-file:nth-last-child(n + 3) - .custom-file-label::after { +.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, +.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; } @@ -3516,8 +3220,8 @@ input[type="button"].btn-block { border: 1px solid #222; border-radius: 0.25rem; } -.input-group-text input[type="radio"], -.input-group-text input[type="checkbox"] { +.input-group-text input[type=radio], +.input-group-text input[type=checkbox] { margin-top: 0; } @@ -3563,19 +3267,11 @@ input[type="button"].btn-block { .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .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) { +.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; border-bottom-right-radius: 0; } @@ -3585,9 +3281,7 @@ input[type="button"].btn-block { .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), -.input-group - > .input-group-prepend:first-child - > .input-group-text:not(:first-child) { +.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } @@ -3630,12 +3324,10 @@ input[type="button"].btn-block { background-color: #97b3d2; border-color: #97b3d2; } -.custom-control-input[disabled] ~ .custom-control-label, -.custom-control-input:disabled ~ .custom-control-label { +.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label { color: #888; } -.custom-control-input[disabled] ~ .custom-control-label::before, -.custom-control-input:disabled ~ .custom-control-label::before { +.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before { background-color: #2b2b2b; } @@ -3673,25 +3365,17 @@ input[type="button"].btn-block { .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { background-image: 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='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); } -.custom-checkbox - .custom-control-input:indeterminate - ~ .custom-control-label::before { +.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before { border-color: #375a7f; background-color: #375a7f; } -.custom-checkbox - .custom-control-input:indeterminate - ~ .custom-control-label::after { +.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); } -.custom-checkbox - .custom-control-input:disabled:checked - ~ .custom-control-label::before { +.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(55, 90, 127, 0.5); } -.custom-checkbox - .custom-control-input:disabled:indeterminate - ~ .custom-control-label::before { +.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before { background-color: rgba(55, 90, 127, 0.5); } @@ -3701,9 +3385,7 @@ input[type="button"].btn-block { .custom-radio .custom-control-input:checked ~ .custom-control-label::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); } -.custom-radio - .custom-control-input:disabled:checked - ~ .custom-control-label::before { +.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(55, 90, 127, 0.5); } @@ -3723,8 +3405,7 @@ input[type="button"].btn-block { height: calc(1rem - 4px); background-color: #adb5bd; border-radius: 0.5rem; - transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, - border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .custom-switch .custom-control-label::after { @@ -3735,9 +3416,7 @@ input[type="button"].btn-block { background-color: #444; transform: translateX(0.75rem); } -.custom-switch - .custom-control-input:disabled:checked - ~ .custom-control-label::before { +.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(55, 90, 127, 0.5); } @@ -3751,9 +3430,7 @@ input[type="button"].btn-block { line-height: 1.5; color: #fff; vertical-align: middle; - background: #444 - 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='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") - right 0.75rem center/8px 10px no-repeat; + background: #444 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='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat; border: 1px solid #222; border-radius: 0.25rem; appearance: none; @@ -3767,8 +3444,7 @@ input[type="button"].btn-block { color: #fff; background-color: #444; } -.custom-select[multiple], -.custom-select[size]:not([size="1"]) { +.custom-select[multiple], .custom-select[size]:not([size="1"]) { height: auto; padding-right: 0.75rem; background-image: none; @@ -3822,8 +3498,7 @@ input[type="button"].btn-block { border-color: #739ac2; box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25); } -.custom-file-input[disabled] ~ .custom-file-label, -.custom-file-input:disabled ~ .custom-file-label { +.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label { background-color: #2b2b2b; } .custom-file-input:lang(en) ~ .custom-file-label::after { @@ -3895,8 +3570,7 @@ input[type="button"].btn-block { background-color: #375a7f; border: 0; border-radius: 1rem; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, - box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; } @media (prefers-reduced-motion: reduce) { @@ -3922,8 +3596,7 @@ input[type="button"].btn-block { background-color: #375a7f; border: 0; border-radius: 1rem; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, - box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; } @media (prefers-reduced-motion: reduce) { @@ -3952,8 +3625,7 @@ input[type="button"].btn-block { background-color: #375a7f; border: 0; border-radius: 1rem; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, - box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; } @media (prefers-reduced-motion: reduce) { @@ -4001,8 +3673,7 @@ input[type="button"].btn-block { .custom-control-label::before, .custom-file-label, .custom-select { - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, - box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .custom-control-label::before, @@ -4024,8 +3695,7 @@ input[type="button"].btn-block { display: block; padding: 0.5rem 2rem; } -.nav-link:hover, -.nav-link:focus { +.nav-link:hover, .nav-link:focus { text-decoration: none; } .nav-link.disabled { @@ -4044,8 +3714,7 @@ input[type="button"].btn-block { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; } -.nav-tabs .nav-link:hover, -.nav-tabs .nav-link:focus { +.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { isolation: isolate; border-color: #444 #444 transparent; } @@ -4125,8 +3794,7 @@ input[type="button"].btn-block { line-height: inherit; white-space: nowrap; } -.navbar-brand:hover, -.navbar-brand:focus { +.navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } @@ -4166,8 +3834,7 @@ input[type="button"].btn-block { border: 1px solid transparent; border-radius: 0.25rem; } -.navbar-toggler:hover, -.navbar-toggler:focus { +.navbar-toggler:hover, .navbar-toggler:focus { text-decoration: none; } @@ -4410,15 +4077,13 @@ input[type="button"].btn-block { .navbar-light .navbar-brand { color: #fff; } -.navbar-light .navbar-brand:hover, -.navbar-light .navbar-brand:focus { +.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { color: #fff; } .navbar-light .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.6); } -.navbar-light .navbar-nav .nav-link:hover, -.navbar-light .navbar-nav .nav-link:focus { +.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { color: #fff; } .navbar-light .navbar-nav .nav-link.disabled { @@ -4443,23 +4108,20 @@ input[type="button"].btn-block { .navbar-light .navbar-text a { color: #fff; } -.navbar-light .navbar-text a:hover, -.navbar-light .navbar-text a:focus { +.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus { color: #fff; } .navbar-dark .navbar-brand { color: #fff; } -.navbar-dark .navbar-brand:hover, -.navbar-dark .navbar-brand:focus { +.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { color: #fff; } .navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.6); } -.navbar-dark .navbar-nav .nav-link:hover, -.navbar-dark .navbar-nav .nav-link:focus { +.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: #fff; } .navbar-dark .navbar-nav .nav-link.disabled { @@ -4484,8 +4146,7 @@ input[type="button"].btn-block { .navbar-dark .navbar-text a { color: #fff; } -.navbar-dark .navbar-text a:hover, -.navbar-dark .navbar-text a:focus { +.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus { color: #fff; } @@ -4825,16 +4486,14 @@ input[type="button"].btn-block { white-space: nowrap; vertical-align: baseline; border-radius: 0.25rem; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, - border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .badge { transition: none; } } -a.badge:hover, -a.badge:focus { +a.badge:hover, a.badge:focus { text-decoration: none; } @@ -4857,13 +4516,11 @@ a.badge:focus { color: #fff; background-color: #375a7f; } -a.badge-primary:hover, -a.badge-primary:focus { +a.badge-primary:hover, a.badge-primary:focus { color: #fff; background-color: #28415b; } -a.badge-primary:focus, -a.badge-primary.focus { +a.badge-primary:focus, a.badge-primary.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.5); } @@ -4872,13 +4529,11 @@ a.badge-primary.focus { color: #fff; background-color: #444; } -a.badge-secondary:hover, -a.badge-secondary:focus { +a.badge-secondary:hover, a.badge-secondary:focus { color: #fff; background-color: #2b2b2b; } -a.badge-secondary:focus, -a.badge-secondary.focus { +a.badge-secondary:focus, a.badge-secondary.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5); } @@ -4887,13 +4542,11 @@ a.badge-secondary.focus { color: #fff; background-color: #00bc8c; } -a.badge-success:hover, -a.badge-success:focus { +a.badge-success:hover, a.badge-success:focus { color: #fff; background-color: #008966; } -a.badge-success:focus, -a.badge-success.focus { +a.badge-success:focus, a.badge-success.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5); } @@ -4902,13 +4555,11 @@ a.badge-success.focus { color: #fff; background-color: #3498db; } -a.badge-info:hover, -a.badge-info:focus { +a.badge-info:hover, a.badge-info:focus { color: #fff; background-color: #217dbb; } -a.badge-info:focus, -a.badge-info.focus { +a.badge-info:focus, a.badge-info.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5); } @@ -4917,13 +4568,11 @@ a.badge-info.focus { color: #fff; background-color: #f39c12; } -a.badge-warning:hover, -a.badge-warning:focus { +a.badge-warning:hover, a.badge-warning:focus { color: #fff; background-color: #c87f0a; } -a.badge-warning:focus, -a.badge-warning.focus { +a.badge-warning:focus, a.badge-warning.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5); } @@ -4932,13 +4581,11 @@ a.badge-warning.focus { color: #fff; background-color: #e74c3c; } -a.badge-danger:hover, -a.badge-danger:focus { +a.badge-danger:hover, a.badge-danger:focus { color: #fff; background-color: #d62c1a; } -a.badge-danger:focus, -a.badge-danger.focus { +a.badge-danger:focus, a.badge-danger.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5); } @@ -4947,13 +4594,11 @@ a.badge-danger.focus { color: #fff; background-color: #303030; } -a.badge-light:hover, -a.badge-light:focus { +a.badge-light:hover, a.badge-light:focus { color: #fff; background-color: #171717; } -a.badge-light:focus, -a.badge-light.focus { +a.badge-light:focus, a.badge-light.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5); } @@ -4962,13 +4607,11 @@ a.badge-light.focus { color: #222; background-color: #dee2e6; } -a.badge-dark:hover, -a.badge-dark:focus { +a.badge-dark:hover, a.badge-dark:focus { color: #222; background-color: #c1c9d0; } -a.badge-dark:focus, -a.badge-dark.focus { +a.badge-dark:focus, a.badge-dark.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5); } @@ -5151,16 +4794,7 @@ a.badge-dark.focus { } .progress-bar-striped { - background-image: linear-gradient( - 45deg, - rgba(255, 255, 255, 0.15) 25%, - transparent 25%, - transparent 50%, - rgba(255, 255, 255, 0.15) 50%, - rgba(255, 255, 255, 0.15) 75%, - transparent 75%, - transparent - ); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 1rem 1rem; } @@ -5195,8 +4829,7 @@ a.badge-dark.focus { color: #444; text-align: inherit; } -.list-group-item-action:hover, -.list-group-item-action:focus { +.list-group-item-action:hover, .list-group-item-action:focus { z-index: 1; color: #444; text-decoration: none; @@ -5222,8 +4855,7 @@ a.badge-dark.focus { border-bottom-right-radius: inherit; border-bottom-left-radius: inherit; } -.list-group-item.disabled, -.list-group-item:disabled { +.list-group-item.disabled, .list-group-item:disabled { color: #888; pointer-events: none; background-color: #303030; @@ -5375,8 +5007,7 @@ a.badge-dark.focus { color: #1d2f42; background-color: #c7d1db; } -.list-group-item-primary.list-group-item-action:hover, -.list-group-item-primary.list-group-item-action:focus { +.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { color: #1d2f42; background-color: #b7c4d1; } @@ -5390,8 +5021,7 @@ a.badge-dark.focus { color: #232323; background-color: #cbcbcb; } -.list-group-item-secondary.list-group-item-action:hover, -.list-group-item-secondary.list-group-item-action:focus { +.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { color: #232323; background-color: #bebebe; } @@ -5405,8 +5035,7 @@ a.badge-dark.focus { color: #006249; background-color: #b8ecdf; } -.list-group-item-success.list-group-item-action:hover, -.list-group-item-success.list-group-item-action:focus { +.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { color: #006249; background-color: #a4e7d6; } @@ -5420,8 +5049,7 @@ a.badge-dark.focus { color: #1b4f72; background-color: #c6e2f5; } -.list-group-item-info.list-group-item-action:hover, -.list-group-item-info.list-group-item-action:focus { +.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { color: #1b4f72; background-color: #b0d7f1; } @@ -5435,8 +5063,7 @@ a.badge-dark.focus { color: #7e5109; background-color: #fce3bd; } -.list-group-item-warning.list-group-item-action:hover, -.list-group-item-warning.list-group-item-action:focus { +.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { color: #7e5109; background-color: #fbd9a5; } @@ -5450,8 +5077,7 @@ a.badge-dark.focus { color: #78281f; background-color: #f8cdc8; } -.list-group-item-danger.list-group-item-action:hover, -.list-group-item-danger.list-group-item-action:focus { +.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { color: #78281f; background-color: #f5b8b1; } @@ -5465,8 +5091,7 @@ a.badge-dark.focus { color: #191919; background-color: #c5c5c5; } -.list-group-item-light.list-group-item-action:hover, -.list-group-item-light.list-group-item-action:focus { +.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { color: #191919; background-color: #b8b8b8; } @@ -5480,8 +5105,7 @@ a.badge-dark.focus { color: #737678; background-color: #f6f7f8; } -.list-group-item-dark.list-group-item-action:hover, -.list-group-item-dark.list-group-item-action:focus { +.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { color: #737678; background-color: #e8eaed; } @@ -5504,8 +5128,7 @@ a.badge-dark.focus { color: #fff; text-decoration: none; } -.close:not(:disabled):not(.disabled):hover, -.close:not(:disabled):not(.disabled):focus { +.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus { opacity: 0.75; } @@ -5755,9 +5378,7 @@ a.close.disabled { z-index: 1070; display: block; margin: 0; - font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, - "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", - "Segoe UI Symbol"; + font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-style: normal; font-weight: 400; line-height: 1.5; @@ -5791,65 +5412,53 @@ a.close.disabled { border-style: solid; } -.bs-tooltip-top, -.bs-tooltip-auto[x-placement^="top"] { +.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] { padding: 0.4rem 0; } -.bs-tooltip-top .arrow, -.bs-tooltip-auto[x-placement^="top"] .arrow { +.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow { bottom: 0; } -.bs-tooltip-top .arrow::before, -.bs-tooltip-auto[x-placement^="top"] .arrow::before { +.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before { top: 0; border-width: 0.4rem 0.4rem 0; border-top-color: #000; } -.bs-tooltip-right, -.bs-tooltip-auto[x-placement^="right"] { +.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] { padding: 0 0.4rem; } -.bs-tooltip-right .arrow, -.bs-tooltip-auto[x-placement^="right"] .arrow { +.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow { left: 0; width: 0.4rem; height: 0.8rem; } -.bs-tooltip-right .arrow::before, -.bs-tooltip-auto[x-placement^="right"] .arrow::before { +.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before { right: 0; border-width: 0.4rem 0.4rem 0.4rem 0; border-right-color: #000; } -.bs-tooltip-bottom, -.bs-tooltip-auto[x-placement^="bottom"] { +.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] { padding: 0.4rem 0; } -.bs-tooltip-bottom .arrow, -.bs-tooltip-auto[x-placement^="bottom"] .arrow { +.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow { top: 0; } -.bs-tooltip-bottom .arrow::before, -.bs-tooltip-auto[x-placement^="bottom"] .arrow::before { +.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before { bottom: 0; border-width: 0 0.4rem 0.4rem; border-bottom-color: #000; } -.bs-tooltip-left, -.bs-tooltip-auto[x-placement^="left"] { +.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] { padding: 0 0.4rem; } -.bs-tooltip-left .arrow, -.bs-tooltip-auto[x-placement^="left"] .arrow { +.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow { right: 0; width: 0.4rem; height: 0.8rem; } -.bs-tooltip-left .arrow::before, -.bs-tooltip-auto[x-placement^="left"] .arrow::before { +.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before { left: 0; border-width: 0.4rem 0 0.4rem 0.4rem; border-left-color: #000; @@ -5871,9 +5480,7 @@ a.close.disabled { z-index: 1060; display: block; max-width: 276px; - font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, - "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", - "Segoe UI Symbol"; + font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-style: normal; font-weight: 400; line-height: 1.5; @@ -5901,8 +5508,7 @@ a.close.disabled { height: 0.5rem; margin: 0 0.3rem; } -.popover .arrow::before, -.popover .arrow::after { +.popover .arrow::before, .popover .arrow::after { position: absolute; display: block; content: ""; @@ -5910,73 +5516,60 @@ a.close.disabled { border-style: solid; } -.bs-popover-top, -.bs-popover-auto[x-placement^="top"] { +.bs-popover-top, .bs-popover-auto[x-placement^=top] { margin-bottom: 0.5rem; } -.bs-popover-top > .arrow, -.bs-popover-auto[x-placement^="top"] > .arrow { +.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow { bottom: calc(-0.5rem - 1px); } -.bs-popover-top > .arrow::before, -.bs-popover-auto[x-placement^="top"] > .arrow::before { +.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before { bottom: 0; border-width: 0.5rem 0.5rem 0; border-top-color: rgba(0, 0, 0, 0.25); } -.bs-popover-top > .arrow::after, -.bs-popover-auto[x-placement^="top"] > .arrow::after { +.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after { bottom: 1px; border-width: 0.5rem 0.5rem 0; border-top-color: #303030; } -.bs-popover-right, -.bs-popover-auto[x-placement^="right"] { +.bs-popover-right, .bs-popover-auto[x-placement^=right] { margin-left: 0.5rem; } -.bs-popover-right > .arrow, -.bs-popover-auto[x-placement^="right"] > .arrow { +.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow { left: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; margin: 0.3rem 0; } -.bs-popover-right > .arrow::before, -.bs-popover-auto[x-placement^="right"] > .arrow::before { +.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before { left: 0; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: rgba(0, 0, 0, 0.25); } -.bs-popover-right > .arrow::after, -.bs-popover-auto[x-placement^="right"] > .arrow::after { +.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after { left: 1px; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: #303030; } -.bs-popover-bottom, -.bs-popover-auto[x-placement^="bottom"] { +.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] { margin-top: 0.5rem; } -.bs-popover-bottom > .arrow, -.bs-popover-auto[x-placement^="bottom"] > .arrow { +.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow { top: calc(-0.5rem - 1px); } -.bs-popover-bottom > .arrow::before, -.bs-popover-auto[x-placement^="bottom"] > .arrow::before { +.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before { top: 0; border-width: 0 0.5rem 0.5rem 0.5rem; border-bottom-color: rgba(0, 0, 0, 0.25); } -.bs-popover-bottom > .arrow::after, -.bs-popover-auto[x-placement^="bottom"] > .arrow::after { +.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after { top: 1px; border-width: 0 0.5rem 0.5rem 0.5rem; border-bottom-color: #303030; } -.bs-popover-bottom .popover-header::before, -.bs-popover-auto[x-placement^="bottom"] .popover-header::before { +.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before { position: absolute; top: 0; left: 50%; @@ -5987,25 +5580,21 @@ a.close.disabled { border-bottom: 1px solid #444; } -.bs-popover-left, -.bs-popover-auto[x-placement^="left"] { +.bs-popover-left, .bs-popover-auto[x-placement^=left] { margin-right: 0.5rem; } -.bs-popover-left > .arrow, -.bs-popover-auto[x-placement^="left"] > .arrow { +.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow { right: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; margin: 0.3rem 0; } -.bs-popover-left > .arrow::before, -.bs-popover-auto[x-placement^="left"] > .arrow::before { +.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before { right: 0; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: rgba(0, 0, 0, 0.25); } -.bs-popover-left > .arrow::after, -.bs-popover-auto[x-placement^="left"] > .arrow::after { +.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after { right: 1px; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: #303030; @@ -6127,8 +5716,7 @@ a.close.disabled { transition: none; } } -.carousel-control-prev:hover, -.carousel-control-prev:focus, +.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus { color: #fff; @@ -6292,8 +5880,7 @@ a.close.disabled { background-color: #375a7f !important; } -a.bg-primary:hover, -a.bg-primary:focus, +a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus { background-color: #28415b !important; @@ -6303,8 +5890,7 @@ button.bg-primary:focus { background-color: #444 !important; } -a.bg-secondary:hover, -a.bg-secondary:focus, +a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus { background-color: #2b2b2b !important; @@ -6314,8 +5900,7 @@ button.bg-secondary:focus { background-color: #00bc8c !important; } -a.bg-success:hover, -a.bg-success:focus, +a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus { background-color: #008966 !important; @@ -6325,8 +5910,7 @@ button.bg-success:focus { background-color: #3498db !important; } -a.bg-info:hover, -a.bg-info:focus, +a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus { background-color: #217dbb !important; @@ -6336,8 +5920,7 @@ button.bg-info:focus { background-color: #f39c12 !important; } -a.bg-warning:hover, -a.bg-warning:focus, +a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus { background-color: #c87f0a !important; @@ -6347,8 +5930,7 @@ button.bg-warning:focus { background-color: #e74c3c !important; } -a.bg-danger:hover, -a.bg-danger:focus, +a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus { background-color: #d62c1a !important; @@ -6358,8 +5940,7 @@ button.bg-danger:focus { background-color: #303030 !important; } -a.bg-light:hover, -a.bg-light:focus, +a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus { background-color: #171717 !important; @@ -6369,8 +5950,7 @@ button.bg-light:focus { background-color: #dee2e6 !important; } -a.bg-dark:hover, -a.bg-dark:focus, +a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus { background-color: #c1c9d0 !important; @@ -7416,8 +6996,7 @@ button.bg-dark:focus { border: 0; } -.sr-only-focusable:active, -.sr-only-focusable:focus { +.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; @@ -9327,8 +8906,7 @@ button.bg-dark:focus { } .text-monospace { - font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", - "Courier New", monospace !important; + font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; } .text-justify { @@ -9449,8 +9027,7 @@ button.bg-dark:focus { color: #375a7f !important; } -a.text-primary:hover, -a.text-primary:focus { +a.text-primary:hover, a.text-primary:focus { color: #20344a !important; } @@ -9458,8 +9035,7 @@ a.text-primary:focus { color: #444 !important; } -a.text-secondary:hover, -a.text-secondary:focus { +a.text-secondary:hover, a.text-secondary:focus { color: #1e1e1e !important; } @@ -9467,8 +9043,7 @@ a.text-secondary:focus { color: #00bc8c !important; } -a.text-success:hover, -a.text-success:focus { +a.text-success:hover, a.text-success:focus { color: #007053 !important; } @@ -9476,8 +9051,7 @@ a.text-success:focus { color: #3498db !important; } -a.text-info:hover, -a.text-info:focus { +a.text-info:hover, a.text-info:focus { color: #1d6fa5 !important; } @@ -9485,8 +9059,7 @@ a.text-info:focus { color: #f39c12 !important; } -a.text-warning:hover, -a.text-warning:focus { +a.text-warning:hover, a.text-warning:focus { color: #b06f09 !important; } @@ -9494,8 +9067,7 @@ a.text-warning:focus { color: #e74c3c !important; } -a.text-danger:hover, -a.text-danger:focus { +a.text-danger:hover, a.text-danger:focus { color: #bf2718 !important; } @@ -9503,8 +9075,7 @@ a.text-danger:focus { color: #303030 !important; } -a.text-light:hover, -a.text-light:focus { +a.text-light:hover, a.text-light:focus { color: #0a0a0a !important; } @@ -9512,8 +9083,7 @@ a.text-light:focus { color: #dee2e6 !important; } -a.text-dark:hover, -a.text-dark:focus { +a.text-dark:hover, a.text-dark:focus { color: #b2bcc5 !important; } diff --git a/src/assets/css/themes/darkly.css b/src/assets/css/themes/darkly.css index 5a289b4..df869f4 100644 --- a/src/assets/css/themes/darkly.css +++ b/src/assets/css/themes/darkly.css @@ -32,11 +32,8 @@ --breakpoint-md: 768px; --breakpoint-lg: 992px; --breakpoint-xl: 1200px; - --font-family-sans-serif: "Lato", -apple-system, BlinkMacSystemFont, - "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", - "Segoe UI Emoji", "Segoe UI Symbol"; - --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, - "Liberation Mono", "Courier New", monospace; + --font-family-sans-serif: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } *, @@ -52,24 +49,13 @@ html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } -article, -aside, -figcaption, -figure, -footer, -header, -hgroup, -main, -nav, -section { +article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; } body { margin: 0; - font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, - "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", - "Segoe UI Symbol"; + font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 0.9375rem; font-weight: 400; line-height: 1.5; @@ -88,12 +74,7 @@ hr { overflow: visible; } -h1, -h2, -h3, -h4, -h5, -h6 { +h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0.5rem; } @@ -193,8 +174,7 @@ pre, code, kbd, samp { - font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", - "Courier New", monospace; + font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; } @@ -270,7 +250,7 @@ select { text-transform: none; } -[role="button"] { +[role=button] { cursor: pointer; } @@ -279,29 +259,29 @@ select { } button, -[type="button"], -[type="reset"], -[type="submit"] { +[type=button], +[type=reset], +[type=submit] { -webkit-appearance: button; } button:not(:disabled), -[type="button"]:not(:disabled), -[type="reset"]:not(:disabled), -[type="submit"]:not(:disabled) { +[type=button]:not(:disabled), +[type=reset]:not(:disabled), +[type=submit]:not(:disabled) { cursor: pointer; } button::-moz-focus-inner, -[type="button"]::-moz-focus-inner, -[type="reset"]::-moz-focus-inner, -[type="submit"]::-moz-focus-inner { +[type=button]::-moz-focus-inner, +[type=reset]::-moz-focus-inner, +[type=submit]::-moz-focus-inner { padding: 0; border-style: none; } -input[type="radio"], -input[type="checkbox"] { +input[type=radio], +input[type=checkbox] { box-sizing: border-box; padding: 0; } @@ -334,17 +314,17 @@ progress { vertical-align: baseline; } -[type="number"]::-webkit-inner-spin-button, -[type="number"]::-webkit-outer-spin-button { +[type=number]::-webkit-inner-spin-button, +[type=number]::-webkit-outer-spin-button { height: auto; } -[type="search"] { +[type=search] { outline-offset: -2px; -webkit-appearance: none; } -[type="search"]::-webkit-search-decoration { +[type=search]::-webkit-search-decoration { -webkit-appearance: none; } @@ -370,50 +350,34 @@ template { display: none !important; } -h1, -h2, -h3, -h4, -h5, -h6, -.h1, -.h2, -.h3, -.h4, -.h5, -.h6 { +h1, h2, h3, h4, h5, h6, +.h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: 0.5rem; font-weight: 500; line-height: 1.2; } -h1, -.h1 { +h1, .h1 { font-size: 3rem; } -h2, -.h2 { +h2, .h2 { font-size: 2.5rem; } -h3, -.h3 { +h3, .h3 { font-size: 2rem; } -h4, -.h4 { +h4, .h4 { font-size: 1.40625rem; } -h5, -.h5 { +h5, .h5 { font-size: 1.171875rem; } -h6, -.h6 { +h6, .h6 { font-size: 0.9375rem; } @@ -581,32 +545,22 @@ pre code { } @media (min-width: 576px) { - .container-sm, - .container { + .container-sm, .container { max-width: 540px; } } @media (min-width: 768px) { - .container-md, - .container-sm, - .container { + .container-md, .container-sm, .container { max-width: 720px; } } @media (min-width: 992px) { - .container-lg, - .container-md, - .container-sm, - .container { + .container-lg, .container-md, .container-sm, .container { max-width: 960px; } } @media (min-width: 1200px) { - .container-xl, - .container-lg, - .container-md, - .container-sm, - .container { + .container-xl, .container-lg, .container-md, .container-sm, .container { max-width: 1140px; } } @@ -622,81 +576,17 @@ pre code { margin-left: 0; } .no-gutters > .col, -.no-gutters > [class*="col-"] { +.no-gutters > [class*=col-] { padding-right: 0; padding-left: 0; } .col-xl, -.col-xl-auto, -.col-xl-12, -.col-xl-11, -.col-xl-10, -.col-xl-9, -.col-xl-8, -.col-xl-7, -.col-xl-6, -.col-xl-5, -.col-xl-4, -.col-xl-3, -.col-xl-2, -.col-xl-1, -.col-lg, -.col-lg-auto, -.col-lg-12, -.col-lg-11, -.col-lg-10, -.col-lg-9, -.col-lg-8, -.col-lg-7, -.col-lg-6, -.col-lg-5, -.col-lg-4, -.col-lg-3, -.col-lg-2, -.col-lg-1, -.col-md, -.col-md-auto, -.col-md-12, -.col-md-11, -.col-md-10, -.col-md-9, -.col-md-8, -.col-md-7, -.col-md-6, -.col-md-5, -.col-md-4, -.col-md-3, -.col-md-2, -.col-md-1, -.col-sm, -.col-sm-auto, -.col-sm-12, -.col-sm-11, -.col-sm-10, -.col-sm-9, -.col-sm-8, -.col-sm-7, -.col-sm-6, -.col-sm-5, -.col-sm-4, -.col-sm-3, -.col-sm-2, -.col-sm-1, -.col, -.col-auto, -.col-12, -.col-11, -.col-10, -.col-9, -.col-8, -.col-7, -.col-6, -.col-5, -.col-4, -.col-3, -.col-2, -.col-1 { +.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, +.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, +.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, +.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, +.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 { position: relative; width: 100%; padding-right: 15px; @@ -1915,16 +1805,15 @@ pre code { color: #888; opacity: 1; } -.form-control:disabled, -.form-control[readonly] { +.form-control:disabled, .form-control[readonly] { background-color: #2b2b2b; opacity: 1; } -input[type="date"].form-control, -input[type="time"].form-control, -input[type="datetime-local"].form-control, -input[type="month"].form-control { +input[type=date].form-control, +input[type=time].form-control, +input[type=datetime-local].form-control, +input[type=month].form-control { appearance: none; } @@ -1977,8 +1866,7 @@ select.form-control:focus::-ms-value { border: solid transparent; border-width: 1px 0; } -.form-control-plaintext.form-control-sm, -.form-control-plaintext.form-control-lg { +.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { padding-right: 0; padding-left: 0; } @@ -1999,8 +1887,7 @@ select.form-control:focus::-ms-value { border-radius: 0.3rem; } -select.form-control[size], -select.form-control[multiple] { +select.form-control[size], select.form-control[multiple] { height: auto; } @@ -2024,7 +1911,7 @@ textarea.form-control { margin-left: -5px; } .form-row > .col, -.form-row > [class*="col-"] { +.form-row > [class*=col-] { padding-right: 5px; padding-left: 5px; } @@ -2040,8 +1927,7 @@ textarea.form-control { margin-top: 0.3rem; margin-left: -1.25rem; } -.form-check-input[disabled] ~ .form-check-label, -.form-check-input:disabled ~ .form-check-label { +.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label { color: #888; } @@ -2085,8 +1971,7 @@ textarea.form-control { background-color: rgba(0, 188, 140, 0.9); border-radius: 0.25rem; } -.form-row > .col > .valid-tooltip, -.form-row > [class*="col-"] > .valid-tooltip { +.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip { left: 5px; } @@ -2097,8 +1982,7 @@ textarea.form-control { display: block; } -.was-validated .form-control:valid, -.form-control.is-valid { +.was-validated .form-control:valid, .form-control.is-valid { border-color: #00bc8c; padding-right: calc(1.5em + 0.75rem) !important; background-image: 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='%2300bc8c' 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"); @@ -2106,88 +1990,61 @@ textarea.form-control { background-position: right calc(0.375em + 0.1875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } -.was-validated .form-control:valid:focus, -.form-control.is-valid:focus { +.was-validated .form-control:valid:focus, .form-control.is-valid:focus { border-color: #00bc8c; box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25); } -.was-validated select.form-control:valid, -select.form-control.is-valid { +.was-validated select.form-control:valid, select.form-control.is-valid { padding-right: 3rem !important; background-position: right 1.5rem center; } -.was-validated textarea.form-control:valid, -textarea.form-control.is-valid { +.was-validated textarea.form-control:valid, textarea.form-control.is-valid { padding-right: calc(1.5em + 0.75rem); - background-position: top calc(0.375em + 0.1875rem) right - calc(0.375em + 0.1875rem); + background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); } -.was-validated .custom-select:valid, -.custom-select.is-valid { +.was-validated .custom-select:valid, .custom-select.is-valid { border-color: #00bc8c; padding-right: calc(0.75em + 2.3125rem) !important; - 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='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") - right 0.75rem center/8px 10px no-repeat, - #444 - 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='%2300bc8c' 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 { + 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='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #444 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='%2300bc8c' 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 { border-color: #00bc8c; box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25); } -.was-validated .form-check-input:valid ~ .form-check-label, -.form-check-input.is-valid ~ .form-check-label { +.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { color: #00bc8c; } .was-validated .form-check-input:valid ~ .valid-feedback, -.was-validated .form-check-input:valid ~ .valid-tooltip, -.form-check-input.is-valid ~ .valid-feedback, +.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip { display: block; } -.was-validated .custom-control-input:valid ~ .custom-control-label, -.custom-control-input.is-valid ~ .custom-control-label { +.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label { color: #00bc8c; } -.was-validated .custom-control-input:valid ~ .custom-control-label::before, -.custom-control-input.is-valid ~ .custom-control-label::before { +.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before { border-color: #00bc8c; } -.was-validated - .custom-control-input:valid:checked - ~ .custom-control-label::before, -.custom-control-input.is-valid:checked ~ .custom-control-label::before { +.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before { border-color: #00efb2; background-color: #00efb2; } -.was-validated - .custom-control-input:valid:focus - ~ .custom-control-label::before, -.custom-control-input.is-valid:focus ~ .custom-control-label::before { +.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before { box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25); } -.was-validated - .custom-control-input:valid:focus:not(:checked) - ~ .custom-control-label::before, -.custom-control-input.is-valid:focus:not(:checked) - ~ .custom-control-label::before { +.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before { border-color: #00bc8c; } -.was-validated .custom-file-input:valid ~ .custom-file-label, -.custom-file-input.is-valid ~ .custom-file-label { +.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label { border-color: #00bc8c; } -.was-validated .custom-file-input:valid:focus ~ .custom-file-label, -.custom-file-input.is-valid:focus ~ .custom-file-label { +.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label { border-color: #00bc8c; box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25); } @@ -2215,8 +2072,7 @@ textarea.form-control.is-valid { background-color: rgba(231, 76, 60, 0.9); border-radius: 0.25rem; } -.form-row > .col > .invalid-tooltip, -.form-row > [class*="col-"] > .invalid-tooltip { +.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip { left: 5px; } @@ -2227,8 +2083,7 @@ textarea.form-control.is-valid { display: block; } -.was-validated .form-control:invalid, -.form-control.is-invalid { +.was-validated .form-control:invalid, .form-control.is-invalid { border-color: #e74c3c; padding-right: calc(1.5em + 0.75rem) !important; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74c3c' 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='%23e74c3c' stroke='none'/%3e%3c/svg%3e"); @@ -2236,88 +2091,61 @@ textarea.form-control.is-valid { background-position: right calc(0.375em + 0.1875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } -.was-validated .form-control:invalid:focus, -.form-control.is-invalid:focus { +.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { border-color: #e74c3c; box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25); } -.was-validated select.form-control:invalid, -select.form-control.is-invalid { +.was-validated select.form-control:invalid, select.form-control.is-invalid { padding-right: 3rem !important; background-position: right 1.5rem center; } -.was-validated textarea.form-control:invalid, -textarea.form-control.is-invalid { +.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { padding-right: calc(1.5em + 0.75rem); - background-position: top calc(0.375em + 0.1875rem) right - calc(0.375em + 0.1875rem); + background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); } -.was-validated .custom-select:invalid, -.custom-select.is-invalid { +.was-validated .custom-select:invalid, .custom-select.is-invalid { border-color: #e74c3c; padding-right: calc(0.75em + 2.3125rem) !important; - 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='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") - right 0.75rem center/8px 10px no-repeat, - #444 - url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74c3c' 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='%23e74c3c' 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 { + 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='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #444 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74c3c' 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='%23e74c3c' 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 { border-color: #e74c3c; box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25); } -.was-validated .form-check-input:invalid ~ .form-check-label, -.form-check-input.is-invalid ~ .form-check-label { +.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { color: #e74c3c; } .was-validated .form-check-input:invalid ~ .invalid-feedback, -.was-validated .form-check-input:invalid ~ .invalid-tooltip, -.form-check-input.is-invalid ~ .invalid-feedback, +.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip { display: block; } -.was-validated .custom-control-input:invalid ~ .custom-control-label, -.custom-control-input.is-invalid ~ .custom-control-label { +.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label { color: #e74c3c; } -.was-validated .custom-control-input:invalid ~ .custom-control-label::before, -.custom-control-input.is-invalid ~ .custom-control-label::before { +.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before { border-color: #e74c3c; } -.was-validated - .custom-control-input:invalid:checked - ~ .custom-control-label::before, -.custom-control-input.is-invalid:checked ~ .custom-control-label::before { +.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before { border-color: #ed7669; background-color: #ed7669; } -.was-validated - .custom-control-input:invalid:focus - ~ .custom-control-label::before, -.custom-control-input.is-invalid:focus ~ .custom-control-label::before { +.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before { box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25); } -.was-validated - .custom-control-input:invalid:focus:not(:checked) - ~ .custom-control-label::before, -.custom-control-input.is-invalid:focus:not(:checked) - ~ .custom-control-label::before { +.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before { border-color: #e74c3c; } -.was-validated .custom-file-input:invalid ~ .custom-file-label, -.custom-file-input.is-invalid ~ .custom-file-label { +.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label { border-color: #e74c3c; } -.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, -.custom-file-input.is-invalid:focus ~ .custom-file-label { +.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label { border-color: #e74c3c; box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25); } @@ -2392,8 +2220,7 @@ textarea.form-control.is-invalid { font-size: 0.9375rem; line-height: 1.5; border-radius: 0.25rem; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, - border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .btn { @@ -2404,13 +2231,11 @@ textarea.form-control.is-invalid { color: #dee2e6; text-decoration: none; } -.btn:focus, -.btn.focus { +.btn:focus, .btn.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25); } -.btn.disabled, -.btn:disabled { +.btn.disabled, .btn:disabled { opacity: 0.65; } .btn:not(:disabled):not(.disabled) { @@ -2431,29 +2256,23 @@ fieldset:disabled a.btn { background-color: #009670; border-color: #008966; } -.btn-primary:focus, -.btn-primary.focus { +.btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #009670; border-color: #008966; box-shadow: 0 0 0 0.2rem rgba(38, 198, 157, 0.5); } -.btn-primary.disabled, -.btn-primary:disabled { +.btn-primary.disabled, .btn-primary:disabled { color: #fff; background-color: #00bc8c; border-color: #00bc8c; } -.btn-primary:not(:disabled):not(.disabled):active, -.btn-primary:not(:disabled):not(.disabled).active, -.show > .btn-primary.dropdown-toggle { +.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle { color: #fff; background-color: #008966; border-color: #007c5d; } -.btn-primary:not(:disabled):not(.disabled):active:focus, -.btn-primary:not(:disabled):not(.disabled).active:focus, -.show > .btn-primary.dropdown-toggle:focus { +.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(38, 198, 157, 0.5); } @@ -2467,29 +2286,23 @@ fieldset:disabled a.btn { background-color: #313131; border-color: #2b2b2b; } -.btn-secondary:focus, -.btn-secondary.focus { +.btn-secondary:focus, .btn-secondary.focus { color: #fff; background-color: #313131; border-color: #2b2b2b; box-shadow: 0 0 0 0.2rem rgba(96, 96, 96, 0.5); } -.btn-secondary.disabled, -.btn-secondary:disabled { +.btn-secondary.disabled, .btn-secondary:disabled { color: #fff; background-color: #444; border-color: #444; } -.btn-secondary:not(:disabled):not(.disabled):active, -.btn-secondary:not(:disabled):not(.disabled).active, -.show > .btn-secondary.dropdown-toggle { +.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle { color: #fff; background-color: #2b2b2b; border-color: #242424; } -.btn-secondary:not(:disabled):not(.disabled):active:focus, -.btn-secondary:not(:disabled):not(.disabled).active:focus, -.show > .btn-secondary.dropdown-toggle:focus { +.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(96, 96, 96, 0.5); } @@ -2503,29 +2316,23 @@ fieldset:disabled a.btn { background-color: #009670; border-color: #008966; } -.btn-success:focus, -.btn-success.focus { +.btn-success:focus, .btn-success.focus { color: #fff; background-color: #009670; border-color: #008966; box-shadow: 0 0 0 0.2rem rgba(38, 198, 157, 0.5); } -.btn-success.disabled, -.btn-success:disabled { +.btn-success.disabled, .btn-success:disabled { color: #fff; background-color: #00bc8c; border-color: #00bc8c; } -.btn-success:not(:disabled):not(.disabled):active, -.btn-success:not(:disabled):not(.disabled).active, -.show > .btn-success.dropdown-toggle { +.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle { color: #fff; background-color: #008966; border-color: #007c5d; } -.btn-success:not(:disabled):not(.disabled):active:focus, -.btn-success:not(:disabled):not(.disabled).active:focus, -.show > .btn-success.dropdown-toggle:focus { +.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(38, 198, 157, 0.5); } @@ -2539,29 +2346,23 @@ fieldset:disabled a.btn { background-color: #2384c6; border-color: #217dbb; } -.btn-info:focus, -.btn-info.focus { +.btn-info:focus, .btn-info.focus { color: #fff; background-color: #2384c6; border-color: #217dbb; box-shadow: 0 0 0 0.2rem rgba(82, 167, 224, 0.5); } -.btn-info.disabled, -.btn-info:disabled { +.btn-info.disabled, .btn-info:disabled { color: #fff; background-color: #3498db; border-color: #3498db; } -.btn-info:not(:disabled):not(.disabled):active, -.btn-info:not(:disabled):not(.disabled).active, -.show > .btn-info.dropdown-toggle { +.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle { color: #fff; background-color: #217dbb; border-color: #1f76b0; } -.btn-info:not(:disabled):not(.disabled):active:focus, -.btn-info:not(:disabled):not(.disabled).active:focus, -.show > .btn-info.dropdown-toggle:focus { +.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(82, 167, 224, 0.5); } @@ -2575,29 +2376,23 @@ fieldset:disabled a.btn { background-color: #d4860b; border-color: #c87f0a; } -.btn-warning:focus, -.btn-warning.focus { +.btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #d4860b; border-color: #c87f0a; box-shadow: 0 0 0 0.2rem rgba(245, 171, 54, 0.5); } -.btn-warning.disabled, -.btn-warning:disabled { +.btn-warning.disabled, .btn-warning:disabled { color: #fff; background-color: #f39c12; border-color: #f39c12; } -.btn-warning:not(:disabled):not(.disabled):active, -.btn-warning:not(:disabled):not(.disabled).active, -.show > .btn-warning.dropdown-toggle { +.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle { color: #fff; background-color: #c87f0a; border-color: #bc770a; } -.btn-warning:not(:disabled):not(.disabled):active:focus, -.btn-warning:not(:disabled):not(.disabled).active:focus, -.show > .btn-warning.dropdown-toggle:focus { +.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(245, 171, 54, 0.5); } @@ -2611,29 +2406,23 @@ fieldset:disabled a.btn { background-color: #e12e1c; border-color: #d62c1a; } -.btn-danger:focus, -.btn-danger.focus { +.btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #e12e1c; border-color: #d62c1a; box-shadow: 0 0 0 0.2rem rgba(235, 103, 89, 0.5); } -.btn-danger.disabled, -.btn-danger:disabled { +.btn-danger.disabled, .btn-danger:disabled { color: #fff; background-color: #e74c3c; border-color: #e74c3c; } -.btn-danger:not(:disabled):not(.disabled):active, -.btn-danger:not(:disabled):not(.disabled).active, -.show > .btn-danger.dropdown-toggle { +.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle { color: #fff; background-color: #d62c1a; border-color: #ca2a19; } -.btn-danger:not(:disabled):not(.disabled):active:focus, -.btn-danger:not(:disabled):not(.disabled).active:focus, -.show > .btn-danger.dropdown-toggle:focus { +.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(235, 103, 89, 0.5); } @@ -2647,29 +2436,23 @@ fieldset:disabled a.btn { background-color: #1d1d1d; border-color: #171717; } -.btn-light:focus, -.btn-light.focus { +.btn-light:focus, .btn-light.focus { color: #fff; background-color: #1d1d1d; border-color: #171717; box-shadow: 0 0 0 0.2rem rgba(79, 79, 79, 0.5); } -.btn-light.disabled, -.btn-light:disabled { +.btn-light.disabled, .btn-light:disabled { color: #fff; background-color: #303030; border-color: #303030; } -.btn-light:not(:disabled):not(.disabled):active, -.btn-light:not(:disabled):not(.disabled).active, -.show > .btn-light.dropdown-toggle { +.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle { color: #fff; background-color: #171717; border-color: #101010; } -.btn-light:not(:disabled):not(.disabled):active:focus, -.btn-light:not(:disabled):not(.disabled).active:focus, -.show > .btn-light.dropdown-toggle:focus { +.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(79, 79, 79, 0.5); } @@ -2683,29 +2466,23 @@ fieldset:disabled a.btn { background-color: #c8cfd6; border-color: #c1c9d0; } -.btn-dark:focus, -.btn-dark.focus { +.btn-dark:focus, .btn-dark.focus { color: #222; background-color: #c8cfd6; border-color: #c1c9d0; box-shadow: 0 0 0 0.2rem rgba(194, 197, 201, 0.5); } -.btn-dark.disabled, -.btn-dark:disabled { +.btn-dark.disabled, .btn-dark:disabled { color: #222; background-color: #dee2e6; border-color: #dee2e6; } -.btn-dark:not(:disabled):not(.disabled):active, -.btn-dark:not(:disabled):not(.disabled).active, -.show > .btn-dark.dropdown-toggle { +.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle { color: #222; background-color: #c1c9d0; border-color: #bac2cb; } -.btn-dark:not(:disabled):not(.disabled):active:focus, -.btn-dark:not(:disabled):not(.disabled).active:focus, -.show > .btn-dark.dropdown-toggle:focus { +.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(194, 197, 201, 0.5); } @@ -2718,25 +2495,19 @@ fieldset:disabled a.btn { background-color: #00bc8c; border-color: #00bc8c; } -.btn-outline-primary:focus, -.btn-outline-primary.focus { +.btn-outline-primary:focus, .btn-outline-primary.focus { box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5); } -.btn-outline-primary.disabled, -.btn-outline-primary:disabled { +.btn-outline-primary.disabled, .btn-outline-primary:disabled { color: #00bc8c; background-color: transparent; } -.btn-outline-primary:not(:disabled):not(.disabled):active, -.btn-outline-primary:not(:disabled):not(.disabled).active, -.show > .btn-outline-primary.dropdown-toggle { +.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle { color: #fff; background-color: #00bc8c; border-color: #00bc8c; } -.btn-outline-primary:not(:disabled):not(.disabled):active:focus, -.btn-outline-primary:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-primary.dropdown-toggle:focus { +.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5); } @@ -2749,25 +2520,19 @@ fieldset:disabled a.btn { background-color: #444; border-color: #444; } -.btn-outline-secondary:focus, -.btn-outline-secondary.focus { +.btn-outline-secondary:focus, .btn-outline-secondary.focus { box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5); } -.btn-outline-secondary.disabled, -.btn-outline-secondary:disabled { +.btn-outline-secondary.disabled, .btn-outline-secondary:disabled { color: #444; background-color: transparent; } -.btn-outline-secondary:not(:disabled):not(.disabled):active, -.btn-outline-secondary:not(:disabled):not(.disabled).active, -.show > .btn-outline-secondary.dropdown-toggle { +.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle { color: #fff; background-color: #444; border-color: #444; } -.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, -.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-secondary.dropdown-toggle:focus { +.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5); } @@ -2780,25 +2545,19 @@ fieldset:disabled a.btn { background-color: #00bc8c; border-color: #00bc8c; } -.btn-outline-success:focus, -.btn-outline-success.focus { +.btn-outline-success:focus, .btn-outline-success.focus { box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5); } -.btn-outline-success.disabled, -.btn-outline-success:disabled { +.btn-outline-success.disabled, .btn-outline-success:disabled { color: #00bc8c; background-color: transparent; } -.btn-outline-success:not(:disabled):not(.disabled):active, -.btn-outline-success:not(:disabled):not(.disabled).active, -.show > .btn-outline-success.dropdown-toggle { +.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle { color: #fff; background-color: #00bc8c; border-color: #00bc8c; } -.btn-outline-success:not(:disabled):not(.disabled):active:focus, -.btn-outline-success:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-success.dropdown-toggle:focus { +.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5); } @@ -2811,25 +2570,19 @@ fieldset:disabled a.btn { background-color: #3498db; border-color: #3498db; } -.btn-outline-info:focus, -.btn-outline-info.focus { +.btn-outline-info:focus, .btn-outline-info.focus { box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5); } -.btn-outline-info.disabled, -.btn-outline-info:disabled { +.btn-outline-info.disabled, .btn-outline-info:disabled { color: #3498db; background-color: transparent; } -.btn-outline-info:not(:disabled):not(.disabled):active, -.btn-outline-info:not(:disabled):not(.disabled).active, -.show > .btn-outline-info.dropdown-toggle { +.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle { color: #fff; background-color: #3498db; border-color: #3498db; } -.btn-outline-info:not(:disabled):not(.disabled):active:focus, -.btn-outline-info:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-info.dropdown-toggle:focus { +.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5); } @@ -2842,25 +2595,19 @@ fieldset:disabled a.btn { background-color: #f39c12; border-color: #f39c12; } -.btn-outline-warning:focus, -.btn-outline-warning.focus { +.btn-outline-warning:focus, .btn-outline-warning.focus { box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5); } -.btn-outline-warning.disabled, -.btn-outline-warning:disabled { +.btn-outline-warning.disabled, .btn-outline-warning:disabled { color: #f39c12; background-color: transparent; } -.btn-outline-warning:not(:disabled):not(.disabled):active, -.btn-outline-warning:not(:disabled):not(.disabled).active, -.show > .btn-outline-warning.dropdown-toggle { +.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle { color: #fff; background-color: #f39c12; border-color: #f39c12; } -.btn-outline-warning:not(:disabled):not(.disabled):active:focus, -.btn-outline-warning:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-warning.dropdown-toggle:focus { +.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5); } @@ -2873,25 +2620,19 @@ fieldset:disabled a.btn { background-color: #e74c3c; border-color: #e74c3c; } -.btn-outline-danger:focus, -.btn-outline-danger.focus { +.btn-outline-danger:focus, .btn-outline-danger.focus { box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5); } -.btn-outline-danger.disabled, -.btn-outline-danger:disabled { +.btn-outline-danger.disabled, .btn-outline-danger:disabled { color: #e74c3c; background-color: transparent; } -.btn-outline-danger:not(:disabled):not(.disabled):active, -.btn-outline-danger:not(:disabled):not(.disabled).active, -.show > .btn-outline-danger.dropdown-toggle { +.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle { color: #fff; background-color: #e74c3c; border-color: #e74c3c; } -.btn-outline-danger:not(:disabled):not(.disabled):active:focus, -.btn-outline-danger:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-danger.dropdown-toggle:focus { +.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5); } @@ -2904,25 +2645,19 @@ fieldset:disabled a.btn { background-color: #303030; border-color: #303030; } -.btn-outline-light:focus, -.btn-outline-light.focus { +.btn-outline-light:focus, .btn-outline-light.focus { box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5); } -.btn-outline-light.disabled, -.btn-outline-light:disabled { +.btn-outline-light.disabled, .btn-outline-light:disabled { color: #303030; background-color: transparent; } -.btn-outline-light:not(:disabled):not(.disabled):active, -.btn-outline-light:not(:disabled):not(.disabled).active, -.show > .btn-outline-light.dropdown-toggle { +.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle { color: #fff; background-color: #303030; border-color: #303030; } -.btn-outline-light:not(:disabled):not(.disabled):active:focus, -.btn-outline-light:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-light.dropdown-toggle:focus { +.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5); } @@ -2935,25 +2670,19 @@ fieldset:disabled a.btn { background-color: #dee2e6; border-color: #dee2e6; } -.btn-outline-dark:focus, -.btn-outline-dark.focus { +.btn-outline-dark:focus, .btn-outline-dark.focus { box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5); } -.btn-outline-dark.disabled, -.btn-outline-dark:disabled { +.btn-outline-dark.disabled, .btn-outline-dark:disabled { color: #dee2e6; background-color: transparent; } -.btn-outline-dark:not(:disabled):not(.disabled):active, -.btn-outline-dark:not(:disabled):not(.disabled).active, -.show > .btn-outline-dark.dropdown-toggle { +.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle { color: #222; background-color: #dee2e6; border-color: #dee2e6; } -.btn-outline-dark:not(:disabled):not(.disabled):active:focus, -.btn-outline-dark:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-dark.dropdown-toggle:focus { +.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5); } @@ -2966,26 +2695,22 @@ fieldset:disabled a.btn { color: #007053; text-decoration: underline; } -.btn-link:focus, -.btn-link.focus { +.btn-link:focus, .btn-link.focus { text-decoration: underline; } -.btn-link:disabled, -.btn-link.disabled { +.btn-link:disabled, .btn-link.disabled { color: #888; pointer-events: none; } -.btn-lg, -.btn-group-lg > .btn { +.btn-lg, .btn-group-lg > .btn { padding: 0.5rem 1rem; font-size: 1.171875rem; line-height: 1.5; border-radius: 0.3rem; } -.btn-sm, -.btn-group-sm > .btn { +.btn-sm, .btn-group-sm > .btn { padding: 0.25rem 0.5rem; font-size: 0.8203125rem; line-height: 1.5; @@ -3000,9 +2725,9 @@ fieldset:disabled a.btn { margin-top: 0.5rem; } -input[type="submit"].btn-block, -input[type="reset"].btn-block, -input[type="button"].btn-block { +input[type=submit].btn-block, +input[type=reset].btn-block, +input[type=button].btn-block { width: 100%; } @@ -3214,10 +2939,7 @@ input[type="button"].btn-block { vertical-align: 0; } -.dropdown-menu[x-placement^="top"], -.dropdown-menu[x-placement^="right"], -.dropdown-menu[x-placement^="bottom"], -.dropdown-menu[x-placement^="left"] { +.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] { right: auto; bottom: auto; } @@ -3241,20 +2963,17 @@ input[type="button"].btn-block { background-color: transparent; border: 0; } -.dropdown-item:hover, -.dropdown-item:focus { +.dropdown-item:hover, .dropdown-item:focus { color: #fff; text-decoration: none; background-color: #00bc8c; } -.dropdown-item.active, -.dropdown-item:active { +.dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; background-color: #00bc8c; } -.dropdown-item.disabled, -.dropdown-item:disabled { +.dropdown-item.disabled, .dropdown-item:disabled { color: #adb5bd; pointer-events: none; background-color: transparent; @@ -3294,9 +3013,7 @@ input[type="button"].btn-block { .btn-group-vertical > .btn:hover { z-index: 1; } -.btn-group > .btn:focus, -.btn-group > .btn:active, -.btn-group > .btn.active, +.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active { @@ -3331,23 +3048,19 @@ input[type="button"].btn-block { padding-right: 0.5625rem; padding-left: 0.5625rem; } -.dropdown-toggle-split::after, -.dropup .dropdown-toggle-split::after, -.dropright .dropdown-toggle-split::after { +.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after { margin-left: 0; } .dropleft .dropdown-toggle-split::before { margin-right: 0; } -.btn-sm + .dropdown-toggle-split, -.btn-group-sm > .btn + .dropdown-toggle-split { +.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { padding-right: 0.375rem; padding-left: 0.375rem; } -.btn-lg + .dropdown-toggle-split, -.btn-group-lg > .btn + .dropdown-toggle-split { +.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { padding-right: 0.75rem; padding-left: 0.75rem; } @@ -3380,10 +3093,10 @@ input[type="button"].btn-block { .btn-group-toggle > .btn-group > .btn { margin-bottom: 0; } -.btn-group-toggle > .btn input[type="radio"], -.btn-group-toggle > .btn input[type="checkbox"], -.btn-group-toggle > .btn-group > .btn input[type="radio"], -.btn-group-toggle > .btn-group > .btn input[type="checkbox"] { +.btn-group-toggle > .btn input[type=radio], +.btn-group-toggle > .btn input[type=checkbox], +.btn-group-toggle > .btn-group > .btn input[type=radio], +.btn-group-toggle > .btn-group > .btn input[type=checkbox] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; @@ -3437,8 +3150,7 @@ input[type="button"].btn-block { display: flex; align-items: center; } -.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(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after { border-top-right-radius: 0; border-bottom-right-radius: 0; } @@ -3448,23 +3160,15 @@ input[type="button"].btn-block { } .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, -.input-group:not(.has-validation) - > .custom-file:not(:last-child) - .custom-file-label::after { +.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label, +.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.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, -.input-group.has-validation - > .custom-file:nth-last-child(n + 3) - .custom-file-label::after { +.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, +.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; } @@ -3516,8 +3220,8 @@ input[type="button"].btn-block { border: 1px solid #222; border-radius: 0.25rem; } -.input-group-text input[type="radio"], -.input-group-text input[type="checkbox"] { +.input-group-text input[type=radio], +.input-group-text input[type=checkbox] { margin-top: 0; } @@ -3563,19 +3267,11 @@ input[type="button"].btn-block { .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .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) { +.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; border-bottom-right-radius: 0; } @@ -3585,9 +3281,7 @@ input[type="button"].btn-block { .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), -.input-group - > .input-group-prepend:first-child - > .input-group-text:not(:first-child) { +.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } @@ -3630,12 +3324,10 @@ input[type="button"].btn-block { background-color: #70ffda; border-color: #70ffda; } -.custom-control-input[disabled] ~ .custom-control-label, -.custom-control-input:disabled ~ .custom-control-label { +.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label { color: #888; } -.custom-control-input[disabled] ~ .custom-control-label::before, -.custom-control-input:disabled ~ .custom-control-label::before { +.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before { background-color: #2b2b2b; } @@ -3673,25 +3365,17 @@ input[type="button"].btn-block { .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { background-image: 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='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); } -.custom-checkbox - .custom-control-input:indeterminate - ~ .custom-control-label::before { +.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before { border-color: #00bc8c; background-color: #00bc8c; } -.custom-checkbox - .custom-control-input:indeterminate - ~ .custom-control-label::after { +.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); } -.custom-checkbox - .custom-control-input:disabled:checked - ~ .custom-control-label::before { +.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(0, 188, 140, 0.5); } -.custom-checkbox - .custom-control-input:disabled:indeterminate - ~ .custom-control-label::before { +.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before { background-color: rgba(0, 188, 140, 0.5); } @@ -3701,9 +3385,7 @@ input[type="button"].btn-block { .custom-radio .custom-control-input:checked ~ .custom-control-label::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); } -.custom-radio - .custom-control-input:disabled:checked - ~ .custom-control-label::before { +.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(0, 188, 140, 0.5); } @@ -3723,8 +3405,7 @@ input[type="button"].btn-block { height: calc(1rem - 4px); background-color: #adb5bd; border-radius: 0.5rem; - transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, - border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .custom-switch .custom-control-label::after { @@ -3735,9 +3416,7 @@ input[type="button"].btn-block { background-color: #444; transform: translateX(0.75rem); } -.custom-switch - .custom-control-input:disabled:checked - ~ .custom-control-label::before { +.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(0, 188, 140, 0.5); } @@ -3751,9 +3430,7 @@ input[type="button"].btn-block { line-height: 1.5; color: #fff; vertical-align: middle; - background: #444 - 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='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") - right 0.75rem center/8px 10px no-repeat; + background: #444 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='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat; border: 1px solid #222; border-radius: 0.25rem; appearance: none; @@ -3767,8 +3444,7 @@ input[type="button"].btn-block { color: #fff; background-color: #444; } -.custom-select[multiple], -.custom-select[size]:not([size="1"]) { +.custom-select[multiple], .custom-select[size]:not([size="1"]) { height: auto; padding-right: 0.75rem; background-image: none; @@ -3822,8 +3498,7 @@ input[type="button"].btn-block { border-color: #3dffcd; box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25); } -.custom-file-input[disabled] ~ .custom-file-label, -.custom-file-input:disabled ~ .custom-file-label { +.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label { background-color: #2b2b2b; } .custom-file-input:lang(en) ~ .custom-file-label::after { @@ -3895,8 +3570,7 @@ input[type="button"].btn-block { background-color: #00bc8c; border: 0; border-radius: 1rem; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, - box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; } @media (prefers-reduced-motion: reduce) { @@ -3922,8 +3596,7 @@ input[type="button"].btn-block { background-color: #00bc8c; border: 0; border-radius: 1rem; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, - box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; } @media (prefers-reduced-motion: reduce) { @@ -3952,8 +3625,7 @@ input[type="button"].btn-block { background-color: #00bc8c; border: 0; border-radius: 1rem; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, - box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; } @media (prefers-reduced-motion: reduce) { @@ -4001,8 +3673,7 @@ input[type="button"].btn-block { .custom-control-label::before, .custom-file-label, .custom-select { - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, - box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .custom-control-label::before, @@ -4024,8 +3695,7 @@ input[type="button"].btn-block { display: block; padding: 0.5rem 2rem; } -.nav-link:hover, -.nav-link:focus { +.nav-link:hover, .nav-link:focus { text-decoration: none; } .nav-link.disabled { @@ -4044,8 +3714,7 @@ input[type="button"].btn-block { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; } -.nav-tabs .nav-link:hover, -.nav-tabs .nav-link:focus { +.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { isolation: isolate; border-color: #444 #444 transparent; } @@ -4125,8 +3794,7 @@ input[type="button"].btn-block { line-height: inherit; white-space: nowrap; } -.navbar-brand:hover, -.navbar-brand:focus { +.navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } @@ -4166,8 +3834,7 @@ input[type="button"].btn-block { border: 1px solid transparent; border-radius: 0.25rem; } -.navbar-toggler:hover, -.navbar-toggler:focus { +.navbar-toggler:hover, .navbar-toggler:focus { text-decoration: none; } @@ -4410,15 +4077,13 @@ input[type="button"].btn-block { .navbar-light .navbar-brand { color: #fff; } -.navbar-light .navbar-brand:hover, -.navbar-light .navbar-brand:focus { +.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { color: #fff; } .navbar-light .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.6); } -.navbar-light .navbar-nav .nav-link:hover, -.navbar-light .navbar-nav .nav-link:focus { +.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { color: #fff; } .navbar-light .navbar-nav .nav-link.disabled { @@ -4443,23 +4108,20 @@ input[type="button"].btn-block { .navbar-light .navbar-text a { color: #fff; } -.navbar-light .navbar-text a:hover, -.navbar-light .navbar-text a:focus { +.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus { color: #fff; } .navbar-dark .navbar-brand { color: #fff; } -.navbar-dark .navbar-brand:hover, -.navbar-dark .navbar-brand:focus { +.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { color: #fff; } .navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.6); } -.navbar-dark .navbar-nav .nav-link:hover, -.navbar-dark .navbar-nav .nav-link:focus { +.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: #fff; } .navbar-dark .navbar-nav .nav-link.disabled { @@ -4484,8 +4146,7 @@ input[type="button"].btn-block { .navbar-dark .navbar-text a { color: #fff; } -.navbar-dark .navbar-text a:hover, -.navbar-dark .navbar-text a:focus { +.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus { color: #fff; } @@ -4825,16 +4486,14 @@ input[type="button"].btn-block { white-space: nowrap; vertical-align: baseline; border-radius: 0.25rem; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, - border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .badge { transition: none; } } -a.badge:hover, -a.badge:focus { +a.badge:hover, a.badge:focus { text-decoration: none; } @@ -4857,13 +4516,11 @@ a.badge:focus { color: #fff; background-color: #00bc8c; } -a.badge-primary:hover, -a.badge-primary:focus { +a.badge-primary:hover, a.badge-primary:focus { color: #fff; background-color: #008966; } -a.badge-primary:focus, -a.badge-primary.focus { +a.badge-primary:focus, a.badge-primary.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5); } @@ -4872,13 +4529,11 @@ a.badge-primary.focus { color: #fff; background-color: #444; } -a.badge-secondary:hover, -a.badge-secondary:focus { +a.badge-secondary:hover, a.badge-secondary:focus { color: #fff; background-color: #2b2b2b; } -a.badge-secondary:focus, -a.badge-secondary.focus { +a.badge-secondary:focus, a.badge-secondary.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5); } @@ -4887,13 +4542,11 @@ a.badge-secondary.focus { color: #fff; background-color: #00bc8c; } -a.badge-success:hover, -a.badge-success:focus { +a.badge-success:hover, a.badge-success:focus { color: #fff; background-color: #008966; } -a.badge-success:focus, -a.badge-success.focus { +a.badge-success:focus, a.badge-success.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5); } @@ -4902,13 +4555,11 @@ a.badge-success.focus { color: #fff; background-color: #3498db; } -a.badge-info:hover, -a.badge-info:focus { +a.badge-info:hover, a.badge-info:focus { color: #fff; background-color: #217dbb; } -a.badge-info:focus, -a.badge-info.focus { +a.badge-info:focus, a.badge-info.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5); } @@ -4917,13 +4568,11 @@ a.badge-info.focus { color: #fff; background-color: #f39c12; } -a.badge-warning:hover, -a.badge-warning:focus { +a.badge-warning:hover, a.badge-warning:focus { color: #fff; background-color: #c87f0a; } -a.badge-warning:focus, -a.badge-warning.focus { +a.badge-warning:focus, a.badge-warning.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5); } @@ -4932,13 +4581,11 @@ a.badge-warning.focus { color: #fff; background-color: #e74c3c; } -a.badge-danger:hover, -a.badge-danger:focus { +a.badge-danger:hover, a.badge-danger:focus { color: #fff; background-color: #d62c1a; } -a.badge-danger:focus, -a.badge-danger.focus { +a.badge-danger:focus, a.badge-danger.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5); } @@ -4947,13 +4594,11 @@ a.badge-danger.focus { color: #fff; background-color: #303030; } -a.badge-light:hover, -a.badge-light:focus { +a.badge-light:hover, a.badge-light:focus { color: #fff; background-color: #171717; } -a.badge-light:focus, -a.badge-light.focus { +a.badge-light:focus, a.badge-light.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5); } @@ -4962,13 +4607,11 @@ a.badge-light.focus { color: #222; background-color: #dee2e6; } -a.badge-dark:hover, -a.badge-dark:focus { +a.badge-dark:hover, a.badge-dark:focus { color: #222; background-color: #c1c9d0; } -a.badge-dark:focus, -a.badge-dark.focus { +a.badge-dark:focus, a.badge-dark.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5); } @@ -5151,16 +4794,7 @@ a.badge-dark.focus { } .progress-bar-striped { - background-image: linear-gradient( - 45deg, - rgba(255, 255, 255, 0.15) 25%, - transparent 25%, - transparent 50%, - rgba(255, 255, 255, 0.15) 50%, - rgba(255, 255, 255, 0.15) 75%, - transparent 75%, - transparent - ); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 1rem 1rem; } @@ -5195,8 +4829,7 @@ a.badge-dark.focus { color: #444; text-align: inherit; } -.list-group-item-action:hover, -.list-group-item-action:focus { +.list-group-item-action:hover, .list-group-item-action:focus { z-index: 1; color: #444; text-decoration: none; @@ -5222,8 +4855,7 @@ a.badge-dark.focus { border-bottom-right-radius: inherit; border-bottom-left-radius: inherit; } -.list-group-item.disabled, -.list-group-item:disabled { +.list-group-item.disabled, .list-group-item:disabled { color: #888; pointer-events: none; background-color: #303030; @@ -5375,8 +5007,7 @@ a.badge-dark.focus { color: #006249; background-color: #b8ecdf; } -.list-group-item-primary.list-group-item-action:hover, -.list-group-item-primary.list-group-item-action:focus { +.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { color: #006249; background-color: #a4e7d6; } @@ -5390,8 +5021,7 @@ a.badge-dark.focus { color: #232323; background-color: #cbcbcb; } -.list-group-item-secondary.list-group-item-action:hover, -.list-group-item-secondary.list-group-item-action:focus { +.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { color: #232323; background-color: #bebebe; } @@ -5405,8 +5035,7 @@ a.badge-dark.focus { color: #006249; background-color: #b8ecdf; } -.list-group-item-success.list-group-item-action:hover, -.list-group-item-success.list-group-item-action:focus { +.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { color: #006249; background-color: #a4e7d6; } @@ -5420,8 +5049,7 @@ a.badge-dark.focus { color: #1b4f72; background-color: #c6e2f5; } -.list-group-item-info.list-group-item-action:hover, -.list-group-item-info.list-group-item-action:focus { +.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { color: #1b4f72; background-color: #b0d7f1; } @@ -5435,8 +5063,7 @@ a.badge-dark.focus { color: #7e5109; background-color: #fce3bd; } -.list-group-item-warning.list-group-item-action:hover, -.list-group-item-warning.list-group-item-action:focus { +.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { color: #7e5109; background-color: #fbd9a5; } @@ -5450,8 +5077,7 @@ a.badge-dark.focus { color: #78281f; background-color: #f8cdc8; } -.list-group-item-danger.list-group-item-action:hover, -.list-group-item-danger.list-group-item-action:focus { +.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { color: #78281f; background-color: #f5b8b1; } @@ -5465,8 +5091,7 @@ a.badge-dark.focus { color: #191919; background-color: #c5c5c5; } -.list-group-item-light.list-group-item-action:hover, -.list-group-item-light.list-group-item-action:focus { +.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { color: #191919; background-color: #b8b8b8; } @@ -5480,8 +5105,7 @@ a.badge-dark.focus { color: #737678; background-color: #f6f7f8; } -.list-group-item-dark.list-group-item-action:hover, -.list-group-item-dark.list-group-item-action:focus { +.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { color: #737678; background-color: #e8eaed; } @@ -5504,8 +5128,7 @@ a.badge-dark.focus { color: #fff; text-decoration: none; } -.close:not(:disabled):not(.disabled):hover, -.close:not(:disabled):not(.disabled):focus { +.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus { opacity: 0.75; } @@ -5755,9 +5378,7 @@ a.close.disabled { z-index: 1070; display: block; margin: 0; - font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, - "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", - "Segoe UI Symbol"; + font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-style: normal; font-weight: 400; line-height: 1.5; @@ -5791,65 +5412,53 @@ a.close.disabled { border-style: solid; } -.bs-tooltip-top, -.bs-tooltip-auto[x-placement^="top"] { +.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] { padding: 0.4rem 0; } -.bs-tooltip-top .arrow, -.bs-tooltip-auto[x-placement^="top"] .arrow { +.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow { bottom: 0; } -.bs-tooltip-top .arrow::before, -.bs-tooltip-auto[x-placement^="top"] .arrow::before { +.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before { top: 0; border-width: 0.4rem 0.4rem 0; border-top-color: #000; } -.bs-tooltip-right, -.bs-tooltip-auto[x-placement^="right"] { +.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] { padding: 0 0.4rem; } -.bs-tooltip-right .arrow, -.bs-tooltip-auto[x-placement^="right"] .arrow { +.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow { left: 0; width: 0.4rem; height: 0.8rem; } -.bs-tooltip-right .arrow::before, -.bs-tooltip-auto[x-placement^="right"] .arrow::before { +.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before { right: 0; border-width: 0.4rem 0.4rem 0.4rem 0; border-right-color: #000; } -.bs-tooltip-bottom, -.bs-tooltip-auto[x-placement^="bottom"] { +.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] { padding: 0.4rem 0; } -.bs-tooltip-bottom .arrow, -.bs-tooltip-auto[x-placement^="bottom"] .arrow { +.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow { top: 0; } -.bs-tooltip-bottom .arrow::before, -.bs-tooltip-auto[x-placement^="bottom"] .arrow::before { +.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before { bottom: 0; border-width: 0 0.4rem 0.4rem; border-bottom-color: #000; } -.bs-tooltip-left, -.bs-tooltip-auto[x-placement^="left"] { +.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] { padding: 0 0.4rem; } -.bs-tooltip-left .arrow, -.bs-tooltip-auto[x-placement^="left"] .arrow { +.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow { right: 0; width: 0.4rem; height: 0.8rem; } -.bs-tooltip-left .arrow::before, -.bs-tooltip-auto[x-placement^="left"] .arrow::before { +.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before { left: 0; border-width: 0.4rem 0 0.4rem 0.4rem; border-left-color: #000; @@ -5871,9 +5480,7 @@ a.close.disabled { z-index: 1060; display: block; max-width: 276px; - font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, - "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", - "Segoe UI Symbol"; + font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-style: normal; font-weight: 400; line-height: 1.5; @@ -5901,8 +5508,7 @@ a.close.disabled { height: 0.5rem; margin: 0 0.3rem; } -.popover .arrow::before, -.popover .arrow::after { +.popover .arrow::before, .popover .arrow::after { position: absolute; display: block; content: ""; @@ -5910,73 +5516,60 @@ a.close.disabled { border-style: solid; } -.bs-popover-top, -.bs-popover-auto[x-placement^="top"] { +.bs-popover-top, .bs-popover-auto[x-placement^=top] { margin-bottom: 0.5rem; } -.bs-popover-top > .arrow, -.bs-popover-auto[x-placement^="top"] > .arrow { +.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow { bottom: calc(-0.5rem - 1px); } -.bs-popover-top > .arrow::before, -.bs-popover-auto[x-placement^="top"] > .arrow::before { +.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before { bottom: 0; border-width: 0.5rem 0.5rem 0; border-top-color: rgba(0, 0, 0, 0.25); } -.bs-popover-top > .arrow::after, -.bs-popover-auto[x-placement^="top"] > .arrow::after { +.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after { bottom: 1px; border-width: 0.5rem 0.5rem 0; border-top-color: #303030; } -.bs-popover-right, -.bs-popover-auto[x-placement^="right"] { +.bs-popover-right, .bs-popover-auto[x-placement^=right] { margin-left: 0.5rem; } -.bs-popover-right > .arrow, -.bs-popover-auto[x-placement^="right"] > .arrow { +.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow { left: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; margin: 0.3rem 0; } -.bs-popover-right > .arrow::before, -.bs-popover-auto[x-placement^="right"] > .arrow::before { +.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before { left: 0; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: rgba(0, 0, 0, 0.25); } -.bs-popover-right > .arrow::after, -.bs-popover-auto[x-placement^="right"] > .arrow::after { +.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after { left: 1px; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: #303030; } -.bs-popover-bottom, -.bs-popover-auto[x-placement^="bottom"] { +.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] { margin-top: 0.5rem; } -.bs-popover-bottom > .arrow, -.bs-popover-auto[x-placement^="bottom"] > .arrow { +.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow { top: calc(-0.5rem - 1px); } -.bs-popover-bottom > .arrow::before, -.bs-popover-auto[x-placement^="bottom"] > .arrow::before { +.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before { top: 0; border-width: 0 0.5rem 0.5rem 0.5rem; border-bottom-color: rgba(0, 0, 0, 0.25); } -.bs-popover-bottom > .arrow::after, -.bs-popover-auto[x-placement^="bottom"] > .arrow::after { +.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after { top: 1px; border-width: 0 0.5rem 0.5rem 0.5rem; border-bottom-color: #303030; } -.bs-popover-bottom .popover-header::before, -.bs-popover-auto[x-placement^="bottom"] .popover-header::before { +.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before { position: absolute; top: 0; left: 50%; @@ -5987,25 +5580,21 @@ a.close.disabled { border-bottom: 1px solid #444; } -.bs-popover-left, -.bs-popover-auto[x-placement^="left"] { +.bs-popover-left, .bs-popover-auto[x-placement^=left] { margin-right: 0.5rem; } -.bs-popover-left > .arrow, -.bs-popover-auto[x-placement^="left"] > .arrow { +.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow { right: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; margin: 0.3rem 0; } -.bs-popover-left > .arrow::before, -.bs-popover-auto[x-placement^="left"] > .arrow::before { +.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before { right: 0; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: rgba(0, 0, 0, 0.25); } -.bs-popover-left > .arrow::after, -.bs-popover-auto[x-placement^="left"] > .arrow::after { +.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after { right: 1px; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: #303030; @@ -6127,8 +5716,7 @@ a.close.disabled { transition: none; } } -.carousel-control-prev:hover, -.carousel-control-prev:focus, +.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus { color: #fff; @@ -6292,8 +5880,7 @@ a.close.disabled { background-color: #00bc8c !important; } -a.bg-primary:hover, -a.bg-primary:focus, +a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus { background-color: #008966 !important; @@ -6303,8 +5890,7 @@ button.bg-primary:focus { background-color: #444 !important; } -a.bg-secondary:hover, -a.bg-secondary:focus, +a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus { background-color: #2b2b2b !important; @@ -6314,8 +5900,7 @@ button.bg-secondary:focus { background-color: #00bc8c !important; } -a.bg-success:hover, -a.bg-success:focus, +a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus { background-color: #008966 !important; @@ -6325,8 +5910,7 @@ button.bg-success:focus { background-color: #3498db !important; } -a.bg-info:hover, -a.bg-info:focus, +a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus { background-color: #217dbb !important; @@ -6336,8 +5920,7 @@ button.bg-info:focus { background-color: #f39c12 !important; } -a.bg-warning:hover, -a.bg-warning:focus, +a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus { background-color: #c87f0a !important; @@ -6347,8 +5930,7 @@ button.bg-warning:focus { background-color: #e74c3c !important; } -a.bg-danger:hover, -a.bg-danger:focus, +a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus { background-color: #d62c1a !important; @@ -6358,8 +5940,7 @@ button.bg-danger:focus { background-color: #303030 !important; } -a.bg-light:hover, -a.bg-light:focus, +a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus { background-color: #171717 !important; @@ -6369,8 +5950,7 @@ button.bg-light:focus { background-color: #dee2e6 !important; } -a.bg-dark:hover, -a.bg-dark:focus, +a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus { background-color: #c1c9d0 !important; @@ -7416,8 +6996,7 @@ button.bg-dark:focus { border: 0; } -.sr-only-focusable:active, -.sr-only-focusable:focus { +.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; @@ -9327,8 +8906,7 @@ button.bg-dark:focus { } .text-monospace { - font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", - "Courier New", monospace !important; + font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; } .text-justify { @@ -9449,8 +9027,7 @@ button.bg-dark:focus { color: #00bc8c !important; } -a.text-primary:hover, -a.text-primary:focus { +a.text-primary:hover, a.text-primary:focus { color: #007053 !important; } @@ -9458,8 +9035,7 @@ a.text-primary:focus { color: #444 !important; } -a.text-secondary:hover, -a.text-secondary:focus { +a.text-secondary:hover, a.text-secondary:focus { color: #1e1e1e !important; } @@ -9467,8 +9043,7 @@ a.text-secondary:focus { color: #00bc8c !important; } -a.text-success:hover, -a.text-success:focus { +a.text-success:hover, a.text-success:focus { color: #007053 !important; } @@ -9476,8 +9051,7 @@ a.text-success:focus { color: #3498db !important; } -a.text-info:hover, -a.text-info:focus { +a.text-info:hover, a.text-info:focus { color: #1d6fa5 !important; } @@ -9485,8 +9059,7 @@ a.text-info:focus { color: #f39c12 !important; } -a.text-warning:hover, -a.text-warning:focus { +a.text-warning:hover, a.text-warning:focus { color: #b06f09 !important; } @@ -9494,8 +9067,7 @@ a.text-warning:focus { color: #e74c3c !important; } -a.text-danger:hover, -a.text-danger:focus { +a.text-danger:hover, a.text-danger:focus { color: #bf2718 !important; } @@ -9503,8 +9075,7 @@ a.text-danger:focus { color: #303030 !important; } -a.text-light:hover, -a.text-light:focus { +a.text-light:hover, a.text-light:focus { color: #0a0a0a !important; } @@ -9512,8 +9083,7 @@ a.text-light:focus { color: #dee2e6 !important; } -a.text-dark:hover, -a.text-dark:focus { +a.text-dark:hover, a.text-dark:focus { color: #b2bcc5 !important; } diff --git a/src/assets/css/themes/litely-red.css b/src/assets/css/themes/litely-red.css index 187478e..f3ca54b 100644 --- a/src/assets/css/themes/litely-red.css +++ b/src/assets/css/themes/litely-red.css @@ -6,37 +6,34 @@ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ :root { - --blue: #375a7f; + --blue: #007bff; --indigo: #6610f2; --purple: #6f42c1; --pink: #e83e8c; - --red: #e74c3c; - --orange: #fd7e14; - --yellow: #f39c12; - --green: #00bc8c; + --red: #d8486a; + --orange: #f1641e; + --yellow: #ffc107; + --green: #00c853; --teal: #20c997; - --cyan: #3498db; + --cyan: #02bdc2; --white: #fff; - --gray: #888; - --gray-dark: #303030; - --primary: #00bc8c; + --gray: #6c757d; + --gray-dark: #343a40; + --primary: #f1641e; --secondary: #c80000; - --success: #00bc8c; - --info: #3498db; - --warning: #f39c12; - --danger: #004231; - --light: #303030; - --dark: #dee2e6; + --success: #6610f2; + --info: #007bff; + --warning: #ffc107; + --danger: #8c3409; + --light: #f8f9fa; + --dark: #343a40; --breakpoint-xs: 0; --breakpoint-sm: 576px; --breakpoint-md: 768px; --breakpoint-lg: 992px; --breakpoint-xl: 1200px; - --font-family-sans-serif: "Lato", -apple-system, BlinkMacSystemFont, - "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", - "Segoe UI Emoji", "Segoe UI Symbol"; - --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, - "Liberation Mono", "Courier New", monospace; + --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Droid Sans", "Segoe UI", "Helvetica", Arial, sans-serif; + --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } *, @@ -49,33 +46,22 @@ html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -} - -article, -aside, -figcaption, -figure, -footer, -header, -hgroup, -main, -nav, -section { + -webkit-tap-highlight-color: rgba(34, 34, 34, 0); +} + +article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; } body { margin: 0; - font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, - "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", - "Segoe UI Symbol"; - font-size: 0.9375rem; + font-family: -apple-system, BlinkMacSystemFont, "Droid Sans", "Segoe UI", "Helvetica", Arial, sans-serif; + font-size: 1rem; font-weight: 400; line-height: 1.5; - color: #dee2e6; + color: #495057; text-align: left; - background-color: #222; + background-color: #fff; } [tabindex="-1"]:focus:not(:focus-visible) { @@ -88,12 +74,7 @@ hr { overflow: visible; } -h1, -h2, -h3, -h4, -h5, -h6 { +h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0.5rem; } @@ -133,7 +114,7 @@ ul ol { } dt { - font-weight: 700; + font-weight: 600; } dd { @@ -171,12 +152,12 @@ sup { } a { - color: #00bc8c; + color: #f1641e; text-decoration: none; background-color: transparent; } a:hover { - color: #007053; + color: #b7440b; text-decoration: underline; } @@ -193,8 +174,7 @@ pre, code, kbd, samp { - font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", - "Courier New", monospace; + font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; } @@ -226,7 +206,7 @@ table { caption { padding-top: 0.75rem; padding-bottom: 0.75rem; - color: #888; + color: #6c757d; text-align: left; caption-side: bottom; } @@ -270,7 +250,7 @@ select { text-transform: none; } -[role="button"] { +[role=button] { cursor: pointer; } @@ -279,29 +259,29 @@ select { } button, -[type="button"], -[type="reset"], -[type="submit"] { +[type=button], +[type=reset], +[type=submit] { -webkit-appearance: button; } button:not(:disabled), -[type="button"]:not(:disabled), -[type="reset"]:not(:disabled), -[type="submit"]:not(:disabled) { +[type=button]:not(:disabled), +[type=reset]:not(:disabled), +[type=submit]:not(:disabled) { cursor: pointer; } button::-moz-focus-inner, -[type="button"]::-moz-focus-inner, -[type="reset"]::-moz-focus-inner, -[type="submit"]::-moz-focus-inner { +[type=button]::-moz-focus-inner, +[type=reset]::-moz-focus-inner, +[type=submit]::-moz-focus-inner { padding: 0; border-style: none; } -input[type="radio"], -input[type="checkbox"] { +input[type=radio], +input[type=checkbox] { box-sizing: border-box; padding: 0; } @@ -334,17 +314,17 @@ progress { vertical-align: baseline; } -[type="number"]::-webkit-inner-spin-button, -[type="number"]::-webkit-outer-spin-button { +[type=number]::-webkit-inner-spin-button, +[type=number]::-webkit-outer-spin-button { height: auto; } -[type="search"] { +[type=search] { outline-offset: -2px; -webkit-appearance: none; } -[type="search"]::-webkit-search-decoration { +[type=search]::-webkit-search-decoration { -webkit-appearance: none; } @@ -370,55 +350,40 @@ template { display: none !important; } -h1, -h2, -h3, -h4, -h5, -h6, -.h1, -.h2, -.h3, -.h4, -.h5, -.h6 { +h1, h2, h3, h4, h5, h6, +.h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: 0.5rem; font-weight: 500; line-height: 1.2; + color: #495057; } -h1, -.h1 { - font-size: 3rem; -} - -h2, -.h2 { +h1, .h1 { font-size: 2.5rem; } -h3, -.h3 { +h2, .h2 { font-size: 2rem; } -h4, -.h4 { - font-size: 1.40625rem; +h3, .h3 { + font-size: 1.75rem; } -h5, -.h5 { - font-size: 1.171875rem; +h4, .h4 { + font-size: 1.5rem; } -h6, -.h6 { - font-size: 0.9375rem; +h5, .h5 { + font-size: 1.25rem; +} + +h6, .h6 { + font-size: 1rem; } .lead { - font-size: 1.171875rem; + font-size: 1.25rem; font-weight: 300; } @@ -450,7 +415,7 @@ hr { margin-top: 1rem; margin-bottom: 1rem; border: 0; - border-top: 1px solid rgba(222, 226, 230, 0.25); + border-top: 1px solid rgba(73, 80, 87, 0.25); } small, @@ -462,7 +427,7 @@ small, mark, .mark { padding: 0.2em; - background-color: #333; + background-color: rgb(255, 252, 239); } .list-unstyled { @@ -489,13 +454,13 @@ mark, .blockquote { margin-bottom: 1rem; - font-size: 1.171875rem; + font-size: 1.25rem; } .blockquote-footer { display: block; font-size: 0.875em; - color: #888; + color: #6c757d; } .blockquote-footer::before { content: "— "; @@ -508,9 +473,9 @@ mark, .img-thumbnail { padding: 0.25rem; - background-color: #222; + background-color: #fff; border: 1px solid #dee2e6; - border-radius: 0.25rem; + border-radius: 0.5rem; max-width: 100%; height: auto; } @@ -526,7 +491,7 @@ mark, .figure-caption { font-size: 90%; - color: #888; + color: #6c757d; } code { @@ -542,19 +507,19 @@ kbd { padding: 0.2rem 0.4rem; font-size: 87.5%; color: #fff; - background-color: #222; - border-radius: 0.2rem; + background-color: #212529; + border-radius: 1rem; } kbd kbd { padding: 0; font-size: 100%; - font-weight: 700; + font-weight: 600; } pre { display: block; font-size: 87.5%; - color: inherit; + color: #212529; } pre code { font-size: inherit; @@ -581,32 +546,22 @@ pre code { } @media (min-width: 576px) { - .container-sm, - .container { + .container-sm, .container { max-width: 540px; } } @media (min-width: 768px) { - .container-md, - .container-sm, - .container { + .container-md, .container-sm, .container { max-width: 720px; } } @media (min-width: 992px) { - .container-lg, - .container-md, - .container-sm, - .container { + .container-lg, .container-md, .container-sm, .container { max-width: 960px; } } @media (min-width: 1200px) { - .container-xl, - .container-lg, - .container-md, - .container-sm, - .container { + .container-xl, .container-lg, .container-md, .container-sm, .container { max-width: 1140px; } } @@ -622,81 +577,17 @@ pre code { margin-left: 0; } .no-gutters > .col, -.no-gutters > [class*="col-"] { +.no-gutters > [class*=col-] { padding-right: 0; padding-left: 0; } .col-xl, -.col-xl-auto, -.col-xl-12, -.col-xl-11, -.col-xl-10, -.col-xl-9, -.col-xl-8, -.col-xl-7, -.col-xl-6, -.col-xl-5, -.col-xl-4, -.col-xl-3, -.col-xl-2, -.col-xl-1, -.col-lg, -.col-lg-auto, -.col-lg-12, -.col-lg-11, -.col-lg-10, -.col-lg-9, -.col-lg-8, -.col-lg-7, -.col-lg-6, -.col-lg-5, -.col-lg-4, -.col-lg-3, -.col-lg-2, -.col-lg-1, -.col-md, -.col-md-auto, -.col-md-12, -.col-md-11, -.col-md-10, -.col-md-9, -.col-md-8, -.col-md-7, -.col-md-6, -.col-md-5, -.col-md-4, -.col-md-3, -.col-md-2, -.col-md-1, -.col-sm, -.col-sm-auto, -.col-sm-12, -.col-sm-11, -.col-sm-10, -.col-sm-9, -.col-sm-8, -.col-sm-7, -.col-sm-6, -.col-sm-5, -.col-sm-4, -.col-sm-3, -.col-sm-2, -.col-sm-1, -.col, -.col-auto, -.col-12, -.col-11, -.col-10, -.col-9, -.col-8, -.col-7, -.col-6, -.col-5, -.col-4, -.col-3, -.col-2, -.col-1 { +.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, +.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, +.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, +.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, +.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 { position: relative; width: 100%; padding-right: 15px; @@ -1572,20 +1463,20 @@ pre code { .table { width: 100%; margin-bottom: 1rem; - color: #dee2e6; + color: #495057; } .table th, .table td { padding: 0.75rem; vertical-align: top; - border-top: 1px solid #444; + border-top: 1px solid #495057; } .table thead th { vertical-align: bottom; - border-bottom: 2px solid #444; + border-bottom: 2px solid #495057; } .table tbody + tbody { - border-top: 2px solid #444; + border-top: 2px solid #495057; } .table-sm th, @@ -1594,11 +1485,11 @@ pre code { } .table-bordered { - border: 1px solid #444; + border: 1px solid #495057; } .table-bordered th, .table-bordered td { - border: 1px solid #444; + border: 1px solid #495057; } .table-bordered thead th, .table-bordered thead td { @@ -1613,32 +1504,32 @@ pre code { } .table-striped tbody tr:nth-of-type(odd) { - background-color: #303030; + background-color: rgba(34, 34, 34, 0.05); } .table-hover tbody tr:hover { - color: #dee2e6; - background-color: rgba(0, 0, 0, 0.075); + color: #495057; + background-color: rgba(34, 34, 34, 0.075); } .table-primary, .table-primary > th, .table-primary > td { - background-color: #b8ecdf; + background-color: #fbd4c0; } .table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody { - border-color: #7adcc3; + border-color: #f8ae8a; } .table-hover .table-primary:hover { - background-color: #a4e7d6; + background-color: #f9c4a8; } .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th { - background-color: #a4e7d6; + background-color: #f9c4a8; } .table-secondary, @@ -1664,156 +1555,156 @@ pre code { .table-success, .table-success > th, .table-success > td { - background-color: #b8ecdf; + background-color: #d4bcfb; } .table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody { - border-color: #7adcc3; + border-color: #af83f8; } .table-hover .table-success:hover { - background-color: #a4e7d6; + background-color: #c5a4fa; } .table-hover .table-success:hover > td, .table-hover .table-success:hover > th { - background-color: #a4e7d6; + background-color: #c5a4fa; } .table-info, .table-info > th, .table-info > td { - background-color: #c6e2f5; + background-color: #b8daff; } .table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody { - border-color: #95c9ec; + border-color: #7abaff; } .table-hover .table-info:hover { - background-color: #b0d7f1; + background-color: #9fcdff; } .table-hover .table-info:hover > td, .table-hover .table-info:hover > th { - background-color: #b0d7f1; + background-color: #9fcdff; } .table-warning, .table-warning > th, .table-warning > td { - background-color: #fce3bd; + background-color: #ffeeba; } .table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody { - border-color: #f9cc84; + border-color: #ffdf7e; } .table-hover .table-warning:hover { - background-color: #fbd9a5; + background-color: #ffe8a1; } .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th { - background-color: #fbd9a5; + background-color: #ffe8a1; } .table-danger, .table-danger > th, .table-danger > td { - background-color: #b8cac5; + background-color: #dfc6ba; } .table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody { - border-color: #7a9d94; + border-color: #c3957f; } .table-hover .table-danger:hover { - background-color: #a9bfb9; + background-color: #d7b8a9; } .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th { - background-color: #a9bfb9; + background-color: #d7b8a9; } .table-light, .table-light > th, .table-light > td { - background-color: #c5c5c5; + background-color: #fdfdfe; } .table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody { - border-color: #939393; + border-color: #fbfcfc; } .table-hover .table-light:hover { - background-color: #b8b8b8; + background-color: #ececf6; } .table-hover .table-light:hover > td, .table-hover .table-light:hover > th { - background-color: #b8b8b8; + background-color: #ececf6; } .table-dark, .table-dark > th, .table-dark > td { - background-color: #f6f7f8; + background-color: #c6c8ca; } .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody { - border-color: #eef0f2; + border-color: #95999c; } .table-hover .table-dark:hover { - background-color: #e8eaed; + background-color: #b9bbbe; } .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th { - background-color: #e8eaed; + background-color: #b9bbbe; } .table-active, .table-active > th, .table-active > td { - background-color: rgba(0, 0, 0, 0.075); + background-color: rgba(34, 34, 34, 0.075); } .table-hover .table-active:hover { - background-color: rgba(0, 0, 0, 0.075); + background-color: rgba(21, 21, 21, 0.075); } .table-hover .table-active:hover > td, .table-hover .table-active:hover > th { - background-color: rgba(0, 0, 0, 0.075); + background-color: rgba(21, 21, 21, 0.075); } .table .thead-dark th { color: #fff; - background-color: #303030; - border-color: #434343; + background-color: #343a40; + border-color: #454d55; } .table .thead-light th { - color: #444; - background-color: #ebebeb; - border-color: #444; + color: #495057; + background-color: #e9ecef; + border-color: #495057; } .table-dark { color: #fff; - background-color: #303030; + background-color: #343a40; } .table-dark th, .table-dark td, .table-dark thead th { - border-color: #434343; + border-color: #454d55; } .table-dark.table-bordered { border: 0; @@ -1885,14 +1776,14 @@ pre code { width: 100%; height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 0.75rem; - font-size: 0.9375rem; + font-size: 1rem; font-weight: 400; line-height: 1.5; - color: #fff; - background-color: #444; + color: #495057; + background-color: #fff; background-clip: padding-box; - border: 1px solid #222; - border-radius: 0.25rem; + border: 1px solid #ced4da; + border-radius: 0.5rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { @@ -1905,36 +1796,35 @@ pre code { border: 0; } .form-control:focus { - color: #fff; - background-color: #444; - border-color: #3dffcd; + color: #495057; + background-color: #fff; + border-color: #f8b796; outline: 0; - box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25); + box-shadow: 0 0 0 0.2rem rgba(241, 100, 30, 0.75); } .form-control::placeholder { - color: #888; + color: #6c757d; opacity: 1; } -.form-control:disabled, -.form-control[readonly] { - background-color: #2b2b2b; +.form-control:disabled, .form-control[readonly] { + background-color: #e9ecef; opacity: 1; } -input[type="date"].form-control, -input[type="time"].form-control, -input[type="datetime-local"].form-control, -input[type="month"].form-control { +input[type=date].form-control, +input[type=time].form-control, +input[type=datetime-local].form-control, +input[type=month].form-control { appearance: none; } select.form-control:-moz-focusring { color: transparent; - text-shadow: 0 0 0 #fff; + text-shadow: 0 0 0 #495057; } select.form-control:focus::-ms-value { - color: #fff; - background-color: #444; + color: #495057; + background-color: #fff; } .form-control-file, @@ -1954,14 +1844,14 @@ select.form-control:focus::-ms-value { .col-form-label-lg { padding-top: calc(0.5rem + 1px); padding-bottom: calc(0.5rem + 1px); - font-size: 1.171875rem; + font-size: 1.25rem; line-height: 1.5; } .col-form-label-sm { padding-top: calc(0.25rem + 1px); padding-bottom: calc(0.25rem + 1px); - font-size: 0.8203125rem; + font-size: 0.875rem; line-height: 1.5; } @@ -1970,15 +1860,14 @@ select.form-control:focus::-ms-value { width: 100%; padding: 0.375rem 0; margin-bottom: 0; - font-size: 0.9375rem; + font-size: 1rem; line-height: 1.5; - color: #dee2e6; + color: #495057; background-color: transparent; border: solid transparent; border-width: 1px 0; } -.form-control-plaintext.form-control-sm, -.form-control-plaintext.form-control-lg { +.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { padding-right: 0; padding-left: 0; } @@ -1986,21 +1875,20 @@ select.form-control:focus::-ms-value { .form-control-sm { height: calc(1.5em + 0.5rem + 2px); padding: 0.25rem 0.5rem; - font-size: 0.8203125rem; + font-size: 0.875rem; line-height: 1.5; - border-radius: 0.2rem; + border-radius: 1rem; } .form-control-lg { height: calc(1.5em + 1rem + 2px); padding: 0.5rem 1rem; - font-size: 1.171875rem; + font-size: 1.25rem; line-height: 1.5; - border-radius: 0.3rem; + border-radius: 0.5rem; } -select.form-control[size], -select.form-control[multiple] { +select.form-control[size], select.form-control[multiple] { height: auto; } @@ -2024,7 +1912,7 @@ textarea.form-control { margin-left: -5px; } .form-row > .col, -.form-row > [class*="col-"] { +.form-row > [class*=col-] { padding-right: 5px; padding-left: 5px; } @@ -2040,9 +1928,8 @@ textarea.form-control { margin-top: 0.3rem; margin-left: -1.25rem; } -.form-check-input[disabled] ~ .form-check-label, -.form-check-input:disabled ~ .form-check-label { - color: #888; +.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label { + color: #6c757d; } .form-check-label { @@ -2067,7 +1954,7 @@ textarea.form-control { width: 100%; margin-top: 0.25rem; font-size: 0.875em; - color: #00bc8c; + color: #007bff; } .valid-tooltip { @@ -2079,14 +1966,13 @@ textarea.form-control { max-width: 100%; padding: 0.25rem 0.5rem; margin-top: 0.1rem; - font-size: 0.8203125rem; + font-size: 0.875rem; line-height: 1.5; color: #fff; - background-color: rgba(0, 188, 140, 0.9); - border-radius: 0.25rem; + background-color: rgba(0, 123, 255, 0.9); + border-radius: 0.5rem; } -.form-row > .col > .valid-tooltip, -.form-row > [class*="col-"] > .valid-tooltip { +.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip { left: 5px; } @@ -2097,99 +1983,71 @@ textarea.form-control { display: block; } -.was-validated .form-control:valid, -.form-control.is-valid { - border-color: #00bc8c; +.was-validated .form-control:valid, .form-control.is-valid { + border-color: #007bff; padding-right: calc(1.5em + 0.75rem) !important; - background-image: 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='%2300bc8c' 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"); + background-image: 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='%23007bff' 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"); background-repeat: no-repeat; background-position: right calc(0.375em + 0.1875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } -.was-validated .form-control:valid:focus, -.form-control.is-valid:focus { - border-color: #00bc8c; - box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25); +.was-validated .form-control:valid:focus, .form-control.is-valid:focus { + border-color: #007bff; + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } -.was-validated select.form-control:valid, -select.form-control.is-valid { +.was-validated select.form-control:valid, select.form-control.is-valid { padding-right: 3rem !important; background-position: right 1.5rem center; } -.was-validated textarea.form-control:valid, -textarea.form-control.is-valid { +.was-validated textarea.form-control:valid, textarea.form-control.is-valid { padding-right: calc(1.5em + 0.75rem); - background-position: top calc(0.375em + 0.1875rem) right - calc(0.375em + 0.1875rem); + background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); } -.was-validated .custom-select:valid, -.custom-select.is-valid { - border-color: #00bc8c; +.was-validated .custom-select:valid, .custom-select.is-valid { + border-color: #007bff; padding-right: calc(0.75em + 2.3125rem) !important; - 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='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") - right 0.75rem center/8px 10px no-repeat, - #444 - 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='%2300bc8c' 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; + 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='%23007bff' 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 { - border-color: #00bc8c; - box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25); +.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus { + border-color: #007bff; + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } -.was-validated .form-check-input:valid ~ .form-check-label, -.form-check-input.is-valid ~ .form-check-label { - color: #00bc8c; +.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { + color: #007bff; } .was-validated .form-check-input:valid ~ .valid-feedback, -.was-validated .form-check-input:valid ~ .valid-tooltip, -.form-check-input.is-valid ~ .valid-feedback, +.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip { display: block; } -.was-validated .custom-control-input:valid ~ .custom-control-label, -.custom-control-input.is-valid ~ .custom-control-label { - color: #00bc8c; +.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label { + color: #007bff; } -.was-validated .custom-control-input:valid ~ .custom-control-label::before, -.custom-control-input.is-valid ~ .custom-control-label::before { - border-color: #00bc8c; +.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before { + border-color: #007bff; } -.was-validated - .custom-control-input:valid:checked - ~ .custom-control-label::before, -.custom-control-input.is-valid:checked ~ .custom-control-label::before { - border-color: #00efb2; - background-color: #00efb2; +.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before { + border-color: #3395ff; + background-color: #3395ff; } -.was-validated - .custom-control-input:valid:focus - ~ .custom-control-label::before, -.custom-control-input.is-valid:focus ~ .custom-control-label::before { - box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25); +.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before { + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } -.was-validated - .custom-control-input:valid:focus:not(:checked) - ~ .custom-control-label::before, -.custom-control-input.is-valid:focus:not(:checked) - ~ .custom-control-label::before { - border-color: #00bc8c; +.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before { + border-color: #007bff; } -.was-validated .custom-file-input:valid ~ .custom-file-label, -.custom-file-input.is-valid ~ .custom-file-label { - border-color: #00bc8c; +.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label { + border-color: #007bff; } -.was-validated .custom-file-input:valid:focus ~ .custom-file-label, -.custom-file-input.is-valid:focus ~ .custom-file-label { - border-color: #00bc8c; - box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25); +.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label { + border-color: #007bff; + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } .invalid-feedback { @@ -2197,7 +2055,7 @@ textarea.form-control.is-valid { width: 100%; margin-top: 0.25rem; font-size: 0.875em; - color: #004231; + color: #8c3409; } .invalid-tooltip { @@ -2209,14 +2067,13 @@ textarea.form-control.is-valid { max-width: 100%; padding: 0.25rem 0.5rem; margin-top: 0.1rem; - font-size: 0.8203125rem; + font-size: 0.875rem; line-height: 1.5; color: #fff; - background-color: rgba(0, 66, 49, 0.9); - border-radius: 0.25rem; + background-color: rgba(140, 52, 9, 0.9); + border-radius: 0.5rem; } -.form-row > .col > .invalid-tooltip, -.form-row > [class*="col-"] > .invalid-tooltip { +.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip { left: 5px; } @@ -2227,99 +2084,71 @@ textarea.form-control.is-valid { display: block; } -.was-validated .form-control:invalid, -.form-control.is-invalid { - border-color: #004231; +.was-validated .form-control:invalid, .form-control.is-invalid { + border-color: #8c3409; padding-right: calc(1.5em + 0.75rem) !important; - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23004231' 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='%23004231' stroke='none'/%3e%3c/svg%3e"); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%238c3409' 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='%238c3409' stroke='none'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right calc(0.375em + 0.1875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } -.was-validated .form-control:invalid:focus, -.form-control.is-invalid:focus { - border-color: #004231; - box-shadow: 0 0 0 0.2rem rgba(0, 66, 49, 0.25); +.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { + border-color: #8c3409; + box-shadow: 0 0 0 0.2rem rgba(140, 52, 9, 0.25); } -.was-validated select.form-control:invalid, -select.form-control.is-invalid { +.was-validated select.form-control:invalid, select.form-control.is-invalid { padding-right: 3rem !important; background-position: right 1.5rem center; } -.was-validated textarea.form-control:invalid, -textarea.form-control.is-invalid { +.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { padding-right: calc(1.5em + 0.75rem); - background-position: top calc(0.375em + 0.1875rem) right - calc(0.375em + 0.1875rem); + background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); } -.was-validated .custom-select:invalid, -.custom-select.is-invalid { - border-color: #004231; +.was-validated .custom-select:invalid, .custom-select.is-invalid { + border-color: #8c3409; padding-right: calc(0.75em + 2.3125rem) !important; - 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='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") - right 0.75rem center/8px 10px no-repeat, - #444 - url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23004231' 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='%23004231' stroke='none'/%3e%3c/svg%3e") - center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) - no-repeat; + 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='%238c3409' 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='%238c3409' 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 { - border-color: #004231; - box-shadow: 0 0 0 0.2rem rgba(0, 66, 49, 0.25); +.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus { + border-color: #8c3409; + box-shadow: 0 0 0 0.2rem rgba(140, 52, 9, 0.25); } -.was-validated .form-check-input:invalid ~ .form-check-label, -.form-check-input.is-invalid ~ .form-check-label { - color: #004231; +.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { + color: #8c3409; } .was-validated .form-check-input:invalid ~ .invalid-feedback, -.was-validated .form-check-input:invalid ~ .invalid-tooltip, -.form-check-input.is-invalid ~ .invalid-feedback, +.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip { display: block; } -.was-validated .custom-control-input:invalid ~ .custom-control-label, -.custom-control-input.is-invalid ~ .custom-control-label { - color: #004231; +.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label { + color: #8c3409; } -.was-validated .custom-control-input:invalid ~ .custom-control-label::before, -.custom-control-input.is-invalid ~ .custom-control-label::before { - border-color: #004231; +.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before { + border-color: #8c3409; } -.was-validated - .custom-control-input:invalid:checked - ~ .custom-control-label::before, -.custom-control-input.is-invalid:checked ~ .custom-control-label::before { - border-color: #007557; - background-color: #007557; +.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before { + border-color: #bc460c; + background-color: #bc460c; } -.was-validated - .custom-control-input:invalid:focus - ~ .custom-control-label::before, -.custom-control-input.is-invalid:focus ~ .custom-control-label::before { - box-shadow: 0 0 0 0.2rem rgba(0, 66, 49, 0.25); +.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before { + box-shadow: 0 0 0 0.2rem rgba(140, 52, 9, 0.25); } -.was-validated - .custom-control-input:invalid:focus:not(:checked) - ~ .custom-control-label::before, -.custom-control-input.is-invalid:focus:not(:checked) - ~ .custom-control-label::before { - border-color: #004231; +.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before { + border-color: #8c3409; } -.was-validated .custom-file-input:invalid ~ .custom-file-label, -.custom-file-input.is-invalid ~ .custom-file-label { - border-color: #004231; +.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label { + border-color: #8c3409; } -.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, -.custom-file-input.is-invalid:focus ~ .custom-file-label { - border-color: #004231; - box-shadow: 0 0 0 0.2rem rgba(0, 66, 49, 0.25); +.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label { + border-color: #8c3409; + box-shadow: 0 0 0 0.2rem rgba(140, 52, 9, 0.25); } .form-inline { @@ -2382,18 +2211,17 @@ textarea.form-control.is-invalid { .btn { display: inline-block; font-weight: 400; - color: #dee2e6; + color: #495057; text-align: center; vertical-align: middle; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.375rem 0.75rem; - font-size: 0.9375rem; + font-size: 1rem; line-height: 1.5; - border-radius: 0.25rem; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, - border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + border-radius: 0.5rem; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .btn { @@ -2401,16 +2229,14 @@ textarea.form-control.is-invalid { } } .btn:hover { - color: #dee2e6; + color: #495057; text-decoration: none; } -.btn:focus, -.btn.focus { +.btn:focus, .btn.focus { outline: 0; - box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25); + box-shadow: 0 0 0 0.2rem rgba(241, 100, 30, 0.75); } -.btn.disabled, -.btn:disabled { +.btn.disabled, .btn:disabled { opacity: 0.65; } .btn:not(:disabled):not(.disabled) { @@ -2423,38 +2249,32 @@ fieldset:disabled a.btn { .btn-primary { color: #fff; - background-color: #00bc8c; - border-color: #00bc8c; + background-color: #f1641e; + border-color: #f1641e; } .btn-primary:hover { color: #fff; - background-color: #009670; - border-color: #008966; + background-color: #db520e; + border-color: #cf4d0d; } -.btn-primary:focus, -.btn-primary.focus { +.btn-primary:focus, .btn-primary.focus { color: #fff; - background-color: #009670; - border-color: #008966; - box-shadow: 0 0 0 0.2rem rgba(38, 198, 157, 0.5); + background-color: #db520e; + border-color: #cf4d0d; + box-shadow: 0 0 0 0.2rem rgba(243, 123, 64, 0.5); } -.btn-primary.disabled, -.btn-primary:disabled { +.btn-primary.disabled, .btn-primary:disabled { color: #fff; - background-color: #00bc8c; - border-color: #00bc8c; + background-color: #f1641e; + border-color: #f1641e; } -.btn-primary:not(:disabled):not(.disabled):active, -.btn-primary:not(:disabled):not(.disabled).active, -.show > .btn-primary.dropdown-toggle { +.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle { color: #fff; - background-color: #008966; - border-color: #007c5d; + background-color: #cf4d0d; + border-color: #c3490c; } -.btn-primary:not(:disabled):not(.disabled):active:focus, -.btn-primary:not(:disabled):not(.disabled).active:focus, -.show > .btn-primary.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(38, 198, 157, 0.5); +.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(243, 123, 64, 0.5); } .btn-secondary { @@ -2467,277 +2287,229 @@ fieldset:disabled a.btn { background-color: #a20000; border-color: #950000; } -.btn-secondary:focus, -.btn-secondary.focus { +.btn-secondary:focus, .btn-secondary.focus { color: #fff; background-color: #a20000; border-color: #950000; box-shadow: 0 0 0 0.2rem rgba(208, 38, 38, 0.5); } -.btn-secondary.disabled, -.btn-secondary:disabled { +.btn-secondary.disabled, .btn-secondary:disabled { color: #fff; background-color: #c80000; border-color: #c80000; } -.btn-secondary:not(:disabled):not(.disabled):active, -.btn-secondary:not(:disabled):not(.disabled).active, -.show > .btn-secondary.dropdown-toggle { +.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle { color: #fff; background-color: #950000; border-color: #880000; } -.btn-secondary:not(:disabled):not(.disabled):active:focus, -.btn-secondary:not(:disabled):not(.disabled).active:focus, -.show > .btn-secondary.dropdown-toggle:focus { +.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(208, 38, 38, 0.5); } .btn-success { color: #fff; - background-color: #00bc8c; - border-color: #00bc8c; + background-color: #6610f2; + border-color: #6610f2; } .btn-success:hover { color: #fff; - background-color: #009670; - border-color: #008966; + background-color: #560bd0; + border-color: #510bc4; } -.btn-success:focus, -.btn-success.focus { +.btn-success:focus, .btn-success.focus { color: #fff; - background-color: #009670; - border-color: #008966; - box-shadow: 0 0 0 0.2rem rgba(38, 198, 157, 0.5); + background-color: #560bd0; + border-color: #510bc4; + box-shadow: 0 0 0 0.2rem rgba(125, 52, 244, 0.5); } -.btn-success.disabled, -.btn-success:disabled { +.btn-success.disabled, .btn-success:disabled { color: #fff; - background-color: #00bc8c; - border-color: #00bc8c; + background-color: #6610f2; + border-color: #6610f2; } -.btn-success:not(:disabled):not(.disabled):active, -.btn-success:not(:disabled):not(.disabled).active, -.show > .btn-success.dropdown-toggle { +.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle { color: #fff; - background-color: #008966; - border-color: #007c5d; + background-color: #510bc4; + border-color: #4c0ab8; } -.btn-success:not(:disabled):not(.disabled):active:focus, -.btn-success:not(:disabled):not(.disabled).active:focus, -.show > .btn-success.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(38, 198, 157, 0.5); +.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(125, 52, 244, 0.5); } .btn-info { color: #fff; - background-color: #3498db; - border-color: #3498db; + background-color: #007bff; + border-color: #007bff; } .btn-info:hover { color: #fff; - background-color: #2384c6; - border-color: #217dbb; + background-color: #0069d9; + border-color: #0062cc; } -.btn-info:focus, -.btn-info.focus { +.btn-info:focus, .btn-info.focus { color: #fff; - background-color: #2384c6; - border-color: #217dbb; - box-shadow: 0 0 0 0.2rem rgba(82, 167, 224, 0.5); + background-color: #0069d9; + border-color: #0062cc; + box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); } -.btn-info.disabled, -.btn-info:disabled { +.btn-info.disabled, .btn-info:disabled { color: #fff; - background-color: #3498db; - border-color: #3498db; + background-color: #007bff; + border-color: #007bff; } -.btn-info:not(:disabled):not(.disabled):active, -.btn-info:not(:disabled):not(.disabled).active, -.show > .btn-info.dropdown-toggle { +.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle { color: #fff; - background-color: #217dbb; - border-color: #1f76b0; + background-color: #0062cc; + border-color: #005cbf; } -.btn-info:not(:disabled):not(.disabled):active:focus, -.btn-info:not(:disabled):not(.disabled).active:focus, -.show > .btn-info.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(82, 167, 224, 0.5); +.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); } .btn-warning { - color: #fff; - background-color: #f39c12; - border-color: #f39c12; + color: #212529; + background-color: #ffc107; + border-color: #ffc107; } .btn-warning:hover { - color: #fff; - background-color: #d4860b; - border-color: #c87f0a; + color: #212529; + background-color: #e0a800; + border-color: #d39e00; } -.btn-warning:focus, -.btn-warning.focus { - color: #fff; - background-color: #d4860b; - border-color: #c87f0a; - box-shadow: 0 0 0 0.2rem rgba(245, 171, 54, 0.5); +.btn-warning:focus, .btn-warning.focus { + color: #212529; + background-color: #e0a800; + border-color: #d39e00; + box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); } -.btn-warning.disabled, -.btn-warning:disabled { - color: #fff; - background-color: #f39c12; - border-color: #f39c12; +.btn-warning.disabled, .btn-warning:disabled { + color: #212529; + background-color: #ffc107; + border-color: #ffc107; } -.btn-warning:not(:disabled):not(.disabled):active, -.btn-warning:not(:disabled):not(.disabled).active, -.show > .btn-warning.dropdown-toggle { - color: #fff; - background-color: #c87f0a; - border-color: #bc770a; +.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle { + color: #212529; + background-color: #d39e00; + border-color: #c69500; } -.btn-warning:not(:disabled):not(.disabled):active:focus, -.btn-warning:not(:disabled):not(.disabled).active:focus, -.show > .btn-warning.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(245, 171, 54, 0.5); +.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); } .btn-danger { color: #fff; - background-color: #004231; - border-color: #004231; + background-color: #8c3409; + border-color: #8c3409; } .btn-danger:hover { color: #fff; - background-color: #001b14; - border-color: #000f0b; + background-color: #682706; + border-color: #5c2206; } -.btn-danger:focus, -.btn-danger.focus { +.btn-danger:focus, .btn-danger.focus { color: #fff; - background-color: #001b14; - border-color: #000f0b; - box-shadow: 0 0 0 0.2rem rgba(38, 94, 80, 0.5); + background-color: #682706; + border-color: #5c2206; + box-shadow: 0 0 0 0.2rem rgba(157, 82, 46, 0.5); } -.btn-danger.disabled, -.btn-danger:disabled { +.btn-danger.disabled, .btn-danger:disabled { color: #fff; - background-color: #004231; - border-color: #004231; + background-color: #8c3409; + border-color: #8c3409; } -.btn-danger:not(:disabled):not(.disabled):active, -.btn-danger:not(:disabled):not(.disabled).active, -.show > .btn-danger.dropdown-toggle { +.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle { color: #fff; - background-color: #000f0b; - border-color: #000201; + background-color: #5c2206; + border-color: #501e05; } -.btn-danger:not(:disabled):not(.disabled):active:focus, -.btn-danger:not(:disabled):not(.disabled).active:focus, -.show > .btn-danger.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(38, 94, 80, 0.5); +.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(157, 82, 46, 0.5); } .btn-light { - color: #fff; - background-color: #303030; - border-color: #303030; + color: #212529; + background-color: #f8f9fa; + border-color: #f8f9fa; } .btn-light:hover { - color: #fff; - background-color: #1d1d1d; - border-color: #171717; -} -.btn-light:focus, -.btn-light.focus { - color: #fff; - background-color: #1d1d1d; - border-color: #171717; - box-shadow: 0 0 0 0.2rem rgba(79, 79, 79, 0.5); -} -.btn-light.disabled, -.btn-light:disabled { - color: #fff; - background-color: #303030; - border-color: #303030; + color: #212529; + background-color: #e2e6ea; + border-color: #dae0e5; +} +.btn-light:focus, .btn-light.focus { + color: #212529; + background-color: #e2e6ea; + border-color: #dae0e5; + box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); +} +.btn-light.disabled, .btn-light:disabled { + color: #212529; + background-color: #f8f9fa; + border-color: #f8f9fa; } -.btn-light:not(:disabled):not(.disabled):active, -.btn-light:not(:disabled):not(.disabled).active, -.show > .btn-light.dropdown-toggle { - color: #fff; - background-color: #171717; - border-color: #101010; +.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle { + color: #212529; + background-color: #dae0e5; + border-color: #d3d9df; } -.btn-light:not(:disabled):not(.disabled):active:focus, -.btn-light:not(:disabled):not(.disabled).active:focus, -.show > .btn-light.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(79, 79, 79, 0.5); +.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); } .btn-dark { - color: #222; - background-color: #dee2e6; - border-color: #dee2e6; + color: #fff; + background-color: #343a40; + border-color: #343a40; } .btn-dark:hover { - color: #222; - background-color: #c8cfd6; - border-color: #c1c9d0; + color: #fff; + background-color: #23272b; + border-color: #1d2124; } -.btn-dark:focus, -.btn-dark.focus { - color: #222; - background-color: #c8cfd6; - border-color: #c1c9d0; - box-shadow: 0 0 0 0.2rem rgba(194, 197, 201, 0.5); +.btn-dark:focus, .btn-dark.focus { + color: #fff; + background-color: #23272b; + border-color: #1d2124; + box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); } -.btn-dark.disabled, -.btn-dark:disabled { - color: #222; - background-color: #dee2e6; - border-color: #dee2e6; +.btn-dark.disabled, .btn-dark:disabled { + color: #fff; + background-color: #343a40; + border-color: #343a40; } -.btn-dark:not(:disabled):not(.disabled):active, -.btn-dark:not(:disabled):not(.disabled).active, -.show > .btn-dark.dropdown-toggle { - color: #222; - background-color: #c1c9d0; - border-color: #bac2cb; +.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle { + color: #fff; + background-color: #1d2124; + border-color: #171a1d; } -.btn-dark:not(:disabled):not(.disabled):active:focus, -.btn-dark:not(:disabled):not(.disabled).active:focus, -.show > .btn-dark.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(194, 197, 201, 0.5); +.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); } .btn-outline-primary { - color: #00bc8c; - border-color: #00bc8c; + color: #f1641e; + border-color: #f1641e; } .btn-outline-primary:hover { color: #fff; - background-color: #00bc8c; - border-color: #00bc8c; + background-color: #f1641e; + border-color: #f1641e; } -.btn-outline-primary:focus, -.btn-outline-primary.focus { - box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5); +.btn-outline-primary:focus, .btn-outline-primary.focus { + box-shadow: 0 0 0 0.2rem rgba(241, 100, 30, 0.5); } -.btn-outline-primary.disabled, -.btn-outline-primary:disabled { - color: #00bc8c; +.btn-outline-primary.disabled, .btn-outline-primary:disabled { + color: #f1641e; background-color: transparent; } -.btn-outline-primary:not(:disabled):not(.disabled):active, -.btn-outline-primary:not(:disabled):not(.disabled).active, -.show > .btn-outline-primary.dropdown-toggle { +.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle { color: #fff; - background-color: #00bc8c; - border-color: #00bc8c; + background-color: #f1641e; + border-color: #f1641e; } -.btn-outline-primary:not(:disabled):not(.disabled):active:focus, -.btn-outline-primary:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-primary.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5); +.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(241, 100, 30, 0.5); } .btn-outline-secondary { @@ -2749,247 +2521,201 @@ fieldset:disabled a.btn { background-color: #c80000; border-color: #c80000; } -.btn-outline-secondary:focus, -.btn-outline-secondary.focus { +.btn-outline-secondary:focus, .btn-outline-secondary.focus { box-shadow: 0 0 0 0.2rem rgba(200, 0, 0, 0.5); } -.btn-outline-secondary.disabled, -.btn-outline-secondary:disabled { +.btn-outline-secondary.disabled, .btn-outline-secondary:disabled { color: #c80000; background-color: transparent; } -.btn-outline-secondary:not(:disabled):not(.disabled):active, -.btn-outline-secondary:not(:disabled):not(.disabled).active, -.show > .btn-outline-secondary.dropdown-toggle { +.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle { color: #fff; background-color: #c80000; border-color: #c80000; } -.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, -.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-secondary.dropdown-toggle:focus { +.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(200, 0, 0, 0.5); } .btn-outline-success { - color: #00bc8c; - border-color: #00bc8c; + color: #6610f2; + border-color: #6610f2; } .btn-outline-success:hover { color: #fff; - background-color: #00bc8c; - border-color: #00bc8c; + background-color: #6610f2; + border-color: #6610f2; } -.btn-outline-success:focus, -.btn-outline-success.focus { - box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5); +.btn-outline-success:focus, .btn-outline-success.focus { + box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5); } -.btn-outline-success.disabled, -.btn-outline-success:disabled { - color: #00bc8c; +.btn-outline-success.disabled, .btn-outline-success:disabled { + color: #6610f2; background-color: transparent; } -.btn-outline-success:not(:disabled):not(.disabled):active, -.btn-outline-success:not(:disabled):not(.disabled).active, -.show > .btn-outline-success.dropdown-toggle { +.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle { color: #fff; - background-color: #00bc8c; - border-color: #00bc8c; + background-color: #6610f2; + border-color: #6610f2; } -.btn-outline-success:not(:disabled):not(.disabled):active:focus, -.btn-outline-success:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-success.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5); +.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5); } .btn-outline-info { - color: #3498db; - border-color: #3498db; + color: #007bff; + border-color: #007bff; } .btn-outline-info:hover { color: #fff; - background-color: #3498db; - border-color: #3498db; + background-color: #007bff; + border-color: #007bff; } -.btn-outline-info:focus, -.btn-outline-info.focus { - box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5); +.btn-outline-info:focus, .btn-outline-info.focus { + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } -.btn-outline-info.disabled, -.btn-outline-info:disabled { - color: #3498db; +.btn-outline-info.disabled, .btn-outline-info:disabled { + color: #007bff; background-color: transparent; } -.btn-outline-info:not(:disabled):not(.disabled):active, -.btn-outline-info:not(:disabled):not(.disabled).active, -.show > .btn-outline-info.dropdown-toggle { +.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle { color: #fff; - background-color: #3498db; - border-color: #3498db; + background-color: #007bff; + border-color: #007bff; } -.btn-outline-info:not(:disabled):not(.disabled):active:focus, -.btn-outline-info:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-info.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5); +.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } .btn-outline-warning { - color: #f39c12; - border-color: #f39c12; + color: #ffc107; + border-color: #ffc107; } .btn-outline-warning:hover { - color: #fff; - background-color: #f39c12; - border-color: #f39c12; + color: #212529; + background-color: #ffc107; + border-color: #ffc107; } -.btn-outline-warning:focus, -.btn-outline-warning.focus { - box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5); +.btn-outline-warning:focus, .btn-outline-warning.focus { + box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } -.btn-outline-warning.disabled, -.btn-outline-warning:disabled { - color: #f39c12; +.btn-outline-warning.disabled, .btn-outline-warning:disabled { + color: #ffc107; background-color: transparent; } -.btn-outline-warning:not(:disabled):not(.disabled):active, -.btn-outline-warning:not(:disabled):not(.disabled).active, -.show > .btn-outline-warning.dropdown-toggle { - color: #fff; - background-color: #f39c12; - border-color: #f39c12; +.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle { + color: #212529; + background-color: #ffc107; + border-color: #ffc107; } -.btn-outline-warning:not(:disabled):not(.disabled):active:focus, -.btn-outline-warning:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-warning.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5); +.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } .btn-outline-danger { - color: #004231; - border-color: #004231; + color: #8c3409; + border-color: #8c3409; } .btn-outline-danger:hover { color: #fff; - background-color: #004231; - border-color: #004231; + background-color: #8c3409; + border-color: #8c3409; } -.btn-outline-danger:focus, -.btn-outline-danger.focus { - box-shadow: 0 0 0 0.2rem rgba(0, 66, 49, 0.5); +.btn-outline-danger:focus, .btn-outline-danger.focus { + box-shadow: 0 0 0 0.2rem rgba(140, 52, 9, 0.5); } -.btn-outline-danger.disabled, -.btn-outline-danger:disabled { - color: #004231; +.btn-outline-danger.disabled, .btn-outline-danger:disabled { + color: #8c3409; background-color: transparent; } -.btn-outline-danger:not(:disabled):not(.disabled):active, -.btn-outline-danger:not(:disabled):not(.disabled).active, -.show > .btn-outline-danger.dropdown-toggle { +.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle { color: #fff; - background-color: #004231; - border-color: #004231; + background-color: #8c3409; + border-color: #8c3409; } -.btn-outline-danger:not(:disabled):not(.disabled):active:focus, -.btn-outline-danger:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-danger.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(0, 66, 49, 0.5); +.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(140, 52, 9, 0.5); } .btn-outline-light { - color: #303030; - border-color: #303030; + color: #f8f9fa; + border-color: #f8f9fa; } .btn-outline-light:hover { - color: #fff; - background-color: #303030; - border-color: #303030; + color: #212529; + background-color: #f8f9fa; + border-color: #f8f9fa; } -.btn-outline-light:focus, -.btn-outline-light.focus { - box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5); +.btn-outline-light:focus, .btn-outline-light.focus { + box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } -.btn-outline-light.disabled, -.btn-outline-light:disabled { - color: #303030; +.btn-outline-light.disabled, .btn-outline-light:disabled { + color: #f8f9fa; background-color: transparent; } -.btn-outline-light:not(:disabled):not(.disabled):active, -.btn-outline-light:not(:disabled):not(.disabled).active, -.show > .btn-outline-light.dropdown-toggle { - color: #fff; - background-color: #303030; - border-color: #303030; +.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle { + color: #212529; + background-color: #f8f9fa; + border-color: #f8f9fa; } -.btn-outline-light:not(:disabled):not(.disabled):active:focus, -.btn-outline-light:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-light.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5); +.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } .btn-outline-dark { - color: #dee2e6; - border-color: #dee2e6; + color: #343a40; + border-color: #343a40; } .btn-outline-dark:hover { - color: #222; - background-color: #dee2e6; - border-color: #dee2e6; + color: #fff; + background-color: #343a40; + border-color: #343a40; } -.btn-outline-dark:focus, -.btn-outline-dark.focus { - box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5); +.btn-outline-dark:focus, .btn-outline-dark.focus { + box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } -.btn-outline-dark.disabled, -.btn-outline-dark:disabled { - color: #dee2e6; +.btn-outline-dark.disabled, .btn-outline-dark:disabled { + color: #343a40; background-color: transparent; } -.btn-outline-dark:not(:disabled):not(.disabled):active, -.btn-outline-dark:not(:disabled):not(.disabled).active, -.show > .btn-outline-dark.dropdown-toggle { - color: #222; - background-color: #dee2e6; - border-color: #dee2e6; +.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle { + color: #fff; + background-color: #343a40; + border-color: #343a40; } -.btn-outline-dark:not(:disabled):not(.disabled):active:focus, -.btn-outline-dark:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-dark.dropdown-toggle:focus { - box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5); +.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } .btn-link { font-weight: 400; - color: #00bc8c; + color: #f1641e; text-decoration: none; } .btn-link:hover { - color: #007053; + color: #b7440b; text-decoration: underline; } -.btn-link:focus, -.btn-link.focus { +.btn-link:focus, .btn-link.focus { text-decoration: underline; } -.btn-link:disabled, -.btn-link.disabled { - color: #888; +.btn-link:disabled, .btn-link.disabled { + color: #6c757d; pointer-events: none; } -.btn-lg, -.btn-group-lg > .btn { +.btn-lg, .btn-group-lg > .btn { padding: 0.5rem 1rem; - font-size: 1.171875rem; + font-size: 1.25rem; line-height: 1.5; - border-radius: 0.3rem; + border-radius: 0.5rem; } -.btn-sm, -.btn-group-sm > .btn { +.btn-sm, .btn-group-sm > .btn { padding: 0.25rem 0.5rem; - font-size: 0.8203125rem; + font-size: 0.875rem; line-height: 1.5; - border-radius: 0.2rem; + border-radius: 1rem; } .btn-block { @@ -3000,9 +2726,9 @@ fieldset:disabled a.btn { margin-top: 0.5rem; } -input[type="submit"].btn-block, -input[type="reset"].btn-block, -input[type="button"].btn-block { +input[type=submit].btn-block, +input[type=reset].btn-block, +input[type=button].btn-block { width: 100%; } @@ -3078,14 +2804,14 @@ input[type="button"].btn-block { min-width: 10rem; padding: 0.5rem 0; margin: 0.125rem 0 0; - font-size: 0.9375rem; - color: #dee2e6; + font-size: 1rem; + color: #495057; text-align: left; list-style: none; - background-color: #222; + background-color: #fff; background-clip: padding-box; - border: 1px solid #444; - border-radius: 0.25rem; + border: 1px solid rgba(34, 34, 34, 0.15); + border-radius: 0.5rem; } .dropdown-menu-left { @@ -3214,10 +2940,7 @@ input[type="button"].btn-block { vertical-align: 0; } -.dropdown-menu[x-placement^="top"], -.dropdown-menu[x-placement^="right"], -.dropdown-menu[x-placement^="bottom"], -.dropdown-menu[x-placement^="left"] { +.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] { right: auto; bottom: auto; } @@ -3226,7 +2949,7 @@ input[type="button"].btn-block { height: 0; margin: 0.5rem 0; overflow: hidden; - border-top: 1px solid #444; + border-top: 1px solid #e9ecef; } .dropdown-item { @@ -3235,26 +2958,23 @@ input[type="button"].btn-block { padding: 0.25rem 1.5rem; clear: both; font-weight: 400; - color: #fff; + color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; } -.dropdown-item:hover, -.dropdown-item:focus { - color: #fff; +.dropdown-item:hover, .dropdown-item:focus { + color: #16181b; text-decoration: none; - background-color: #00bc8c; + background-color: #e9ecef; } -.dropdown-item.active, -.dropdown-item:active { +.dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; - background-color: #00bc8c; + background-color: #f1641e; } -.dropdown-item.disabled, -.dropdown-item:disabled { +.dropdown-item.disabled, .dropdown-item:disabled { color: #adb5bd; pointer-events: none; background-color: transparent; @@ -3268,15 +2988,15 @@ input[type="button"].btn-block { display: block; padding: 0.5rem 1.5rem; margin-bottom: 0; - font-size: 0.8203125rem; - color: #888; + font-size: 0.875rem; + color: #6c757d; white-space: nowrap; } .dropdown-item-text { display: block; padding: 0.25rem 1.5rem; - color: #fff; + color: #212529; } .btn-group, @@ -3294,9 +3014,7 @@ input[type="button"].btn-block { .btn-group-vertical > .btn:hover { z-index: 1; } -.btn-group > .btn:focus, -.btn-group > .btn:active, -.btn-group > .btn.active, +.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active { @@ -3331,23 +3049,19 @@ input[type="button"].btn-block { padding-right: 0.5625rem; padding-left: 0.5625rem; } -.dropdown-toggle-split::after, -.dropup .dropdown-toggle-split::after, -.dropright .dropdown-toggle-split::after { +.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after { margin-left: 0; } .dropleft .dropdown-toggle-split::before { margin-right: 0; } -.btn-sm + .dropdown-toggle-split, -.btn-group-sm > .btn + .dropdown-toggle-split { +.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { padding-right: 0.375rem; padding-left: 0.375rem; } -.btn-lg + .dropdown-toggle-split, -.btn-group-lg > .btn + .dropdown-toggle-split { +.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { padding-right: 0.75rem; padding-left: 0.75rem; } @@ -3380,10 +3094,10 @@ input[type="button"].btn-block { .btn-group-toggle > .btn-group > .btn { margin-bottom: 0; } -.btn-group-toggle > .btn input[type="radio"], -.btn-group-toggle > .btn input[type="checkbox"], -.btn-group-toggle > .btn-group > .btn input[type="radio"], -.btn-group-toggle > .btn-group > .btn input[type="checkbox"] { +.btn-group-toggle > .btn input[type=radio], +.btn-group-toggle > .btn input[type=checkbox], +.btn-group-toggle > .btn-group > .btn input[type=radio], +.btn-group-toggle > .btn-group > .btn input[type=checkbox] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; @@ -3437,8 +3151,7 @@ input[type="button"].btn-block { display: flex; align-items: center; } -.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(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after { border-top-right-radius: 0; border-bottom-right-radius: 0; } @@ -3448,23 +3161,15 @@ input[type="button"].btn-block { } .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, -.input-group:not(.has-validation) - > .custom-file:not(:last-child) - .custom-file-label::after { +.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label, +.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.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, -.input-group.has-validation - > .custom-file:nth-last-child(n + 3) - .custom-file-label::after { +.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, +.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; } @@ -3506,18 +3211,18 @@ input[type="button"].btn-block { align-items: center; padding: 0.375rem 0.75rem; margin-bottom: 0; - font-size: 0.9375rem; + font-size: 1rem; font-weight: 400; line-height: 1.5; - color: #adb5bd; + color: #495057; text-align: center; white-space: nowrap; - background-color: #444; - border: 1px solid #222; - border-radius: 0.25rem; + background-color: #e9ecef; + border: 1px solid #ced4da; + border-radius: 0.5rem; } -.input-group-text input[type="radio"], -.input-group-text input[type="checkbox"] { +.input-group-text input[type=radio], +.input-group-text input[type=checkbox] { margin-top: 0; } @@ -3533,9 +3238,9 @@ input[type="button"].btn-block { .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn { padding: 0.5rem 1rem; - font-size: 1.171875rem; + font-size: 1.25rem; line-height: 1.5; - border-radius: 0.3rem; + border-radius: 0.5rem; } .input-group-sm > .form-control:not(textarea), @@ -3550,9 +3255,9 @@ input[type="button"].btn-block { .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn { padding: 0.25rem 0.5rem; - font-size: 0.8203125rem; + font-size: 0.875rem; line-height: 1.5; - border-radius: 0.2rem; + border-radius: 1rem; } .input-group-lg > .custom-select, @@ -3563,19 +3268,11 @@ input[type="button"].btn-block { .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .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) { +.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; border-bottom-right-radius: 0; } @@ -3585,9 +3282,7 @@ input[type="button"].btn-block { .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), -.input-group - > .input-group-prepend:first-child - > .input-group-text:not(:first-child) { +.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } @@ -3596,7 +3291,7 @@ input[type="button"].btn-block { position: relative; z-index: 1; display: block; - min-height: 1.40625rem; + min-height: 1.5rem; padding-left: 1.5rem; print-color-adjust: exact; } @@ -3611,32 +3306,30 @@ input[type="button"].btn-block { left: 0; z-index: -1; width: 1rem; - height: 1.203125rem; + height: 1.25rem; opacity: 0; } .custom-control-input:checked ~ .custom-control-label::before { color: #fff; - border-color: #00bc8c; - background-color: #00bc8c; + border-color: #f1641e; + background-color: #f1641e; } .custom-control-input:focus ~ .custom-control-label::before { - box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25); + box-shadow: 0 0 0 0.2rem rgba(241, 100, 30, 0.75); } .custom-control-input:focus:not(:checked) ~ .custom-control-label::before { - border-color: #3dffcd; + border-color: #f8b796; } .custom-control-input:not(:disabled):active ~ .custom-control-label::before { color: #fff; - background-color: #70ffda; - border-color: #70ffda; + background-color: #fbd8c6; + border-color: #fbd8c6; } -.custom-control-input[disabled] ~ .custom-control-label, -.custom-control-input:disabled ~ .custom-control-label { - color: #888; +.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label { + color: #6c757d; } -.custom-control-input[disabled] ~ .custom-control-label::before, -.custom-control-input:disabled ~ .custom-control-label::before { - background-color: #2b2b2b; +.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before { + background-color: #e9ecef; } .custom-control-label { @@ -3646,19 +3339,19 @@ input[type="button"].btn-block { } .custom-control-label::before { position: absolute; - top: 0.203125rem; + top: 0.25rem; left: -1.5rem; display: block; width: 1rem; height: 1rem; pointer-events: none; content: ""; - background-color: #444; + background-color: #fff; border: 1px solid #adb5bd; } .custom-control-label::after { position: absolute; - top: 0.203125rem; + top: 0.25rem; left: -1.5rem; display: block; width: 1rem; @@ -3668,31 +3361,23 @@ input[type="button"].btn-block { } .custom-checkbox .custom-control-label::before { - border-radius: 0.25rem; + border-radius: 0.5rem; } .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { background-image: 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='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); } -.custom-checkbox - .custom-control-input:indeterminate - ~ .custom-control-label::before { - border-color: #00bc8c; - background-color: #00bc8c; +.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before { + border-color: #f1641e; + background-color: #f1641e; } -.custom-checkbox - .custom-control-input:indeterminate - ~ .custom-control-label::after { +.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); } -.custom-checkbox - .custom-control-input:disabled:checked - ~ .custom-control-label::before { - background-color: rgba(0, 188, 140, 0.5); +.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before { + background-color: rgba(241, 100, 30, 0.5); } -.custom-checkbox - .custom-control-input:disabled:indeterminate - ~ .custom-control-label::before { - background-color: rgba(0, 188, 140, 0.5); +.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before { + background-color: rgba(241, 100, 30, 0.5); } .custom-radio .custom-control-label::before { @@ -3701,10 +3386,8 @@ input[type="button"].btn-block { .custom-radio .custom-control-input:checked ~ .custom-control-label::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); } -.custom-radio - .custom-control-input:disabled:checked - ~ .custom-control-label::before { - background-color: rgba(0, 188, 140, 0.5); +.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before { + background-color: rgba(241, 100, 30, 0.5); } .custom-switch { @@ -3717,14 +3400,13 @@ input[type="button"].btn-block { border-radius: 0.5rem; } .custom-switch .custom-control-label::after { - top: calc(0.203125rem + 2px); + top: calc(0.25rem + 2px); left: calc(-2.25rem + 2px); width: calc(1rem - 4px); height: calc(1rem - 4px); background-color: #adb5bd; border-radius: 0.5rem; - transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, - border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .custom-switch .custom-control-label::after { @@ -3732,13 +3414,11 @@ input[type="button"].btn-block { } } .custom-switch .custom-control-input:checked ~ .custom-control-label::after { - background-color: #444; + background-color: #fff; transform: translateX(0.75rem); } -.custom-switch - .custom-control-input:disabled:checked - ~ .custom-control-label::before { - background-color: rgba(0, 188, 140, 0.5); +.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before { + background-color: rgba(241, 100, 30, 0.5); } .custom-select { @@ -3746,43 +3426,40 @@ input[type="button"].btn-block { width: 100%; height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 1.75rem 0.375rem 0.75rem; - font-size: 0.9375rem; + font-size: 1rem; font-weight: 400; line-height: 1.5; - color: #fff; + color: #495057; vertical-align: middle; - background: #444 - 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='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") - right 0.75rem center/8px 10px no-repeat; - border: 1px solid #222; - border-radius: 0.25rem; + 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.5rem; appearance: none; } .custom-select:focus { - border-color: #3dffcd; + border-color: #f8b796; outline: 0; - box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25); + box-shadow: 0 0 0 0.2rem rgba(241, 100, 30, 0.75); } .custom-select:focus::-ms-value { - color: #fff; - background-color: #444; + color: #495057; + background-color: #fff; } -.custom-select[multiple], -.custom-select[size]:not([size="1"]) { +.custom-select[multiple], .custom-select[size]:not([size="1"]) { height: auto; padding-right: 0.75rem; background-image: none; } .custom-select:disabled { - color: #888; - background-color: #ebebeb; + color: #6c757d; + background-color: #e9ecef; } .custom-select::-ms-expand { display: none; } .custom-select:-moz-focusring { color: transparent; - text-shadow: 0 0 0 #fff; + text-shadow: 0 0 0 #495057; } .custom-select-sm { @@ -3790,7 +3467,7 @@ input[type="button"].btn-block { padding-top: 0.25rem; padding-bottom: 0.25rem; padding-left: 0.5rem; - font-size: 0.8203125rem; + font-size: 0.875rem; } .custom-select-lg { @@ -3798,7 +3475,7 @@ input[type="button"].btn-block { padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; - font-size: 1.171875rem; + font-size: 1.25rem; } .custom-file { @@ -3819,12 +3496,11 @@ input[type="button"].btn-block { opacity: 0; } .custom-file-input:focus ~ .custom-file-label { - border-color: #3dffcd; - box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25); + border-color: #f8b796; + box-shadow: 0 0 0 0.2rem rgba(241, 100, 30, 0.75); } -.custom-file-input[disabled] ~ .custom-file-label, -.custom-file-input:disabled ~ .custom-file-label { - background-color: #2b2b2b; +.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label { + background-color: #e9ecef; } .custom-file-input:lang(en) ~ .custom-file-label::after { content: "Browse"; @@ -3844,10 +3520,10 @@ input[type="button"].btn-block { overflow: hidden; font-weight: 400; line-height: 1.5; - color: #adb5bd; - background-color: #444; - border: 1px solid #222; - border-radius: 0.25rem; + color: #495057; + background-color: #fff; + border: 1px solid #ced4da; + border-radius: 0.5rem; } .custom-file-label::after { position: absolute; @@ -3859,11 +3535,11 @@ input[type="button"].btn-block { height: calc(1.5em + 0.75rem); padding: 0.375rem 0.75rem; line-height: 1.5; - color: #adb5bd; + color: #495057; content: "Browse"; - background-color: #444; + background-color: #e9ecef; border-left: inherit; - border-radius: 0 0.25rem 0.25rem 0; + border-radius: 0 0.5rem 0.5rem 0; } .custom-range { @@ -3877,13 +3553,13 @@ input[type="button"].btn-block { outline: 0; } .custom-range:focus::-webkit-slider-thumb { - box-shadow: 0 0 0 1px #222, 0 0 0 0.2rem rgba(0, 188, 140, 0.25); + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(241, 100, 30, 0.75); } .custom-range:focus::-moz-range-thumb { - box-shadow: 0 0 0 1px #222, 0 0 0 0.2rem rgba(0, 188, 140, 0.25); + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(241, 100, 30, 0.75); } .custom-range:focus::-ms-thumb { - box-shadow: 0 0 0 1px #222, 0 0 0 0.2rem rgba(0, 188, 140, 0.25); + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(241, 100, 30, 0.75); } .custom-range::-moz-focus-outer { border: 0; @@ -3892,11 +3568,10 @@ input[type="button"].btn-block { width: 1rem; height: 1rem; margin-top: -0.25rem; - background-color: #00bc8c; + background-color: #f1641e; border: 0; border-radius: 1rem; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, - box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; } @media (prefers-reduced-motion: reduce) { @@ -3905,7 +3580,7 @@ input[type="button"].btn-block { } } .custom-range::-webkit-slider-thumb:active { - background-color: #70ffda; + background-color: #fbd8c6; } .custom-range::-webkit-slider-runnable-track { width: 100%; @@ -3919,11 +3594,10 @@ input[type="button"].btn-block { .custom-range::-moz-range-thumb { width: 1rem; height: 1rem; - background-color: #00bc8c; + background-color: #f1641e; border: 0; border-radius: 1rem; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, - box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; } @media (prefers-reduced-motion: reduce) { @@ -3932,7 +3606,7 @@ input[type="button"].btn-block { } } .custom-range::-moz-range-thumb:active { - background-color: #70ffda; + background-color: #fbd8c6; } .custom-range::-moz-range-track { width: 100%; @@ -3949,11 +3623,10 @@ input[type="button"].btn-block { margin-top: 0; margin-right: 0.2rem; margin-left: 0.2rem; - background-color: #00bc8c; + background-color: #f1641e; border: 0; border-radius: 1rem; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, - box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; } @media (prefers-reduced-motion: reduce) { @@ -3962,7 +3635,7 @@ input[type="button"].btn-block { } } .custom-range::-ms-thumb:active { - background-color: #70ffda; + background-color: #fbd8c6; } .custom-range::-ms-track { width: 100%; @@ -4001,8 +3674,7 @@ input[type="button"].btn-block { .custom-control-label::before, .custom-file-label, .custom-select { - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, - box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .custom-control-label::before, @@ -4022,43 +3694,41 @@ input[type="button"].btn-block { .nav-link { display: block; - padding: 0.5rem 2rem; + padding: 0.5rem 1rem; } -.nav-link:hover, -.nav-link:focus { +.nav-link:hover, .nav-link:focus { text-decoration: none; } .nav-link.disabled { - color: #adb5bd; + color: #6c757d; pointer-events: none; cursor: default; } .nav-tabs { - border-bottom: 1px solid #444; + border-bottom: 1px solid #dee2e6; } .nav-tabs .nav-link { margin-bottom: -1px; background-color: transparent; border: 1px solid transparent; - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; + border-top-left-radius: 0.5rem; + border-top-right-radius: 0.5rem; } -.nav-tabs .nav-link:hover, -.nav-tabs .nav-link:focus { +.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { isolation: isolate; - border-color: #444 #444 transparent; + border-color: #e9ecef #e9ecef #dee2e6; } .nav-tabs .nav-link.disabled { - color: #adb5bd; + color: #6c757d; background-color: transparent; border-color: transparent; } .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { - color: #fff; - background-color: #222; - border-color: #444 #444 transparent; + color: #495057; + background-color: #fff; + border-color: #dee2e6 #dee2e6 #fff; } .nav-tabs .dropdown-menu { margin-top: -1px; @@ -4069,12 +3739,12 @@ input[type="button"].btn-block { .nav-pills .nav-link { background: none; border: 0; - border-radius: 0.25rem; + border-radius: 0.5rem; } .nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; - background-color: #00bc8c; + background-color: #f1641e; } .nav-fill > .nav-link, @@ -4103,7 +3773,7 @@ input[type="button"].btn-block { flex-wrap: wrap; align-items: center; justify-content: space-between; - padding: 1rem 1rem; + padding: 0.5rem 1rem; } .navbar .container, .navbar .container-fluid, @@ -4118,15 +3788,14 @@ input[type="button"].btn-block { } .navbar-brand { display: inline-block; - padding-top: 0.32421875rem; - padding-bottom: 0.32421875rem; + padding-top: 0.3125rem; + padding-bottom: 0.3125rem; margin-right: 1rem; - font-size: 1.171875rem; + font-size: 1.25rem; line-height: inherit; white-space: nowrap; } -.navbar-brand:hover, -.navbar-brand:focus { +.navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } @@ -4160,14 +3829,13 @@ input[type="button"].btn-block { .navbar-toggler { padding: 0.25rem 0.75rem; - font-size: 1.171875rem; + font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid transparent; - border-radius: 0.25rem; + border-radius: 0.5rem; } -.navbar-toggler:hover, -.navbar-toggler:focus { +.navbar-toggler:hover, .navbar-toggler:focus { text-decoration: none; } @@ -4408,59 +4076,54 @@ input[type="button"].btn-block { } .navbar-light .navbar-brand { - color: #fff; + color: #212529; } -.navbar-light .navbar-brand:hover, -.navbar-light .navbar-brand:focus { - color: #fff; +.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { + color: #212529; } .navbar-light .navbar-nav .nav-link { - color: rgba(255, 255, 255, 0.6); + color: #6c757d; } -.navbar-light .navbar-nav .nav-link:hover, -.navbar-light .navbar-nav .nav-link:focus { - color: #fff; +.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { + color: #212529; } .navbar-light .navbar-nav .nav-link.disabled { - color: rgba(0, 0, 0, 0.3); + color: rgba(34, 34, 34, 0.3); } .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: #fff; + color: #212529; } .navbar-light .navbar-toggler { - color: rgba(255, 255, 255, 0.6); + color: #6c757d; border-color: rgba(34, 34, 34, 0.1); } .navbar-light .navbar-toggler-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.6%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%236c757d' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } .navbar-light .navbar-text { - color: rgba(255, 255, 255, 0.6); + color: #6c757d; } .navbar-light .navbar-text a { - color: #fff; + color: #212529; } -.navbar-light .navbar-text a:hover, -.navbar-light .navbar-text a:focus { - color: #fff; +.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus { + color: #212529; } .navbar-dark .navbar-brand { color: #fff; } -.navbar-dark .navbar-brand:hover, -.navbar-dark .navbar-brand:focus { +.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { color: #fff; } .navbar-dark .navbar-nav .nav-link { - color: rgba(255, 255, 255, 0.6); + color: rgba(255, 255, 255, 0.5); } -.navbar-dark .navbar-nav .nav-link:hover, -.navbar-dark .navbar-nav .nav-link:focus { - color: #fff; +.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { + color: rgba(255, 255, 255, 0.75); } .navbar-dark .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.25); @@ -4472,20 +4135,19 @@ input[type="button"].btn-block { color: #fff; } .navbar-dark .navbar-toggler { - color: rgba(255, 255, 255, 0.6); - border-color: rgba(255, 255, 255, 0.1); + color: rgba(255, 255, 255, 0.5); + border-color: rgba(34, 34, 34, 0.1); } .navbar-dark .navbar-toggler-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.6%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } .navbar-dark .navbar-text { - color: rgba(255, 255, 255, 0.6); + color: rgba(255, 255, 255, 0.5); } .navbar-dark .navbar-text a { color: #fff; } -.navbar-dark .navbar-text a:hover, -.navbar-dark .navbar-text a:focus { +.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus { color: #fff; } @@ -4495,10 +4157,10 @@ input[type="button"].btn-block { flex-direction: column; min-width: 0; word-wrap: break-word; - background-color: #303030; + background-color: #f8f9fa; background-clip: border-box; - border: 1px solid rgba(0, 0, 0, 0.125); - border-radius: 0.25rem; + border: 1px solid rgba(34, 34, 34, 0.125); + border-radius: 0.5rem; } .card > hr { margin-right: 0; @@ -4510,13 +4172,13 @@ input[type="button"].btn-block { } .card > .list-group:first-child { border-top-width: 0; - border-top-left-radius: calc(0.25rem - 1px); - border-top-right-radius: calc(0.25rem - 1px); + border-top-left-radius: calc(0.5rem - 1px); + border-top-right-radius: calc(0.5rem - 1px); } .card > .list-group:last-child { border-bottom-width: 0; - border-bottom-right-radius: calc(0.25rem - 1px); - border-bottom-left-radius: calc(0.25rem - 1px); + border-bottom-right-radius: calc(0.5rem - 1px); + border-bottom-left-radius: calc(0.5rem - 1px); } .card > .card-header + .list-group, .card > .list-group + .card-footer { @@ -4527,6 +4189,7 @@ input[type="button"].btn-block { flex: 1 1 auto; min-height: 1px; padding: 1.25rem; + color: #495057; } .card-title { @@ -4552,20 +4215,22 @@ input[type="button"].btn-block { .card-header { padding: 0.75rem 1.25rem; margin-bottom: 0; - background-color: #444; - border-bottom: 1px solid rgba(0, 0, 0, 0.125); + color: #495057; + background-color: rgba(34, 34, 34, 0.03); + border-bottom: 1px solid rgba(34, 34, 34, 0.125); } .card-header:first-child { - border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; + border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0; } .card-footer { padding: 0.75rem 1.25rem; - background-color: #444; - border-top: 1px solid rgba(0, 0, 0, 0.125); + color: #495057; + background-color: rgba(34, 34, 34, 0.03); + border-top: 1px solid rgba(34, 34, 34, 0.125); } .card-footer:last-child { - border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); + border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px); } .card-header-tabs { @@ -4587,7 +4252,7 @@ input[type="button"].btn-block { bottom: 0; left: 0; padding: 1.25rem; - border-radius: calc(0.25rem - 1px); + border-radius: calc(0.5rem - 1px); } .card-img, @@ -4599,14 +4264,14 @@ input[type="button"].btn-block { .card-img, .card-img-top { - border-top-left-radius: calc(0.25rem - 1px); - border-top-right-radius: calc(0.25rem - 1px); + border-top-left-radius: calc(0.5rem - 1px); + border-top-right-radius: calc(0.5rem - 1px); } .card-img, .card-img-bottom { - border-bottom-right-radius: calc(0.25rem - 1px); - border-bottom-left-radius: calc(0.25rem - 1px); + border-bottom-right-radius: calc(0.5rem - 1px); + border-bottom-left-radius: calc(0.5rem - 1px); } .card-deck .card { @@ -4711,8 +4376,8 @@ input[type="button"].btn-block { padding: 0.75rem 1rem; margin-bottom: 1rem; list-style: none; - background-color: #444; - border-radius: 0.25rem; + background-color: #e9ecef; + border-radius: 0.5rem; } .breadcrumb-item + .breadcrumb-item { @@ -4721,7 +4386,7 @@ input[type="button"].btn-block { .breadcrumb-item + .breadcrumb-item::before { float: left; padding-right: 0.5rem; - color: #888; + color: #6c757d; content: "/"; } .breadcrumb-item + .breadcrumb-item:hover::before { @@ -4731,110 +4396,108 @@ input[type="button"].btn-block { text-decoration: none; } .breadcrumb-item.active { - color: #888; + color: #6c757d; } .pagination { display: flex; padding-left: 0; list-style: none; - border-radius: 0.25rem; + border-radius: 0.5rem; } .page-link { position: relative; display: block; padding: 0.5rem 0.75rem; - margin-left: 0; + margin-left: -1px; line-height: 1.25; - color: #fff; - background-color: #00bc8c; - border: 0 solid transparent; + color: #f1641e; + background-color: #fff; + border: 1px solid #dee2e6; } .page-link:hover { z-index: 2; - color: #fff; + color: #b7440b; text-decoration: none; - background-color: #00efb2; - border-color: transparent; + background-color: #e9ecef; + border-color: #dee2e6; } .page-link:focus { z-index: 3; outline: 0; - box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25); + box-shadow: 0 0 0 0.2rem rgba(241, 100, 30, 0.75); } .page-item:first-child .page-link { margin-left: 0; - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; + border-top-left-radius: 0.5rem; + border-bottom-left-radius: 0.5rem; } .page-item:last-child .page-link { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; + border-top-right-radius: 0.5rem; + border-bottom-right-radius: 0.5rem; } .page-item.active .page-link { z-index: 3; color: #fff; - background-color: #00efb2; - border-color: transparent; + background-color: #f1641e; + border-color: #f1641e; } .page-item.disabled .page-link { - color: #fff; + color: #6c757d; pointer-events: none; cursor: auto; - background-color: #007053; - border-color: transparent; + background-color: #fff; + border-color: #dee2e6; } .pagination-lg .page-link { padding: 0.75rem 1.5rem; - font-size: 1.171875rem; + font-size: 1.25rem; line-height: 1.5; } .pagination-lg .page-item:first-child .page-link { - border-top-left-radius: 0.3rem; - border-bottom-left-radius: 0.3rem; + border-top-left-radius: 0.5rem; + border-bottom-left-radius: 0.5rem; } .pagination-lg .page-item:last-child .page-link { - border-top-right-radius: 0.3rem; - border-bottom-right-radius: 0.3rem; + border-top-right-radius: 0.5rem; + border-bottom-right-radius: 0.5rem; } .pagination-sm .page-link { padding: 0.25rem 0.5rem; - font-size: 0.8203125rem; + font-size: 0.875rem; line-height: 1.5; } .pagination-sm .page-item:first-child .page-link { - border-top-left-radius: 0.2rem; - border-bottom-left-radius: 0.2rem; + border-top-left-radius: 1rem; + border-bottom-left-radius: 1rem; } .pagination-sm .page-item:last-child .page-link { - border-top-right-radius: 0.2rem; - border-bottom-right-radius: 0.2rem; + border-top-right-radius: 1rem; + border-bottom-right-radius: 1rem; } .badge { display: inline-block; padding: 0.25em 0.4em; font-size: 75%; - font-weight: 700; + font-weight: 600; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; - border-radius: 0.25rem; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, - border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + border-radius: 0.5rem; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .badge { transition: none; } } -a.badge:hover, -a.badge:focus { +a.badge:hover, a.badge:focus { text-decoration: none; } @@ -4855,129 +4518,113 @@ a.badge:focus { .badge-primary { color: #fff; - background-color: #00bc8c; + background-color: #f1641e; } -a.badge-primary:hover, -a.badge-primary:focus { +a.badge-primary:hover, a.badge-primary:focus { color: #fff; - background-color: #008966; + background-color: #cf4d0d; } -a.badge-primary:focus, -a.badge-primary.focus { +a.badge-primary:focus, a.badge-primary.focus { outline: 0; - box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5); + box-shadow: 0 0 0 0.2rem rgba(241, 100, 30, 0.5); } .badge-secondary { color: #fff; background-color: #c80000; } -a.badge-secondary:hover, -a.badge-secondary:focus { +a.badge-secondary:hover, a.badge-secondary:focus { color: #fff; background-color: #950000; } -a.badge-secondary:focus, -a.badge-secondary.focus { +a.badge-secondary:focus, a.badge-secondary.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(200, 0, 0, 0.5); } .badge-success { color: #fff; - background-color: #00bc8c; + background-color: #6610f2; } -a.badge-success:hover, -a.badge-success:focus { +a.badge-success:hover, a.badge-success:focus { color: #fff; - background-color: #008966; + background-color: #510bc4; } -a.badge-success:focus, -a.badge-success.focus { +a.badge-success:focus, a.badge-success.focus { outline: 0; - box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5); + box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5); } .badge-info { color: #fff; - background-color: #3498db; + background-color: #007bff; } -a.badge-info:hover, -a.badge-info:focus { +a.badge-info:hover, a.badge-info:focus { color: #fff; - background-color: #217dbb; + background-color: #0062cc; } -a.badge-info:focus, -a.badge-info.focus { +a.badge-info:focus, a.badge-info.focus { outline: 0; - box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.5); + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } .badge-warning { - color: #fff; - background-color: #f39c12; + color: #212529; + background-color: #ffc107; } -a.badge-warning:hover, -a.badge-warning:focus { - color: #fff; - background-color: #c87f0a; +a.badge-warning:hover, a.badge-warning:focus { + color: #212529; + background-color: #d39e00; } -a.badge-warning:focus, -a.badge-warning.focus { +a.badge-warning:focus, a.badge-warning.focus { outline: 0; - box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5); + box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } .badge-danger { color: #fff; - background-color: #004231; + background-color: #8c3409; } -a.badge-danger:hover, -a.badge-danger:focus { +a.badge-danger:hover, a.badge-danger:focus { color: #fff; - background-color: #000f0b; + background-color: #5c2206; } -a.badge-danger:focus, -a.badge-danger.focus { +a.badge-danger:focus, a.badge-danger.focus { outline: 0; - box-shadow: 0 0 0 0.2rem rgba(0, 66, 49, 0.5); + box-shadow: 0 0 0 0.2rem rgba(140, 52, 9, 0.5); } .badge-light { - color: #fff; - background-color: #303030; + color: #212529; + background-color: #f8f9fa; } -a.badge-light:hover, -a.badge-light:focus { - color: #fff; - background-color: #171717; +a.badge-light:hover, a.badge-light:focus { + color: #212529; + background-color: #dae0e5; } -a.badge-light:focus, -a.badge-light.focus { +a.badge-light:focus, a.badge-light.focus { outline: 0; - box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5); + box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } .badge-dark { - color: #222; - background-color: #dee2e6; + color: #fff; + background-color: #343a40; } -a.badge-dark:hover, -a.badge-dark:focus { - color: #222; - background-color: #c1c9d0; +a.badge-dark:hover, a.badge-dark:focus { + color: #fff; + background-color: #1d2124; } -a.badge-dark:focus, -a.badge-dark.focus { +a.badge-dark:focus, a.badge-dark.focus { outline: 0; - box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5); + box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } .jumbotron { padding: 2rem 1rem; margin-bottom: 2rem; - background-color: #303030; - border-radius: 0.3rem; + background-color: #e9ecef; + border-radius: 0.5rem; } @media (min-width: 576px) { .jumbotron { @@ -4996,7 +4643,7 @@ a.badge-dark.focus { padding: 0.75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; - border-radius: 0.25rem; + border-radius: 0.5rem; } .alert-heading { @@ -5004,11 +4651,11 @@ a.badge-dark.focus { } .alert-link { - font-weight: 700; + font-weight: 600; } .alert-dismissible { - padding-right: 3.90625rem; + padding-right: 4rem; } .alert-dismissible .close { position: absolute; @@ -5020,19 +4667,19 @@ a.badge-dark.focus { } .alert-primary { - color: #006249; - background-color: #ccf2e8; - border-color: #b8ecdf; + color: #8e4420; + background-color: #fce0d2; + border-color: #fbd4c0; } .alert-primary hr { - border-top-color: #a4e7d6; + border-top-color: #f9c4a8; } .alert-primary .alert-link { - color: #002f23; + color: #643017; } .alert-secondary { - color: #680000; + color: #781010; background-color: #f4cccc; border-color: #f0b8b8; } @@ -5040,79 +4687,79 @@ a.badge-dark.focus { border-top-color: #eca3a3; } .alert-secondary .alert-link { - color: #350000; + color: #4b0a0a; } .alert-success { - color: #006249; - background-color: #ccf2e8; - border-color: #b8ecdf; + color: #45198e; + background-color: #e0cffc; + border-color: #d4bcfb; } .alert-success hr { - border-top-color: #a4e7d6; + border-top-color: #c5a4fa; } .alert-success .alert-link { - color: #002f23; + color: #301163; } .alert-info { - color: #1b4f72; - background-color: #d6eaf8; - border-color: #c6e2f5; + color: #105095; + background-color: #cce5ff; + border-color: #b8daff; } .alert-info hr { - border-top-color: #b0d7f1; + border-top-color: #9fcdff; } .alert-info .alert-link { - color: #113249; + color: #0b3767; } .alert-warning { - color: #7e5109; - background-color: #fdebd0; - border-color: #fce3bd; + color: #957514; + background-color: #fff3cd; + border-color: #ffeeba; } .alert-warning hr { - border-top-color: #fbd9a5; + border-top-color: #ffe8a1; } .alert-warning .alert-link { - color: #4e3206; + color: #68520e; } .alert-danger { - color: #002219; - background-color: #ccd9d6; - border-color: #b8cac5; + color: #592b15; + background-color: #e8d6ce; + border-color: #dfc6ba; } .alert-danger hr { - border-top-color: #a9bfb9; + border-top-color: #d7b8a9; } .alert-danger .alert-link { - color: black; + color: #30170b; } .alert-light { - color: #191919; - background-color: #d6d6d6; - border-color: #c5c5c5; + color: #919292; + background-color: #fefefe; + border-color: #fdfdfe; } .alert-light hr { - border-top-color: #b8b8b8; + border-top-color: #ececf6; } .alert-light .alert-link { - color: black; + color: #777979; } .alert-dark { - color: #737678; - background-color: #f8f9fa; - border-color: #f6f7f8; + color: #2b2e32; + background-color: #d6d8d9; + border-color: #c6c8ca; } .alert-dark hr { - border-top-color: #e8eaed; + border-top-color: #b9bbbe; } .alert-dark .alert-link { - color: #5a5c5e; + color: #131517; } @keyframes progress-bar-stripes { @@ -5128,9 +4775,9 @@ a.badge-dark.focus { height: 1rem; overflow: hidden; line-height: 0; - font-size: 0.703125rem; - background-color: #444; - border-radius: 0.25rem; + font-size: 0.75rem; + background-color: #e9ecef; + border-radius: 0.5rem; } .progress-bar { @@ -5141,7 +4788,7 @@ a.badge-dark.focus { color: #fff; text-align: center; white-space: nowrap; - background-color: #00bc8c; + background-color: #f1641e; transition: width 0.6s ease; } @media (prefers-reduced-motion: reduce) { @@ -5151,16 +4798,7 @@ a.badge-dark.focus { } .progress-bar-striped { - background-image: linear-gradient( - 45deg, - rgba(255, 255, 255, 0.15) 25%, - transparent 25%, - transparent 50%, - rgba(255, 255, 255, 0.15) 50%, - rgba(255, 255, 255, 0.15) 75%, - transparent 75%, - transparent - ); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 1rem 1rem; } @@ -5187,32 +4825,31 @@ a.badge-dark.focus { flex-direction: column; padding-left: 0; margin-bottom: 0; - border-radius: 0.25rem; + border-radius: 0.5rem; } .list-group-item-action { width: 100%; - color: #444; + color: #495057; text-align: inherit; } -.list-group-item-action:hover, -.list-group-item-action:focus { +.list-group-item-action:hover, .list-group-item-action:focus { z-index: 1; - color: #444; + color: #495057; text-decoration: none; - background-color: #444; + background-color: #f8f9fa; } .list-group-item-action:active { - color: #dee2e6; - background-color: #ebebeb; + color: #495057; + background-color: #e9ecef; } .list-group-item { position: relative; display: block; padding: 0.75rem 1.25rem; - background-color: #303030; - border: 1px solid #444; + background-color: #fff; + border: 1px solid rgba(34, 34, 34, 0.125); } .list-group-item:first-child { border-top-left-radius: inherit; @@ -5222,17 +4859,16 @@ a.badge-dark.focus { border-bottom-right-radius: inherit; border-bottom-left-radius: inherit; } -.list-group-item.disabled, -.list-group-item:disabled { - color: #888; +.list-group-item.disabled, .list-group-item:disabled { + color: #6c757d; pointer-events: none; - background-color: #303030; + background-color: #fff; } .list-group-item.active { z-index: 2; color: #fff; - background-color: #00bc8c; - border-color: #00bc8c; + background-color: #f1641e; + border-color: #f1641e; } .list-group-item + .list-group-item { border-top-width: 0; @@ -5246,11 +4882,11 @@ a.badge-dark.focus { flex-direction: row; } .list-group-horizontal > .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; + border-bottom-left-radius: 0.5rem; border-top-right-radius: 0; } .list-group-horizontal > .list-group-item:last-child { - border-top-right-radius: 0.25rem; + border-top-right-radius: 0.5rem; border-bottom-left-radius: 0; } .list-group-horizontal > .list-group-item.active { @@ -5270,11 +4906,11 @@ a.badge-dark.focus { flex-direction: row; } .list-group-horizontal-sm > .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; + border-bottom-left-radius: 0.5rem; border-top-right-radius: 0; } .list-group-horizontal-sm > .list-group-item:last-child { - border-top-right-radius: 0.25rem; + border-top-right-radius: 0.5rem; border-bottom-left-radius: 0; } .list-group-horizontal-sm > .list-group-item.active { @@ -5294,11 +4930,11 @@ a.badge-dark.focus { flex-direction: row; } .list-group-horizontal-md > .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; + border-bottom-left-radius: 0.5rem; border-top-right-radius: 0; } .list-group-horizontal-md > .list-group-item:last-child { - border-top-right-radius: 0.25rem; + border-top-right-radius: 0.5rem; border-bottom-left-radius: 0; } .list-group-horizontal-md > .list-group-item.active { @@ -5318,11 +4954,11 @@ a.badge-dark.focus { flex-direction: row; } .list-group-horizontal-lg > .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; + border-bottom-left-radius: 0.5rem; border-top-right-radius: 0; } .list-group-horizontal-lg > .list-group-item:last-child { - border-top-right-radius: 0.25rem; + border-top-right-radius: 0.5rem; border-bottom-left-radius: 0; } .list-group-horizontal-lg > .list-group-item.active { @@ -5342,11 +4978,11 @@ a.badge-dark.focus { flex-direction: row; } .list-group-horizontal-xl > .list-group-item:first-child { - border-bottom-left-radius: 0.25rem; + border-bottom-left-radius: 0.5rem; border-top-right-radius: 0; } .list-group-horizontal-xl > .list-group-item:last-child { - border-top-right-radius: 0.25rem; + border-top-right-radius: 0.5rem; border-bottom-left-radius: 0; } .list-group-horizontal-xl > .list-group-item.active { @@ -5372,140 +5008,131 @@ a.badge-dark.focus { } .list-group-item-primary { - color: #006249; - background-color: #b8ecdf; + color: #8e4420; + background-color: #fbd4c0; } -.list-group-item-primary.list-group-item-action:hover, -.list-group-item-primary.list-group-item-action:focus { - color: #006249; - background-color: #a4e7d6; +.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { + color: #8e4420; + background-color: #f9c4a8; } .list-group-item-primary.list-group-item-action.active { color: #fff; - background-color: #006249; - border-color: #006249; + background-color: #8e4420; + border-color: #8e4420; } .list-group-item-secondary { - color: #680000; + color: #781010; background-color: #f0b8b8; } -.list-group-item-secondary.list-group-item-action:hover, -.list-group-item-secondary.list-group-item-action:focus { - color: #680000; +.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { + color: #781010; background-color: #eca3a3; } .list-group-item-secondary.list-group-item-action.active { color: #fff; - background-color: #680000; - border-color: #680000; + background-color: #781010; + border-color: #781010; } .list-group-item-success { - color: #006249; - background-color: #b8ecdf; + color: #45198e; + background-color: #d4bcfb; } -.list-group-item-success.list-group-item-action:hover, -.list-group-item-success.list-group-item-action:focus { - color: #006249; - background-color: #a4e7d6; +.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { + color: #45198e; + background-color: #c5a4fa; } .list-group-item-success.list-group-item-action.active { color: #fff; - background-color: #006249; - border-color: #006249; + background-color: #45198e; + border-color: #45198e; } .list-group-item-info { - color: #1b4f72; - background-color: #c6e2f5; + color: #105095; + background-color: #b8daff; } -.list-group-item-info.list-group-item-action:hover, -.list-group-item-info.list-group-item-action:focus { - color: #1b4f72; - background-color: #b0d7f1; +.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { + color: #105095; + background-color: #9fcdff; } .list-group-item-info.list-group-item-action.active { color: #fff; - background-color: #1b4f72; - border-color: #1b4f72; + background-color: #105095; + border-color: #105095; } .list-group-item-warning { - color: #7e5109; - background-color: #fce3bd; + color: #957514; + background-color: #ffeeba; } -.list-group-item-warning.list-group-item-action:hover, -.list-group-item-warning.list-group-item-action:focus { - color: #7e5109; - background-color: #fbd9a5; +.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { + color: #957514; + background-color: #ffe8a1; } .list-group-item-warning.list-group-item-action.active { color: #fff; - background-color: #7e5109; - border-color: #7e5109; + background-color: #957514; + border-color: #957514; } .list-group-item-danger { - color: #002219; - background-color: #b8cac5; + color: #592b15; + background-color: #dfc6ba; } -.list-group-item-danger.list-group-item-action:hover, -.list-group-item-danger.list-group-item-action:focus { - color: #002219; - background-color: #a9bfb9; +.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { + color: #592b15; + background-color: #d7b8a9; } .list-group-item-danger.list-group-item-action.active { color: #fff; - background-color: #002219; - border-color: #002219; + background-color: #592b15; + border-color: #592b15; } .list-group-item-light { - color: #191919; - background-color: #c5c5c5; + color: #919292; + background-color: #fdfdfe; } -.list-group-item-light.list-group-item-action:hover, -.list-group-item-light.list-group-item-action:focus { - color: #191919; - background-color: #b8b8b8; +.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { + color: #919292; + background-color: #ececf6; } .list-group-item-light.list-group-item-action.active { color: #fff; - background-color: #191919; - border-color: #191919; + background-color: #919292; + border-color: #919292; } .list-group-item-dark { - color: #737678; - background-color: #f6f7f8; + color: #2b2e32; + background-color: #c6c8ca; } -.list-group-item-dark.list-group-item-action:hover, -.list-group-item-dark.list-group-item-action:focus { - color: #737678; - background-color: #e8eaed; +.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { + color: #2b2e32; + background-color: #b9bbbe; } .list-group-item-dark.list-group-item-action.active { color: #fff; - background-color: #737678; - border-color: #737678; + background-color: #2b2e32; + border-color: #2b2e32; } .close { float: right; - font-size: 1.40625rem; - font-weight: 700; + font-size: 1.5rem; + font-weight: 600; line-height: 1; - color: #fff; - text-shadow: none; + color: #222; + text-shadow: 0 1px 0 #fff; opacity: 0.5; } .close:hover { - color: #fff; + color: #222; text-decoration: none; } -.close:not(:disabled):not(.disabled):hover, -.close:not(:disabled):not(.disabled):focus { +.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus { opacity: 0.75; } @@ -5523,10 +5150,10 @@ a.close.disabled { flex-basis: 350px; max-width: 350px; font-size: 0.875rem; - background-color: #444; + 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); + box-shadow: 0 0.25rem 0.75rem rgba(34, 34, 34, 0.1); opacity: 0; border-radius: 0.25rem; } @@ -5548,8 +5175,8 @@ a.close.disabled { display: flex; align-items: center; padding: 0.25rem 0.75rem; - color: #888; - background-color: #303030; + color: #6c757d; + 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); @@ -5647,10 +5274,10 @@ a.close.disabled { flex-direction: column; width: 100%; pointer-events: auto; - background-color: #303030; + background-color: #fff; background-clip: padding-box; - border: 1px solid #444; - border-radius: 0.3rem; + border: 1px solid rgba(34, 34, 34, 0.2); + border-radius: 0.5rem; outline: 0; } @@ -5661,7 +5288,7 @@ a.close.disabled { z-index: 1040; width: 100vw; height: 100vh; - background-color: #000; + background-color: #222; } .modal-backdrop.fade { opacity: 0; @@ -5675,9 +5302,9 @@ a.close.disabled { align-items: flex-start; justify-content: space-between; padding: 1rem 1rem; - border-bottom: 1px solid #444; - border-top-left-radius: calc(0.3rem - 1px); - border-top-right-radius: calc(0.3rem - 1px); + border-bottom: 1px solid #495057; + border-top-left-radius: calc(0.5rem - 1px); + border-top-right-radius: calc(0.5rem - 1px); } .modal-header .close { padding: 1rem 1rem; @@ -5701,9 +5328,9 @@ a.close.disabled { align-items: center; justify-content: flex-end; padding: 0.75rem; - border-top: 1px solid #444; - border-bottom-right-radius: calc(0.3rem - 1px); - border-bottom-left-radius: calc(0.3rem - 1px); + border-top: 1px solid #495057; + border-bottom-right-radius: calc(0.5rem - 1px); + border-bottom-left-radius: calc(0.5rem - 1px); } .modal-footer > * { margin: 0.25rem; @@ -5755,9 +5382,7 @@ a.close.disabled { z-index: 1070; display: block; margin: 0; - font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, - "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", - "Segoe UI Symbol"; + font-family: -apple-system, BlinkMacSystemFont, "Droid Sans", "Segoe UI", "Helvetica", Arial, sans-serif; font-style: normal; font-weight: 400; line-height: 1.5; @@ -5771,7 +5396,7 @@ a.close.disabled { white-space: normal; word-spacing: normal; line-break: auto; - font-size: 0.8203125rem; + font-size: 0.875rem; word-wrap: break-word; opacity: 0; } @@ -5791,68 +5416,56 @@ a.close.disabled { border-style: solid; } -.bs-tooltip-top, -.bs-tooltip-auto[x-placement^="top"] { +.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] { padding: 0.4rem 0; } -.bs-tooltip-top .arrow, -.bs-tooltip-auto[x-placement^="top"] .arrow { +.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow { bottom: 0; } -.bs-tooltip-top .arrow::before, -.bs-tooltip-auto[x-placement^="top"] .arrow::before { +.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before { top: 0; border-width: 0.4rem 0.4rem 0; - border-top-color: #000; + border-top-color: #222; } -.bs-tooltip-right, -.bs-tooltip-auto[x-placement^="right"] { +.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] { padding: 0 0.4rem; } -.bs-tooltip-right .arrow, -.bs-tooltip-auto[x-placement^="right"] .arrow { +.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow { left: 0; width: 0.4rem; height: 0.8rem; } -.bs-tooltip-right .arrow::before, -.bs-tooltip-auto[x-placement^="right"] .arrow::before { +.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before { right: 0; border-width: 0.4rem 0.4rem 0.4rem 0; - border-right-color: #000; + border-right-color: #222; } -.bs-tooltip-bottom, -.bs-tooltip-auto[x-placement^="bottom"] { +.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] { padding: 0.4rem 0; } -.bs-tooltip-bottom .arrow, -.bs-tooltip-auto[x-placement^="bottom"] .arrow { +.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow { top: 0; } -.bs-tooltip-bottom .arrow::before, -.bs-tooltip-auto[x-placement^="bottom"] .arrow::before { +.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before { bottom: 0; border-width: 0 0.4rem 0.4rem; - border-bottom-color: #000; + border-bottom-color: #222; } -.bs-tooltip-left, -.bs-tooltip-auto[x-placement^="left"] { +.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] { padding: 0 0.4rem; } -.bs-tooltip-left .arrow, -.bs-tooltip-auto[x-placement^="left"] .arrow { +.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow { right: 0; width: 0.4rem; height: 0.8rem; } -.bs-tooltip-left .arrow::before, -.bs-tooltip-auto[x-placement^="left"] .arrow::before { +.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before { left: 0; border-width: 0.4rem 0 0.4rem 0.4rem; - border-left-color: #000; + border-left-color: #222; } .tooltip-inner { @@ -5860,8 +5473,8 @@ a.close.disabled { padding: 0.25rem 0.5rem; color: #fff; text-align: center; - background-color: #000; - border-radius: 0.25rem; + background-color: #222; + border-radius: 0.5rem; } .popover { @@ -5871,9 +5484,7 @@ a.close.disabled { z-index: 1060; display: block; max-width: 276px; - font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, - "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", - "Segoe UI Symbol"; + font-family: -apple-system, BlinkMacSystemFont, "Droid Sans", "Segoe UI", "Helvetica", Arial, sans-serif; font-style: normal; font-weight: 400; line-height: 1.5; @@ -5887,22 +5498,21 @@ a.close.disabled { white-space: normal; word-spacing: normal; line-break: auto; - font-size: 0.8203125rem; + font-size: 0.875rem; word-wrap: break-word; - background-color: #303030; + background-color: #fff; background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 0.3rem; + border: 1px solid rgba(34, 34, 34, 0.2); + border-radius: 0.5rem; } .popover .arrow { position: absolute; display: block; width: 1rem; height: 0.5rem; - margin: 0 0.3rem; + margin: 0 0.5rem; } -.popover .arrow::before, -.popover .arrow::after { +.popover .arrow::before, .popover .arrow::after { position: absolute; display: block; content: ""; @@ -5910,73 +5520,60 @@ a.close.disabled { border-style: solid; } -.bs-popover-top, -.bs-popover-auto[x-placement^="top"] { +.bs-popover-top, .bs-popover-auto[x-placement^=top] { margin-bottom: 0.5rem; } -.bs-popover-top > .arrow, -.bs-popover-auto[x-placement^="top"] > .arrow { +.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow { bottom: calc(-0.5rem - 1px); } -.bs-popover-top > .arrow::before, -.bs-popover-auto[x-placement^="top"] > .arrow::before { +.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before { bottom: 0; border-width: 0.5rem 0.5rem 0; - border-top-color: rgba(0, 0, 0, 0.25); + border-top-color: rgba(34, 34, 34, 0.25); } -.bs-popover-top > .arrow::after, -.bs-popover-auto[x-placement^="top"] > .arrow::after { +.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after { bottom: 1px; border-width: 0.5rem 0.5rem 0; - border-top-color: #303030; + border-top-color: #fff; } -.bs-popover-right, -.bs-popover-auto[x-placement^="right"] { +.bs-popover-right, .bs-popover-auto[x-placement^=right] { margin-left: 0.5rem; } -.bs-popover-right > .arrow, -.bs-popover-auto[x-placement^="right"] > .arrow { +.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow { left: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; - margin: 0.3rem 0; + margin: 0.5rem 0; } -.bs-popover-right > .arrow::before, -.bs-popover-auto[x-placement^="right"] > .arrow::before { +.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before { left: 0; border-width: 0.5rem 0.5rem 0.5rem 0; - border-right-color: rgba(0, 0, 0, 0.25); + border-right-color: rgba(34, 34, 34, 0.25); } -.bs-popover-right > .arrow::after, -.bs-popover-auto[x-placement^="right"] > .arrow::after { +.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after { left: 1px; border-width: 0.5rem 0.5rem 0.5rem 0; - border-right-color: #303030; + border-right-color: #fff; } -.bs-popover-bottom, -.bs-popover-auto[x-placement^="bottom"] { +.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] { margin-top: 0.5rem; } -.bs-popover-bottom > .arrow, -.bs-popover-auto[x-placement^="bottom"] > .arrow { +.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow { top: calc(-0.5rem - 1px); } -.bs-popover-bottom > .arrow::before, -.bs-popover-auto[x-placement^="bottom"] > .arrow::before { +.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before { top: 0; border-width: 0 0.5rem 0.5rem 0.5rem; - border-bottom-color: rgba(0, 0, 0, 0.25); + border-bottom-color: rgba(34, 34, 34, 0.25); } -.bs-popover-bottom > .arrow::after, -.bs-popover-auto[x-placement^="bottom"] > .arrow::after { +.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after { top: 1px; border-width: 0 0.5rem 0.5rem 0.5rem; - border-bottom-color: #303030; + border-bottom-color: #fff; } -.bs-popover-bottom .popover-header::before, -.bs-popover-auto[x-placement^="bottom"] .popover-header::before { +.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before { position: absolute; top: 0; left: 50%; @@ -5984,41 +5581,38 @@ a.close.disabled { width: 1rem; margin-left: -0.5rem; content: ""; - border-bottom: 1px solid #444; + border-bottom: 1px solid #f7f7f7; } -.bs-popover-left, -.bs-popover-auto[x-placement^="left"] { +.bs-popover-left, .bs-popover-auto[x-placement^=left] { margin-right: 0.5rem; } -.bs-popover-left > .arrow, -.bs-popover-auto[x-placement^="left"] > .arrow { +.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow { right: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; - margin: 0.3rem 0; + margin: 0.5rem 0; } -.bs-popover-left > .arrow::before, -.bs-popover-auto[x-placement^="left"] > .arrow::before { +.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before { right: 0; border-width: 0.5rem 0 0.5rem 0.5rem; - border-left-color: rgba(0, 0, 0, 0.25); + border-left-color: rgba(34, 34, 34, 0.25); } -.bs-popover-left > .arrow::after, -.bs-popover-auto[x-placement^="left"] > .arrow::after { +.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after { right: 1px; border-width: 0.5rem 0 0.5rem 0.5rem; - border-left-color: #303030; + border-left-color: #fff; } .popover-header { padding: 0.5rem 0.75rem; margin-bottom: 0; - font-size: 0.9375rem; - background-color: #444; - border-bottom: 1px solid #373737; - border-top-left-radius: calc(0.3rem - 1px); - border-top-right-radius: calc(0.3rem - 1px); + font-size: 1rem; + color: #495057; + background-color: #f7f7f7; + border-bottom: 1px solid #ebebeb; + border-top-left-radius: calc(0.5rem - 1px); + border-top-right-radius: calc(0.5rem - 1px); } .popover-header:empty { display: none; @@ -6026,7 +5620,7 @@ a.close.disabled { .popover-body { padding: 0.5rem 0.75rem; - color: #dee2e6; + color: #495057; } .carousel { @@ -6127,8 +5721,7 @@ a.close.disabled { transition: none; } } -.carousel-control-prev:hover, -.carousel-control-prev:focus, +.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus { color: #fff; @@ -6289,91 +5882,83 @@ a.close.disabled { } .bg-primary { - background-color: #00bc8c !important; + background-color: #f1641e !important; } -a.bg-primary:hover, -a.bg-primary:focus, +a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus { - background-color: #008966 !important; + background-color: #cf4d0d !important; } .bg-secondary { background-color: #c80000 !important; } -a.bg-secondary:hover, -a.bg-secondary:focus, +a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus { background-color: #950000 !important; } .bg-success { - background-color: #00bc8c !important; + background-color: #6610f2 !important; } -a.bg-success:hover, -a.bg-success:focus, +a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus { - background-color: #008966 !important; + background-color: #510bc4 !important; } .bg-info { - background-color: #3498db !important; + background-color: #007bff !important; } -a.bg-info:hover, -a.bg-info:focus, +a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus { - background-color: #217dbb !important; + background-color: #0062cc !important; } .bg-warning { - background-color: #f39c12 !important; + background-color: #ffc107 !important; } -a.bg-warning:hover, -a.bg-warning:focus, +a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus { - background-color: #c87f0a !important; + background-color: #d39e00 !important; } .bg-danger { - background-color: #004231 !important; + background-color: #8c3409 !important; } -a.bg-danger:hover, -a.bg-danger:focus, +a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus { - background-color: #000f0b !important; + background-color: #5c2206 !important; } .bg-light { - background-color: #303030 !important; + background-color: #f8f9fa !important; } -a.bg-light:hover, -a.bg-light:focus, +a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus { - background-color: #171717 !important; + background-color: #dae0e5 !important; } .bg-dark { - background-color: #dee2e6 !important; + background-color: #343a40 !important; } -a.bg-dark:hover, -a.bg-dark:focus, +a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus { - background-color: #c1c9d0 !important; + background-color: #1d2124 !important; } .bg-white { @@ -6385,23 +5970,23 @@ button.bg-dark:focus { } .border { - border: 1px solid #dee2e6 !important; + border: 1px solid #495057 !important; } .border-top { - border-top: 1px solid #dee2e6 !important; + border-top: 1px solid #495057 !important; } .border-right { - border-right: 1px solid #dee2e6 !important; + border-right: 1px solid #495057 !important; } .border-bottom { - border-bottom: 1px solid #dee2e6 !important; + border-bottom: 1px solid #495057 !important; } .border-left { - border-left: 1px solid #dee2e6 !important; + border-left: 1px solid #495057 !important; } .border-0 { @@ -6425,7 +6010,7 @@ button.bg-dark:focus { } .border-primary { - border-color: #00bc8c !important; + border-color: #f1641e !important; } .border-secondary { @@ -6433,27 +6018,27 @@ button.bg-dark:focus { } .border-success { - border-color: #00bc8c !important; + border-color: #6610f2 !important; } .border-info { - border-color: #3498db !important; + border-color: #007bff !important; } .border-warning { - border-color: #f39c12 !important; + border-color: #ffc107 !important; } .border-danger { - border-color: #004231 !important; + border-color: #8c3409 !important; } .border-light { - border-color: #303030 !important; + border-color: #f8f9fa !important; } .border-dark { - border-color: #dee2e6 !important; + border-color: #343a40 !important; } .border-white { @@ -6461,35 +6046,35 @@ button.bg-dark:focus { } .rounded-sm { - border-radius: 0.2rem !important; + border-radius: 1rem !important; } .rounded { - border-radius: 0.25rem !important; + border-radius: 0.5rem !important; } .rounded-top { - border-top-left-radius: 0.25rem !important; - border-top-right-radius: 0.25rem !important; + border-top-left-radius: 0.5rem !important; + border-top-right-radius: 0.5rem !important; } .rounded-right { - border-top-right-radius: 0.25rem !important; - border-bottom-right-radius: 0.25rem !important; + border-top-right-radius: 0.5rem !important; + border-bottom-right-radius: 0.5rem !important; } .rounded-bottom { - border-bottom-right-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; + border-bottom-right-radius: 0.5rem !important; + border-bottom-left-radius: 0.5rem !important; } .rounded-left { - border-top-left-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; + border-top-left-radius: 0.5rem !important; + border-bottom-left-radius: 0.5rem !important; } .rounded-lg { - border-radius: 0.3rem !important; + border-radius: 0.5rem !important; } .rounded-circle { @@ -6497,7 +6082,7 @@ button.bg-dark:focus { } .rounded-pill { - border-radius: 50rem !important; + border-radius: 0.25rem !important; } .rounded-0 { @@ -7416,8 +7001,7 @@ button.bg-dark:focus { border: 0; } -.sr-only-focusable:active, -.sr-only-focusable:focus { +.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; @@ -7427,15 +7011,15 @@ button.bg-dark:focus { } .shadow-sm { - box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; + box-shadow: 0 0.125rem 0.25rem rgba(34, 34, 34, 0.075) !important; } .shadow { - box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; + box-shadow: 0 0.5rem 1rem rgba(34, 34, 34, 0.15) !important; } .shadow-lg { - box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; + box-shadow: 0 1rem 3rem rgba(34, 34, 34, 0.175) !important; } .shadow-none { @@ -9327,8 +8911,7 @@ button.bg-dark:focus { } .text-monospace { - font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", - "Courier New", monospace !important; + font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; } .text-justify { @@ -9430,7 +9013,7 @@ button.bg-dark:focus { } .font-weight-bold { - font-weight: 700 !important; + font-weight: 600 !important; } .font-weight-bolder { @@ -9446,87 +9029,79 @@ button.bg-dark:focus { } .text-primary { - color: #00bc8c !important; + color: #f1641e !important; } -a.text-primary:hover, -a.text-primary:focus { - color: #007053 !important; +a.text-primary:hover, a.text-primary:focus { + color: #b7440b !important; } .text-secondary { color: #c80000 !important; } -a.text-secondary:hover, -a.text-secondary:focus { +a.text-secondary:hover, a.text-secondary:focus { color: #7c0000 !important; } .text-success { - color: #00bc8c !important; + color: #6610f2 !important; } -a.text-success:hover, -a.text-success:focus { - color: #007053 !important; +a.text-success:hover, a.text-success:focus { + color: #4709ac !important; } .text-info { - color: #3498db !important; + color: #007bff !important; } -a.text-info:hover, -a.text-info:focus { - color: #1d6fa5 !important; +a.text-info:hover, a.text-info:focus { + color: #0056b3 !important; } .text-warning { - color: #f39c12 !important; + color: #ffc107 !important; } -a.text-warning:hover, -a.text-warning:focus { - color: #b06f09 !important; +a.text-warning:hover, a.text-warning:focus { + color: #ba8b00 !important; } .text-danger { - color: #004231 !important; + color: #8c3409 !important; } -a.text-danger:hover, -a.text-danger:focus { - color: black !important; +a.text-danger:hover, a.text-danger:focus { + color: #441904 !important; } .text-light { - color: #303030 !important; + color: #f8f9fa !important; } -a.text-light:hover, -a.text-light:focus { - color: #0a0a0a !important; +a.text-light:hover, a.text-light:focus { + color: #cbd3da !important; } .text-dark { - color: #dee2e6 !important; + color: #343a40 !important; } -a.text-dark:hover, -a.text-dark:focus { - color: #b2bcc5 !important; +a.text-dark:hover, a.text-dark:focus { + color: #121416 !important; } .text-body { - color: #dee2e6 !important; + color: #495057 !important; } .text-muted { - color: #888 !important; + color: #6c757d !important; } .text-black-50 { - color: rgba(0, 0, 0, 0.5) !important; + color: rgba(34, 34, 34, 0.5) !important; } .text-white-50 { @@ -9610,7 +9185,7 @@ a.text-dark:focus { display: none; } .badge { - border: 1px solid #000; + border: 1px solid #222; } .table { border-collapse: collapse !important; @@ -9630,11 +9205,11 @@ a.text-dark:focus { .table-dark td, .table-dark thead th, .table-dark tbody + tbody { - border-color: #444; + border-color: #495057; } .table .thead-dark th { color: inherit; - border-color: #444; + border-color: #495057; } } diff --git a/src/assets/css/themes/litely.css b/src/assets/css/themes/litely.css index 6f57d01..b1227a9 100644 --- a/src/assets/css/themes/litely.css +++ b/src/assets/css/themes/litely.css @@ -32,10 +32,8 @@ --breakpoint-md: 768px; --breakpoint-lg: 992px; --breakpoint-xl: 1200px; - --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Droid Sans", - "Segoe UI", "Helvetica", Arial, sans-serif; - --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, - "Liberation Mono", "Courier New", monospace; + --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Droid Sans", "Segoe UI", "Helvetica", Arial, sans-serif; + --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } *, @@ -51,23 +49,13 @@ html { -webkit-tap-highlight-color: rgba(34, 34, 34, 0); } -article, -aside, -figcaption, -figure, -footer, -header, -hgroup, -main, -nav, -section { +article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; } body { margin: 0; - font-family: -apple-system, BlinkMacSystemFont, "Droid Sans", "Segoe UI", - "Helvetica", Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Droid Sans", "Segoe UI", "Helvetica", Arial, sans-serif; font-size: 1rem; font-weight: 400; line-height: 1.5; @@ -86,12 +74,7 @@ hr { overflow: visible; } -h1, -h2, -h3, -h4, -h5, -h6 { +h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0.5rem; } @@ -191,8 +174,7 @@ pre, code, kbd, samp { - font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", - "Courier New", monospace; + font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; } @@ -268,7 +250,7 @@ select { text-transform: none; } -[role="button"] { +[role=button] { cursor: pointer; } @@ -277,29 +259,29 @@ select { } button, -[type="button"], -[type="reset"], -[type="submit"] { +[type=button], +[type=reset], +[type=submit] { -webkit-appearance: button; } button:not(:disabled), -[type="button"]:not(:disabled), -[type="reset"]:not(:disabled), -[type="submit"]:not(:disabled) { +[type=button]:not(:disabled), +[type=reset]:not(:disabled), +[type=submit]:not(:disabled) { cursor: pointer; } button::-moz-focus-inner, -[type="button"]::-moz-focus-inner, -[type="reset"]::-moz-focus-inner, -[type="submit"]::-moz-focus-inner { +[type=button]::-moz-focus-inner, +[type=reset]::-moz-focus-inner, +[type=submit]::-moz-focus-inner { padding: 0; border-style: none; } -input[type="radio"], -input[type="checkbox"] { +input[type=radio], +input[type=checkbox] { box-sizing: border-box; padding: 0; } @@ -332,17 +314,17 @@ progress { vertical-align: baseline; } -[type="number"]::-webkit-inner-spin-button, -[type="number"]::-webkit-outer-spin-button { +[type=number]::-webkit-inner-spin-button, +[type=number]::-webkit-outer-spin-button { height: auto; } -[type="search"] { +[type=search] { outline-offset: -2px; -webkit-appearance: none; } -[type="search"]::-webkit-search-decoration { +[type=search]::-webkit-search-decoration { -webkit-appearance: none; } @@ -368,51 +350,35 @@ template { display: none !important; } -h1, -h2, -h3, -h4, -h5, -h6, -.h1, -.h2, -.h3, -.h4, -.h5, -.h6 { +h1, h2, h3, h4, h5, h6, +.h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: 0.5rem; font-weight: 500; line-height: 1.2; color: #495057; } -h1, -.h1 { +h1, .h1 { font-size: 2.5rem; } -h2, -.h2 { +h2, .h2 { font-size: 2rem; } -h3, -.h3 { +h3, .h3 { font-size: 1.75rem; } -h4, -.h4 { +h4, .h4 { font-size: 1.5rem; } -h5, -.h5 { +h5, .h5 { font-size: 1.25rem; } -h6, -.h6 { +h6, .h6 { font-size: 1rem; } @@ -580,32 +546,22 @@ pre code { } @media (min-width: 576px) { - .container-sm, - .container { + .container-sm, .container { max-width: 540px; } } @media (min-width: 768px) { - .container-md, - .container-sm, - .container { + .container-md, .container-sm, .container { max-width: 720px; } } @media (min-width: 992px) { - .container-lg, - .container-md, - .container-sm, - .container { + .container-lg, .container-md, .container-sm, .container { max-width: 960px; } } @media (min-width: 1200px) { - .container-xl, - .container-lg, - .container-md, - .container-sm, - .container { + .container-xl, .container-lg, .container-md, .container-sm, .container { max-width: 1140px; } } @@ -621,81 +577,17 @@ pre code { margin-left: 0; } .no-gutters > .col, -.no-gutters > [class*="col-"] { +.no-gutters > [class*=col-] { padding-right: 0; padding-left: 0; } .col-xl, -.col-xl-auto, -.col-xl-12, -.col-xl-11, -.col-xl-10, -.col-xl-9, -.col-xl-8, -.col-xl-7, -.col-xl-6, -.col-xl-5, -.col-xl-4, -.col-xl-3, -.col-xl-2, -.col-xl-1, -.col-lg, -.col-lg-auto, -.col-lg-12, -.col-lg-11, -.col-lg-10, -.col-lg-9, -.col-lg-8, -.col-lg-7, -.col-lg-6, -.col-lg-5, -.col-lg-4, -.col-lg-3, -.col-lg-2, -.col-lg-1, -.col-md, -.col-md-auto, -.col-md-12, -.col-md-11, -.col-md-10, -.col-md-9, -.col-md-8, -.col-md-7, -.col-md-6, -.col-md-5, -.col-md-4, -.col-md-3, -.col-md-2, -.col-md-1, -.col-sm, -.col-sm-auto, -.col-sm-12, -.col-sm-11, -.col-sm-10, -.col-sm-9, -.col-sm-8, -.col-sm-7, -.col-sm-6, -.col-sm-5, -.col-sm-4, -.col-sm-3, -.col-sm-2, -.col-sm-1, -.col, -.col-auto, -.col-12, -.col-11, -.col-10, -.col-9, -.col-8, -.col-7, -.col-6, -.col-5, -.col-4, -.col-3, -.col-2, -.col-1 { +.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, +.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, +.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, +.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, +.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 { position: relative; width: 100%; padding-right: 15px; @@ -1914,16 +1806,15 @@ pre code { color: #6c757d; opacity: 1; } -.form-control:disabled, -.form-control[readonly] { +.form-control:disabled, .form-control[readonly] { background-color: #e9ecef; opacity: 1; } -input[type="date"].form-control, -input[type="time"].form-control, -input[type="datetime-local"].form-control, -input[type="month"].form-control { +input[type=date].form-control, +input[type=time].form-control, +input[type=datetime-local].form-control, +input[type=month].form-control { appearance: none; } @@ -1976,8 +1867,7 @@ select.form-control:focus::-ms-value { border: solid transparent; border-width: 1px 0; } -.form-control-plaintext.form-control-sm, -.form-control-plaintext.form-control-lg { +.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { padding-right: 0; padding-left: 0; } @@ -1998,8 +1888,7 @@ select.form-control:focus::-ms-value { border-radius: 0.5rem; } -select.form-control[size], -select.form-control[multiple] { +select.form-control[size], select.form-control[multiple] { height: auto; } @@ -2023,7 +1912,7 @@ textarea.form-control { margin-left: -5px; } .form-row > .col, -.form-row > [class*="col-"] { +.form-row > [class*=col-] { padding-right: 5px; padding-left: 5px; } @@ -2039,8 +1928,7 @@ textarea.form-control { margin-top: 0.3rem; margin-left: -1.25rem; } -.form-check-input[disabled] ~ .form-check-label, -.form-check-input:disabled ~ .form-check-label { +.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label { color: #6c757d; } @@ -2084,8 +1972,7 @@ textarea.form-control { background-color: rgba(0, 123, 255, 0.9); border-radius: 0.5rem; } -.form-row > .col > .valid-tooltip, -.form-row > [class*="col-"] > .valid-tooltip { +.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip { left: 5px; } @@ -2096,8 +1983,7 @@ textarea.form-control { display: block; } -.was-validated .form-control:valid, -.form-control.is-valid { +.was-validated .form-control:valid, .form-control.is-valid { border-color: #007bff; padding-right: calc(1.5em + 0.75rem) !important; background-image: 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='%23007bff' 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"); @@ -2105,88 +1991,61 @@ textarea.form-control { background-position: right calc(0.375em + 0.1875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } -.was-validated .form-control:valid:focus, -.form-control.is-valid:focus { +.was-validated .form-control:valid:focus, .form-control.is-valid:focus { border-color: #007bff; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } -.was-validated select.form-control:valid, -select.form-control.is-valid { +.was-validated select.form-control:valid, select.form-control.is-valid { padding-right: 3rem !important; background-position: right 1.5rem center; } -.was-validated textarea.form-control:valid, -textarea.form-control.is-valid { +.was-validated textarea.form-control:valid, textarea.form-control.is-valid { padding-right: calc(1.5em + 0.75rem); - background-position: top calc(0.375em + 0.1875rem) right - calc(0.375em + 0.1875rem); + background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); } -.was-validated .custom-select:valid, -.custom-select.is-valid { +.was-validated .custom-select:valid, .custom-select.is-valid { border-color: #007bff; padding-right: calc(0.75em + 2.3125rem) !important; - 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='%23007bff' 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 { + 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='%23007bff' 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 { border-color: #007bff; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } -.was-validated .form-check-input:valid ~ .form-check-label, -.form-check-input.is-valid ~ .form-check-label { +.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { color: #007bff; } .was-validated .form-check-input:valid ~ .valid-feedback, -.was-validated .form-check-input:valid ~ .valid-tooltip, -.form-check-input.is-valid ~ .valid-feedback, +.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip { display: block; } -.was-validated .custom-control-input:valid ~ .custom-control-label, -.custom-control-input.is-valid ~ .custom-control-label { +.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label { color: #007bff; } -.was-validated .custom-control-input:valid ~ .custom-control-label::before, -.custom-control-input.is-valid ~ .custom-control-label::before { +.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before { border-color: #007bff; } -.was-validated - .custom-control-input:valid:checked - ~ .custom-control-label::before, -.custom-control-input.is-valid:checked ~ .custom-control-label::before { +.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before { border-color: #3395ff; background-color: #3395ff; } -.was-validated - .custom-control-input:valid:focus - ~ .custom-control-label::before, -.custom-control-input.is-valid:focus ~ .custom-control-label::before { +.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before { box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } -.was-validated - .custom-control-input:valid:focus:not(:checked) - ~ .custom-control-label::before, -.custom-control-input.is-valid:focus:not(:checked) - ~ .custom-control-label::before { +.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before { border-color: #007bff; } -.was-validated .custom-file-input:valid ~ .custom-file-label, -.custom-file-input.is-valid ~ .custom-file-label { +.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label { border-color: #007bff; } -.was-validated .custom-file-input:valid:focus ~ .custom-file-label, -.custom-file-input.is-valid:focus ~ .custom-file-label { +.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label { border-color: #007bff; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } @@ -2214,8 +2073,7 @@ textarea.form-control.is-valid { background-color: rgba(135, 50, 8, 0.9); border-radius: 0.5rem; } -.form-row > .col > .invalid-tooltip, -.form-row > [class*="col-"] > .invalid-tooltip { +.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip { left: 5px; } @@ -2226,8 +2084,7 @@ textarea.form-control.is-valid { display: block; } -.was-validated .form-control:invalid, -.form-control.is-invalid { +.was-validated .form-control:invalid, .form-control.is-invalid { border-color: #873208; padding-right: calc(1.5em + 0.75rem) !important; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23873208' 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='%23873208' stroke='none'/%3e%3c/svg%3e"); @@ -2235,88 +2092,61 @@ textarea.form-control.is-valid { background-position: right calc(0.375em + 0.1875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } -.was-validated .form-control:invalid:focus, -.form-control.is-invalid:focus { +.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { border-color: #873208; box-shadow: 0 0 0 0.2rem rgba(135, 50, 8, 0.25); } -.was-validated select.form-control:invalid, -select.form-control.is-invalid { +.was-validated select.form-control:invalid, select.form-control.is-invalid { padding-right: 3rem !important; background-position: right 1.5rem center; } -.was-validated textarea.form-control:invalid, -textarea.form-control.is-invalid { +.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { padding-right: calc(1.5em + 0.75rem); - background-position: top calc(0.375em + 0.1875rem) right - calc(0.375em + 0.1875rem); + background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); } -.was-validated .custom-select:invalid, -.custom-select.is-invalid { +.was-validated .custom-select:invalid, .custom-select.is-invalid { border-color: #873208; padding-right: calc(0.75em + 2.3125rem) !important; - 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='%23873208' 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='%23873208' 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 { + 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='%23873208' 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='%23873208' 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 { border-color: #873208; box-shadow: 0 0 0 0.2rem rgba(135, 50, 8, 0.25); } -.was-validated .form-check-input:invalid ~ .form-check-label, -.form-check-input.is-invalid ~ .form-check-label { +.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { color: #873208; } .was-validated .form-check-input:invalid ~ .invalid-feedback, -.was-validated .form-check-input:invalid ~ .invalid-tooltip, -.form-check-input.is-invalid ~ .invalid-feedback, +.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip { display: block; } -.was-validated .custom-control-input:invalid ~ .custom-control-label, -.custom-control-input.is-invalid ~ .custom-control-label { +.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label { color: #873208; } -.was-validated .custom-control-input:invalid ~ .custom-control-label::before, -.custom-control-input.is-invalid ~ .custom-control-label::before { +.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before { border-color: #873208; } -.was-validated - .custom-control-input:invalid:checked - ~ .custom-control-label::before, -.custom-control-input.is-invalid:checked ~ .custom-control-label::before { +.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before { border-color: #b7440b; background-color: #b7440b; } -.was-validated - .custom-control-input:invalid:focus - ~ .custom-control-label::before, -.custom-control-input.is-invalid:focus ~ .custom-control-label::before { +.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before { box-shadow: 0 0 0 0.2rem rgba(135, 50, 8, 0.25); } -.was-validated - .custom-control-input:invalid:focus:not(:checked) - ~ .custom-control-label::before, -.custom-control-input.is-invalid:focus:not(:checked) - ~ .custom-control-label::before { +.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before { border-color: #873208; } -.was-validated .custom-file-input:invalid ~ .custom-file-label, -.custom-file-input.is-invalid ~ .custom-file-label { +.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label { border-color: #873208; } -.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, -.custom-file-input.is-invalid:focus ~ .custom-file-label { +.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label { border-color: #873208; box-shadow: 0 0 0 0.2rem rgba(135, 50, 8, 0.25); } @@ -2391,8 +2221,7 @@ textarea.form-control.is-invalid { font-size: 1rem; line-height: 1.5; border-radius: 0.5rem; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, - border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .btn { @@ -2403,13 +2232,11 @@ textarea.form-control.is-invalid { color: #495057; text-decoration: none; } -.btn:focus, -.btn.focus { +.btn:focus, .btn.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(241, 100, 30, 0.75); } -.btn.disabled, -.btn:disabled { +.btn.disabled, .btn:disabled { opacity: 0.65; } .btn:not(:disabled):not(.disabled) { @@ -2430,29 +2257,23 @@ fieldset:disabled a.btn { background-color: #db520e; border-color: #cf4d0d; } -.btn-primary:focus, -.btn-primary.focus { +.btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #db520e; border-color: #cf4d0d; box-shadow: 0 0 0 0.2rem rgba(243, 123, 64, 0.5); } -.btn-primary.disabled, -.btn-primary:disabled { +.btn-primary.disabled, .btn-primary:disabled { color: #fff; background-color: #f1641e; border-color: #f1641e; } -.btn-primary:not(:disabled):not(.disabled):active, -.btn-primary:not(:disabled):not(.disabled).active, -.show > .btn-primary.dropdown-toggle { +.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle { color: #fff; background-color: #cf4d0d; border-color: #c3490c; } -.btn-primary:not(:disabled):not(.disabled):active:focus, -.btn-primary:not(:disabled):not(.disabled).active:focus, -.show > .btn-primary.dropdown-toggle:focus { +.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(243, 123, 64, 0.5); } @@ -2466,29 +2287,23 @@ fieldset:disabled a.btn { background-color: #00a243; border-color: #00953e; } -.btn-secondary:focus, -.btn-secondary.focus { +.btn-secondary:focus, .btn-secondary.focus { color: #fff; background-color: #00a243; border-color: #00953e; box-shadow: 0 0 0 0.2rem rgba(38, 208, 109, 0.5); } -.btn-secondary.disabled, -.btn-secondary:disabled { +.btn-secondary.disabled, .btn-secondary:disabled { color: #fff; background-color: #00c853; border-color: #00c853; } -.btn-secondary:not(:disabled):not(.disabled):active, -.btn-secondary:not(:disabled):not(.disabled).active, -.show > .btn-secondary.dropdown-toggle { +.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle { color: #fff; background-color: #00953e; border-color: #008839; } -.btn-secondary:not(:disabled):not(.disabled):active:focus, -.btn-secondary:not(:disabled):not(.disabled).active:focus, -.show > .btn-secondary.dropdown-toggle:focus { +.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(38, 208, 109, 0.5); } @@ -2502,29 +2317,23 @@ fieldset:disabled a.btn { background-color: #560bd0; border-color: #510bc4; } -.btn-success:focus, -.btn-success.focus { +.btn-success:focus, .btn-success.focus { color: #fff; background-color: #560bd0; border-color: #510bc4; box-shadow: 0 0 0 0.2rem rgba(125, 52, 244, 0.5); } -.btn-success.disabled, -.btn-success:disabled { +.btn-success.disabled, .btn-success:disabled { color: #fff; background-color: #6610f2; border-color: #6610f2; } -.btn-success:not(:disabled):not(.disabled):active, -.btn-success:not(:disabled):not(.disabled).active, -.show > .btn-success.dropdown-toggle { +.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle { color: #fff; background-color: #510bc4; border-color: #4c0ab8; } -.btn-success:not(:disabled):not(.disabled):active:focus, -.btn-success:not(:disabled):not(.disabled).active:focus, -.show > .btn-success.dropdown-toggle:focus { +.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(125, 52, 244, 0.5); } @@ -2538,29 +2347,23 @@ fieldset:disabled a.btn { background-color: #0069d9; border-color: #0062cc; } -.btn-info:focus, -.btn-info.focus { +.btn-info:focus, .btn-info.focus { color: #fff; background-color: #0069d9; border-color: #0062cc; box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); } -.btn-info.disabled, -.btn-info:disabled { +.btn-info.disabled, .btn-info:disabled { color: #fff; background-color: #007bff; border-color: #007bff; } -.btn-info:not(:disabled):not(.disabled):active, -.btn-info:not(:disabled):not(.disabled).active, -.show > .btn-info.dropdown-toggle { +.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle { color: #fff; background-color: #0062cc; border-color: #005cbf; } -.btn-info:not(:disabled):not(.disabled):active:focus, -.btn-info:not(:disabled):not(.disabled).active:focus, -.show > .btn-info.dropdown-toggle:focus { +.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); } @@ -2574,29 +2377,23 @@ fieldset:disabled a.btn { background-color: #e0a800; border-color: #d39e00; } -.btn-warning:focus, -.btn-warning.focus { +.btn-warning:focus, .btn-warning.focus { color: #212529; background-color: #e0a800; border-color: #d39e00; box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); } -.btn-warning.disabled, -.btn-warning:disabled { +.btn-warning.disabled, .btn-warning:disabled { color: #212529; background-color: #ffc107; border-color: #ffc107; } -.btn-warning:not(:disabled):not(.disabled):active, -.btn-warning:not(:disabled):not(.disabled).active, -.show > .btn-warning.dropdown-toggle { +.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle { color: #212529; background-color: #d39e00; border-color: #c69500; } -.btn-warning:not(:disabled):not(.disabled):active:focus, -.btn-warning:not(:disabled):not(.disabled).active:focus, -.show > .btn-warning.dropdown-toggle:focus { +.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); } @@ -2610,29 +2407,23 @@ fieldset:disabled a.btn { background-color: #632506; border-color: #572105; } -.btn-danger:focus, -.btn-danger.focus { +.btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #632506; border-color: #572105; box-shadow: 0 0 0 0.2rem rgba(153, 81, 45, 0.5); } -.btn-danger.disabled, -.btn-danger:disabled { +.btn-danger.disabled, .btn-danger:disabled { color: #fff; background-color: #873208; border-color: #873208; } -.btn-danger:not(:disabled):not(.disabled):active, -.btn-danger:not(:disabled):not(.disabled).active, -.show > .btn-danger.dropdown-toggle { +.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle { color: #fff; background-color: #572105; border-color: #4b1c05; } -.btn-danger:not(:disabled):not(.disabled):active:focus, -.btn-danger:not(:disabled):not(.disabled).active:focus, -.show > .btn-danger.dropdown-toggle:focus { +.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(153, 81, 45, 0.5); } @@ -2646,29 +2437,23 @@ fieldset:disabled a.btn { background-color: #e2e6ea; border-color: #dae0e5; } -.btn-light:focus, -.btn-light.focus { +.btn-light:focus, .btn-light.focus { color: #212529; background-color: #e2e6ea; border-color: #dae0e5; box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); } -.btn-light.disabled, -.btn-light:disabled { +.btn-light.disabled, .btn-light:disabled { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } -.btn-light:not(:disabled):not(.disabled):active, -.btn-light:not(:disabled):not(.disabled).active, -.show > .btn-light.dropdown-toggle { +.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle { color: #212529; background-color: #dae0e5; border-color: #d3d9df; } -.btn-light:not(:disabled):not(.disabled):active:focus, -.btn-light:not(:disabled):not(.disabled).active:focus, -.show > .btn-light.dropdown-toggle:focus { +.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); } @@ -2682,29 +2467,23 @@ fieldset:disabled a.btn { background-color: #23272b; border-color: #1d2124; } -.btn-dark:focus, -.btn-dark.focus { +.btn-dark:focus, .btn-dark.focus { color: #fff; background-color: #23272b; border-color: #1d2124; box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); } -.btn-dark.disabled, -.btn-dark:disabled { +.btn-dark.disabled, .btn-dark:disabled { color: #fff; background-color: #343a40; border-color: #343a40; } -.btn-dark:not(:disabled):not(.disabled):active, -.btn-dark:not(:disabled):not(.disabled).active, -.show > .btn-dark.dropdown-toggle { +.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle { color: #fff; background-color: #1d2124; border-color: #171a1d; } -.btn-dark:not(:disabled):not(.disabled):active:focus, -.btn-dark:not(:disabled):not(.disabled).active:focus, -.show > .btn-dark.dropdown-toggle:focus { +.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); } @@ -2717,25 +2496,19 @@ fieldset:disabled a.btn { background-color: #f1641e; border-color: #f1641e; } -.btn-outline-primary:focus, -.btn-outline-primary.focus { +.btn-outline-primary:focus, .btn-outline-primary.focus { box-shadow: 0 0 0 0.2rem rgba(241, 100, 30, 0.5); } -.btn-outline-primary.disabled, -.btn-outline-primary:disabled { +.btn-outline-primary.disabled, .btn-outline-primary:disabled { color: #f1641e; background-color: transparent; } -.btn-outline-primary:not(:disabled):not(.disabled):active, -.btn-outline-primary:not(:disabled):not(.disabled).active, -.show > .btn-outline-primary.dropdown-toggle { +.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle { color: #fff; background-color: #f1641e; border-color: #f1641e; } -.btn-outline-primary:not(:disabled):not(.disabled):active:focus, -.btn-outline-primary:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-primary.dropdown-toggle:focus { +.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(241, 100, 30, 0.5); } @@ -2748,25 +2521,19 @@ fieldset:disabled a.btn { background-color: #00c853; border-color: #00c853; } -.btn-outline-secondary:focus, -.btn-outline-secondary.focus { +.btn-outline-secondary:focus, .btn-outline-secondary.focus { box-shadow: 0 0 0 0.2rem rgba(0, 200, 83, 0.5); } -.btn-outline-secondary.disabled, -.btn-outline-secondary:disabled { +.btn-outline-secondary.disabled, .btn-outline-secondary:disabled { color: #00c853; background-color: transparent; } -.btn-outline-secondary:not(:disabled):not(.disabled):active, -.btn-outline-secondary:not(:disabled):not(.disabled).active, -.show > .btn-outline-secondary.dropdown-toggle { +.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle { color: #fff; background-color: #00c853; border-color: #00c853; } -.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, -.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-secondary.dropdown-toggle:focus { +.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(0, 200, 83, 0.5); } @@ -2779,25 +2546,19 @@ fieldset:disabled a.btn { background-color: #6610f2; border-color: #6610f2; } -.btn-outline-success:focus, -.btn-outline-success.focus { +.btn-outline-success:focus, .btn-outline-success.focus { box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5); } -.btn-outline-success.disabled, -.btn-outline-success:disabled { +.btn-outline-success.disabled, .btn-outline-success:disabled { color: #6610f2; background-color: transparent; } -.btn-outline-success:not(:disabled):not(.disabled):active, -.btn-outline-success:not(:disabled):not(.disabled).active, -.show > .btn-outline-success.dropdown-toggle { +.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle { color: #fff; background-color: #6610f2; border-color: #6610f2; } -.btn-outline-success:not(:disabled):not(.disabled):active:focus, -.btn-outline-success:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-success.dropdown-toggle:focus { +.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5); } @@ -2810,25 +2571,19 @@ fieldset:disabled a.btn { background-color: #007bff; border-color: #007bff; } -.btn-outline-info:focus, -.btn-outline-info.focus { +.btn-outline-info:focus, .btn-outline-info.focus { box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } -.btn-outline-info.disabled, -.btn-outline-info:disabled { +.btn-outline-info.disabled, .btn-outline-info:disabled { color: #007bff; background-color: transparent; } -.btn-outline-info:not(:disabled):not(.disabled):active, -.btn-outline-info:not(:disabled):not(.disabled).active, -.show > .btn-outline-info.dropdown-toggle { +.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle { color: #fff; background-color: #007bff; border-color: #007bff; } -.btn-outline-info:not(:disabled):not(.disabled):active:focus, -.btn-outline-info:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-info.dropdown-toggle:focus { +.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } @@ -2841,25 +2596,19 @@ fieldset:disabled a.btn { background-color: #ffc107; border-color: #ffc107; } -.btn-outline-warning:focus, -.btn-outline-warning.focus { +.btn-outline-warning:focus, .btn-outline-warning.focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } -.btn-outline-warning.disabled, -.btn-outline-warning:disabled { +.btn-outline-warning.disabled, .btn-outline-warning:disabled { color: #ffc107; background-color: transparent; } -.btn-outline-warning:not(:disabled):not(.disabled):active, -.btn-outline-warning:not(:disabled):not(.disabled).active, -.show > .btn-outline-warning.dropdown-toggle { +.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle { color: #212529; background-color: #ffc107; border-color: #ffc107; } -.btn-outline-warning:not(:disabled):not(.disabled):active:focus, -.btn-outline-warning:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-warning.dropdown-toggle:focus { +.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } @@ -2872,25 +2621,19 @@ fieldset:disabled a.btn { background-color: #873208; border-color: #873208; } -.btn-outline-danger:focus, -.btn-outline-danger.focus { +.btn-outline-danger:focus, .btn-outline-danger.focus { box-shadow: 0 0 0 0.2rem rgba(135, 50, 8, 0.5); } -.btn-outline-danger.disabled, -.btn-outline-danger:disabled { +.btn-outline-danger.disabled, .btn-outline-danger:disabled { color: #873208; background-color: transparent; } -.btn-outline-danger:not(:disabled):not(.disabled):active, -.btn-outline-danger:not(:disabled):not(.disabled).active, -.show > .btn-outline-danger.dropdown-toggle { +.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle { color: #fff; background-color: #873208; border-color: #873208; } -.btn-outline-danger:not(:disabled):not(.disabled):active:focus, -.btn-outline-danger:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-danger.dropdown-toggle:focus { +.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(135, 50, 8, 0.5); } @@ -2903,25 +2646,19 @@ fieldset:disabled a.btn { background-color: #f8f9fa; border-color: #f8f9fa; } -.btn-outline-light:focus, -.btn-outline-light.focus { +.btn-outline-light:focus, .btn-outline-light.focus { box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } -.btn-outline-light.disabled, -.btn-outline-light:disabled { +.btn-outline-light.disabled, .btn-outline-light:disabled { color: #f8f9fa; background-color: transparent; } -.btn-outline-light:not(:disabled):not(.disabled):active, -.btn-outline-light:not(:disabled):not(.disabled).active, -.show > .btn-outline-light.dropdown-toggle { +.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } -.btn-outline-light:not(:disabled):not(.disabled):active:focus, -.btn-outline-light:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-light.dropdown-toggle:focus { +.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } @@ -2934,25 +2671,19 @@ fieldset:disabled a.btn { background-color: #343a40; border-color: #343a40; } -.btn-outline-dark:focus, -.btn-outline-dark.focus { +.btn-outline-dark:focus, .btn-outline-dark.focus { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } -.btn-outline-dark.disabled, -.btn-outline-dark:disabled { +.btn-outline-dark.disabled, .btn-outline-dark:disabled { color: #343a40; background-color: transparent; } -.btn-outline-dark:not(:disabled):not(.disabled):active, -.btn-outline-dark:not(:disabled):not(.disabled).active, -.show > .btn-outline-dark.dropdown-toggle { +.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle { color: #fff; background-color: #343a40; border-color: #343a40; } -.btn-outline-dark:not(:disabled):not(.disabled):active:focus, -.btn-outline-dark:not(:disabled):not(.disabled).active:focus, -.show > .btn-outline-dark.dropdown-toggle:focus { +.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } @@ -2965,26 +2696,22 @@ fieldset:disabled a.btn { color: #b7440b; text-decoration: underline; } -.btn-link:focus, -.btn-link.focus { +.btn-link:focus, .btn-link.focus { text-decoration: underline; } -.btn-link:disabled, -.btn-link.disabled { +.btn-link:disabled, .btn-link.disabled { color: #6c757d; pointer-events: none; } -.btn-lg, -.btn-group-lg > .btn { +.btn-lg, .btn-group-lg > .btn { padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.5rem; } -.btn-sm, -.btn-group-sm > .btn { +.btn-sm, .btn-group-sm > .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; @@ -2999,9 +2726,9 @@ fieldset:disabled a.btn { margin-top: 0.5rem; } -input[type="submit"].btn-block, -input[type="reset"].btn-block, -input[type="button"].btn-block { +input[type=submit].btn-block, +input[type=reset].btn-block, +input[type=button].btn-block { width: 100%; } @@ -3213,10 +2940,7 @@ input[type="button"].btn-block { vertical-align: 0; } -.dropdown-menu[x-placement^="top"], -.dropdown-menu[x-placement^="right"], -.dropdown-menu[x-placement^="bottom"], -.dropdown-menu[x-placement^="left"] { +.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] { right: auto; bottom: auto; } @@ -3240,20 +2964,17 @@ input[type="button"].btn-block { background-color: transparent; border: 0; } -.dropdown-item:hover, -.dropdown-item:focus { +.dropdown-item:hover, .dropdown-item:focus { color: #16181b; text-decoration: none; background-color: #e9ecef; } -.dropdown-item.active, -.dropdown-item:active { +.dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; background-color: #f1641e; } -.dropdown-item.disabled, -.dropdown-item:disabled { +.dropdown-item.disabled, .dropdown-item:disabled { color: #adb5bd; pointer-events: none; background-color: transparent; @@ -3293,9 +3014,7 @@ input[type="button"].btn-block { .btn-group-vertical > .btn:hover { z-index: 1; } -.btn-group > .btn:focus, -.btn-group > .btn:active, -.btn-group > .btn.active, +.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active { @@ -3330,23 +3049,19 @@ input[type="button"].btn-block { padding-right: 0.5625rem; padding-left: 0.5625rem; } -.dropdown-toggle-split::after, -.dropup .dropdown-toggle-split::after, -.dropright .dropdown-toggle-split::after { +.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after { margin-left: 0; } .dropleft .dropdown-toggle-split::before { margin-right: 0; } -.btn-sm + .dropdown-toggle-split, -.btn-group-sm > .btn + .dropdown-toggle-split { +.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { padding-right: 0.375rem; padding-left: 0.375rem; } -.btn-lg + .dropdown-toggle-split, -.btn-group-lg > .btn + .dropdown-toggle-split { +.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { padding-right: 0.75rem; padding-left: 0.75rem; } @@ -3379,10 +3094,10 @@ input[type="button"].btn-block { .btn-group-toggle > .btn-group > .btn { margin-bottom: 0; } -.btn-group-toggle > .btn input[type="radio"], -.btn-group-toggle > .btn input[type="checkbox"], -.btn-group-toggle > .btn-group > .btn input[type="radio"], -.btn-group-toggle > .btn-group > .btn input[type="checkbox"] { +.btn-group-toggle > .btn input[type=radio], +.btn-group-toggle > .btn input[type=checkbox], +.btn-group-toggle > .btn-group > .btn input[type=radio], +.btn-group-toggle > .btn-group > .btn input[type=checkbox] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; @@ -3436,8 +3151,7 @@ input[type="button"].btn-block { display: flex; align-items: center; } -.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(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after { border-top-right-radius: 0; border-bottom-right-radius: 0; } @@ -3447,23 +3161,15 @@ input[type="button"].btn-block { } .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, -.input-group:not(.has-validation) - > .custom-file:not(:last-child) - .custom-file-label::after { +.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label, +.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.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, -.input-group.has-validation - > .custom-file:nth-last-child(n + 3) - .custom-file-label::after { +.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, +.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; } @@ -3515,8 +3221,8 @@ input[type="button"].btn-block { border: 1px solid #ced4da; border-radius: 0.5rem; } -.input-group-text input[type="radio"], -.input-group-text input[type="checkbox"] { +.input-group-text input[type=radio], +.input-group-text input[type=checkbox] { margin-top: 0; } @@ -3562,19 +3268,11 @@ input[type="button"].btn-block { .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .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) { +.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; border-bottom-right-radius: 0; } @@ -3584,9 +3282,7 @@ input[type="button"].btn-block { .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), -.input-group - > .input-group-prepend:first-child - > .input-group-text:not(:first-child) { +.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } @@ -3629,12 +3325,10 @@ input[type="button"].btn-block { background-color: #fbd8c6; border-color: #fbd8c6; } -.custom-control-input[disabled] ~ .custom-control-label, -.custom-control-input:disabled ~ .custom-control-label { +.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label { color: #6c757d; } -.custom-control-input[disabled] ~ .custom-control-label::before, -.custom-control-input:disabled ~ .custom-control-label::before { +.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before { background-color: #e9ecef; } @@ -3672,25 +3366,17 @@ input[type="button"].btn-block { .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { background-image: 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='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); } -.custom-checkbox - .custom-control-input:indeterminate - ~ .custom-control-label::before { +.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before { border-color: #f1641e; background-color: #f1641e; } -.custom-checkbox - .custom-control-input:indeterminate - ~ .custom-control-label::after { +.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); } -.custom-checkbox - .custom-control-input:disabled:checked - ~ .custom-control-label::before { +.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(241, 100, 30, 0.5); } -.custom-checkbox - .custom-control-input:disabled:indeterminate - ~ .custom-control-label::before { +.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before { background-color: rgba(241, 100, 30, 0.5); } @@ -3700,9 +3386,7 @@ input[type="button"].btn-block { .custom-radio .custom-control-input:checked ~ .custom-control-label::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); } -.custom-radio - .custom-control-input:disabled:checked - ~ .custom-control-label::before { +.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(241, 100, 30, 0.5); } @@ -3722,8 +3406,7 @@ input[type="button"].btn-block { height: calc(1rem - 4px); background-color: #adb5bd; border-radius: 0.5rem; - transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, - border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .custom-switch .custom-control-label::after { @@ -3734,9 +3417,7 @@ input[type="button"].btn-block { background-color: #fff; transform: translateX(0.75rem); } -.custom-switch - .custom-control-input:disabled:checked - ~ .custom-control-label::before { +.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(241, 100, 30, 0.5); } @@ -3750,9 +3431,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") - right 0.75rem center/8px 10px no-repeat; + 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.5rem; appearance: none; @@ -3766,8 +3445,7 @@ input[type="button"].btn-block { color: #495057; background-color: #fff; } -.custom-select[multiple], -.custom-select[size]:not([size="1"]) { +.custom-select[multiple], .custom-select[size]:not([size="1"]) { height: auto; padding-right: 0.75rem; background-image: none; @@ -3821,8 +3499,7 @@ input[type="button"].btn-block { border-color: #f8b796; box-shadow: 0 0 0 0.2rem rgba(241, 100, 30, 0.75); } -.custom-file-input[disabled] ~ .custom-file-label, -.custom-file-input:disabled ~ .custom-file-label { +.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label { background-color: #e9ecef; } .custom-file-input:lang(en) ~ .custom-file-label::after { @@ -3894,8 +3571,7 @@ input[type="button"].btn-block { background-color: #f1641e; border: 0; border-radius: 1rem; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, - box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; } @media (prefers-reduced-motion: reduce) { @@ -3921,8 +3597,7 @@ input[type="button"].btn-block { background-color: #f1641e; border: 0; border-radius: 1rem; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, - box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; } @media (prefers-reduced-motion: reduce) { @@ -3951,8 +3626,7 @@ input[type="button"].btn-block { background-color: #f1641e; border: 0; border-radius: 1rem; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, - box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; } @media (prefers-reduced-motion: reduce) { @@ -4000,8 +3674,7 @@ input[type="button"].btn-block { .custom-control-label::before, .custom-file-label, .custom-select { - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, - box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .custom-control-label::before, @@ -4023,8 +3696,7 @@ input[type="button"].btn-block { display: block; padding: 0.5rem 1rem; } -.nav-link:hover, -.nav-link:focus { +.nav-link:hover, .nav-link:focus { text-decoration: none; } .nav-link.disabled { @@ -4043,8 +3715,7 @@ input[type="button"].btn-block { border-top-left-radius: 0.5rem; border-top-right-radius: 0.5rem; } -.nav-tabs .nav-link:hover, -.nav-tabs .nav-link:focus { +.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { isolation: isolate; border-color: #e9ecef #e9ecef #dee2e6; } @@ -4124,8 +3795,7 @@ input[type="button"].btn-block { line-height: inherit; white-space: nowrap; } -.navbar-brand:hover, -.navbar-brand:focus { +.navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } @@ -4165,8 +3835,7 @@ input[type="button"].btn-block { border: 1px solid transparent; border-radius: 0.5rem; } -.navbar-toggler:hover, -.navbar-toggler:focus { +.navbar-toggler:hover, .navbar-toggler:focus { text-decoration: none; } @@ -4409,15 +4078,13 @@ input[type="button"].btn-block { .navbar-light .navbar-brand { color: #212529; } -.navbar-light .navbar-brand:hover, -.navbar-light .navbar-brand:focus { +.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { color: #212529; } .navbar-light .navbar-nav .nav-link { color: #6c757d; } -.navbar-light .navbar-nav .nav-link:hover, -.navbar-light .navbar-nav .nav-link:focus { +.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { color: #212529; } .navbar-light .navbar-nav .nav-link.disabled { @@ -4442,23 +4109,20 @@ input[type="button"].btn-block { .navbar-light .navbar-text a { color: #212529; } -.navbar-light .navbar-text a:hover, -.navbar-light .navbar-text a:focus { +.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus { color: #212529; } .navbar-dark .navbar-brand { color: #fff; } -.navbar-dark .navbar-brand:hover, -.navbar-dark .navbar-brand:focus { +.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { color: #fff; } .navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.5); } -.navbar-dark .navbar-nav .nav-link:hover, -.navbar-dark .navbar-nav .nav-link:focus { +.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: rgba(255, 255, 255, 0.75); } .navbar-dark .navbar-nav .nav-link.disabled { @@ -4483,8 +4147,7 @@ input[type="button"].btn-block { .navbar-dark .navbar-text a { color: #fff; } -.navbar-dark .navbar-text a:hover, -.navbar-dark .navbar-text a:focus { +.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus { color: #fff; } @@ -4827,16 +4490,14 @@ input[type="button"].btn-block { white-space: nowrap; vertical-align: baseline; border-radius: 0.5rem; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, - border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .badge { transition: none; } } -a.badge:hover, -a.badge:focus { +a.badge:hover, a.badge:focus { text-decoration: none; } @@ -4859,13 +4520,11 @@ a.badge:focus { color: #fff; background-color: #f1641e; } -a.badge-primary:hover, -a.badge-primary:focus { +a.badge-primary:hover, a.badge-primary:focus { color: #fff; background-color: #cf4d0d; } -a.badge-primary:focus, -a.badge-primary.focus { +a.badge-primary:focus, a.badge-primary.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(241, 100, 30, 0.5); } @@ -4874,13 +4533,11 @@ a.badge-primary.focus { color: #fff; background-color: #00c853; } -a.badge-secondary:hover, -a.badge-secondary:focus { +a.badge-secondary:hover, a.badge-secondary:focus { color: #fff; background-color: #00953e; } -a.badge-secondary:focus, -a.badge-secondary.focus { +a.badge-secondary:focus, a.badge-secondary.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 200, 83, 0.5); } @@ -4889,13 +4546,11 @@ a.badge-secondary.focus { color: #fff; background-color: #6610f2; } -a.badge-success:hover, -a.badge-success:focus { +a.badge-success:hover, a.badge-success:focus { color: #fff; background-color: #510bc4; } -a.badge-success:focus, -a.badge-success.focus { +a.badge-success:focus, a.badge-success.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5); } @@ -4904,13 +4559,11 @@ a.badge-success.focus { color: #fff; background-color: #007bff; } -a.badge-info:hover, -a.badge-info:focus { +a.badge-info:hover, a.badge-info:focus { color: #fff; background-color: #0062cc; } -a.badge-info:focus, -a.badge-info.focus { +a.badge-info:focus, a.badge-info.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } @@ -4919,13 +4572,11 @@ a.badge-info.focus { color: #212529; background-color: #ffc107; } -a.badge-warning:hover, -a.badge-warning:focus { +a.badge-warning:hover, a.badge-warning:focus { color: #212529; background-color: #d39e00; } -a.badge-warning:focus, -a.badge-warning.focus { +a.badge-warning:focus, a.badge-warning.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } @@ -4934,13 +4585,11 @@ a.badge-warning.focus { color: #fff; background-color: #873208; } -a.badge-danger:hover, -a.badge-danger:focus { +a.badge-danger:hover, a.badge-danger:focus { color: #fff; background-color: #572105; } -a.badge-danger:focus, -a.badge-danger.focus { +a.badge-danger:focus, a.badge-danger.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(135, 50, 8, 0.5); } @@ -4949,13 +4598,11 @@ a.badge-danger.focus { color: #212529; background-color: #f8f9fa; } -a.badge-light:hover, -a.badge-light:focus { +a.badge-light:hover, a.badge-light:focus { color: #212529; background-color: #dae0e5; } -a.badge-light:focus, -a.badge-light.focus { +a.badge-light:focus, a.badge-light.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } @@ -4964,13 +4611,11 @@ a.badge-light.focus { color: #fff; background-color: #343a40; } -a.badge-dark:hover, -a.badge-dark:focus { +a.badge-dark:hover, a.badge-dark:focus { color: #fff; background-color: #1d2124; } -a.badge-dark:focus, -a.badge-dark.focus { +a.badge-dark:focus, a.badge-dark.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } @@ -5153,16 +4798,7 @@ a.badge-dark.focus { } .progress-bar-striped { - background-image: linear-gradient( - 45deg, - rgba(255, 255, 255, 0.15) 25%, - transparent 25%, - transparent 50%, - rgba(255, 255, 255, 0.15) 50%, - rgba(255, 255, 255, 0.15) 75%, - transparent 75%, - transparent - ); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 1rem 1rem; } @@ -5197,8 +4833,7 @@ a.badge-dark.focus { color: #495057; text-align: inherit; } -.list-group-item-action:hover, -.list-group-item-action:focus { +.list-group-item-action:hover, .list-group-item-action:focus { z-index: 1; color: #495057; text-decoration: none; @@ -5224,8 +4859,7 @@ a.badge-dark.focus { border-bottom-right-radius: inherit; border-bottom-left-radius: inherit; } -.list-group-item.disabled, -.list-group-item:disabled { +.list-group-item.disabled, .list-group-item:disabled { color: #6c757d; pointer-events: none; background-color: #fff; @@ -5377,8 +5011,7 @@ a.badge-dark.focus { color: #8e4420; background-color: #fbd4c0; } -.list-group-item-primary.list-group-item-action:hover, -.list-group-item-primary.list-group-item-action:focus { +.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { color: #8e4420; background-color: #f9c4a8; } @@ -5392,8 +5025,7 @@ a.badge-dark.focus { color: #10783b; background-color: #b8f0cf; } -.list-group-item-secondary.list-group-item-action:hover, -.list-group-item-secondary.list-group-item-action:focus { +.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { color: #10783b; background-color: #a3ecc1; } @@ -5407,8 +5039,7 @@ a.badge-dark.focus { color: #45198e; background-color: #d4bcfb; } -.list-group-item-success.list-group-item-action:hover, -.list-group-item-success.list-group-item-action:focus { +.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { color: #45198e; background-color: #c5a4fa; } @@ -5422,8 +5053,7 @@ a.badge-dark.focus { color: #105095; background-color: #b8daff; } -.list-group-item-info.list-group-item-action:hover, -.list-group-item-info.list-group-item-action:focus { +.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { color: #105095; background-color: #9fcdff; } @@ -5437,8 +5067,7 @@ a.badge-dark.focus { color: #957514; background-color: #ffeeba; } -.list-group-item-warning.list-group-item-action:hover, -.list-group-item-warning.list-group-item-action:focus { +.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { color: #957514; background-color: #ffe8a1; } @@ -5452,8 +5081,7 @@ a.badge-dark.focus { color: #572a14; background-color: #ddc6ba; } -.list-group-item-danger.list-group-item-action:hover, -.list-group-item-danger.list-group-item-action:focus { +.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { color: #572a14; background-color: #d5b8a9; } @@ -5467,8 +5095,7 @@ a.badge-dark.focus { color: #919292; background-color: #fdfdfe; } -.list-group-item-light.list-group-item-action:hover, -.list-group-item-light.list-group-item-action:focus { +.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { color: #919292; background-color: #ececf6; } @@ -5482,8 +5109,7 @@ a.badge-dark.focus { color: #2b2e32; background-color: #c6c8ca; } -.list-group-item-dark.list-group-item-action:hover, -.list-group-item-dark.list-group-item-action:focus { +.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { color: #2b2e32; background-color: #b9bbbe; } @@ -5506,8 +5132,7 @@ a.badge-dark.focus { color: #222; text-decoration: none; } -.close:not(:disabled):not(.disabled):hover, -.close:not(:disabled):not(.disabled):focus { +.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus { opacity: 0.75; } @@ -5757,8 +5382,7 @@ a.close.disabled { z-index: 1070; display: block; margin: 0; - font-family: -apple-system, BlinkMacSystemFont, "Droid Sans", "Segoe UI", - "Helvetica", Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Droid Sans", "Segoe UI", "Helvetica", Arial, sans-serif; font-style: normal; font-weight: 400; line-height: 1.5; @@ -5792,65 +5416,53 @@ a.close.disabled { border-style: solid; } -.bs-tooltip-top, -.bs-tooltip-auto[x-placement^="top"] { +.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] { padding: 0.4rem 0; } -.bs-tooltip-top .arrow, -.bs-tooltip-auto[x-placement^="top"] .arrow { +.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow { bottom: 0; } -.bs-tooltip-top .arrow::before, -.bs-tooltip-auto[x-placement^="top"] .arrow::before { +.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before { top: 0; border-width: 0.4rem 0.4rem 0; border-top-color: #222; } -.bs-tooltip-right, -.bs-tooltip-auto[x-placement^="right"] { +.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] { padding: 0 0.4rem; } -.bs-tooltip-right .arrow, -.bs-tooltip-auto[x-placement^="right"] .arrow { +.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow { left: 0; width: 0.4rem; height: 0.8rem; } -.bs-tooltip-right .arrow::before, -.bs-tooltip-auto[x-placement^="right"] .arrow::before { +.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before { right: 0; border-width: 0.4rem 0.4rem 0.4rem 0; border-right-color: #222; } -.bs-tooltip-bottom, -.bs-tooltip-auto[x-placement^="bottom"] { +.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] { padding: 0.4rem 0; } -.bs-tooltip-bottom .arrow, -.bs-tooltip-auto[x-placement^="bottom"] .arrow { +.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow { top: 0; } -.bs-tooltip-bottom .arrow::before, -.bs-tooltip-auto[x-placement^="bottom"] .arrow::before { +.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before { bottom: 0; border-width: 0 0.4rem 0.4rem; border-bottom-color: #222; } -.bs-tooltip-left, -.bs-tooltip-auto[x-placement^="left"] { +.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] { padding: 0 0.4rem; } -.bs-tooltip-left .arrow, -.bs-tooltip-auto[x-placement^="left"] .arrow { +.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow { right: 0; width: 0.4rem; height: 0.8rem; } -.bs-tooltip-left .arrow::before, -.bs-tooltip-auto[x-placement^="left"] .arrow::before { +.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before { left: 0; border-width: 0.4rem 0 0.4rem 0.4rem; border-left-color: #222; @@ -5872,8 +5484,7 @@ a.close.disabled { z-index: 1060; display: block; max-width: 276px; - font-family: -apple-system, BlinkMacSystemFont, "Droid Sans", "Segoe UI", - "Helvetica", Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Droid Sans", "Segoe UI", "Helvetica", Arial, sans-serif; font-style: normal; font-weight: 400; line-height: 1.5; @@ -5901,8 +5512,7 @@ a.close.disabled { height: 0.5rem; margin: 0 0.5rem; } -.popover .arrow::before, -.popover .arrow::after { +.popover .arrow::before, .popover .arrow::after { position: absolute; display: block; content: ""; @@ -5910,73 +5520,60 @@ a.close.disabled { border-style: solid; } -.bs-popover-top, -.bs-popover-auto[x-placement^="top"] { +.bs-popover-top, .bs-popover-auto[x-placement^=top] { margin-bottom: 0.5rem; } -.bs-popover-top > .arrow, -.bs-popover-auto[x-placement^="top"] > .arrow { +.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow { bottom: calc(-0.5rem - 1px); } -.bs-popover-top > .arrow::before, -.bs-popover-auto[x-placement^="top"] > .arrow::before { +.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before { bottom: 0; border-width: 0.5rem 0.5rem 0; border-top-color: rgba(34, 34, 34, 0.25); } -.bs-popover-top > .arrow::after, -.bs-popover-auto[x-placement^="top"] > .arrow::after { +.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after { bottom: 1px; border-width: 0.5rem 0.5rem 0; border-top-color: #fff; } -.bs-popover-right, -.bs-popover-auto[x-placement^="right"] { +.bs-popover-right, .bs-popover-auto[x-placement^=right] { margin-left: 0.5rem; } -.bs-popover-right > .arrow, -.bs-popover-auto[x-placement^="right"] > .arrow { +.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow { left: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; margin: 0.5rem 0; } -.bs-popover-right > .arrow::before, -.bs-popover-auto[x-placement^="right"] > .arrow::before { +.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before { left: 0; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: rgba(34, 34, 34, 0.25); } -.bs-popover-right > .arrow::after, -.bs-popover-auto[x-placement^="right"] > .arrow::after { +.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after { left: 1px; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: #fff; } -.bs-popover-bottom, -.bs-popover-auto[x-placement^="bottom"] { +.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] { margin-top: 0.5rem; } -.bs-popover-bottom > .arrow, -.bs-popover-auto[x-placement^="bottom"] > .arrow { +.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow { top: calc(-0.5rem - 1px); } -.bs-popover-bottom > .arrow::before, -.bs-popover-auto[x-placement^="bottom"] > .arrow::before { +.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before { top: 0; border-width: 0 0.5rem 0.5rem 0.5rem; border-bottom-color: rgba(34, 34, 34, 0.25); } -.bs-popover-bottom > .arrow::after, -.bs-popover-auto[x-placement^="bottom"] > .arrow::after { +.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after { top: 1px; border-width: 0 0.5rem 0.5rem 0.5rem; border-bottom-color: #fff; } -.bs-popover-bottom .popover-header::before, -.bs-popover-auto[x-placement^="bottom"] .popover-header::before { +.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before { position: absolute; top: 0; left: 50%; @@ -5987,25 +5584,21 @@ a.close.disabled { border-bottom: 1px solid #f7f7f7; } -.bs-popover-left, -.bs-popover-auto[x-placement^="left"] { +.bs-popover-left, .bs-popover-auto[x-placement^=left] { margin-right: 0.5rem; } -.bs-popover-left > .arrow, -.bs-popover-auto[x-placement^="left"] > .arrow { +.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow { right: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; margin: 0.5rem 0; } -.bs-popover-left > .arrow::before, -.bs-popover-auto[x-placement^="left"] > .arrow::before { +.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before { right: 0; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: rgba(34, 34, 34, 0.25); } -.bs-popover-left > .arrow::after, -.bs-popover-auto[x-placement^="left"] > .arrow::after { +.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after { right: 1px; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: #fff; @@ -6128,8 +5721,7 @@ a.close.disabled { transition: none; } } -.carousel-control-prev:hover, -.carousel-control-prev:focus, +.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus { color: #fff; @@ -6293,8 +5885,7 @@ a.close.disabled { background-color: #f1641e !important; } -a.bg-primary:hover, -a.bg-primary:focus, +a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus { background-color: #cf4d0d !important; @@ -6304,8 +5895,7 @@ button.bg-primary:focus { background-color: #00c853 !important; } -a.bg-secondary:hover, -a.bg-secondary:focus, +a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus { background-color: #00953e !important; @@ -6315,8 +5905,7 @@ button.bg-secondary:focus { background-color: #6610f2 !important; } -a.bg-success:hover, -a.bg-success:focus, +a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus { background-color: #510bc4 !important; @@ -6326,8 +5915,7 @@ button.bg-success:focus { background-color: #007bff !important; } -a.bg-info:hover, -a.bg-info:focus, +a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus { background-color: #0062cc !important; @@ -6337,8 +5925,7 @@ button.bg-info:focus { background-color: #ffc107 !important; } -a.bg-warning:hover, -a.bg-warning:focus, +a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus { background-color: #d39e00 !important; @@ -6348,8 +5935,7 @@ button.bg-warning:focus { background-color: #873208 !important; } -a.bg-danger:hover, -a.bg-danger:focus, +a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus { background-color: #572105 !important; @@ -6359,8 +5945,7 @@ button.bg-danger:focus { background-color: #f8f9fa !important; } -a.bg-light:hover, -a.bg-light:focus, +a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus { background-color: #dae0e5 !important; @@ -6370,8 +5955,7 @@ button.bg-light:focus { background-color: #343a40 !important; } -a.bg-dark:hover, -a.bg-dark:focus, +a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus { background-color: #1d2124 !important; @@ -7417,8 +7001,7 @@ button.bg-dark:focus { border: 0; } -.sr-only-focusable:active, -.sr-only-focusable:focus { +.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; @@ -9328,8 +8911,7 @@ button.bg-dark:focus { } .text-monospace { - font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", - "Courier New", monospace !important; + font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; } .text-justify { @@ -9450,8 +9032,7 @@ button.bg-dark:focus { color: #f1641e !important; } -a.text-primary:hover, -a.text-primary:focus { +a.text-primary:hover, a.text-primary:focus { color: #b7440b !important; } @@ -9459,8 +9040,7 @@ a.text-primary:focus { color: #00c853 !important; } -a.text-secondary:hover, -a.text-secondary:focus { +a.text-secondary:hover, a.text-secondary:focus { color: #007c33 !important; } @@ -9468,8 +9048,7 @@ a.text-secondary:focus { color: #6610f2 !important; } -a.text-success:hover, -a.text-success:focus { +a.text-success:hover, a.text-success:focus { color: #4709ac !important; } @@ -9477,8 +9056,7 @@ a.text-success:focus { color: #007bff !important; } -a.text-info:hover, -a.text-info:focus { +a.text-info:hover, a.text-info:focus { color: #0056b3 !important; } @@ -9486,8 +9064,7 @@ a.text-info:focus { color: #ffc107 !important; } -a.text-warning:hover, -a.text-warning:focus { +a.text-warning:hover, a.text-warning:focus { color: #ba8b00 !important; } @@ -9495,8 +9072,7 @@ a.text-warning:focus { color: #873208 !important; } -a.text-danger:hover, -a.text-danger:focus { +a.text-danger:hover, a.text-danger:focus { color: #3f1804 !important; } @@ -9504,8 +9080,7 @@ a.text-danger:focus { color: #f8f9fa !important; } -a.text-light:hover, -a.text-light:focus { +a.text-light:hover, a.text-light:focus { color: #cbd3da !important; } @@ -9513,8 +9088,7 @@ a.text-light:focus { color: #343a40 !important; } -a.text-dark:hover, -a.text-dark:focus { +a.text-dark:hover, a.text-dark:focus { color: #121416 !important; }