um fixes
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
18 changed files
with
241 additions
and
131 deletions
| ... | @@ -9,7 +9,7 @@ | ... | @@ -9,7 +9,7 @@ |
| 9 | :root { | 9 | :root { |
| 10 | --bs-blue: #0d6efd; | 10 | --bs-blue: #0d6efd; |
| 11 | --bs-indigo: #6610f2; | 11 | --bs-indigo: #6610f2; |
| 12 | --bs-purple: #5533ff; | 12 | --bs-purple: #183668; |
| 13 | --bs-pink: #d63384; | 13 | --bs-pink: #d63384; |
| 14 | --bs-red: #dc3545; | 14 | --bs-red: #dc3545; |
| 15 | --bs-orange: #fd7e14; | 15 | --bs-orange: #fd7e14; |
| ... | @@ -30,7 +30,7 @@ | ... | @@ -30,7 +30,7 @@ |
| 30 | --bs-gray-700: #495057; | 30 | --bs-gray-700: #495057; |
| 31 | --bs-gray-800: #343a40; | 31 | --bs-gray-800: #343a40; |
| 32 | --bs-gray-900: #212529; | 32 | --bs-gray-900: #212529; |
| 33 | --bs-primary: #5533ff; | 33 | --bs-primary: #183668; |
| 34 | --bs-secondary: #6c757d; | 34 | --bs-secondary: #6c757d; |
| 35 | --bs-success: #198754; | 35 | --bs-success: #198754; |
| 36 | --bs-info: #0dcaf0; | 36 | --bs-info: #0dcaf0; |
| ... | @@ -38,7 +38,7 @@ | ... | @@ -38,7 +38,7 @@ |
| 38 | --bs-danger: #dc3545; | 38 | --bs-danger: #dc3545; |
| 39 | --bs-light: #f8f9fa; | 39 | --bs-light: #f8f9fa; |
| 40 | --bs-dark: #212529; | 40 | --bs-dark: #212529; |
| 41 | --bs-primary-rgb: 85, 51, 255; | 41 | --bs-primary-rgb: 24, 54, 104; |
| 42 | --bs-secondary-rgb: 108, 117, 125; | 42 | --bs-secondary-rgb: 108, 117, 125; |
| 43 | --bs-success-rgb: 25, 135, 84; | 43 | --bs-success-rgb: 25, 135, 84; |
| 44 | --bs-info-rgb: 13, 202, 240; | 44 | --bs-info-rgb: 13, 202, 240; |
| ... | @@ -69,8 +69,8 @@ | ... | @@ -69,8 +69,8 @@ |
| 69 | --bs-border-radius-xl: 1rem; | 69 | --bs-border-radius-xl: 1rem; |
| 70 | --bs-border-radius-2xl: 2rem; | 70 | --bs-border-radius-2xl: 2rem; |
| 71 | --bs-border-radius-pill: 50rem; | 71 | --bs-border-radius-pill: 50rem; |
| 72 | --bs-link-color: #5533ff; | 72 | --bs-link-color: #183668; |
| 73 | --bs-link-hover-color: #4429cc; | 73 | --bs-link-hover-color: #132b53; |
| 74 | --bs-code-color: #d63384; | 74 | --bs-code-color: #d63384; |
| 75 | --bs-highlight-bg: #fff3cd; | 75 | --bs-highlight-bg: #fff3cd; |
| 76 | } | 76 | } |
| ... | @@ -1811,13 +1811,13 @@ progress { | ... | @@ -1811,13 +1811,13 @@ progress { |
| 1811 | 1811 | ||
| 1812 | .table-primary { | 1812 | .table-primary { |
| 1813 | --bs-table-color: #000; | 1813 | --bs-table-color: #000; |
| 1814 | --bs-table-bg: #ddd6ff; | 1814 | --bs-table-bg: #d1d7e1; |
| 1815 | --bs-table-border-color: #c7c1e6; | 1815 | --bs-table-border-color: #bcc2cb; |
| 1816 | --bs-table-striped-bg: #d2cbf2; | 1816 | --bs-table-striped-bg: #c7ccd6; |
| 1817 | --bs-table-striped-color: #000; | 1817 | --bs-table-striped-color: #000; |
| 1818 | --bs-table-active-bg: #c7c1e6; | 1818 | --bs-table-active-bg: #bcc2cb; |
| 1819 | --bs-table-active-color: #000; | 1819 | --bs-table-active-color: #000; |
| 1820 | --bs-table-hover-bg: #ccc6ec; | 1820 | --bs-table-hover-bg: #c1c7d0; |
| 1821 | --bs-table-hover-color: #000; | 1821 | --bs-table-hover-color: #000; |
| 1822 | color: var(--bs-table-color); | 1822 | color: var(--bs-table-color); |
| 1823 | border-color: var(--bs-table-border-color); | 1823 | border-color: var(--bs-table-border-color); |
| ... | @@ -2017,9 +2017,9 @@ progress { | ... | @@ -2017,9 +2017,9 @@ progress { |
| 2017 | .form-control:focus { | 2017 | .form-control:focus { |
| 2018 | color: #212529; | 2018 | color: #212529; |
| 2019 | background-color: #fff; | 2019 | background-color: #fff; |
| 2020 | border-color: #aa99ff; | 2020 | border-color: #8c9bb4; |
| 2021 | outline: 0; | 2021 | outline: 0; |
| 2022 | box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.25); | 2022 | box-shadow: 0 0 0 0.25rem rgba(24, 54, 104, 0.25); |
| 2023 | } | 2023 | } |
| 2024 | .form-control::-webkit-date-and-time-value { | 2024 | .form-control::-webkit-date-and-time-value { |
| 2025 | height: 1.5em; | 2025 | height: 1.5em; |
| ... | @@ -2164,9 +2164,9 @@ textarea.form-control-lg { | ... | @@ -2164,9 +2164,9 @@ textarea.form-control-lg { |
| 2164 | } | 2164 | } |
| 2165 | } | 2165 | } |
| 2166 | .form-select:focus { | 2166 | .form-select:focus { |
| 2167 | border-color: #aa99ff; | 2167 | border-color: #8c9bb4; |
| 2168 | outline: 0; | 2168 | outline: 0; |
| 2169 | box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.25); | 2169 | box-shadow: 0 0 0 0.25rem rgba(24, 54, 104, 0.25); |
| 2170 | } | 2170 | } |
| 2171 | .form-select[multiple], .form-select[size]:not([size="1"]) { | 2171 | .form-select[multiple], .form-select[size]:not([size="1"]) { |
| 2172 | padding-right: 0.75rem; | 2172 | padding-right: 0.75rem; |
| ... | @@ -2244,13 +2244,13 @@ textarea.form-control-lg { | ... | @@ -2244,13 +2244,13 @@ textarea.form-control-lg { |
| 2244 | filter: brightness(90%); | 2244 | filter: brightness(90%); |
| 2245 | } | 2245 | } |
| 2246 | .form-check-input:focus { | 2246 | .form-check-input:focus { |
| 2247 | border-color: #aa99ff; | 2247 | border-color: #8c9bb4; |
| 2248 | outline: 0; | 2248 | outline: 0; |
| 2249 | box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.25); | 2249 | box-shadow: 0 0 0 0.25rem rgba(24, 54, 104, 0.25); |
| 2250 | } | 2250 | } |
| 2251 | .form-check-input:checked { | 2251 | .form-check-input:checked { |
| 2252 | background-color: #5533ff; | 2252 | background-color: #183668; |
| 2253 | border-color: #5533ff; | 2253 | border-color: #183668; |
| 2254 | } | 2254 | } |
| 2255 | .form-check-input:checked[type=checkbox] { | 2255 | .form-check-input:checked[type=checkbox] { |
| 2256 | background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); | 2256 | background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); |
| ... | @@ -2259,8 +2259,8 @@ textarea.form-control-lg { | ... | @@ -2259,8 +2259,8 @@ textarea.form-control-lg { |
| 2259 | background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); | 2259 | background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); |
| 2260 | } | 2260 | } |
| 2261 | .form-check-input[type=checkbox]:indeterminate { | 2261 | .form-check-input[type=checkbox]:indeterminate { |
| 2262 | background-color: #5533ff; | 2262 | background-color: #183668; |
| 2263 | border-color: #5533ff; | 2263 | border-color: #183668; |
| 2264 | background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); | 2264 | background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); |
| 2265 | } | 2265 | } |
| 2266 | .form-check-input:disabled { | 2266 | .form-check-input:disabled { |
| ... | @@ -2290,7 +2290,7 @@ textarea.form-control-lg { | ... | @@ -2290,7 +2290,7 @@ textarea.form-control-lg { |
| 2290 | } | 2290 | } |
| 2291 | } | 2291 | } |
| 2292 | .form-switch .form-check-input:focus { | 2292 | .form-switch .form-check-input:focus { |
| 2293 | background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23aa99ff'/%3e%3c/svg%3e"); | 2293 | background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238c9bb4'/%3e%3c/svg%3e"); |
| 2294 | } | 2294 | } |
| 2295 | .form-switch .form-check-input:checked { | 2295 | .form-switch .form-check-input:checked { |
| 2296 | background-position: right center; | 2296 | background-position: right center; |
| ... | @@ -2334,10 +2334,10 @@ textarea.form-control-lg { | ... | @@ -2334,10 +2334,10 @@ textarea.form-control-lg { |
| 2334 | outline: 0; | 2334 | outline: 0; |
| 2335 | } | 2335 | } |
| 2336 | .form-range:focus::-webkit-slider-thumb { | 2336 | .form-range:focus::-webkit-slider-thumb { |
| 2337 | box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(85, 51, 255, 0.25); | 2337 | box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(24, 54, 104, 0.25); |
| 2338 | } | 2338 | } |
| 2339 | .form-range:focus::-moz-range-thumb { | 2339 | .form-range:focus::-moz-range-thumb { |
| 2340 | box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(85, 51, 255, 0.25); | 2340 | box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(24, 54, 104, 0.25); |
| 2341 | } | 2341 | } |
| 2342 | .form-range::-moz-focus-outer { | 2342 | .form-range::-moz-focus-outer { |
| 2343 | border: 0; | 2343 | border: 0; |
| ... | @@ -2346,7 +2346,7 @@ textarea.form-control-lg { | ... | @@ -2346,7 +2346,7 @@ textarea.form-control-lg { |
| 2346 | width: 1rem; | 2346 | width: 1rem; |
| 2347 | height: 1rem; | 2347 | height: 1rem; |
| 2348 | margin-top: -0.25rem; | 2348 | margin-top: -0.25rem; |
| 2349 | background-color: #5533ff; | 2349 | background-color: #183668; |
| 2350 | border: 0; | 2350 | border: 0; |
| 2351 | border-radius: 1rem; | 2351 | border-radius: 1rem; |
| 2352 | -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; | 2352 | -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; |
| ... | @@ -2361,7 +2361,7 @@ textarea.form-control-lg { | ... | @@ -2361,7 +2361,7 @@ textarea.form-control-lg { |
| 2361 | } | 2361 | } |
| 2362 | } | 2362 | } |
| 2363 | .form-range::-webkit-slider-thumb:active { | 2363 | .form-range::-webkit-slider-thumb:active { |
| 2364 | background-color: #ccc2ff; | 2364 | background-color: #bac3d2; |
| 2365 | } | 2365 | } |
| 2366 | .form-range::-webkit-slider-runnable-track { | 2366 | .form-range::-webkit-slider-runnable-track { |
| 2367 | width: 100%; | 2367 | width: 100%; |
| ... | @@ -2375,7 +2375,7 @@ textarea.form-control-lg { | ... | @@ -2375,7 +2375,7 @@ textarea.form-control-lg { |
| 2375 | .form-range::-moz-range-thumb { | 2375 | .form-range::-moz-range-thumb { |
| 2376 | width: 1rem; | 2376 | width: 1rem; |
| 2377 | height: 1rem; | 2377 | height: 1rem; |
| 2378 | background-color: #5533ff; | 2378 | background-color: #183668; |
| 2379 | border: 0; | 2379 | border: 0; |
| 2380 | border-radius: 1rem; | 2380 | border-radius: 1rem; |
| 2381 | -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; | 2381 | -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; |
| ... | @@ -2390,7 +2390,7 @@ textarea.form-control-lg { | ... | @@ -2390,7 +2390,7 @@ textarea.form-control-lg { |
| 2390 | } | 2390 | } |
| 2391 | } | 2391 | } |
| 2392 | .form-range::-moz-range-thumb:active { | 2392 | .form-range::-moz-range-thumb:active { |
| 2393 | background-color: #ccc2ff; | 2393 | background-color: #bac3d2; |
| 2394 | } | 2394 | } |
| 2395 | .form-range::-moz-range-track { | 2395 | .form-range::-moz-range-track { |
| 2396 | width: 100%; | 2396 | width: 100%; |
| ... | @@ -2845,19 +2845,19 @@ textarea.form-control-lg { | ... | @@ -2845,19 +2845,19 @@ textarea.form-control-lg { |
| 2845 | 2845 | ||
| 2846 | .btn-primary { | 2846 | .btn-primary { |
| 2847 | --bs-btn-color: #fff; | 2847 | --bs-btn-color: #fff; |
| 2848 | --bs-btn-bg: #5533ff; | 2848 | --bs-btn-bg: #183668; |
| 2849 | --bs-btn-border-color: #5533ff; | 2849 | --bs-btn-border-color: #183668; |
| 2850 | --bs-btn-hover-color: #fff; | 2850 | --bs-btn-hover-color: #fff; |
| 2851 | --bs-btn-hover-bg: #482bd9; | 2851 | --bs-btn-hover-bg: #142e58; |
| 2852 | --bs-btn-hover-border-color: #4429cc; | 2852 | --bs-btn-hover-border-color: #132b53; |
| 2853 | --bs-btn-focus-shadow-rgb: 111, 82, 255; | 2853 | --bs-btn-focus-shadow-rgb: 59, 84, 127; |
| 2854 | --bs-btn-active-color: #fff; | 2854 | --bs-btn-active-color: #fff; |
| 2855 | --bs-btn-active-bg: #4429cc; | 2855 | --bs-btn-active-bg: #132b53; |
| 2856 | --bs-btn-active-border-color: #4026bf; | 2856 | --bs-btn-active-border-color: #12294e; |
| 2857 | --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | 2857 | --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); |
| 2858 | --bs-btn-disabled-color: #fff; | 2858 | --bs-btn-disabled-color: #fff; |
| 2859 | --bs-btn-disabled-bg: #5533ff; | 2859 | --bs-btn-disabled-bg: #183668; |
| 2860 | --bs-btn-disabled-border-color: #5533ff; | 2860 | --bs-btn-disabled-border-color: #183668; |
| 2861 | } | 2861 | } |
| 2862 | 2862 | ||
| 2863 | .btn-secondary { | 2863 | .btn-secondary { |
| ... | @@ -2980,19 +2980,19 @@ textarea.form-control-lg { | ... | @@ -2980,19 +2980,19 @@ textarea.form-control-lg { |
| 2980 | } | 2980 | } |
| 2981 | 2981 | ||
| 2982 | .btn-outline-primary { | 2982 | .btn-outline-primary { |
| 2983 | --bs-btn-color: #5533ff; | 2983 | --bs-btn-color: #183668; |
| 2984 | --bs-btn-border-color: #5533ff; | 2984 | --bs-btn-border-color: #183668; |
| 2985 | --bs-btn-hover-color: #fff; | 2985 | --bs-btn-hover-color: #fff; |
| 2986 | --bs-btn-hover-bg: #5533ff; | 2986 | --bs-btn-hover-bg: #183668; |
| 2987 | --bs-btn-hover-border-color: #5533ff; | 2987 | --bs-btn-hover-border-color: #183668; |
| 2988 | --bs-btn-focus-shadow-rgb: 85, 51, 255; | 2988 | --bs-btn-focus-shadow-rgb: 24, 54, 104; |
| 2989 | --bs-btn-active-color: #fff; | 2989 | --bs-btn-active-color: #fff; |
| 2990 | --bs-btn-active-bg: #5533ff; | 2990 | --bs-btn-active-bg: #183668; |
| 2991 | --bs-btn-active-border-color: #5533ff; | 2991 | --bs-btn-active-border-color: #183668; |
| 2992 | --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); | 2992 | --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); |
| 2993 | --bs-btn-disabled-color: #5533ff; | 2993 | --bs-btn-disabled-color: #183668; |
| 2994 | --bs-btn-disabled-bg: transparent; | 2994 | --bs-btn-disabled-bg: transparent; |
| 2995 | --bs-btn-disabled-border-color: #5533ff; | 2995 | --bs-btn-disabled-border-color: #183668; |
| 2996 | --bs-gradient: none; | 2996 | --bs-gradient: none; |
| 2997 | } | 2997 | } |
| 2998 | 2998 | ||
| ... | @@ -3127,7 +3127,7 @@ textarea.form-control-lg { | ... | @@ -3127,7 +3127,7 @@ textarea.form-control-lg { |
| 3127 | --bs-btn-disabled-color: #6c757d; | 3127 | --bs-btn-disabled-color: #6c757d; |
| 3128 | --bs-btn-disabled-border-color: transparent; | 3128 | --bs-btn-disabled-border-color: transparent; |
| 3129 | --bs-btn-box-shadow: none; | 3129 | --bs-btn-box-shadow: none; |
| 3130 | --bs-btn-focus-shadow-rgb: 111, 82, 255; | 3130 | --bs-btn-focus-shadow-rgb: 59, 84, 127; |
| 3131 | text-decoration: underline; | 3131 | text-decoration: underline; |
| 3132 | } | 3132 | } |
| 3133 | .btn-link:focus-visible { | 3133 | .btn-link:focus-visible { |
| ... | @@ -3234,7 +3234,7 @@ textarea.form-control-lg { | ... | @@ -3234,7 +3234,7 @@ textarea.form-control-lg { |
| 3234 | --bs-dropdown-link-hover-color: #1e2125; | 3234 | --bs-dropdown-link-hover-color: #1e2125; |
| 3235 | --bs-dropdown-link-hover-bg: #e9ecef; | 3235 | --bs-dropdown-link-hover-bg: #e9ecef; |
| 3236 | --bs-dropdown-link-active-color: #fff; | 3236 | --bs-dropdown-link-active-color: #fff; |
| 3237 | --bs-dropdown-link-active-bg: #5533ff; | 3237 | --bs-dropdown-link-active-bg: #183668; |
| 3238 | --bs-dropdown-link-disabled-color: #adb5bd; | 3238 | --bs-dropdown-link-disabled-color: #adb5bd; |
| 3239 | --bs-dropdown-item-padding-x: 1rem; | 3239 | --bs-dropdown-item-padding-x: 1rem; |
| 3240 | --bs-dropdown-item-padding-y: 0.25rem; | 3240 | --bs-dropdown-item-padding-y: 0.25rem; |
| ... | @@ -3499,7 +3499,7 @@ textarea.form-control-lg { | ... | @@ -3499,7 +3499,7 @@ textarea.form-control-lg { |
| 3499 | --bs-dropdown-divider-bg: var(--bs-border-color-translucent); | 3499 | --bs-dropdown-divider-bg: var(--bs-border-color-translucent); |
| 3500 | --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15); | 3500 | --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15); |
| 3501 | --bs-dropdown-link-active-color: #fff; | 3501 | --bs-dropdown-link-active-color: #fff; |
| 3502 | --bs-dropdown-link-active-bg: #5533ff; | 3502 | --bs-dropdown-link-active-bg: #183668; |
| 3503 | --bs-dropdown-link-disabled-color: #adb5bd; | 3503 | --bs-dropdown-link-disabled-color: #adb5bd; |
| 3504 | --bs-dropdown-header-color: #adb5bd; | 3504 | --bs-dropdown-header-color: #adb5bd; |
| 3505 | } | 3505 | } |
| ... | @@ -3718,7 +3718,7 @@ textarea.form-control-lg { | ... | @@ -3718,7 +3718,7 @@ textarea.form-control-lg { |
| 3718 | .nav-pills { | 3718 | .nav-pills { |
| 3719 | --bs-nav-pills-border-radius: 0.375rem; | 3719 | --bs-nav-pills-border-radius: 0.375rem; |
| 3720 | --bs-nav-pills-link-active-color: #fff; | 3720 | --bs-nav-pills-link-active-color: #fff; |
| 3721 | --bs-nav-pills-link-active-bg: #5533ff; | 3721 | --bs-nav-pills-link-active-bg: #183668; |
| 3722 | } | 3722 | } |
| 3723 | .nav-pills .nav-link { | 3723 | .nav-pills .nav-link { |
| 3724 | background: none; | 3724 | background: none; |
| ... | @@ -4382,13 +4382,13 @@ textarea.form-control-lg { | ... | @@ -4382,13 +4382,13 @@ textarea.form-control-lg { |
| 4382 | --bs-accordion-btn-icon-width: 1.25rem; | 4382 | --bs-accordion-btn-icon-width: 1.25rem; |
| 4383 | --bs-accordion-btn-icon-transform: rotate(-180deg); | 4383 | --bs-accordion-btn-icon-transform: rotate(-180deg); |
| 4384 | --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out; | 4384 | --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out; |
| 4385 | --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234d2ee6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); | 4385 | --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2316315e'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); |
| 4386 | --bs-accordion-btn-focus-border-color: #aa99ff; | 4386 | --bs-accordion-btn-focus-border-color: #8c9bb4; |
| 4387 | --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.25); | 4387 | --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(24, 54, 104, 0.25); |
| 4388 | --bs-accordion-body-padding-x: 1.25rem; | 4388 | --bs-accordion-body-padding-x: 1.25rem; |
| 4389 | --bs-accordion-body-padding-y: 1rem; | 4389 | --bs-accordion-body-padding-y: 1rem; |
| 4390 | --bs-accordion-active-color: #4d2ee6; | 4390 | --bs-accordion-active-color: #16315e; |
| 4391 | --bs-accordion-active-bg: #eeebff; | 4391 | --bs-accordion-active-bg: #e8ebf0; |
| 4392 | } | 4392 | } |
| 4393 | 4393 | ||
| 4394 | .accordion-button { | 4394 | .accordion-button { |
| ... | @@ -4547,10 +4547,10 @@ textarea.form-control-lg { | ... | @@ -4547,10 +4547,10 @@ textarea.form-control-lg { |
| 4547 | --bs-pagination-hover-border-color: #dee2e6; | 4547 | --bs-pagination-hover-border-color: #dee2e6; |
| 4548 | --bs-pagination-focus-color: var(--bs-link-hover-color); | 4548 | --bs-pagination-focus-color: var(--bs-link-hover-color); |
| 4549 | --bs-pagination-focus-bg: #e9ecef; | 4549 | --bs-pagination-focus-bg: #e9ecef; |
| 4550 | --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.25); | 4550 | --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(24, 54, 104, 0.25); |
| 4551 | --bs-pagination-active-color: #fff; | 4551 | --bs-pagination-active-color: #fff; |
| 4552 | --bs-pagination-active-bg: #5533ff; | 4552 | --bs-pagination-active-bg: #183668; |
| 4553 | --bs-pagination-active-border-color: #5533ff; | 4553 | --bs-pagination-active-border-color: #183668; |
| 4554 | --bs-pagination-disabled-color: #6c757d; | 4554 | --bs-pagination-disabled-color: #6c757d; |
| 4555 | --bs-pagination-disabled-bg: #fff; | 4555 | --bs-pagination-disabled-bg: #fff; |
| 4556 | --bs-pagination-disabled-border-color: #dee2e6; | 4556 | --bs-pagination-disabled-border-color: #dee2e6; |
| ... | @@ -4692,12 +4692,12 @@ textarea.form-control-lg { | ... | @@ -4692,12 +4692,12 @@ textarea.form-control-lg { |
| 4692 | } | 4692 | } |
| 4693 | 4693 | ||
| 4694 | .alert-primary { | 4694 | .alert-primary { |
| 4695 | --bs-alert-color: #331f99; | 4695 | --bs-alert-color: #0e203e; |
| 4696 | --bs-alert-bg: #ddd6ff; | 4696 | --bs-alert-bg: #d1d7e1; |
| 4697 | --bs-alert-border-color: #ccc2ff; | 4697 | --bs-alert-border-color: #bac3d2; |
| 4698 | } | 4698 | } |
| 4699 | .alert-primary .alert-link { | 4699 | .alert-primary .alert-link { |
| 4700 | color: #29197a; | 4700 | color: #0b1a32; |
| 4701 | } | 4701 | } |
| 4702 | 4702 | ||
| 4703 | .alert-secondary { | 4703 | .alert-secondary { |
| ... | @@ -4775,7 +4775,7 @@ textarea.form-control-lg { | ... | @@ -4775,7 +4775,7 @@ textarea.form-control-lg { |
| 4775 | --bs-progress-border-radius: 0.375rem; | 4775 | --bs-progress-border-radius: 0.375rem; |
| 4776 | --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); | 4776 | --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); |
| 4777 | --bs-progress-bar-color: #fff; | 4777 | --bs-progress-bar-color: #fff; |
| 4778 | --bs-progress-bar-bg: #5533ff; | 4778 | --bs-progress-bar-bg: #183668; |
| 4779 | --bs-progress-bar-transition: width 0.6s ease; | 4779 | --bs-progress-bar-transition: width 0.6s ease; |
| 4780 | display: flex; | 4780 | display: flex; |
| 4781 | height: var(--bs-progress-height); | 4781 | height: var(--bs-progress-height); |
| ... | @@ -4832,8 +4832,8 @@ textarea.form-control-lg { | ... | @@ -4832,8 +4832,8 @@ textarea.form-control-lg { |
| 4832 | --bs-list-group-disabled-color: #6c757d; | 4832 | --bs-list-group-disabled-color: #6c757d; |
| 4833 | --bs-list-group-disabled-bg: #fff; | 4833 | --bs-list-group-disabled-bg: #fff; |
| 4834 | --bs-list-group-active-color: #fff; | 4834 | --bs-list-group-active-color: #fff; |
| 4835 | --bs-list-group-active-bg: #5533ff; | 4835 | --bs-list-group-active-bg: #183668; |
| 4836 | --bs-list-group-active-border-color: #5533ff; | 4836 | --bs-list-group-active-border-color: #183668; |
| 4837 | display: flex; | 4837 | display: flex; |
| 4838 | flex-direction: column; | 4838 | flex-direction: column; |
| 4839 | padding-left: 0; | 4839 | padding-left: 0; |
| ... | @@ -5056,17 +5056,17 @@ textarea.form-control-lg { | ... | @@ -5056,17 +5056,17 @@ textarea.form-control-lg { |
| 5056 | } | 5056 | } |
| 5057 | 5057 | ||
| 5058 | .list-group-item-primary { | 5058 | .list-group-item-primary { |
| 5059 | color: #331f99; | 5059 | color: #0e203e; |
| 5060 | background-color: #ddd6ff; | 5060 | background-color: #d1d7e1; |
| 5061 | } | 5061 | } |
| 5062 | .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { | 5062 | .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { |
| 5063 | color: #331f99; | 5063 | color: #0e203e; |
| 5064 | background-color: #c7c1e6; | 5064 | background-color: #bcc2cb; |
| 5065 | } | 5065 | } |
| 5066 | .list-group-item-primary.list-group-item-action.active { | 5066 | .list-group-item-primary.list-group-item-action.active { |
| 5067 | color: #fff; | 5067 | color: #fff; |
| 5068 | background-color: #331f99; | 5068 | background-color: #0e203e; |
| 5069 | border-color: #331f99; | 5069 | border-color: #0e203e; |
| 5070 | } | 5070 | } |
| 5071 | 5071 | ||
| 5072 | .list-group-item-secondary { | 5072 | .list-group-item-secondary { |
| ... | @@ -5185,7 +5185,7 @@ textarea.form-control-lg { | ... | @@ -5185,7 +5185,7 @@ textarea.form-control-lg { |
| 5185 | } | 5185 | } |
| 5186 | .btn-close:focus { | 5186 | .btn-close:focus { |
| 5187 | outline: 0; | 5187 | outline: 0; |
| 5188 | box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.25); | 5188 | box-shadow: 0 0 0 0.25rem rgba(24, 54, 104, 0.25); |
| 5189 | opacity: 1; | 5189 | opacity: 1; |
| 5190 | } | 5190 | } |
| 5191 | .btn-close:disabled, .btn-close.disabled { | 5191 | .btn-close:disabled, .btn-close.disabled { |
| ... | @@ -6692,7 +6692,7 @@ textarea.form-control-lg { | ... | @@ -6692,7 +6692,7 @@ textarea.form-control-lg { |
| 6692 | 6692 | ||
| 6693 | .text-bg-primary { | 6693 | .text-bg-primary { |
| 6694 | color: #fff !important; | 6694 | color: #fff !important; |
| 6695 | background-color: RGBA(85, 51, 255, var(--bs-bg-opacity, 1)) !important; | 6695 | background-color: RGBA(24, 54, 104, var(--bs-bg-opacity, 1)) !important; |
| 6696 | } | 6696 | } |
| 6697 | 6697 | ||
| 6698 | .text-bg-secondary { | 6698 | .text-bg-secondary { |
| ... | @@ -6731,10 +6731,10 @@ textarea.form-control-lg { | ... | @@ -6731,10 +6731,10 @@ textarea.form-control-lg { |
| 6731 | } | 6731 | } |
| 6732 | 6732 | ||
| 6733 | .link-primary { | 6733 | .link-primary { |
| 6734 | color: #5533ff !important; | 6734 | color: #183668 !important; |
| 6735 | } | 6735 | } |
| 6736 | .link-primary:hover, .link-primary:focus { | 6736 | .link-primary:hover, .link-primary:focus { |
| 6737 | color: #4429cc !important; | 6737 | color: #132b53 !important; |
| 6738 | } | 6738 | } |
| 6739 | 6739 | ||
| 6740 | .link-secondary { | 6740 | .link-secondary { |
| ... | @@ -10944,9 +10944,9 @@ body { | ... | @@ -10944,9 +10944,9 @@ body { |
| 10944 | } | 10944 | } |
| 10945 | } | 10945 | } |
| 10946 | .widget_archive select:focus { | 10946 | .widget_archive select:focus { |
| 10947 | border-color: #aa99ff; | 10947 | border-color: #8c9bb4; |
| 10948 | outline: 0; | 10948 | outline: 0; |
| 10949 | box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.25); | 10949 | box-shadow: 0 0 0 0.25rem rgba(24, 54, 104, 0.25); |
| 10950 | } | 10950 | } |
| 10951 | .widget_archive select:-moz-focusring { | 10951 | .widget_archive select:-moz-focusring { |
| 10952 | color: transparent; | 10952 | color: transparent; |
| ... | @@ -10998,7 +10998,7 @@ a.skip-link:not(:focus):not(:focus-within) { | ... | @@ -10998,7 +10998,7 @@ a.skip-link:not(:focus):not(:focus-within) { |
| 10998 | .navbar-dark .navbar-nav .dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .nav-link:active { | 10998 | .navbar-dark .navbar-nav .dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .nav-link:active { |
| 10999 | color: #fff !important; | 10999 | color: #fff !important; |
| 11000 | text-decoration: none; | 11000 | text-decoration: none; |
| 11001 | background-color: #5533ff; | 11001 | background-color: #183668; |
| 11002 | } | 11002 | } |
| 11003 | .navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled, .navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled { | 11003 | .navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled, .navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled { |
| 11004 | color: #adb5bd !important; | 11004 | color: #adb5bd !important; |
| ... | @@ -14286,6 +14286,15 @@ figure.woocommerce-product-gallery__wrapper { | ... | @@ -14286,6 +14286,15 @@ figure.woocommerce-product-gallery__wrapper { |
| 14286 | font-family: "trade-gothic-next-condensed", sans-serif; | 14286 | font-family: "trade-gothic-next-condensed", sans-serif; |
| 14287 | } | 14287 | } |
| 14288 | 14288 | ||
| 14289 | html, body { | ||
| 14290 | overflow-x: hidden; | ||
| 14291 | } | ||
| 14292 | |||
| 14293 | body { | ||
| 14294 | overflow-x: hidden; | ||
| 14295 | overflow-y: scroll !important; | ||
| 14296 | } | ||
| 14297 | |||
| 14289 | .home.page-template-default #main-nav { | 14298 | .home.page-template-default #main-nav { |
| 14290 | background: none; | 14299 | background: none; |
| 14291 | } | 14300 | } |
| ... | @@ -14293,6 +14302,11 @@ figure.woocommerce-product-gallery__wrapper { | ... | @@ -14293,6 +14302,11 @@ figure.woocommerce-product-gallery__wrapper { |
| 14293 | display: none; | 14302 | display: none; |
| 14294 | } | 14303 | } |
| 14295 | 14304 | ||
| 14305 | #page { | ||
| 14306 | overflow-x: hidden; | ||
| 14307 | } | ||
| 14308 | |||
| 14309 | #error-404-wrapper, | ||
| 14296 | #content, | 14310 | #content, |
| 14297 | #full-width-page-wrapper, | 14311 | #full-width-page-wrapper, |
| 14298 | #page-wrapper { | 14312 | #page-wrapper { |
| ... | @@ -14303,12 +14317,15 @@ figure.woocommerce-product-gallery__wrapper { | ... | @@ -14303,12 +14317,15 @@ figure.woocommerce-product-gallery__wrapper { |
| 14303 | padding-top: 0px; | 14317 | padding-top: 0px; |
| 14304 | } | 14318 | } |
| 14305 | @media only screen and (max-width: 1260px) { | 14319 | @media only screen and (max-width: 1260px) { |
| 14320 | #error-404-wrapper, | ||
| 14306 | #content, | 14321 | #content, |
| 14307 | #full-width-page-wrapper, | 14322 | #full-width-page-wrapper, |
| 14308 | #page-wrapper { | 14323 | #page-wrapper { |
| 14309 | width: 100%; | 14324 | width: 100%; |
| 14325 | min-height: 90vh; | ||
| 14310 | } | 14326 | } |
| 14311 | } | 14327 | } |
| 14328 | #error-404-wrapper #content, | ||
| 14312 | #content #content, | 14329 | #content #content, |
| 14313 | #full-width-page-wrapper #content, | 14330 | #full-width-page-wrapper #content, |
| 14314 | #page-wrapper #content { | 14331 | #page-wrapper #content { |
| ... | @@ -14324,6 +14341,7 @@ figure.woocommerce-product-gallery__wrapper { | ... | @@ -14324,6 +14341,7 @@ figure.woocommerce-product-gallery__wrapper { |
| 14324 | .wrapper .container { | 14341 | .wrapper .container { |
| 14325 | margin: 0px; | 14342 | margin: 0px; |
| 14326 | padding: 0 15px; | 14343 | padding: 0 15px; |
| 14344 | max-width: 100%; | ||
| 14327 | } | 14345 | } |
| 14328 | } | 14346 | } |
| 14329 | 14347 | ||
| ... | @@ -14377,7 +14395,7 @@ h1 + p, .h1 + p { | ... | @@ -14377,7 +14395,7 @@ h1 + p, .h1 + p { |
| 14377 | } | 14395 | } |
| 14378 | @media only screen and (max-width: 1260px) { | 14396 | @media only screen and (max-width: 1260px) { |
| 14379 | .green-block { | 14397 | .green-block { |
| 14380 | padding: 40px 40px; | 14398 | padding: 40px 20px; |
| 14381 | } | 14399 | } |
| 14382 | } | 14400 | } |
| 14383 | .green-block .wp-block-column:nth-of-type(2) { | 14401 | .green-block .wp-block-column:nth-of-type(2) { |
| ... | @@ -14434,11 +14452,21 @@ h1 + p, .h1 + p { | ... | @@ -14434,11 +14452,21 @@ h1 + p, .h1 + p { |
| 14434 | align-items: center; | 14452 | align-items: center; |
| 14435 | width: 100%; | 14453 | width: 100%; |
| 14436 | } | 14454 | } |
| 14455 | @media only screen and (max-width: 756px) { | ||
| 14456 | .green-block .like-you { | ||
| 14457 | height: 200px; | ||
| 14458 | } | ||
| 14459 | } | ||
| 14437 | .green-block .like-you p { | 14460 | .green-block .like-you p { |
| 14438 | color: #fff; | 14461 | color: #fff; |
| 14439 | font-size: 28px; | 14462 | font-size: 28px; |
| 14440 | line-height: 36px; | 14463 | line-height: 36px; |
| 14441 | } | 14464 | } |
| 14465 | @media only screen and (max-width: 756px) { | ||
| 14466 | .green-block .like-you p { | ||
| 14467 | font-size: 20px; | ||
| 14468 | } | ||
| 14469 | } | ||
| 14442 | .green-block .like-you p strong { | 14470 | .green-block .like-you p strong { |
| 14443 | font-weight: 400; | 14471 | font-weight: 400; |
| 14444 | line-height: 46px; | 14472 | line-height: 46px; |
| ... | @@ -14541,42 +14569,52 @@ h1 + p, .h1 + p { | ... | @@ -14541,42 +14569,52 @@ h1 + p, .h1 + p { |
| 14541 | font-weight: 700 !important; | 14569 | font-weight: 700 !important; |
| 14542 | font-family: "trade-gothic-next"; | 14570 | font-family: "trade-gothic-next"; |
| 14543 | } | 14571 | } |
| 14572 | #main-nav .um-login:not(.um-logout) { | ||
| 14573 | display: none !important; | ||
| 14574 | } | ||
| 14544 | 14575 | ||
| 14545 | .um:not(.um-um_account_id) { | 14576 | .um-logout, |
| 14577 | .um:not(.um-um_account_id):not(.um-register):not(.um-login) { | ||
| 14546 | width: 275px !important; | 14578 | width: 275px !important; |
| 14547 | display: flex !important; | 14579 | display: flex !important; |
| 14548 | flex-basis: auto; | 14580 | flex-basis: auto; |
| 14549 | flex-direction: row; | 14581 | flex-direction: row; |
| 14550 | align-self: flex-end; | 14582 | align-self: flex-end; |
| 14551 | } | 14583 | } |
| 14552 | .um:not(.um-um_account_id) .um-form { | 14584 | .um-logout .um-form, |
| 14585 | .um:not(.um-um_account_id):not(.um-register):not(.um-login) .um-form { | ||
| 14553 | margin-bottom: 40px; | 14586 | margin-bottom: 40px; |
| 14554 | } | 14587 | } |
| 14555 | .um:not(.um-um_account_id) .um-form .um-misc-with-img { | 14588 | .um-logout .um-form .um-misc-with-img, |
| 14589 | .um:not(.um-um_account_id):not(.um-register):not(.um-login) .um-form .um-misc-with-img { | ||
| 14556 | width: 28%; | 14590 | width: 28%; |
| 14557 | display: inline-block; | 14591 | display: inline-block; |
| 14558 | border-bottom: 0px solid #eee; | 14592 | border-bottom: 0px solid #eee; |
| 14559 | margin-bottom: 0px; | 14593 | margin-bottom: 0px; |
| 14560 | padding: 0px; | 14594 | padding: 0px; |
| 14561 | } | 14595 | } |
| 14562 | .um:not(.um-um_account_id) .um-form .um-misc-with-img div strong { | 14596 | .um-logout .um-form .um-misc-with-img div strong, |
| 14597 | .um:not(.um-um_account_id):not(.um-register):not(.um-login) .um-form .um-misc-with-img div strong { | ||
| 14563 | display: none; | 14598 | display: none; |
| 14564 | } | 14599 | } |
| 14565 | .um:not(.um-um_account_id) .um-form .um-misc-ul { | 14600 | .um-logout .um-form .um-misc-ul, |
| 14601 | .um:not(.um-um_account_id):not(.um-register):not(.um-login) .um-form .um-misc-ul { | ||
| 14566 | width: 60%; | 14602 | width: 60%; |
| 14567 | display: inline-block; | 14603 | display: inline-block; |
| 14568 | list-style: none; | 14604 | list-style: none; |
| 14569 | padding-left: 14px; | 14605 | padding-left: 14px; |
| 14570 | vertical-align: top; | 14606 | vertical-align: top; |
| 14571 | } | 14607 | } |
| 14572 | .um:not(.um-um_account_id) .um-form .um-misc-ul a { | 14608 | .um-logout .um-form .um-misc-ul a, |
| 14609 | .um:not(.um-um_account_id):not(.um-register):not(.um-login) .um-form .um-misc-ul a { | ||
| 14573 | font-size: 16px; | 14610 | font-size: 16px; |
| 14574 | text-decoration: none; | 14611 | text-decoration: none; |
| 14575 | color: #000000; | 14612 | color: #000000; |
| 14576 | font-family: "trade-gothic-next"; | 14613 | font-family: "trade-gothic-next"; |
| 14577 | font-weight: 400; | 14614 | font-weight: 400; |
| 14578 | } | 14615 | } |
| 14579 | .um:not(.um-um_account_id) .um-form .um-misc-ul a:hover { | 14616 | .um-logout .um-form .um-misc-ul a:hover, |
| 14617 | .um:not(.um-um_account_id):not(.um-register):not(.um-login) .um-form .um-misc-ul a:hover { | ||
| 14580 | font-weight: 700 !important; | 14618 | font-weight: 700 !important; |
| 14581 | font-family: "trade-gothic-next"; | 14619 | font-family: "trade-gothic-next"; |
| 14582 | } | 14620 | } |
| ... | @@ -14713,6 +14751,13 @@ h1 + p, .h1 + p { | ... | @@ -14713,6 +14751,13 @@ h1 + p, .h1 + p { |
| 14713 | width: 100%; | 14751 | width: 100%; |
| 14714 | position: relative; | 14752 | position: relative; |
| 14715 | } | 14753 | } |
| 14754 | @media only screen and (max-width: 768px) { | ||
| 14755 | .page-template-login .header-section, | ||
| 14756 | .page-template-login .full-image, | ||
| 14757 | .page-template-login .image-loaded { | ||
| 14758 | height: 101vh; | ||
| 14759 | } | ||
| 14760 | } | ||
| 14716 | .page-template-login .full-image::after { | 14761 | .page-template-login .full-image::after { |
| 14717 | content: ""; | 14762 | content: ""; |
| 14718 | display: block; | 14763 | display: block; |
| ... | @@ -14725,6 +14770,11 @@ h1 + p, .h1 + p { | ... | @@ -14725,6 +14770,11 @@ h1 + p, .h1 + p { |
| 14725 | height: 120px; | 14770 | height: 120px; |
| 14726 | background-image: url("../images/logo-border.png"); | 14771 | background-image: url("../images/logo-border.png"); |
| 14727 | } | 14772 | } |
| 14773 | @media only screen and (max-width: 768px) { | ||
| 14774 | .page-template-login .full-image::after { | ||
| 14775 | bottom: -20px; | ||
| 14776 | } | ||
| 14777 | } | ||
| 14728 | .page-template-login .full-image::before { | 14778 | .page-template-login .full-image::before { |
| 14729 | color: #3DB149; | 14779 | color: #3DB149; |
| 14730 | font-size: 30px; | 14780 | font-size: 30px; |
| ... | @@ -14737,6 +14787,11 @@ h1 + p, .h1 + p { | ... | @@ -14737,6 +14787,11 @@ h1 + p, .h1 + p { |
| 14737 | height: 30px; | 14787 | height: 30px; |
| 14738 | z-index: 99; | 14788 | z-index: 99; |
| 14739 | } | 14789 | } |
| 14790 | @media only screen and (max-width: 768px) { | ||
| 14791 | .page-template-login .full-image::before { | ||
| 14792 | width: 100%; | ||
| 14793 | } | ||
| 14794 | } | ||
| 14740 | .page-template-login .hero-content { | 14795 | .page-template-login .hero-content { |
| 14741 | width: 40%; | 14796 | width: 40%; |
| 14742 | height: 530px; | 14797 | height: 530px; |
| ... | @@ -14786,6 +14841,17 @@ h1 + p, .h1 + p { | ... | @@ -14786,6 +14841,17 @@ h1 + p, .h1 + p { |
| 14786 | display: none; | 14841 | display: none; |
| 14787 | } | 14842 | } |
| 14788 | 14843 | ||
| 14844 | .um-page-register #content, | ||
| 14845 | .um-page-password-reset #content, | ||
| 14846 | .um-own-profile #content { | ||
| 14847 | padding-top: 100px; | ||
| 14848 | min-height: 95vh; | ||
| 14849 | } | ||
| 14850 | |||
| 14851 | .um-register { | ||
| 14852 | max-width: 600px; | ||
| 14853 | } | ||
| 14854 | |||
| 14789 | .um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button { | 14855 | .um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button { |
| 14790 | text-transform: uppercase !important; | 14856 | text-transform: uppercase !important; |
| 14791 | background-color: #183668 !important; | 14857 | background-color: #183668 !important; |
| ... | @@ -14921,7 +14987,6 @@ label[for=quicksearch] { | ... | @@ -14921,7 +14987,6 @@ label[for=quicksearch] { |
| 14921 | line-height: 24px; | 14987 | line-height: 24px; |
| 14922 | color: #1A3668; | 14988 | color: #1A3668; |
| 14923 | text-transform: uppercase; | 14989 | text-transform: uppercase; |
| 14924 | font-family: "Poppins", sans-serif; | ||
| 14925 | font-weight: 800; | 14990 | font-weight: 800; |
| 14926 | } | 14991 | } |
| 14927 | 14992 | ||
| ... | @@ -14956,7 +15021,6 @@ label[for=quicksearch] { | ... | @@ -14956,7 +15021,6 @@ label[for=quicksearch] { |
| 14956 | text-decoration: none; | 15021 | text-decoration: none; |
| 14957 | padding: 10px 0px; | 15022 | padding: 10px 0px; |
| 14958 | display: block; | 15023 | display: block; |
| 14959 | font-family: "Poppins", sans-serif; | ||
| 14960 | font-weight: 800; | 15024 | font-weight: 800; |
| 14961 | } | 15025 | } |
| 14962 | .filters .filter-group { | 15026 | .filters .filter-group { |
| ... | @@ -15156,11 +15220,11 @@ td.hidden { | ... | @@ -15156,11 +15220,11 @@ td.hidden { |
| 15156 | background: #ffffff 0% 0% no-repeat padding-box; | 15220 | background: #ffffff 0% 0% no-repeat padding-box; |
| 15157 | box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137); | 15221 | box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137); |
| 15158 | padding: 15px 22px; | 15222 | padding: 15px 22px; |
| 15159 | width: 100%; | ||
| 15160 | } | 15223 | } |
| 15161 | @media only screen and (max-width: 768px) { | 15224 | @media only screen and (max-width: 768px) { |
| 15162 | .table-like__item { | 15225 | .table-like__item { |
| 15163 | height: auto; | 15226 | height: auto; |
| 15227 | width: 110%; | ||
| 15164 | } | 15228 | } |
| 15165 | } | 15229 | } |
| 15166 | .table-like__item .item { | 15230 | .table-like__item .item { |
| ... | @@ -15175,7 +15239,6 @@ td.hidden { | ... | @@ -15175,7 +15239,6 @@ td.hidden { |
| 15175 | } | 15239 | } |
| 15176 | .table-like__item .item-content a { | 15240 | .table-like__item .item-content a { |
| 15177 | width: 100%; | 15241 | width: 100%; |
| 15178 | font-family: "Poppins", sans-serif; | ||
| 15179 | font-weight: 500; | 15242 | font-weight: 500; |
| 15180 | text-decoration: none; | 15243 | text-decoration: none; |
| 15181 | font-size: 16px; | 15244 | font-size: 16px; | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -409,7 +409,7 @@ progress { | ... | @@ -409,7 +409,7 @@ progress { |
| 409 | :root { | 409 | :root { |
| 410 | --bs-blue: #0d6efd; | 410 | --bs-blue: #0d6efd; |
| 411 | --bs-indigo: #6610f2; | 411 | --bs-indigo: #6610f2; |
| 412 | --bs-purple: #5533ff; | 412 | --bs-purple: #183668; |
| 413 | --bs-pink: #d63384; | 413 | --bs-pink: #d63384; |
| 414 | --bs-red: #dc3545; | 414 | --bs-red: #dc3545; |
| 415 | --bs-orange: #fd7e14; | 415 | --bs-orange: #fd7e14; |
| ... | @@ -430,7 +430,7 @@ progress { | ... | @@ -430,7 +430,7 @@ progress { |
| 430 | --bs-gray-700: #495057; | 430 | --bs-gray-700: #495057; |
| 431 | --bs-gray-800: #343a40; | 431 | --bs-gray-800: #343a40; |
| 432 | --bs-gray-900: #212529; | 432 | --bs-gray-900: #212529; |
| 433 | --bs-primary: #5533ff; | 433 | --bs-primary: #183668; |
| 434 | --bs-secondary: #6c757d; | 434 | --bs-secondary: #6c757d; |
| 435 | --bs-success: #198754; | 435 | --bs-success: #198754; |
| 436 | --bs-info: #0dcaf0; | 436 | --bs-info: #0dcaf0; |
| ... | @@ -438,7 +438,7 @@ progress { | ... | @@ -438,7 +438,7 @@ progress { |
| 438 | --bs-danger: #dc3545; | 438 | --bs-danger: #dc3545; |
| 439 | --bs-light: #f8f9fa; | 439 | --bs-light: #f8f9fa; |
| 440 | --bs-dark: #212529; | 440 | --bs-dark: #212529; |
| 441 | --bs-primary-rgb: 85, 51, 255; | 441 | --bs-primary-rgb: 24, 54, 104; |
| 442 | --bs-secondary-rgb: 108, 117, 125; | 442 | --bs-secondary-rgb: 108, 117, 125; |
| 443 | --bs-success-rgb: 25, 135, 84; | 443 | --bs-success-rgb: 25, 135, 84; |
| 444 | --bs-info-rgb: 13, 202, 240; | 444 | --bs-info-rgb: 13, 202, 240; |
| ... | @@ -469,8 +469,8 @@ progress { | ... | @@ -469,8 +469,8 @@ progress { |
| 469 | --bs-border-radius-xl: 1rem; | 469 | --bs-border-radius-xl: 1rem; |
| 470 | --bs-border-radius-2xl: 2rem; | 470 | --bs-border-radius-2xl: 2rem; |
| 471 | --bs-border-radius-pill: 50rem; | 471 | --bs-border-radius-pill: 50rem; |
| 472 | --bs-link-color: #5533ff; | 472 | --bs-link-color: #183668; |
| 473 | --bs-link-hover-color: #4429cc; | 473 | --bs-link-hover-color: #132b53; |
| 474 | --bs-code-color: #d63384; | 474 | --bs-code-color: #d63384; |
| 475 | --bs-highlight-bg: #fff3cd; | 475 | --bs-highlight-bg: #fff3cd; |
| 476 | } | 476 | } |
| ... | @@ -553,13 +553,13 @@ progress { | ... | @@ -553,13 +553,13 @@ progress { |
| 553 | 553 | ||
| 554 | .table-primary { | 554 | .table-primary { |
| 555 | --bs-table-color: #000; | 555 | --bs-table-color: #000; |
| 556 | --bs-table-bg: #ddd6ff; | 556 | --bs-table-bg: #d1d7e1; |
| 557 | --bs-table-border-color: #c7c1e6; | 557 | --bs-table-border-color: #bcc2cb; |
| 558 | --bs-table-striped-bg: #d2cbf2; | 558 | --bs-table-striped-bg: #c7ccd6; |
| 559 | --bs-table-striped-color: #000; | 559 | --bs-table-striped-color: #000; |
| 560 | --bs-table-active-bg: #c7c1e6; | 560 | --bs-table-active-bg: #bcc2cb; |
| 561 | --bs-table-active-color: #000; | 561 | --bs-table-active-color: #000; |
| 562 | --bs-table-hover-bg: #ccc6ec; | 562 | --bs-table-hover-bg: #c1c7d0; |
| 563 | --bs-table-hover-color: #000; | 563 | --bs-table-hover-color: #000; |
| 564 | color: var(--bs-table-color); | 564 | color: var(--bs-table-color); |
| 565 | border-color: var(--bs-table-border-color); | 565 | border-color: var(--bs-table-border-color); |
| ... | @@ -849,7 +849,7 @@ progress { | ... | @@ -849,7 +849,7 @@ progress { |
| 849 | :root { | 849 | :root { |
| 850 | --bs-blue: #0d6efd; | 850 | --bs-blue: #0d6efd; |
| 851 | --bs-indigo: #6610f2; | 851 | --bs-indigo: #6610f2; |
| 852 | --bs-purple: #5533ff; | 852 | --bs-purple: #183668; |
| 853 | --bs-pink: #d63384; | 853 | --bs-pink: #d63384; |
| 854 | --bs-red: #dc3545; | 854 | --bs-red: #dc3545; |
| 855 | --bs-orange: #fd7e14; | 855 | --bs-orange: #fd7e14; |
| ... | @@ -870,7 +870,7 @@ progress { | ... | @@ -870,7 +870,7 @@ progress { |
| 870 | --bs-gray-700: #495057; | 870 | --bs-gray-700: #495057; |
| 871 | --bs-gray-800: #343a40; | 871 | --bs-gray-800: #343a40; |
| 872 | --bs-gray-900: #212529; | 872 | --bs-gray-900: #212529; |
| 873 | --bs-primary: #5533ff; | 873 | --bs-primary: #183668; |
| 874 | --bs-secondary: #6c757d; | 874 | --bs-secondary: #6c757d; |
| 875 | --bs-success: #198754; | 875 | --bs-success: #198754; |
| 876 | --bs-info: #0dcaf0; | 876 | --bs-info: #0dcaf0; |
| ... | @@ -878,7 +878,7 @@ progress { | ... | @@ -878,7 +878,7 @@ progress { |
| 878 | --bs-danger: #dc3545; | 878 | --bs-danger: #dc3545; |
| 879 | --bs-light: #f8f9fa; | 879 | --bs-light: #f8f9fa; |
| 880 | --bs-dark: #212529; | 880 | --bs-dark: #212529; |
| 881 | --bs-primary-rgb: 85, 51, 255; | 881 | --bs-primary-rgb: 24, 54, 104; |
| 882 | --bs-secondary-rgb: 108, 117, 125; | 882 | --bs-secondary-rgb: 108, 117, 125; |
| 883 | --bs-success-rgb: 25, 135, 84; | 883 | --bs-success-rgb: 25, 135, 84; |
| 884 | --bs-info-rgb: 13, 202, 240; | 884 | --bs-info-rgb: 13, 202, 240; |
| ... | @@ -909,8 +909,8 @@ progress { | ... | @@ -909,8 +909,8 @@ progress { |
| 909 | --bs-border-radius-xl: 1rem; | 909 | --bs-border-radius-xl: 1rem; |
| 910 | --bs-border-radius-2xl: 2rem; | 910 | --bs-border-radius-2xl: 2rem; |
| 911 | --bs-border-radius-pill: 50rem; | 911 | --bs-border-radius-pill: 50rem; |
| 912 | --bs-link-color: #5533ff; | 912 | --bs-link-color: #183668; |
| 913 | --bs-link-hover-color: #4429cc; | 913 | --bs-link-hover-color: #132b53; |
| 914 | --bs-code-color: #d63384; | 914 | --bs-code-color: #d63384; |
| 915 | --bs-highlight-bg: #fff3cd; | 915 | --bs-highlight-bg: #fff3cd; |
| 916 | } | 916 | } |
| ... | @@ -923,7 +923,7 @@ progress { | ... | @@ -923,7 +923,7 @@ progress { |
| 923 | 923 | ||
| 924 | .text-bg-primary { | 924 | .text-bg-primary { |
| 925 | color: #fff !important; | 925 | color: #fff !important; |
| 926 | background-color: RGBA(85, 51, 255, var(--bs-bg-opacity, 1)) !important; | 926 | background-color: RGBA(24, 54, 104, var(--bs-bg-opacity, 1)) !important; |
| 927 | } | 927 | } |
| 928 | 928 | ||
| 929 | .text-bg-secondary { | 929 | .text-bg-secondary { |
| ... | @@ -962,10 +962,10 @@ progress { | ... | @@ -962,10 +962,10 @@ progress { |
| 962 | } | 962 | } |
| 963 | 963 | ||
| 964 | .link-primary { | 964 | .link-primary { |
| 965 | color: #5533ff !important; | 965 | color: #183668 !important; |
| 966 | } | 966 | } |
| 967 | .link-primary:hover, .link-primary:focus { | 967 | .link-primary:hover, .link-primary:focus { |
| 968 | color: #4429cc !important; | 968 | color: #132b53 !important; |
| 969 | } | 969 | } |
| 970 | 970 | ||
| 971 | .link-secondary { | 971 | .link-secondary { |
| ... | @@ -5121,16 +5121,16 @@ progress { | ... | @@ -5121,16 +5121,16 @@ progress { |
| 5121 | 5121 | ||
| 5122 | .has-purple-color, | 5122 | .has-purple-color, |
| 5123 | .has-purple-color:visited { | 5123 | .has-purple-color:visited { |
| 5124 | color: #5533ff; | 5124 | color: #183668; |
| 5125 | } | 5125 | } |
| 5126 | 5126 | ||
| 5127 | .has-purple-background-color { | 5127 | .has-purple-background-color { |
| 5128 | background-color: #5533ff; | 5128 | background-color: #183668; |
| 5129 | border-color: #5533ff; | 5129 | border-color: #183668; |
| 5130 | } | 5130 | } |
| 5131 | 5131 | ||
| 5132 | .wp-block-button:hover .wp-block-button__link.has-white-background-color.has-purple-color { | 5132 | .wp-block-button:hover .wp-block-button__link.has-white-background-color.has-purple-color { |
| 5133 | color: #5533ff; | 5133 | color: #183668; |
| 5134 | } | 5134 | } |
| 5135 | 5135 | ||
| 5136 | .has-pink-color, | 5136 | .has-pink-color, |
| ... | @@ -5289,16 +5289,16 @@ progress { | ... | @@ -5289,16 +5289,16 @@ progress { |
| 5289 | 5289 | ||
| 5290 | .has-primary-color, | 5290 | .has-primary-color, |
| 5291 | .has-primary-color:visited { | 5291 | .has-primary-color:visited { |
| 5292 | color: #5533ff; | 5292 | color: #183668; |
| 5293 | } | 5293 | } |
| 5294 | 5294 | ||
| 5295 | .has-primary-background-color { | 5295 | .has-primary-background-color { |
| 5296 | background-color: #5533ff; | 5296 | background-color: #183668; |
| 5297 | border-color: #5533ff; | 5297 | border-color: #183668; |
| 5298 | } | 5298 | } |
| 5299 | 5299 | ||
| 5300 | .wp-block-button:hover .wp-block-button__link.has-white-background-color.has-primary-color { | 5300 | .wp-block-button:hover .wp-block-button__link.has-white-background-color.has-primary-color { |
| 5301 | color: #5533ff; | 5301 | color: #183668; |
| 5302 | } | 5302 | } |
| 5303 | 5303 | ||
| 5304 | .has-secondary-color, | 5304 | .has-secondary-color, | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -27,7 +27,7 @@ $container = get_theme_mod( 'understrap_container_type' ); | ... | @@ -27,7 +27,7 @@ $container = get_theme_mod( 'understrap_container_type' ); |
| 27 | 27 | ||
| 28 | <div class="site-info"> | 28 | <div class="site-info"> |
| 29 | 29 | ||
| 30 | <?php understrap_site_info(); ?> | 30 | <?php //understrap_site_info(); ?> |
| 31 | 31 | ||
| 32 | </div><!-- .site-info --> | 32 | </div><!-- .site-info --> |
| 33 | 33 | ... | ... |
| ... | @@ -17,7 +17,8 @@ $navbar_type = get_theme_mod( 'understrap_navbar_type', 'collapse' ); | ... | @@ -17,7 +17,8 @@ $navbar_type = get_theme_mod( 'understrap_navbar_type', 'collapse' ); |
| 17 | <html <?php language_attributes(); ?>> | 17 | <html <?php language_attributes(); ?>> |
| 18 | <head> | 18 | <head> |
| 19 | <meta charset="<?php bloginfo( 'charset' ); ?>"> | 19 | <meta charset="<?php bloginfo( 'charset' ); ?>"> |
| 20 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | 20 | |
| 21 | <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"> | ||
| 21 | <link rel="profile" href="http://gmpg.org/xfn/11"> | 22 | <link rel="profile" href="http://gmpg.org/xfn/11"> |
| 22 | <?php wp_head(); ?> | 23 | <?php wp_head(); ?> |
| 23 | </head> | 24 | </head> | ... | ... |
| 1 | {"--bs-blue":"#0d6efd","--bs-indigo":"#6610f2","--bs-purple":"#5533ff","--bs-pink":"#d63384","--bs-red":"#dc3545","--bs-orange":"#fd7e14","--bs-yellow":"#ffc107","--bs-green":"#198754","--bs-teal":"#20c997","--bs-cyan":"#0dcaf0","--bs-white":"#fff","--bs-gray":"#6c757d","--bs-gray-dark":"#343a40"} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | {"--bs-blue":"#0d6efd","--bs-indigo":"#6610f2","--bs-purple":"#183668","--bs-pink":"#d63384","--bs-red":"#dc3545","--bs-orange":"#fd7e14","--bs-yellow":"#ffc107","--bs-green":"#198754","--bs-teal":"#20c997","--bs-cyan":"#0dcaf0","--bs-white":"#fff","--bs-gray":"#6c757d","--bs-gray-dark":"#343a40"} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -18,7 +18,7 @@ get_header(); | ... | @@ -18,7 +18,7 @@ get_header(); |
| 18 | $container = get_theme_mod( 'understrap_container_type' ); | 18 | $container = get_theme_mod( 'understrap_container_type' ); |
| 19 | 19 | ||
| 20 | ?> | 20 | ?> |
| 21 | <?php if (! is_page('account')) { ?> | 21 | <?php if (is_page('account') || is_page('user') || is_page('password-reset') || is_page('register')) { }else{ ?> |
| 22 | <div class="wrapper" id="page-wrapper"> | 22 | <div class="wrapper" id="page-wrapper"> |
| 23 | <div class="hero-container header-section blur-image" data-src="<?php echo the_post_thumbnail_url(); ?>" style="--med-image: url(<?php echo the_post_thumbnail_url('medium'); ?>);"> | 23 | <div class="hero-container header-section blur-image" data-src="<?php echo the_post_thumbnail_url(); ?>" style="--med-image: url(<?php echo the_post_thumbnail_url('medium'); ?>);"> |
| 24 | <div class="full-image"> | 24 | <div class="full-image"> | ... | ... |
| 1 | html, body { | ||
| 2 | overflow-x:hidden | ||
| 3 | } | ||
| 4 | body { | ||
| 5 | overflow-x: hidden; | ||
| 6 | overflow-y: scroll !important; | ||
| 7 | } | ||
| 8 | |||
| 1 | .home.page-template-default { | 9 | .home.page-template-default { |
| 2 | #main-nav { | 10 | #main-nav { |
| 3 | background:none | 11 | background:none |
| ... | @@ -7,6 +15,10 @@ | ... | @@ -7,6 +15,10 @@ |
| 7 | } | 15 | } |
| 8 | 16 | ||
| 9 | } | 17 | } |
| 18 | #page{ | ||
| 19 | overflow-x: hidden; | ||
| 20 | } | ||
| 21 | #error-404-wrapper, | ||
| 10 | #content, | 22 | #content, |
| 11 | #full-width-page-wrapper, | 23 | #full-width-page-wrapper, |
| 12 | #page-wrapper { | 24 | #page-wrapper { |
| ... | @@ -17,6 +29,7 @@ | ... | @@ -17,6 +29,7 @@ |
| 17 | padding-top: 0px; | 29 | padding-top: 0px; |
| 18 | @media only screen and (max-width: 1260px) { | 30 | @media only screen and (max-width: 1260px) { |
| 19 | width: 100%; | 31 | width: 100%; |
| 32 | min-height: 90vh; | ||
| 20 | } | 33 | } |
| 21 | #content { | 34 | #content { |
| 22 | position: relative; | 35 | position: relative; |
| ... | @@ -31,6 +44,7 @@ | ... | @@ -31,6 +44,7 @@ |
| 31 | @media only screen and (max-width: 1260px) { | 44 | @media only screen and (max-width: 1260px) { |
| 32 | margin:0px; | 45 | margin:0px; |
| 33 | padding:0 15px; | 46 | padding:0 15px; |
| 47 | max-width: 100%; | ||
| 34 | } | 48 | } |
| 35 | } | 49 | } |
| 36 | .um-um_account_id { | 50 | .um-um_account_id { |
| ... | @@ -79,7 +93,7 @@ h1 + p { font-size: 20px; } | ... | @@ -79,7 +93,7 @@ h1 + p { font-size: 20px; } |
| 79 | color: #000; | 93 | color: #000; |
| 80 | } | 94 | } |
| 81 | @media only screen and (max-width: 1260px) { | 95 | @media only screen and (max-width: 1260px) { |
| 82 | padding: 40px 40px; | 96 | padding: 40px 20px; |
| 83 | } | 97 | } |
| 84 | .wp-block-column:nth-of-type(2) { | 98 | .wp-block-column:nth-of-type(2) { |
| 85 | display: flex; | 99 | display: flex; |
| ... | @@ -139,10 +153,16 @@ background-color: #1A3668; | ... | @@ -139,10 +153,16 @@ background-color: #1A3668; |
| 139 | height: 423px; | 153 | height: 423px; |
| 140 | align-items: center; | 154 | align-items: center; |
| 141 | width: 100%; | 155 | width: 100%; |
| 156 | @media only screen and (max-width: 756px) { | ||
| 157 | height: 200px; | ||
| 158 | } | ||
| 142 | p{ | 159 | p{ |
| 143 | color:#fff; | 160 | color:#fff; |
| 144 | font-size: 28px; | 161 | font-size: 28px; |
| 145 | line-height: 36px; | 162 | line-height: 36px; |
| 163 | @media only screen and (max-width: 756px) { | ||
| 164 | font-size: 20px; | ||
| 165 | } | ||
| 146 | strong{ | 166 | strong{ |
| 147 | font-weight: 400; | 167 | font-weight: 400; |
| 148 | line-height: 46px; | 168 | line-height: 46px; | ... | ... |
| ... | @@ -3,5 +3,5 @@ | ... | @@ -3,5 +3,5 @@ |
| 3 | // Just copy a variable from src/sass/assets/bootstrap5/_variables.scss, paste it here and edit the value. | 3 | // Just copy a variable from src/sass/assets/bootstrap5/_variables.scss, paste it here and edit the value. |
| 4 | 4 | ||
| 5 | 5 | ||
| 6 | $purple: #5533ff; // Thats a sample how you could change a BootStrap variable. | 6 | $purple: #183668; // Thats a sample how you could change a BootStrap variable. |
| 7 | $primary: $purple; // Once we've changed the value, we'll also make it the primary brand color. | 7 | $primary: $purple; // Once we've changed the value, we'll also make it the primary brand color. | ... | ... |
| ... | @@ -19,6 +19,9 @@ | ... | @@ -19,6 +19,9 @@ |
| 19 | background-size: cover; | 19 | background-size: cover; |
| 20 | width: 100%; | 20 | width: 100%; |
| 21 | position: relative; | 21 | position: relative; |
| 22 | @media only screen and (max-width: 768px) { | ||
| 23 | height: 101vh; | ||
| 24 | } | ||
| 22 | } | 25 | } |
| 23 | .full-image::after { | 26 | .full-image::after { |
| 24 | content: ""; | 27 | content: ""; |
| ... | @@ -31,6 +34,9 @@ | ... | @@ -31,6 +34,9 @@ |
| 31 | width: 100%; | 34 | width: 100%; |
| 32 | height: 120px; | 35 | height: 120px; |
| 33 | background-image: url("../images/logo-border.png"); | 36 | background-image: url("../images/logo-border.png"); |
| 37 | @media only screen and (max-width: 768px) { | ||
| 38 | bottom:-20px; | ||
| 39 | } | ||
| 34 | } | 40 | } |
| 35 | .full-image::before { | 41 | .full-image::before { |
| 36 | color: #3DB149; | 42 | color: #3DB149; |
| ... | @@ -43,6 +49,9 @@ | ... | @@ -43,6 +49,9 @@ |
| 43 | width: 50%; | 49 | width: 50%; |
| 44 | height: 30px; | 50 | height: 30px; |
| 45 | z-index: 99; | 51 | z-index: 99; |
| 52 | @media only screen and (max-width: 768px) { | ||
| 53 | width: 100%; | ||
| 54 | } | ||
| 46 | 55 | ||
| 47 | } | 56 | } |
| 48 | 57 | ||
| ... | @@ -102,6 +111,17 @@ | ... | @@ -102,6 +111,17 @@ |
| 102 | } | 111 | } |
| 103 | } | 112 | } |
| 104 | 113 | ||
| 114 | .um-page-register, | ||
| 115 | .um-page-password-reset, | ||
| 116 | .um-own-profile{ | ||
| 117 | #content{ | ||
| 118 | padding-top: 100px; | ||
| 119 | min-height: 95vh; | ||
| 120 | } | ||
| 121 | } | ||
| 122 | .um-register{ | ||
| 123 | max-width: 600px; | ||
| 124 | } | ||
| 105 | 125 | ||
| 106 | .um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button{ | 126 | .um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button{ |
| 107 | text-transform: uppercase !important; | 127 | text-transform: uppercase !important; | ... | ... |
| ... | @@ -96,8 +96,13 @@ | ... | @@ -96,8 +96,13 @@ |
| 96 | } | 96 | } |
| 97 | } | 97 | } |
| 98 | } | 98 | } |
| 99 | } | 99 | |
| 100 | .um:not(.um-um_account_id){ | 100 | .um-login:not(.um-logout){ |
| 101 | display: none !important; | ||
| 102 | } | ||
| 103 | } | ||
| 104 | .um-logout, | ||
| 105 | .um:not(.um-um_account_id):not(.um-register):not(.um-login){ | ||
| 101 | width: 275px !important; | 106 | width: 275px !important; |
| 102 | display: flex!important; | 107 | display: flex!important; |
| 103 | flex-basis: auto; | 108 | flex-basis: auto; |
| ... | @@ -137,6 +142,7 @@ | ... | @@ -137,6 +142,7 @@ |
| 137 | } | 142 | } |
| 138 | } | 143 | } |
| 139 | } | 144 | } |
| 145 | |||
| 140 | .current-menu-item { | 146 | .current-menu-item { |
| 141 | a{text-decoration: underline !important; color: #183668 !important; font-weight: bold;} | 147 | a{text-decoration: underline !important; color: #183668 !important; font-weight: bold;} |
| 142 | ul{ | 148 | ul{ | ... | ... |
| ... | @@ -3,7 +3,7 @@ label[for="quicksearch"] { | ... | @@ -3,7 +3,7 @@ label[for="quicksearch"] { |
| 3 | line-height: 24px; | 3 | line-height: 24px; |
| 4 | color: #1A3668; | 4 | color: #1A3668; |
| 5 | text-transform: uppercase; | 5 | text-transform: uppercase; |
| 6 | font-family: "Poppins", sans-serif; | 6 | |
| 7 | font-weight: 800; | 7 | font-weight: 800; |
| 8 | } | 8 | } |
| 9 | #quicksearch { | 9 | #quicksearch { |
| ... | @@ -34,7 +34,7 @@ label[for="quicksearch"] { | ... | @@ -34,7 +34,7 @@ label[for="quicksearch"] { |
| 34 | text-decoration: none; | 34 | text-decoration: none; |
| 35 | padding: 10px 0px; | 35 | padding: 10px 0px; |
| 36 | display: block; | 36 | display: block; |
| 37 | font-family: "Poppins", sans-serif; | 37 | |
| 38 | font-weight: 800; | 38 | font-weight: 800; |
| 39 | } | 39 | } |
| 40 | .filter-group { | 40 | .filter-group { |
| ... | @@ -214,13 +214,13 @@ td.hidden { | ... | @@ -214,13 +214,13 @@ td.hidden { |
| 214 | margin-bottom: 20px; | 214 | margin-bottom: 20px; |
| 215 | border-radius: 0px; | 215 | border-radius: 0px; |
| 216 | height: 69px; | 216 | height: 69px; |
| 217 | @media only screen and (max-width: 768px) { | ||
| 218 | height: auto; | ||
| 219 | } | ||
| 220 | background: #ffffff 0% 0% no-repeat padding-box; | 217 | background: #ffffff 0% 0% no-repeat padding-box; |
| 221 | box-shadow: 0px 3px 6px #00000029; | 218 | box-shadow: 0px 3px 6px #00000029; |
| 222 | padding: 15px 22px; | 219 | padding: 15px 22px; |
| 223 | width: 100%; | 220 | @media only screen and (max-width: 768px) { |
| 221 | height: auto; | ||
| 222 | width: 110%; | ||
| 223 | } | ||
| 224 | .item { | 224 | .item { |
| 225 | width: 100%; | 225 | width: 100%; |
| 226 | } | 226 | } |
| ... | @@ -232,7 +232,7 @@ td.hidden { | ... | @@ -232,7 +232,7 @@ td.hidden { |
| 232 | line-height: 24px; | 232 | line-height: 24px; |
| 233 | a { | 233 | a { |
| 234 | width: 100%; | 234 | width: 100%; |
| 235 | font-family: "Poppins", sans-serif; | 235 | |
| 236 | font-weight: 500; | 236 | font-weight: 500; |
| 237 | text-decoration: none; | 237 | text-decoration: none; |
| 238 | font-size: 16px; | 238 | font-size: 16px; | ... | ... |
| ... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
| 5 | Author: the Understrap Contributors | 5 | Author: the Understrap Contributors |
| 6 | Author URI: https://github.com/understrap/understrap-child/graphs/contributors | 6 | Author URI: https://github.com/understrap/understrap-child/graphs/contributors |
| 7 | Template: understrap | 7 | Template: understrap |
| 8 | Version: 1.2.0013 | 8 | Version: 1.2.0014 |
| 9 | License: GNU General Public License v2 or later | 9 | License: GNU General Public License v2 or later |
| 10 | License URI: http://www.gnu.org/licenses/gpl-2.0.html | 10 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 11 | Text Domain: understrap-child | 11 | Text Domain: understrap-child | ... | ... |
-
Please register or sign in to post a comment