|
405 | 405 | fill: #262B40; }
|
406 | 406 |
|
407 | 407 | .ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
|
408 |
| - stroke: #F8BD7A; } |
| 408 | + stroke: #FB503B; } |
409 | 409 |
|
410 | 410 | .ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area {
|
411 |
| - fill: #F8BD7A; } |
| 411 | + fill: #FB503B; } |
412 | 412 |
|
413 | 413 | .ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
|
414 | 414 | stroke: #2CA58D; }
|
|
435 | 435 | fill: #ffffff; }
|
436 | 436 |
|
437 | 437 | .ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
|
438 |
| - stroke: #F8BD7A; } |
| 438 | + stroke: #FB503B; } |
439 | 439 |
|
440 | 440 | .ct-series-g .ct-slice-pie, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-area {
|
441 |
| - fill: #F8BD7A; } |
| 441 | + fill: #FB503B; } |
442 | 442 |
|
443 | 443 | .ct-square {
|
444 | 444 | display: block;
|
|
812 | 812 | --bs-gray: #4B5563;
|
813 | 813 | --bs-gray-dark: #1F2937;
|
814 | 814 | --bs-primary: #1F2937;
|
815 |
| - --bs-secondary: #f0bc74; |
| 815 | + --bs-secondary: #fb503b; |
816 | 816 | --bs-tertiary: #31316A;
|
817 | 817 | --bs-success: #10B981;
|
818 | 818 | --bs-info: #2361ce;
|
@@ -2584,15 +2584,15 @@ progress {
|
2584 | 2584 | border-color: #c0c3c7; }
|
2585 | 2585 |
|
2586 | 2586 | .table-secondary {
|
2587 |
| - --bs-table-bg: #fcf2e3; |
2588 |
| - --bs-table-striped-bg: #f1e8da; |
| 2587 | + --bs-table-bg: #fedcd8; |
| 2588 | + --bs-table-striped-bg: #f3d3d0; |
2589 | 2589 | --bs-table-striped-color: #1F2937;
|
2590 |
| - --bs-table-active-bg: #e6ded2; |
| 2590 | + --bs-table-active-bg: #e8cac8; |
2591 | 2591 | --bs-table-active-color: #1F2937;
|
2592 |
| - --bs-table-hover-bg: #ebe3d6; |
| 2592 | + --bs-table-hover-bg: #edcfcc; |
2593 | 2593 | --bs-table-hover-color: #1F2937;
|
2594 | 2594 | color: #1F2937;
|
2595 |
| - border-color: #e6ded2; } |
| 2595 | + border-color: #e8cac8; } |
2596 | 2596 |
|
2597 | 2597 | .table-success {
|
2598 | 2598 | --bs-table-bg: #cff1e6;
|
@@ -3229,7 +3229,6 @@ textarea.form-control-lg {
|
3229 | 3229 | z-index: 3; }
|
3230 | 3230 |
|
3231 | 3231 | .invalid-feedback {
|
3232 |
| - /* display: none; */ |
3233 | 3232 | display: block;
|
3234 | 3233 | width: 100%;
|
3235 | 3234 | margin-top: 0.25rem;
|
@@ -3367,33 +3366,33 @@ textarea.form-control-lg {
|
3367 | 3366 | border-color: #1F2937; }
|
3368 | 3367 |
|
3369 | 3368 | .btn-secondary {
|
3370 |
| - color: #1F2937; |
3371 |
| - background-color: #f0bc74; |
3372 |
| - border-color: #f0bc74; |
| 3369 | + color: #ffffff; |
| 3370 | + background-color: #fb503b; |
| 3371 | + border-color: #fb503b; |
3373 | 3372 | box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(17, 24, 39, 0.075); }
|
3374 | 3373 | .btn-secondary:hover {
|
3375 |
| - color: #1F2937; |
3376 |
| - background-color: #f2c689; |
3377 |
| - border-color: #f2c382; } |
| 3374 | + color: #ffffff; |
| 3375 | + background-color: #d54432; |
| 3376 | + border-color: #c9402f; } |
3378 | 3377 | .btn-check:focus + .btn-secondary, .btn-secondary:focus {
|
3379 |
| - color: #1F2937; |
3380 |
| - background-color: #f2c689; |
3381 |
| - border-color: #f2c382; |
3382 |
| - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(17, 24, 39, 0.075), 0 0 0 0.18rem rgba(209, 166, 107, 0.5); } |
| 3378 | + color: #ffffff; |
| 3379 | + background-color: #d54432; |
| 3380 | + border-color: #c9402f; |
| 3381 | + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(17, 24, 39, 0.075), 0 0 0 0.18rem rgba(252, 106, 88, 0.5); } |
3383 | 3382 | .btn-check:checked + .btn-secondary,
|
3384 | 3383 | .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
|
3385 | 3384 | .show > .btn-secondary.dropdown-toggle {
|
3386 |
| - color: #1F2937; |
3387 |
| - background-color: #f3c990; |
3388 |
| - border-color: #f2c382; } |
| 3385 | + color: #ffffff; |
| 3386 | + background-color: #c9402f; |
| 3387 | + border-color: #bc3c2c; } |
3389 | 3388 | .btn-check:checked + .btn-secondary:focus,
|
3390 | 3389 | .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
|
3391 | 3390 | .show > .btn-secondary.dropdown-toggle:focus {
|
3392 |
| - box-shadow: inset 0 3px 5px rgba(17, 24, 39, 0.125), 0 0 0 0.18rem rgba(209, 166, 107, 0.5); } |
| 3391 | + box-shadow: inset 0 3px 5px rgba(17, 24, 39, 0.125), 0 0 0 0.18rem rgba(252, 106, 88, 0.5); } |
3393 | 3392 | .btn-secondary:disabled, .btn-secondary.disabled {
|
3394 |
| - color: #1F2937; |
3395 |
| - background-color: #f0bc74; |
3396 |
| - border-color: #f0bc74; } |
| 3393 | + color: #ffffff; |
| 3394 | + background-color: #fb503b; |
| 3395 | + border-color: #fb503b; } |
3397 | 3396 |
|
3398 | 3397 | .btn-tertiary {
|
3399 | 3398 | color: #ffffff;
|
@@ -3997,24 +3996,24 @@ textarea.form-control-lg {
|
3997 | 3996 | background-color: transparent; }
|
3998 | 3997 |
|
3999 | 3998 | .btn-outline-secondary {
|
4000 |
| - color: #f0bc74; |
4001 |
| - border-color: #f0bc74; } |
| 3999 | + color: #fb503b; |
| 4000 | + border-color: #fb503b; } |
4002 | 4001 | .btn-outline-secondary:hover {
|
4003 |
| - color: #1F2937; |
4004 |
| - background-color: #f0bc74; |
4005 |
| - border-color: #f0bc74; } |
| 4002 | + color: #ffffff; |
| 4003 | + background-color: #fb503b; |
| 4004 | + border-color: #fb503b; } |
4006 | 4005 | .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
|
4007 |
| - box-shadow: 0 0 0 0.18rem rgba(240, 188, 116, 0.5); } |
| 4006 | + box-shadow: 0 0 0 0.18rem rgba(251, 80, 59, 0.5); } |
4008 | 4007 | .btn-check:checked + .btn-outline-secondary,
|
4009 | 4008 | .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
|
4010 |
| - color: #1F2937; |
4011 |
| - background-color: #f0bc74; |
4012 |
| - border-color: #f0bc74; } |
| 4009 | + color: #ffffff; |
| 4010 | + background-color: #fb503b; |
| 4011 | + border-color: #fb503b; } |
4013 | 4012 | .btn-check:checked + .btn-outline-secondary:focus,
|
4014 | 4013 | .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
|
4015 |
| - box-shadow: inset 0 3px 5px rgba(17, 24, 39, 0.125), 0 0 0 0.18rem rgba(240, 188, 116, 0.5); } |
| 4014 | + box-shadow: inset 0 3px 5px rgba(17, 24, 39, 0.125), 0 0 0 0.18rem rgba(251, 80, 59, 0.5); } |
4016 | 4015 | .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
|
4017 |
| - color: #f0bc74; |
| 4016 | + color: #fb503b; |
4018 | 4017 | background-color: transparent; }
|
4019 | 4018 |
|
4020 | 4019 | .btn-outline-tertiary {
|
@@ -5505,11 +5504,11 @@ textarea.form-control-lg {
|
5505 | 5504 | color: #0f141a; }
|
5506 | 5505 |
|
5507 | 5506 | .alert-secondary {
|
5508 |
| - color: #907146; |
5509 |
| - background-color: #fcf2e3; |
5510 |
| - border-color: #fbebd5; } |
| 5507 | + color: #973023; |
| 5508 | + background-color: #fedcd8; |
| 5509 | + border-color: #fecbc4; } |
5511 | 5510 | .alert-secondary .alert-link {
|
5512 |
| - color: #735a38; } |
| 5511 | + color: #79261c; } |
5513 | 5512 |
|
5514 | 5513 | .alert-tertiary {
|
5515 | 5514 | color: #1d1d40;
|
@@ -5869,15 +5868,15 @@ textarea.form-control-lg {
|
5869 | 5868 | border-color: #131921; }
|
5870 | 5869 |
|
5871 | 5870 | .list-group-item-secondary {
|
5872 |
| - color: #907146; |
5873 |
| - background-color: #fcf2e3; } |
| 5871 | + color: #973023; |
| 5872 | + background-color: #fedcd8; } |
5874 | 5873 | .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
|
5875 |
| - color: #907146; |
5876 |
| - background-color: #e3dacc; } |
| 5874 | + color: #973023; |
| 5875 | + background-color: #e5c6c2; } |
5877 | 5876 | .list-group-item-secondary.list-group-item-action.active {
|
5878 | 5877 | color: #ffffff;
|
5879 |
| - background-color: #907146; |
5880 |
| - border-color: #907146; } |
| 5878 | + background-color: #973023; |
| 5879 | + border-color: #973023; } |
5881 | 5880 |
|
5882 | 5881 | .list-group-item-tertiary {
|
5883 | 5882 | color: #1d1d40;
|
@@ -6820,9 +6819,9 @@ textarea.form-control-lg {
|
6820 | 6819 | color: #19212c; }
|
6821 | 6820 |
|
6822 | 6821 | .link-secondary {
|
6823 |
| - color: #f0bc74; } |
| 6822 | + color: #fb503b; } |
6824 | 6823 | .link-secondary:hover, .link-secondary:focus {
|
6825 |
| - color: #f3c990; } |
| 6824 | + color: #c9402f; } |
6826 | 6825 |
|
6827 | 6826 | .link-tertiary {
|
6828 | 6827 | color: #31316A; }
|
@@ -7200,7 +7199,7 @@ textarea.form-control-lg {
|
7200 | 7199 | border-color: #1F2937 !important; }
|
7201 | 7200 |
|
7202 | 7201 | .border-secondary {
|
7203 |
| - border-color: #f0bc74 !important; } |
| 7202 | + border-color: #fb503b !important; } |
7204 | 7203 |
|
7205 | 7204 | .border-tertiary {
|
7206 | 7205 | border-color: #31316A !important; }
|
@@ -8796,7 +8795,7 @@ textarea.form-control-lg {
|
8796 | 8795 | color: #1F2937 !important; }
|
8797 | 8796 |
|
8798 | 8797 | .text-secondary {
|
8799 |
| - color: #f0bc74 !important; } |
| 8798 | + color: #fb503b !important; } |
8800 | 8799 |
|
8801 | 8800 | .text-tertiary {
|
8802 | 8801 | color: #31316A !important; }
|
@@ -8877,7 +8876,7 @@ textarea.form-control-lg {
|
8877 | 8876 | background-color: #1F2937 !important; }
|
8878 | 8877 |
|
8879 | 8878 | .bg-secondary {
|
8880 |
| - background-color: #f0bc74 !important; } |
| 8879 | + background-color: #fb503b !important; } |
8881 | 8880 |
|
8882 | 8881 | .bg-tertiary {
|
8883 | 8882 | background-color: #31316A !important; }
|
@@ -15464,8 +15463,8 @@ label {
|
15464 | 15463 | border-color: #161d27; }
|
15465 | 15464 |
|
15466 | 15465 | .btn-secondary:hover {
|
15467 |
| - background-color: #eeb15d; |
15468 |
| - border-color: #eeb15d; } |
| 15466 | + background-color: #fa3a22; |
| 15467 | + border-color: #fa3a22; } |
15469 | 15468 |
|
15470 | 15469 | .btn-tertiary:hover {
|
15471 | 15470 | background-color: #292959;
|
@@ -16136,13 +16135,13 @@ label {
|
16136 | 16135 | color: #1F2937; }
|
16137 | 16136 |
|
16138 | 16137 | .breadcrumb-secondary {
|
16139 |
| - background: #f0bc74; } |
| 16138 | + background: #fb503b; } |
16140 | 16139 | .breadcrumb-secondary .breadcrumb-item.active {
|
16141 | 16140 | color: #ffffff; }
|
16142 | 16141 | .breadcrumb-secondary.breadcrumb-transparent {
|
16143 | 16142 | background: transparent; }
|
16144 | 16143 | .breadcrumb-secondary.breadcrumb-transparent .breadcrumb-item.active {
|
16145 |
| - color: #f0bc74; } |
| 16144 | + color: #fb503b; } |
16146 | 16145 |
|
16147 | 16146 | .breadcrumb-tertiary {
|
16148 | 16147 | background: #31316A; }
|
@@ -16598,7 +16597,7 @@ label {
|
16598 | 16597 | font-weight: 500; }
|
16599 | 16598 |
|
16600 | 16599 | .ct-series-g .ct-grid {
|
16601 |
| - stroke: #F8BD7A; |
| 16600 | + stroke: #FB503B; |
16602 | 16601 | stroke-width: 2px;
|
16603 | 16602 | stroke-dasharray: 2px; }
|
16604 | 16603 |
|
@@ -16793,8 +16792,8 @@ label {
|
16793 | 16792 | background-color: rgba(31, 41, 55, 0.3); }
|
16794 | 16793 |
|
16795 | 16794 | .icon-shape-secondary {
|
16796 |
| - color: #f0bc74; |
16797 |
| - background-color: rgba(240, 188, 116, 0.3); } |
| 16795 | + color: #fb503b; |
| 16796 | + background-color: rgba(251, 80, 59, 0.3); } |
16798 | 16797 |
|
16799 | 16798 | .icon-shape-tertiary {
|
16800 | 16799 | color: #31316A;
|
@@ -17022,17 +17021,17 @@ label {
|
17022 | 17021 | color: #ffffff; }
|
17023 | 17022 |
|
17024 | 17023 | .modal-secondary .modal-title {
|
17025 |
| - color: color-yiq(#f0bc74); } |
| 17024 | + color: color-yiq(#fb503b); } |
17026 | 17025 |
|
17027 | 17026 | .modal-secondary .modal-header,
|
17028 | 17027 | .modal-secondary .modal-footer {
|
17029 |
| - border-color: rgba(240, 188, 116, 0.075); } |
| 17028 | + border-color: rgba(251, 80, 59, 0.075); } |
17030 | 17029 |
|
17031 | 17030 | .modal-secondary .modal-content {
|
17032 |
| - background-color: #f0bc74; |
17033 |
| - color: color-yiq(#f0bc74); } |
| 17031 | + background-color: #fb503b; |
| 17032 | + color: color-yiq(#fb503b); } |
17034 | 17033 | .modal-secondary .modal-content .heading {
|
17035 |
| - color: color-yiq(#f0bc74); } |
| 17034 | + color: color-yiq(#fb503b); } |
17036 | 17035 |
|
17037 | 17036 | .modal-secondary .close > span:not(.sr-only) {
|
17038 | 17037 | color: #ffffff; }
|
@@ -17562,22 +17561,22 @@ label {
|
17562 | 17561 | border-left-color: #1F2937; }
|
17563 | 17562 |
|
17564 | 17563 | .popover-secondary {
|
17565 |
| - background-color: #f0bc74; } |
| 17564 | + background-color: #fb503b; } |
17566 | 17565 | .popover-secondary .popover-header {
|
17567 |
| - background-color: #f0bc74; |
17568 |
| - color: color-yiq(#f0bc74); } |
| 17566 | + background-color: #fb503b; |
| 17567 | + color: color-yiq(#fb503b); } |
17569 | 17568 | .popover-secondary .popover-body {
|
17570 |
| - color: color-yiq(#f0bc74); } |
| 17569 | + color: color-yiq(#fb503b); } |
17571 | 17570 | .popover-secondary .popover-header {
|
17572 |
| - border-color: rgba(240, 188, 116, 0.2); } |
| 17571 | + border-color: rgba(251, 80, 59, 0.2); } |
17573 | 17572 | .popover-secondary.bs-popover-top .arrow::after, .popover-secondary.bs-popover-auto[data-popper-placement^="top"] .arrow::after {
|
17574 |
| - border-top-color: #f0bc74; } |
| 17573 | + border-top-color: #fb503b; } |
17575 | 17574 | .popover-secondary.bs-popover-end .arrow::after, .popover-secondary.bs-popover-auto[data-popper-placement^="right"] .arrow::after {
|
17576 |
| - border-right-color: #f0bc74; } |
| 17575 | + border-right-color: #fb503b; } |
17577 | 17576 | .popover-secondary.bs-popover-bottom .arrow::after, .popover-secondary.bs-popover-auto[data-popper-placement^="bottom"] .arrow::after {
|
17578 |
| - border-bottom-color: #f0bc74; } |
| 17577 | + border-bottom-color: #fb503b; } |
17579 | 17578 | .popover-secondary.bs-popover-start .arrow::after, .popover-secondary.bs-popover-auto[data-popper-placement^="left"] .arrow::after {
|
17580 |
| - border-left-color: #f0bc74; } |
| 17579 | + border-left-color: #fb503b; } |
17581 | 17580 |
|
17582 | 17581 | .popover-tertiary {
|
17583 | 17582 | background-color: #31316A; }
|
@@ -18037,7 +18036,7 @@ label {
|
18037 | 18036 | border-top-color: #1F2937; }
|
18038 | 18037 |
|
18039 | 18038 | .progress-info .bg-secondary::after {
|
18040 |
| - border-top-color: #f0bc74; } |
| 18039 | + border-top-color: #fb503b; } |
18041 | 18040 |
|
18042 | 18041 | .progress-info .bg-tertiary::after {
|
18043 | 18042 | border-top-color: #31316A; }
|
@@ -18491,13 +18490,13 @@ code[class*="language-"], pre[class*="language-"] {
|
18491 | 18490 | color: rgba(31, 41, 55, 0.7) !important; }
|
18492 | 18491 |
|
18493 | 18492 | .text-secondary, .text-secondary:hover {
|
18494 |
| - color: #f0bc74 !important; } |
| 18493 | + color: #fb503b !important; } |
18495 | 18494 |
|
18496 | 18495 | .text-secondary a:not(.btn), .text-secondary h1, .text-secondary .h1, .text-secondary h2, .text-secondary .h2, .text-secondary h3, .text-secondary .h3, .text-secondary h4, .text-secondary .h4, .text-secondary h5, .text-secondary .h5, .text-secondary h6, .text-secondary .h6, .text-secondary .h1, .text-secondary .h2, .text-secondary .h3, .text-secondary .h4, .text-secondary .h5, .text-secondary .h6, .text-secondary .display-1, .text-secondary .display-2, .text-secondary .display-3, .text-secondary .display-4 {
|
18497 |
| - color: #f0bc74; } |
| 18496 | + color: #fb503b; } |
18498 | 18497 |
|
18499 | 18498 | .text-secondary .text-muted {
|
18500 |
| - color: rgba(240, 188, 116, 0.7) !important; } |
| 18499 | + color: rgba(251, 80, 59, 0.7) !important; } |
18501 | 18500 |
|
18502 | 18501 | .text-tertiary, .text-tertiary:hover {
|
18503 | 18502 | color: #31316A !important; }
|
|
0 commit comments