defae2b4 by Jeff Balicki

um fixes

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 81cd312e
......@@ -9,7 +9,7 @@
:root {
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #5533ff;
--bs-purple: #183668;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #fd7e14;
......@@ -30,7 +30,7 @@
--bs-gray-700: #495057;
--bs-gray-800: #343a40;
--bs-gray-900: #212529;
--bs-primary: #5533ff;
--bs-primary: #183668;
--bs-secondary: #6c757d;
--bs-success: #198754;
--bs-info: #0dcaf0;
......@@ -38,7 +38,7 @@
--bs-danger: #dc3545;
--bs-light: #f8f9fa;
--bs-dark: #212529;
--bs-primary-rgb: 85, 51, 255;
--bs-primary-rgb: 24, 54, 104;
--bs-secondary-rgb: 108, 117, 125;
--bs-success-rgb: 25, 135, 84;
--bs-info-rgb: 13, 202, 240;
......@@ -69,8 +69,8 @@
--bs-border-radius-xl: 1rem;
--bs-border-radius-2xl: 2rem;
--bs-border-radius-pill: 50rem;
--bs-link-color: #5533ff;
--bs-link-hover-color: #4429cc;
--bs-link-color: #183668;
--bs-link-hover-color: #132b53;
--bs-code-color: #d63384;
--bs-highlight-bg: #fff3cd;
}
......@@ -1811,13 +1811,13 @@ progress {
.table-primary {
--bs-table-color: #000;
--bs-table-bg: #ddd6ff;
--bs-table-border-color: #c7c1e6;
--bs-table-striped-bg: #d2cbf2;
--bs-table-bg: #d1d7e1;
--bs-table-border-color: #bcc2cb;
--bs-table-striped-bg: #c7ccd6;
--bs-table-striped-color: #000;
--bs-table-active-bg: #c7c1e6;
--bs-table-active-bg: #bcc2cb;
--bs-table-active-color: #000;
--bs-table-hover-bg: #ccc6ec;
--bs-table-hover-bg: #c1c7d0;
--bs-table-hover-color: #000;
color: var(--bs-table-color);
border-color: var(--bs-table-border-color);
......@@ -2017,9 +2017,9 @@ progress {
.form-control:focus {
color: #212529;
background-color: #fff;
border-color: #aa99ff;
border-color: #8c9bb4;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.25);
box-shadow: 0 0 0 0.25rem rgba(24, 54, 104, 0.25);
}
.form-control::-webkit-date-and-time-value {
height: 1.5em;
......@@ -2164,9 +2164,9 @@ textarea.form-control-lg {
}
}
.form-select:focus {
border-color: #aa99ff;
border-color: #8c9bb4;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.25);
box-shadow: 0 0 0 0.25rem rgba(24, 54, 104, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
padding-right: 0.75rem;
......@@ -2244,13 +2244,13 @@ textarea.form-control-lg {
filter: brightness(90%);
}
.form-check-input:focus {
border-color: #aa99ff;
border-color: #8c9bb4;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.25);
box-shadow: 0 0 0 0.25rem rgba(24, 54, 104, 0.25);
}
.form-check-input:checked {
background-color: #5533ff;
border-color: #5533ff;
background-color: #183668;
border-color: #183668;
}
.form-check-input:checked[type=checkbox] {
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 {
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");
}
.form-check-input[type=checkbox]:indeterminate {
background-color: #5533ff;
border-color: #5533ff;
background-color: #183668;
border-color: #183668;
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");
}
.form-check-input:disabled {
......@@ -2290,7 +2290,7 @@ textarea.form-control-lg {
}
}
.form-switch .form-check-input:focus {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23aa99ff'/%3e%3c/svg%3e");
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238c9bb4'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
background-position: right center;
......@@ -2334,10 +2334,10 @@ textarea.form-control-lg {
outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(85, 51, 255, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(24, 54, 104, 0.25);
}
.form-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(85, 51, 255, 0.25);
box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(24, 54, 104, 0.25);
}
.form-range::-moz-focus-outer {
border: 0;
......@@ -2346,7 +2346,7 @@ textarea.form-control-lg {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #5533ff;
background-color: #183668;
border: 0;
border-radius: 1rem;
-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 {
}
}
.form-range::-webkit-slider-thumb:active {
background-color: #ccc2ff;
background-color: #bac3d2;
}
.form-range::-webkit-slider-runnable-track {
width: 100%;
......@@ -2375,7 +2375,7 @@ textarea.form-control-lg {
.form-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #5533ff;
background-color: #183668;
border: 0;
border-radius: 1rem;
-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 {
}
}
.form-range::-moz-range-thumb:active {
background-color: #ccc2ff;
background-color: #bac3d2;
}
.form-range::-moz-range-track {
width: 100%;
......@@ -2845,19 +2845,19 @@ textarea.form-control-lg {
.btn-primary {
--bs-btn-color: #fff;
--bs-btn-bg: #5533ff;
--bs-btn-border-color: #5533ff;
--bs-btn-bg: #183668;
--bs-btn-border-color: #183668;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #482bd9;
--bs-btn-hover-border-color: #4429cc;
--bs-btn-focus-shadow-rgb: 111, 82, 255;
--bs-btn-hover-bg: #142e58;
--bs-btn-hover-border-color: #132b53;
--bs-btn-focus-shadow-rgb: 59, 84, 127;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #4429cc;
--bs-btn-active-border-color: #4026bf;
--bs-btn-active-bg: #132b53;
--bs-btn-active-border-color: #12294e;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #5533ff;
--bs-btn-disabled-border-color: #5533ff;
--bs-btn-disabled-bg: #183668;
--bs-btn-disabled-border-color: #183668;
}
.btn-secondary {
......@@ -2980,19 +2980,19 @@ textarea.form-control-lg {
}
.btn-outline-primary {
--bs-btn-color: #5533ff;
--bs-btn-border-color: #5533ff;
--bs-btn-color: #183668;
--bs-btn-border-color: #183668;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #5533ff;
--bs-btn-hover-border-color: #5533ff;
--bs-btn-focus-shadow-rgb: 85, 51, 255;
--bs-btn-hover-bg: #183668;
--bs-btn-hover-border-color: #183668;
--bs-btn-focus-shadow-rgb: 24, 54, 104;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #5533ff;
--bs-btn-active-border-color: #5533ff;
--bs-btn-active-bg: #183668;
--bs-btn-active-border-color: #183668;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #5533ff;
--bs-btn-disabled-color: #183668;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #5533ff;
--bs-btn-disabled-border-color: #183668;
--bs-gradient: none;
}
......@@ -3127,7 +3127,7 @@ textarea.form-control-lg {
--bs-btn-disabled-color: #6c757d;
--bs-btn-disabled-border-color: transparent;
--bs-btn-box-shadow: none;
--bs-btn-focus-shadow-rgb: 111, 82, 255;
--bs-btn-focus-shadow-rgb: 59, 84, 127;
text-decoration: underline;
}
.btn-link:focus-visible {
......@@ -3234,7 +3234,7 @@ textarea.form-control-lg {
--bs-dropdown-link-hover-color: #1e2125;
--bs-dropdown-link-hover-bg: #e9ecef;
--bs-dropdown-link-active-color: #fff;
--bs-dropdown-link-active-bg: #5533ff;
--bs-dropdown-link-active-bg: #183668;
--bs-dropdown-link-disabled-color: #adb5bd;
--bs-dropdown-item-padding-x: 1rem;
--bs-dropdown-item-padding-y: 0.25rem;
......@@ -3499,7 +3499,7 @@ textarea.form-control-lg {
--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
--bs-dropdown-link-active-color: #fff;
--bs-dropdown-link-active-bg: #5533ff;
--bs-dropdown-link-active-bg: #183668;
--bs-dropdown-link-disabled-color: #adb5bd;
--bs-dropdown-header-color: #adb5bd;
}
......@@ -3718,7 +3718,7 @@ textarea.form-control-lg {
.nav-pills {
--bs-nav-pills-border-radius: 0.375rem;
--bs-nav-pills-link-active-color: #fff;
--bs-nav-pills-link-active-bg: #5533ff;
--bs-nav-pills-link-active-bg: #183668;
}
.nav-pills .nav-link {
background: none;
......@@ -4382,13 +4382,13 @@ textarea.form-control-lg {
--bs-accordion-btn-icon-width: 1.25rem;
--bs-accordion-btn-icon-transform: rotate(-180deg);
--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
--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");
--bs-accordion-btn-focus-border-color: #aa99ff;
--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.25);
--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");
--bs-accordion-btn-focus-border-color: #8c9bb4;
--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(24, 54, 104, 0.25);
--bs-accordion-body-padding-x: 1.25rem;
--bs-accordion-body-padding-y: 1rem;
--bs-accordion-active-color: #4d2ee6;
--bs-accordion-active-bg: #eeebff;
--bs-accordion-active-color: #16315e;
--bs-accordion-active-bg: #e8ebf0;
}
.accordion-button {
......@@ -4547,10 +4547,10 @@ textarea.form-control-lg {
--bs-pagination-hover-border-color: #dee2e6;
--bs-pagination-focus-color: var(--bs-link-hover-color);
--bs-pagination-focus-bg: #e9ecef;
--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.25);
--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(24, 54, 104, 0.25);
--bs-pagination-active-color: #fff;
--bs-pagination-active-bg: #5533ff;
--bs-pagination-active-border-color: #5533ff;
--bs-pagination-active-bg: #183668;
--bs-pagination-active-border-color: #183668;
--bs-pagination-disabled-color: #6c757d;
--bs-pagination-disabled-bg: #fff;
--bs-pagination-disabled-border-color: #dee2e6;
......@@ -4692,12 +4692,12 @@ textarea.form-control-lg {
}
.alert-primary {
--bs-alert-color: #331f99;
--bs-alert-bg: #ddd6ff;
--bs-alert-border-color: #ccc2ff;
--bs-alert-color: #0e203e;
--bs-alert-bg: #d1d7e1;
--bs-alert-border-color: #bac3d2;
}
.alert-primary .alert-link {
color: #29197a;
color: #0b1a32;
}
.alert-secondary {
......@@ -4775,7 +4775,7 @@ textarea.form-control-lg {
--bs-progress-border-radius: 0.375rem;
--bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
--bs-progress-bar-color: #fff;
--bs-progress-bar-bg: #5533ff;
--bs-progress-bar-bg: #183668;
--bs-progress-bar-transition: width 0.6s ease;
display: flex;
height: var(--bs-progress-height);
......@@ -4832,8 +4832,8 @@ textarea.form-control-lg {
--bs-list-group-disabled-color: #6c757d;
--bs-list-group-disabled-bg: #fff;
--bs-list-group-active-color: #fff;
--bs-list-group-active-bg: #5533ff;
--bs-list-group-active-border-color: #5533ff;
--bs-list-group-active-bg: #183668;
--bs-list-group-active-border-color: #183668;
display: flex;
flex-direction: column;
padding-left: 0;
......@@ -5056,17 +5056,17 @@ textarea.form-control-lg {
}
.list-group-item-primary {
color: #331f99;
background-color: #ddd6ff;
color: #0e203e;
background-color: #d1d7e1;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
color: #331f99;
background-color: #c7c1e6;
color: #0e203e;
background-color: #bcc2cb;
}
.list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #331f99;
border-color: #331f99;
background-color: #0e203e;
border-color: #0e203e;
}
.list-group-item-secondary {
......@@ -5185,7 +5185,7 @@ textarea.form-control-lg {
}
.btn-close:focus {
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.25);
box-shadow: 0 0 0 0.25rem rgba(24, 54, 104, 0.25);
opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
......@@ -6692,7 +6692,7 @@ textarea.form-control-lg {
.text-bg-primary {
color: #fff !important;
background-color: RGBA(85, 51, 255, var(--bs-bg-opacity, 1)) !important;
background-color: RGBA(24, 54, 104, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
......@@ -6731,10 +6731,10 @@ textarea.form-control-lg {
}
.link-primary {
color: #5533ff !important;
color: #183668 !important;
}
.link-primary:hover, .link-primary:focus {
color: #4429cc !important;
color: #132b53 !important;
}
.link-secondary {
......@@ -10944,9 +10944,9 @@ body {
}
}
.widget_archive select:focus {
border-color: #aa99ff;
border-color: #8c9bb4;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(85, 51, 255, 0.25);
box-shadow: 0 0 0 0.25rem rgba(24, 54, 104, 0.25);
}
.widget_archive select:-moz-focusring {
color: transparent;
......@@ -10998,7 +10998,7 @@ a.skip-link:not(:focus):not(:focus-within) {
.navbar-dark .navbar-nav .dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .nav-link:active {
color: #fff !important;
text-decoration: none;
background-color: #5533ff;
background-color: #183668;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled, .navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled {
color: #adb5bd !important;
......@@ -14286,6 +14286,15 @@ figure.woocommerce-product-gallery__wrapper {
font-family: "trade-gothic-next-condensed", sans-serif;
}
html, body {
overflow-x: hidden;
}
body {
overflow-x: hidden;
overflow-y: scroll !important;
}
.home.page-template-default #main-nav {
background: none;
}
......@@ -14293,6 +14302,11 @@ figure.woocommerce-product-gallery__wrapper {
display: none;
}
#page {
overflow-x: hidden;
}
#error-404-wrapper,
#content,
#full-width-page-wrapper,
#page-wrapper {
......@@ -14303,12 +14317,15 @@ figure.woocommerce-product-gallery__wrapper {
padding-top: 0px;
}
@media only screen and (max-width: 1260px) {
#error-404-wrapper,
#content,
#full-width-page-wrapper,
#page-wrapper {
width: 100%;
min-height: 90vh;
}
}
#error-404-wrapper #content,
#content #content,
#full-width-page-wrapper #content,
#page-wrapper #content {
......@@ -14324,6 +14341,7 @@ figure.woocommerce-product-gallery__wrapper {
.wrapper .container {
margin: 0px;
padding: 0 15px;
max-width: 100%;
}
}
......@@ -14377,7 +14395,7 @@ h1 + p, .h1 + p {
}
@media only screen and (max-width: 1260px) {
.green-block {
padding: 40px 40px;
padding: 40px 20px;
}
}
.green-block .wp-block-column:nth-of-type(2) {
......@@ -14434,11 +14452,21 @@ h1 + p, .h1 + p {
align-items: center;
width: 100%;
}
@media only screen and (max-width: 756px) {
.green-block .like-you {
height: 200px;
}
}
.green-block .like-you p {
color: #fff;
font-size: 28px;
line-height: 36px;
}
@media only screen and (max-width: 756px) {
.green-block .like-you p {
font-size: 20px;
}
}
.green-block .like-you p strong {
font-weight: 400;
line-height: 46px;
......@@ -14541,42 +14569,52 @@ h1 + p, .h1 + p {
font-weight: 700 !important;
font-family: "trade-gothic-next";
}
#main-nav .um-login:not(.um-logout) {
display: none !important;
}
.um:not(.um-um_account_id) {
.um-logout,
.um:not(.um-um_account_id):not(.um-register):not(.um-login) {
width: 275px !important;
display: flex !important;
flex-basis: auto;
flex-direction: row;
align-self: flex-end;
}
.um:not(.um-um_account_id) .um-form {
.um-logout .um-form,
.um:not(.um-um_account_id):not(.um-register):not(.um-login) .um-form {
margin-bottom: 40px;
}
.um:not(.um-um_account_id) .um-form .um-misc-with-img {
.um-logout .um-form .um-misc-with-img,
.um:not(.um-um_account_id):not(.um-register):not(.um-login) .um-form .um-misc-with-img {
width: 28%;
display: inline-block;
border-bottom: 0px solid #eee;
margin-bottom: 0px;
padding: 0px;
}
.um:not(.um-um_account_id) .um-form .um-misc-with-img div strong {
.um-logout .um-form .um-misc-with-img div strong,
.um:not(.um-um_account_id):not(.um-register):not(.um-login) .um-form .um-misc-with-img div strong {
display: none;
}
.um:not(.um-um_account_id) .um-form .um-misc-ul {
.um-logout .um-form .um-misc-ul,
.um:not(.um-um_account_id):not(.um-register):not(.um-login) .um-form .um-misc-ul {
width: 60%;
display: inline-block;
list-style: none;
padding-left: 14px;
vertical-align: top;
}
.um:not(.um-um_account_id) .um-form .um-misc-ul a {
.um-logout .um-form .um-misc-ul a,
.um:not(.um-um_account_id):not(.um-register):not(.um-login) .um-form .um-misc-ul a {
font-size: 16px;
text-decoration: none;
color: #000000;
font-family: "trade-gothic-next";
font-weight: 400;
}
.um:not(.um-um_account_id) .um-form .um-misc-ul a:hover {
.um-logout .um-form .um-misc-ul a:hover,
.um:not(.um-um_account_id):not(.um-register):not(.um-login) .um-form .um-misc-ul a:hover {
font-weight: 700 !important;
font-family: "trade-gothic-next";
}
......@@ -14713,6 +14751,13 @@ h1 + p, .h1 + p {
width: 100%;
position: relative;
}
@media only screen and (max-width: 768px) {
.page-template-login .header-section,
.page-template-login .full-image,
.page-template-login .image-loaded {
height: 101vh;
}
}
.page-template-login .full-image::after {
content: "";
display: block;
......@@ -14725,6 +14770,11 @@ h1 + p, .h1 + p {
height: 120px;
background-image: url("../images/logo-border.png");
}
@media only screen and (max-width: 768px) {
.page-template-login .full-image::after {
bottom: -20px;
}
}
.page-template-login .full-image::before {
color: #3DB149;
font-size: 30px;
......@@ -14737,6 +14787,11 @@ h1 + p, .h1 + p {
height: 30px;
z-index: 99;
}
@media only screen and (max-width: 768px) {
.page-template-login .full-image::before {
width: 100%;
}
}
.page-template-login .hero-content {
width: 40%;
height: 530px;
......@@ -14786,6 +14841,17 @@ h1 + p, .h1 + p {
display: none;
}
.um-page-register #content,
.um-page-password-reset #content,
.um-own-profile #content {
padding-top: 100px;
min-height: 95vh;
}
.um-register {
max-width: 600px;
}
.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button {
text-transform: uppercase !important;
background-color: #183668 !important;
......@@ -14921,7 +14987,6 @@ label[for=quicksearch] {
line-height: 24px;
color: #1A3668;
text-transform: uppercase;
font-family: "Poppins", sans-serif;
font-weight: 800;
}
......@@ -14956,7 +15021,6 @@ label[for=quicksearch] {
text-decoration: none;
padding: 10px 0px;
display: block;
font-family: "Poppins", sans-serif;
font-weight: 800;
}
.filters .filter-group {
......@@ -15156,11 +15220,11 @@ td.hidden {
background: #ffffff 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
padding: 15px 22px;
width: 100%;
}
@media only screen and (max-width: 768px) {
.table-like__item {
height: auto;
width: 110%;
}
}
.table-like__item .item {
......@@ -15175,7 +15239,6 @@ td.hidden {
}
.table-like__item .item-content a {
width: 100%;
font-family: "Poppins", sans-serif;
font-weight: 500;
text-decoration: none;
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 {
:root {
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #5533ff;
--bs-purple: #183668;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #fd7e14;
......@@ -430,7 +430,7 @@ progress {
--bs-gray-700: #495057;
--bs-gray-800: #343a40;
--bs-gray-900: #212529;
--bs-primary: #5533ff;
--bs-primary: #183668;
--bs-secondary: #6c757d;
--bs-success: #198754;
--bs-info: #0dcaf0;
......@@ -438,7 +438,7 @@ progress {
--bs-danger: #dc3545;
--bs-light: #f8f9fa;
--bs-dark: #212529;
--bs-primary-rgb: 85, 51, 255;
--bs-primary-rgb: 24, 54, 104;
--bs-secondary-rgb: 108, 117, 125;
--bs-success-rgb: 25, 135, 84;
--bs-info-rgb: 13, 202, 240;
......@@ -469,8 +469,8 @@ progress {
--bs-border-radius-xl: 1rem;
--bs-border-radius-2xl: 2rem;
--bs-border-radius-pill: 50rem;
--bs-link-color: #5533ff;
--bs-link-hover-color: #4429cc;
--bs-link-color: #183668;
--bs-link-hover-color: #132b53;
--bs-code-color: #d63384;
--bs-highlight-bg: #fff3cd;
}
......@@ -553,13 +553,13 @@ progress {
.table-primary {
--bs-table-color: #000;
--bs-table-bg: #ddd6ff;
--bs-table-border-color: #c7c1e6;
--bs-table-striped-bg: #d2cbf2;
--bs-table-bg: #d1d7e1;
--bs-table-border-color: #bcc2cb;
--bs-table-striped-bg: #c7ccd6;
--bs-table-striped-color: #000;
--bs-table-active-bg: #c7c1e6;
--bs-table-active-bg: #bcc2cb;
--bs-table-active-color: #000;
--bs-table-hover-bg: #ccc6ec;
--bs-table-hover-bg: #c1c7d0;
--bs-table-hover-color: #000;
color: var(--bs-table-color);
border-color: var(--bs-table-border-color);
......@@ -849,7 +849,7 @@ progress {
:root {
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #5533ff;
--bs-purple: #183668;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #fd7e14;
......@@ -870,7 +870,7 @@ progress {
--bs-gray-700: #495057;
--bs-gray-800: #343a40;
--bs-gray-900: #212529;
--bs-primary: #5533ff;
--bs-primary: #183668;
--bs-secondary: #6c757d;
--bs-success: #198754;
--bs-info: #0dcaf0;
......@@ -878,7 +878,7 @@ progress {
--bs-danger: #dc3545;
--bs-light: #f8f9fa;
--bs-dark: #212529;
--bs-primary-rgb: 85, 51, 255;
--bs-primary-rgb: 24, 54, 104;
--bs-secondary-rgb: 108, 117, 125;
--bs-success-rgb: 25, 135, 84;
--bs-info-rgb: 13, 202, 240;
......@@ -909,8 +909,8 @@ progress {
--bs-border-radius-xl: 1rem;
--bs-border-radius-2xl: 2rem;
--bs-border-radius-pill: 50rem;
--bs-link-color: #5533ff;
--bs-link-hover-color: #4429cc;
--bs-link-color: #183668;
--bs-link-hover-color: #132b53;
--bs-code-color: #d63384;
--bs-highlight-bg: #fff3cd;
}
......@@ -923,7 +923,7 @@ progress {
.text-bg-primary {
color: #fff !important;
background-color: RGBA(85, 51, 255, var(--bs-bg-opacity, 1)) !important;
background-color: RGBA(24, 54, 104, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
......@@ -962,10 +962,10 @@ progress {
}
.link-primary {
color: #5533ff !important;
color: #183668 !important;
}
.link-primary:hover, .link-primary:focus {
color: #4429cc !important;
color: #132b53 !important;
}
.link-secondary {
......@@ -5121,16 +5121,16 @@ progress {
.has-purple-color,
.has-purple-color:visited {
color: #5533ff;
color: #183668;
}
.has-purple-background-color {
background-color: #5533ff;
border-color: #5533ff;
background-color: #183668;
border-color: #183668;
}
.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-purple-color {
color: #5533ff;
color: #183668;
}
.has-pink-color,
......@@ -5289,16 +5289,16 @@ progress {
.has-primary-color,
.has-primary-color:visited {
color: #5533ff;
color: #183668;
}
.has-primary-background-color {
background-color: #5533ff;
border-color: #5533ff;
background-color: #183668;
border-color: #183668;
}
.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-primary-color {
color: #5533ff;
color: #183668;
}
.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.
......@@ -27,7 +27,7 @@ $container = get_theme_mod( 'understrap_container_type' );
<div class="site-info">
<?php understrap_site_info(); ?>
<?php //understrap_site_info(); ?>
</div><!-- .site-info -->
......
......@@ -17,7 +17,8 @@ $navbar_type = get_theme_mod( 'understrap_navbar_type', 'collapse' );
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<?php wp_head(); ?>
</head>
......
{"--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
{"--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
......
......@@ -18,7 +18,7 @@ get_header();
$container = get_theme_mod( 'understrap_container_type' );
?>
<?php if (! is_page('account')) { ?>
<?php if (is_page('account') || is_page('user') || is_page('password-reset') || is_page('register')) { }else{ ?>
<div class="wrapper" id="page-wrapper">
<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'); ?>);">
<div class="full-image">
......
html, body {
overflow-x:hidden
}
body {
overflow-x: hidden;
overflow-y: scroll !important;
}
.home.page-template-default {
#main-nav {
background:none
......@@ -7,6 +15,10 @@
}
}
#page{
overflow-x: hidden;
}
#error-404-wrapper,
#content,
#full-width-page-wrapper,
#page-wrapper {
......@@ -17,6 +29,7 @@
padding-top: 0px;
@media only screen and (max-width: 1260px) {
width: 100%;
min-height: 90vh;
}
#content {
position: relative;
......@@ -31,6 +44,7 @@
@media only screen and (max-width: 1260px) {
margin:0px;
padding:0 15px;
max-width: 100%;
}
}
.um-um_account_id {
......@@ -79,7 +93,7 @@ h1 + p { font-size: 20px; }
color: #000;
}
@media only screen and (max-width: 1260px) {
padding: 40px 40px;
padding: 40px 20px;
}
.wp-block-column:nth-of-type(2) {
display: flex;
......@@ -139,10 +153,16 @@ background-color: #1A3668;
height: 423px;
align-items: center;
width: 100%;
@media only screen and (max-width: 756px) {
height: 200px;
}
p{
color:#fff;
font-size: 28px;
line-height: 36px;
@media only screen and (max-width: 756px) {
font-size: 20px;
}
strong{
font-weight: 400;
line-height: 46px;
......
......@@ -3,5 +3,5 @@
// Just copy a variable from src/sass/assets/bootstrap5/_variables.scss, paste it here and edit the value.
$purple: #5533ff; // Thats a sample how you could change a BootStrap variable.
$purple: #183668; // Thats a sample how you could change a BootStrap variable.
$primary: $purple; // Once we've changed the value, we'll also make it the primary brand color.
......
......@@ -19,6 +19,9 @@
background-size: cover;
width: 100%;
position: relative;
@media only screen and (max-width: 768px) {
height: 101vh;
}
}
.full-image::after {
content: "";
......@@ -31,6 +34,9 @@
width: 100%;
height: 120px;
background-image: url("../images/logo-border.png");
@media only screen and (max-width: 768px) {
bottom:-20px;
}
}
.full-image::before {
color: #3DB149;
......@@ -43,6 +49,9 @@
width: 50%;
height: 30px;
z-index: 99;
@media only screen and (max-width: 768px) {
width: 100%;
}
}
......@@ -102,6 +111,17 @@
}
}
.um-page-register,
.um-page-password-reset,
.um-own-profile{
#content{
padding-top: 100px;
min-height: 95vh;
}
}
.um-register{
max-width: 600px;
}
.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button{
text-transform: uppercase !important;
......
......@@ -96,8 +96,13 @@
}
}
}
}
.um:not(.um-um_account_id){
.um-login:not(.um-logout){
display: none !important;
}
}
.um-logout,
.um:not(.um-um_account_id):not(.um-register):not(.um-login){
width: 275px !important;
display: flex!important;
flex-basis: auto;
......@@ -137,6 +142,7 @@
}
}
}
.current-menu-item {
a{text-decoration: underline !important; color: #183668 !important; font-weight: bold;}
ul{
......
......@@ -3,7 +3,7 @@ label[for="quicksearch"] {
line-height: 24px;
color: #1A3668;
text-transform: uppercase;
font-family: "Poppins", sans-serif;
font-weight: 800;
}
#quicksearch {
......@@ -34,7 +34,7 @@ label[for="quicksearch"] {
text-decoration: none;
padding: 10px 0px;
display: block;
font-family: "Poppins", sans-serif;
font-weight: 800;
}
.filter-group {
......@@ -214,13 +214,13 @@ td.hidden {
margin-bottom: 20px;
border-radius: 0px;
height: 69px;
@media only screen and (max-width: 768px) {
height: auto;
}
background: #ffffff 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
padding: 15px 22px;
width: 100%;
@media only screen and (max-width: 768px) {
height: auto;
width: 110%;
}
.item {
width: 100%;
}
......@@ -232,7 +232,7 @@ td.hidden {
line-height: 24px;
a {
width: 100%;
font-family: "Poppins", sans-serif;
font-weight: 500;
text-decoration: none;
font-size: 16px;
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.2.0013
Version: 1.2.0014
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......