updates woocommerce color to use variable
This commit is contained in:
parent
443546c4f7
commit
01e90b82d8
|
|
@ -1137,4 +1137,5 @@ body.understrap-no-sidebar .wp-block-cover.alignwide {
|
|||
font-size: 2.5rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=custom-editor-style-bootstrap4.css.map */
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1169,5 +1169,4 @@ body.understrap-no-sidebar .wp-block-cover.alignwide {
|
|||
font-size: 2.5rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=custom-editor-style.css.map */
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -600,8 +600,8 @@ pre code {
|
|||
}
|
||||
|
||||
.col {
|
||||
-ms-flex-preferred-size: 0;
|
||||
-webkit-flex-basis: 0;
|
||||
-ms-flex-preferred-size: 0;
|
||||
flex-basis: 0;
|
||||
-webkit-flex-grow: 1;
|
||||
-ms-flex-positive: 1;
|
||||
|
|
@ -879,8 +879,8 @@ pre code {
|
|||
|
||||
@media (min-width: 576px) {
|
||||
.col-sm {
|
||||
-ms-flex-preferred-size: 0;
|
||||
-webkit-flex-basis: 0;
|
||||
-ms-flex-preferred-size: 0;
|
||||
flex-basis: 0;
|
||||
-webkit-flex-grow: 1;
|
||||
-ms-flex-positive: 1;
|
||||
|
|
@ -1162,8 +1162,8 @@ pre code {
|
|||
}
|
||||
@media (min-width: 768px) {
|
||||
.col-md {
|
||||
-ms-flex-preferred-size: 0;
|
||||
-webkit-flex-basis: 0;
|
||||
-ms-flex-preferred-size: 0;
|
||||
flex-basis: 0;
|
||||
-webkit-flex-grow: 1;
|
||||
-ms-flex-positive: 1;
|
||||
|
|
@ -1445,8 +1445,8 @@ pre code {
|
|||
}
|
||||
@media (min-width: 992px) {
|
||||
.col-lg {
|
||||
-ms-flex-preferred-size: 0;
|
||||
-webkit-flex-basis: 0;
|
||||
-ms-flex-preferred-size: 0;
|
||||
flex-basis: 0;
|
||||
-webkit-flex-grow: 1;
|
||||
-ms-flex-positive: 1;
|
||||
|
|
@ -1728,8 +1728,8 @@ pre code {
|
|||
}
|
||||
@media (min-width: 1200px) {
|
||||
.col-xl {
|
||||
-ms-flex-preferred-size: 0;
|
||||
-webkit-flex-basis: 0;
|
||||
-ms-flex-preferred-size: 0;
|
||||
flex-basis: 0;
|
||||
-webkit-flex-grow: 1;
|
||||
-ms-flex-positive: 1;
|
||||
|
|
@ -3226,8 +3226,8 @@ textarea.form-control, .wpcf7 textarea.wpcf7-validation-errors,
|
|||
}
|
||||
.form-inline .form-check-input {
|
||||
position: relative;
|
||||
-ms-flex-negative: 0;
|
||||
-webkit-flex-shrink: 0;
|
||||
-ms-flex-negative: 0;
|
||||
flex-shrink: 0;
|
||||
margin-top: 0;
|
||||
margin-right: 0.25rem;
|
||||
|
|
@ -5808,8 +5808,8 @@ input[type=button].btn-block {
|
|||
|
||||
.nav-justified > .nav-link,
|
||||
.nav-justified .nav-item {
|
||||
-ms-flex-preferred-size: 0;
|
||||
-webkit-flex-basis: 0;
|
||||
-ms-flex-preferred-size: 0;
|
||||
flex-basis: 0;
|
||||
-webkit-flex-grow: 1;
|
||||
-ms-flex-positive: 1;
|
||||
|
|
@ -5899,8 +5899,8 @@ input[type=button].btn-block {
|
|||
}
|
||||
|
||||
.navbar-collapse {
|
||||
-ms-flex-preferred-size: 100%;
|
||||
-webkit-flex-basis: 100%;
|
||||
-ms-flex-preferred-size: 100%;
|
||||
flex-basis: 100%;
|
||||
-webkit-flex-grow: 1;
|
||||
-ms-flex-positive: 1;
|
||||
|
|
@ -5985,8 +5985,8 @@ input[type=button].btn-block {
|
|||
display: -webkit-flex !important;
|
||||
display: -ms-flexbox !important;
|
||||
display: flex !important;
|
||||
-ms-flex-preferred-size: auto;
|
||||
-webkit-flex-basis: auto;
|
||||
-ms-flex-preferred-size: auto;
|
||||
flex-basis: auto;
|
||||
}
|
||||
.navbar-expand-sm .navbar-toggler {
|
||||
|
|
@ -6042,8 +6042,8 @@ input[type=button].btn-block {
|
|||
display: -webkit-flex !important;
|
||||
display: -ms-flexbox !important;
|
||||
display: flex !important;
|
||||
-ms-flex-preferred-size: auto;
|
||||
-webkit-flex-basis: auto;
|
||||
-ms-flex-preferred-size: auto;
|
||||
flex-basis: auto;
|
||||
}
|
||||
.navbar-expand-md .navbar-toggler {
|
||||
|
|
@ -6099,8 +6099,8 @@ input[type=button].btn-block {
|
|||
display: -webkit-flex !important;
|
||||
display: -ms-flexbox !important;
|
||||
display: flex !important;
|
||||
-ms-flex-preferred-size: auto;
|
||||
-webkit-flex-basis: auto;
|
||||
-ms-flex-preferred-size: auto;
|
||||
flex-basis: auto;
|
||||
}
|
||||
.navbar-expand-lg .navbar-toggler {
|
||||
|
|
@ -6156,8 +6156,8 @@ input[type=button].btn-block {
|
|||
display: -webkit-flex !important;
|
||||
display: -ms-flexbox !important;
|
||||
display: flex !important;
|
||||
-ms-flex-preferred-size: auto;
|
||||
-webkit-flex-basis: auto;
|
||||
-ms-flex-preferred-size: auto;
|
||||
flex-basis: auto;
|
||||
}
|
||||
.navbar-expand-xl .navbar-toggler {
|
||||
|
|
@ -6210,8 +6210,8 @@ input[type=button].btn-block {
|
|||
display: -webkit-flex !important;
|
||||
display: -ms-flexbox !important;
|
||||
display: flex !important;
|
||||
-ms-flex-preferred-size: auto;
|
||||
-webkit-flex-basis: auto;
|
||||
-ms-flex-preferred-size: auto;
|
||||
flex-basis: auto;
|
||||
}
|
||||
.navbar-expand .navbar-toggler {
|
||||
|
|
@ -6411,8 +6411,8 @@ input[type=button].btn-block {
|
|||
.card-img,
|
||||
.card-img-top,
|
||||
.card-img-bottom {
|
||||
-ms-flex-negative: 0;
|
||||
-webkit-flex-shrink: 0;
|
||||
-ms-flex-negative: 0;
|
||||
flex-shrink: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
|
@ -7372,8 +7372,8 @@ a.close.disabled {
|
|||
}
|
||||
|
||||
.toast {
|
||||
-ms-flex-preferred-size: 350px;
|
||||
-webkit-flex-basis: 350px;
|
||||
-ms-flex-preferred-size: 350px;
|
||||
flex-basis: 350px;
|
||||
max-width: 350px;
|
||||
font-size: 0.875rem;
|
||||
|
|
@ -7483,8 +7483,8 @@ a.close.disabled {
|
|||
}
|
||||
.modal-dialog-scrollable .modal-header,
|
||||
.modal-dialog-scrollable .modal-footer {
|
||||
-ms-flex-negative: 0;
|
||||
-webkit-flex-shrink: 0;
|
||||
-ms-flex-negative: 0;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.modal-dialog-scrollable .modal-body {
|
||||
|
|
@ -8788,14 +8788,14 @@ button.bg-dark:focus {
|
|||
}
|
||||
|
||||
.flex-shrink-0 {
|
||||
-ms-flex-negative: 0 !important;
|
||||
-webkit-flex-shrink: 0 !important;
|
||||
-ms-flex-negative: 0 !important;
|
||||
flex-shrink: 0 !important;
|
||||
}
|
||||
|
||||
.flex-shrink-1 {
|
||||
-ms-flex-negative: 1 !important;
|
||||
-webkit-flex-shrink: 1 !important;
|
||||
-ms-flex-negative: 1 !important;
|
||||
flex-shrink: 1 !important;
|
||||
}
|
||||
|
||||
|
|
@ -8860,38 +8860,38 @@ button.bg-dark:focus {
|
|||
}
|
||||
|
||||
.align-content-start {
|
||||
-ms-flex-line-pack: start !important;
|
||||
-webkit-align-content: flex-start !important;
|
||||
-ms-flex-line-pack: start !important;
|
||||
align-content: flex-start !important;
|
||||
}
|
||||
|
||||
.align-content-end {
|
||||
-ms-flex-line-pack: end !important;
|
||||
-webkit-align-content: flex-end !important;
|
||||
-ms-flex-line-pack: end !important;
|
||||
align-content: flex-end !important;
|
||||
}
|
||||
|
||||
.align-content-center {
|
||||
-ms-flex-line-pack: center !important;
|
||||
-webkit-align-content: center !important;
|
||||
-ms-flex-line-pack: center !important;
|
||||
align-content: center !important;
|
||||
}
|
||||
|
||||
.align-content-between {
|
||||
-ms-flex-line-pack: justify !important;
|
||||
-webkit-align-content: space-between !important;
|
||||
-ms-flex-line-pack: justify !important;
|
||||
align-content: space-between !important;
|
||||
}
|
||||
|
||||
.align-content-around {
|
||||
-ms-flex-line-pack: distribute !important;
|
||||
-webkit-align-content: space-around !important;
|
||||
-ms-flex-line-pack: distribute !important;
|
||||
align-content: space-around !important;
|
||||
}
|
||||
|
||||
.align-content-stretch {
|
||||
-ms-flex-line-pack: stretch !important;
|
||||
-webkit-align-content: stretch !important;
|
||||
-ms-flex-line-pack: stretch !important;
|
||||
align-content: stretch !important;
|
||||
}
|
||||
|
||||
|
|
@ -8993,14 +8993,14 @@ button.bg-dark:focus {
|
|||
}
|
||||
|
||||
.flex-sm-shrink-0 {
|
||||
-ms-flex-negative: 0 !important;
|
||||
-webkit-flex-shrink: 0 !important;
|
||||
-ms-flex-negative: 0 !important;
|
||||
flex-shrink: 0 !important;
|
||||
}
|
||||
|
||||
.flex-sm-shrink-1 {
|
||||
-ms-flex-negative: 1 !important;
|
||||
-webkit-flex-shrink: 1 !important;
|
||||
-ms-flex-negative: 1 !important;
|
||||
flex-shrink: 1 !important;
|
||||
}
|
||||
|
||||
|
|
@ -9065,38 +9065,38 @@ button.bg-dark:focus {
|
|||
}
|
||||
|
||||
.align-content-sm-start {
|
||||
-ms-flex-line-pack: start !important;
|
||||
-webkit-align-content: flex-start !important;
|
||||
-ms-flex-line-pack: start !important;
|
||||
align-content: flex-start !important;
|
||||
}
|
||||
|
||||
.align-content-sm-end {
|
||||
-ms-flex-line-pack: end !important;
|
||||
-webkit-align-content: flex-end !important;
|
||||
-ms-flex-line-pack: end !important;
|
||||
align-content: flex-end !important;
|
||||
}
|
||||
|
||||
.align-content-sm-center {
|
||||
-ms-flex-line-pack: center !important;
|
||||
-webkit-align-content: center !important;
|
||||
-ms-flex-line-pack: center !important;
|
||||
align-content: center !important;
|
||||
}
|
||||
|
||||
.align-content-sm-between {
|
||||
-ms-flex-line-pack: justify !important;
|
||||
-webkit-align-content: space-between !important;
|
||||
-ms-flex-line-pack: justify !important;
|
||||
align-content: space-between !important;
|
||||
}
|
||||
|
||||
.align-content-sm-around {
|
||||
-ms-flex-line-pack: distribute !important;
|
||||
-webkit-align-content: space-around !important;
|
||||
-ms-flex-line-pack: distribute !important;
|
||||
align-content: space-around !important;
|
||||
}
|
||||
|
||||
.align-content-sm-stretch {
|
||||
-ms-flex-line-pack: stretch !important;
|
||||
-webkit-align-content: stretch !important;
|
||||
-ms-flex-line-pack: stretch !important;
|
||||
align-content: stretch !important;
|
||||
}
|
||||
|
||||
|
|
@ -9198,14 +9198,14 @@ button.bg-dark:focus {
|
|||
}
|
||||
|
||||
.flex-md-shrink-0 {
|
||||
-ms-flex-negative: 0 !important;
|
||||
-webkit-flex-shrink: 0 !important;
|
||||
-ms-flex-negative: 0 !important;
|
||||
flex-shrink: 0 !important;
|
||||
}
|
||||
|
||||
.flex-md-shrink-1 {
|
||||
-ms-flex-negative: 1 !important;
|
||||
-webkit-flex-shrink: 1 !important;
|
||||
-ms-flex-negative: 1 !important;
|
||||
flex-shrink: 1 !important;
|
||||
}
|
||||
|
||||
|
|
@ -9270,38 +9270,38 @@ button.bg-dark:focus {
|
|||
}
|
||||
|
||||
.align-content-md-start {
|
||||
-ms-flex-line-pack: start !important;
|
||||
-webkit-align-content: flex-start !important;
|
||||
-ms-flex-line-pack: start !important;
|
||||
align-content: flex-start !important;
|
||||
}
|
||||
|
||||
.align-content-md-end {
|
||||
-ms-flex-line-pack: end !important;
|
||||
-webkit-align-content: flex-end !important;
|
||||
-ms-flex-line-pack: end !important;
|
||||
align-content: flex-end !important;
|
||||
}
|
||||
|
||||
.align-content-md-center {
|
||||
-ms-flex-line-pack: center !important;
|
||||
-webkit-align-content: center !important;
|
||||
-ms-flex-line-pack: center !important;
|
||||
align-content: center !important;
|
||||
}
|
||||
|
||||
.align-content-md-between {
|
||||
-ms-flex-line-pack: justify !important;
|
||||
-webkit-align-content: space-between !important;
|
||||
-ms-flex-line-pack: justify !important;
|
||||
align-content: space-between !important;
|
||||
}
|
||||
|
||||
.align-content-md-around {
|
||||
-ms-flex-line-pack: distribute !important;
|
||||
-webkit-align-content: space-around !important;
|
||||
-ms-flex-line-pack: distribute !important;
|
||||
align-content: space-around !important;
|
||||
}
|
||||
|
||||
.align-content-md-stretch {
|
||||
-ms-flex-line-pack: stretch !important;
|
||||
-webkit-align-content: stretch !important;
|
||||
-ms-flex-line-pack: stretch !important;
|
||||
align-content: stretch !important;
|
||||
}
|
||||
|
||||
|
|
@ -9403,14 +9403,14 @@ button.bg-dark:focus {
|
|||
}
|
||||
|
||||
.flex-lg-shrink-0 {
|
||||
-ms-flex-negative: 0 !important;
|
||||
-webkit-flex-shrink: 0 !important;
|
||||
-ms-flex-negative: 0 !important;
|
||||
flex-shrink: 0 !important;
|
||||
}
|
||||
|
||||
.flex-lg-shrink-1 {
|
||||
-ms-flex-negative: 1 !important;
|
||||
-webkit-flex-shrink: 1 !important;
|
||||
-ms-flex-negative: 1 !important;
|
||||
flex-shrink: 1 !important;
|
||||
}
|
||||
|
||||
|
|
@ -9475,38 +9475,38 @@ button.bg-dark:focus {
|
|||
}
|
||||
|
||||
.align-content-lg-start {
|
||||
-ms-flex-line-pack: start !important;
|
||||
-webkit-align-content: flex-start !important;
|
||||
-ms-flex-line-pack: start !important;
|
||||
align-content: flex-start !important;
|
||||
}
|
||||
|
||||
.align-content-lg-end {
|
||||
-ms-flex-line-pack: end !important;
|
||||
-webkit-align-content: flex-end !important;
|
||||
-ms-flex-line-pack: end !important;
|
||||
align-content: flex-end !important;
|
||||
}
|
||||
|
||||
.align-content-lg-center {
|
||||
-ms-flex-line-pack: center !important;
|
||||
-webkit-align-content: center !important;
|
||||
-ms-flex-line-pack: center !important;
|
||||
align-content: center !important;
|
||||
}
|
||||
|
||||
.align-content-lg-between {
|
||||
-ms-flex-line-pack: justify !important;
|
||||
-webkit-align-content: space-between !important;
|
||||
-ms-flex-line-pack: justify !important;
|
||||
align-content: space-between !important;
|
||||
}
|
||||
|
||||
.align-content-lg-around {
|
||||
-ms-flex-line-pack: distribute !important;
|
||||
-webkit-align-content: space-around !important;
|
||||
-ms-flex-line-pack: distribute !important;
|
||||
align-content: space-around !important;
|
||||
}
|
||||
|
||||
.align-content-lg-stretch {
|
||||
-ms-flex-line-pack: stretch !important;
|
||||
-webkit-align-content: stretch !important;
|
||||
-ms-flex-line-pack: stretch !important;
|
||||
align-content: stretch !important;
|
||||
}
|
||||
|
||||
|
|
@ -9608,14 +9608,14 @@ button.bg-dark:focus {
|
|||
}
|
||||
|
||||
.flex-xl-shrink-0 {
|
||||
-ms-flex-negative: 0 !important;
|
||||
-webkit-flex-shrink: 0 !important;
|
||||
-ms-flex-negative: 0 !important;
|
||||
flex-shrink: 0 !important;
|
||||
}
|
||||
|
||||
.flex-xl-shrink-1 {
|
||||
-ms-flex-negative: 1 !important;
|
||||
-webkit-flex-shrink: 1 !important;
|
||||
-ms-flex-negative: 1 !important;
|
||||
flex-shrink: 1 !important;
|
||||
}
|
||||
|
||||
|
|
@ -9680,38 +9680,38 @@ button.bg-dark:focus {
|
|||
}
|
||||
|
||||
.align-content-xl-start {
|
||||
-ms-flex-line-pack: start !important;
|
||||
-webkit-align-content: flex-start !important;
|
||||
-ms-flex-line-pack: start !important;
|
||||
align-content: flex-start !important;
|
||||
}
|
||||
|
||||
.align-content-xl-end {
|
||||
-ms-flex-line-pack: end !important;
|
||||
-webkit-align-content: flex-end !important;
|
||||
-ms-flex-line-pack: end !important;
|
||||
align-content: flex-end !important;
|
||||
}
|
||||
|
||||
.align-content-xl-center {
|
||||
-ms-flex-line-pack: center !important;
|
||||
-webkit-align-content: center !important;
|
||||
-ms-flex-line-pack: center !important;
|
||||
align-content: center !important;
|
||||
}
|
||||
|
||||
.align-content-xl-between {
|
||||
-ms-flex-line-pack: justify !important;
|
||||
-webkit-align-content: space-between !important;
|
||||
-ms-flex-line-pack: justify !important;
|
||||
align-content: space-between !important;
|
||||
}
|
||||
|
||||
.align-content-xl-around {
|
||||
-ms-flex-line-pack: distribute !important;
|
||||
-webkit-align-content: space-around !important;
|
||||
-ms-flex-line-pack: distribute !important;
|
||||
align-content: space-around !important;
|
||||
}
|
||||
|
||||
.align-content-xl-stretch {
|
||||
-ms-flex-line-pack: stretch !important;
|
||||
-webkit-align-content: stretch !important;
|
||||
-ms-flex-line-pack: stretch !important;
|
||||
align-content: stretch !important;
|
||||
}
|
||||
|
||||
|
|
@ -12535,7 +12535,7 @@ body {
|
|||
}
|
||||
|
||||
h2.sr-only, h2.screen-reader-text {
|
||||
background-color: #ffffff;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.alignleft {
|
||||
|
|
@ -12658,16 +12658,18 @@ a.skip-link {
|
|||
display: block;
|
||||
}
|
||||
|
||||
.entry-content a {
|
||||
.entry-content p a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
code {
|
||||
color: #A81559;
|
||||
}
|
||||
|
||||
.woocommerce ul.products li.product .price {
|
||||
color: #456039;
|
||||
.woocommerce div.product p.price,
|
||||
.woocommerce div.product span.price,
|
||||
.woocommerce div.product .stock,
|
||||
.woocommerce ul.products li.product .price,
|
||||
#add_payment_method .cart-collaterals .cart_totals .discount td,
|
||||
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
|
||||
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
|
||||
color: #28a745;
|
||||
}
|
||||
|
||||
.has-blue-color,
|
||||
|
|
@ -13062,7 +13064,7 @@ figure.woocommerce-product-gallery__wrapper {
|
|||
padding: 1em 2em 1em 3.5em;
|
||||
}
|
||||
.woocommerce form .form-row .required {
|
||||
color: #b30000;
|
||||
color: #dc3545;
|
||||
}
|
||||
|
||||
/*!
|
||||
|
|
@ -16101,4 +16103,5 @@ figure.woocommerce-product-gallery__wrapper {
|
|||
overflow: visible;
|
||||
clip: auto;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=theme-bootstrap4.css.map */
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
123
css/theme.css
123
css/theme.css
|
|
@ -688,8 +688,8 @@ progress {
|
|||
margin-left: calc(var(--bs-gutter-x) * -0.5);
|
||||
}
|
||||
.row > * {
|
||||
-webkit-flex-shrink: 0;
|
||||
-ms-flex-negative: 0;
|
||||
-webkit-flex-shrink: 0;
|
||||
flex-shrink: 0;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
|
|
@ -5422,8 +5422,8 @@ textarea.form-control-lg {
|
|||
|
||||
.nav-justified > .nav-link,
|
||||
.nav-justified .nav-item {
|
||||
-webkit-flex-basis: 0;
|
||||
-ms-flex-preferred-size: 0;
|
||||
-webkit-flex-basis: 0;
|
||||
flex-basis: 0;
|
||||
-webkit-flex-grow: 1;
|
||||
-ms-flex-positive: 1;
|
||||
|
|
@ -5513,8 +5513,8 @@ textarea.form-control-lg {
|
|||
}
|
||||
|
||||
.navbar-collapse {
|
||||
-webkit-flex-basis: 100%;
|
||||
-ms-flex-preferred-size: 100%;
|
||||
-webkit-flex-basis: 100%;
|
||||
flex-basis: 100%;
|
||||
-webkit-flex-grow: 1;
|
||||
-ms-flex-positive: 1;
|
||||
|
|
@ -5592,8 +5592,8 @@ textarea.form-control-lg {
|
|||
display: -webkit-flex !important;
|
||||
display: -ms-flexbox !important;
|
||||
display: flex !important;
|
||||
-webkit-flex-basis: auto;
|
||||
-ms-flex-preferred-size: auto;
|
||||
-webkit-flex-basis: auto;
|
||||
flex-basis: auto;
|
||||
}
|
||||
.navbar-expand-sm .navbar-toggler {
|
||||
|
|
@ -5663,8 +5663,8 @@ textarea.form-control-lg {
|
|||
display: -webkit-flex !important;
|
||||
display: -ms-flexbox !important;
|
||||
display: flex !important;
|
||||
-webkit-flex-basis: auto;
|
||||
-ms-flex-preferred-size: auto;
|
||||
-webkit-flex-basis: auto;
|
||||
flex-basis: auto;
|
||||
}
|
||||
.navbar-expand-md .navbar-toggler {
|
||||
|
|
@ -5734,8 +5734,8 @@ textarea.form-control-lg {
|
|||
display: -webkit-flex !important;
|
||||
display: -ms-flexbox !important;
|
||||
display: flex !important;
|
||||
-webkit-flex-basis: auto;
|
||||
-ms-flex-preferred-size: auto;
|
||||
-webkit-flex-basis: auto;
|
||||
flex-basis: auto;
|
||||
}
|
||||
.navbar-expand-lg .navbar-toggler {
|
||||
|
|
@ -5805,8 +5805,8 @@ textarea.form-control-lg {
|
|||
display: -webkit-flex !important;
|
||||
display: -ms-flexbox !important;
|
||||
display: flex !important;
|
||||
-webkit-flex-basis: auto;
|
||||
-ms-flex-preferred-size: auto;
|
||||
-webkit-flex-basis: auto;
|
||||
flex-basis: auto;
|
||||
}
|
||||
.navbar-expand-xl .navbar-toggler {
|
||||
|
|
@ -5876,8 +5876,8 @@ textarea.form-control-lg {
|
|||
display: -webkit-flex !important;
|
||||
display: -ms-flexbox !important;
|
||||
display: flex !important;
|
||||
-webkit-flex-basis: auto;
|
||||
-ms-flex-preferred-size: auto;
|
||||
-webkit-flex-basis: auto;
|
||||
flex-basis: auto;
|
||||
}
|
||||
.navbar-expand-xxl .navbar-toggler {
|
||||
|
|
@ -5946,8 +5946,8 @@ textarea.form-control-lg {
|
|||
display: -webkit-flex !important;
|
||||
display: -ms-flexbox !important;
|
||||
display: flex !important;
|
||||
-webkit-flex-basis: auto;
|
||||
-ms-flex-preferred-size: auto;
|
||||
-webkit-flex-basis: auto;
|
||||
flex-basis: auto;
|
||||
}
|
||||
.navbar-expand .navbar-toggler {
|
||||
|
|
@ -6276,8 +6276,8 @@ textarea.form-control-lg {
|
|||
transform: rotate(-180deg);
|
||||
}
|
||||
.accordion-button::after {
|
||||
-webkit-flex-shrink: 0;
|
||||
-ms-flex-negative: 0;
|
||||
-webkit-flex-shrink: 0;
|
||||
flex-shrink: 0;
|
||||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
|
|
@ -7210,8 +7210,8 @@ textarea.form-control-lg {
|
|||
display: -webkit-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-flex-shrink: 0;
|
||||
-ms-flex-negative: 0;
|
||||
-webkit-flex-shrink: 0;
|
||||
flex-shrink: 0;
|
||||
-webkit-align-items: center;
|
||||
-ms-flex-align: center;
|
||||
|
|
@ -7251,8 +7251,8 @@ textarea.form-control-lg {
|
|||
-webkit-flex-wrap: wrap;
|
||||
-ms-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
-webkit-flex-shrink: 0;
|
||||
-ms-flex-negative: 0;
|
||||
-webkit-flex-shrink: 0;
|
||||
flex-shrink: 0;
|
||||
-webkit-align-items: center;
|
||||
-ms-flex-align: center;
|
||||
|
|
@ -8811,14 +8811,14 @@ textarea.form-control-lg {
|
|||
}
|
||||
|
||||
.flex-shrink-0 {
|
||||
-webkit-flex-shrink: 0 !important;
|
||||
-ms-flex-negative: 0 !important;
|
||||
-webkit-flex-shrink: 0 !important;
|
||||
flex-shrink: 0 !important;
|
||||
}
|
||||
|
||||
.flex-shrink-1 {
|
||||
-webkit-flex-shrink: 1 !important;
|
||||
-ms-flex-negative: 1 !important;
|
||||
-webkit-flex-shrink: 1 !important;
|
||||
flex-shrink: 1 !important;
|
||||
}
|
||||
|
||||
|
|
@ -8931,38 +8931,38 @@ textarea.form-control-lg {
|
|||
}
|
||||
|
||||
.align-content-start {
|
||||
-webkit-align-content: flex-start !important;
|
||||
-ms-flex-line-pack: start !important;
|
||||
-webkit-align-content: flex-start !important;
|
||||
align-content: flex-start !important;
|
||||
}
|
||||
|
||||
.align-content-end {
|
||||
-webkit-align-content: flex-end !important;
|
||||
-ms-flex-line-pack: end !important;
|
||||
-webkit-align-content: flex-end !important;
|
||||
align-content: flex-end !important;
|
||||
}
|
||||
|
||||
.align-content-center {
|
||||
-webkit-align-content: center !important;
|
||||
-ms-flex-line-pack: center !important;
|
||||
-webkit-align-content: center !important;
|
||||
align-content: center !important;
|
||||
}
|
||||
|
||||
.align-content-between {
|
||||
-webkit-align-content: space-between !important;
|
||||
-ms-flex-line-pack: justify !important;
|
||||
-webkit-align-content: space-between !important;
|
||||
align-content: space-between !important;
|
||||
}
|
||||
|
||||
.align-content-around {
|
||||
-webkit-align-content: space-around !important;
|
||||
-ms-flex-line-pack: distribute !important;
|
||||
-webkit-align-content: space-around !important;
|
||||
align-content: space-around !important;
|
||||
}
|
||||
|
||||
.align-content-stretch {
|
||||
-webkit-align-content: stretch !important;
|
||||
-ms-flex-line-pack: stretch !important;
|
||||
-webkit-align-content: stretch !important;
|
||||
align-content: stretch !important;
|
||||
}
|
||||
|
||||
|
|
@ -9926,14 +9926,14 @@ textarea.form-control-lg {
|
|||
}
|
||||
|
||||
.flex-sm-shrink-0 {
|
||||
-webkit-flex-shrink: 0 !important;
|
||||
-ms-flex-negative: 0 !important;
|
||||
-webkit-flex-shrink: 0 !important;
|
||||
flex-shrink: 0 !important;
|
||||
}
|
||||
|
||||
.flex-sm-shrink-1 {
|
||||
-webkit-flex-shrink: 1 !important;
|
||||
-ms-flex-negative: 1 !important;
|
||||
-webkit-flex-shrink: 1 !important;
|
||||
flex-shrink: 1 !important;
|
||||
}
|
||||
|
||||
|
|
@ -10046,38 +10046,38 @@ textarea.form-control-lg {
|
|||
}
|
||||
|
||||
.align-content-sm-start {
|
||||
-webkit-align-content: flex-start !important;
|
||||
-ms-flex-line-pack: start !important;
|
||||
-webkit-align-content: flex-start !important;
|
||||
align-content: flex-start !important;
|
||||
}
|
||||
|
||||
.align-content-sm-end {
|
||||
-webkit-align-content: flex-end !important;
|
||||
-ms-flex-line-pack: end !important;
|
||||
-webkit-align-content: flex-end !important;
|
||||
align-content: flex-end !important;
|
||||
}
|
||||
|
||||
.align-content-sm-center {
|
||||
-webkit-align-content: center !important;
|
||||
-ms-flex-line-pack: center !important;
|
||||
-webkit-align-content: center !important;
|
||||
align-content: center !important;
|
||||
}
|
||||
|
||||
.align-content-sm-between {
|
||||
-webkit-align-content: space-between !important;
|
||||
-ms-flex-line-pack: justify !important;
|
||||
-webkit-align-content: space-between !important;
|
||||
align-content: space-between !important;
|
||||
}
|
||||
|
||||
.align-content-sm-around {
|
||||
-webkit-align-content: space-around !important;
|
||||
-ms-flex-line-pack: distribute !important;
|
||||
-webkit-align-content: space-around !important;
|
||||
align-content: space-around !important;
|
||||
}
|
||||
|
||||
.align-content-sm-stretch {
|
||||
-webkit-align-content: stretch !important;
|
||||
-ms-flex-line-pack: stretch !important;
|
||||
-webkit-align-content: stretch !important;
|
||||
align-content: stretch !important;
|
||||
}
|
||||
|
||||
|
|
@ -10667,14 +10667,14 @@ textarea.form-control-lg {
|
|||
}
|
||||
|
||||
.flex-md-shrink-0 {
|
||||
-webkit-flex-shrink: 0 !important;
|
||||
-ms-flex-negative: 0 !important;
|
||||
-webkit-flex-shrink: 0 !important;
|
||||
flex-shrink: 0 !important;
|
||||
}
|
||||
|
||||
.flex-md-shrink-1 {
|
||||
-webkit-flex-shrink: 1 !important;
|
||||
-ms-flex-negative: 1 !important;
|
||||
-webkit-flex-shrink: 1 !important;
|
||||
flex-shrink: 1 !important;
|
||||
}
|
||||
|
||||
|
|
@ -10787,38 +10787,38 @@ textarea.form-control-lg {
|
|||
}
|
||||
|
||||
.align-content-md-start {
|
||||
-webkit-align-content: flex-start !important;
|
||||
-ms-flex-line-pack: start !important;
|
||||
-webkit-align-content: flex-start !important;
|
||||
align-content: flex-start !important;
|
||||
}
|
||||
|
||||
.align-content-md-end {
|
||||
-webkit-align-content: flex-end !important;
|
||||
-ms-flex-line-pack: end !important;
|
||||
-webkit-align-content: flex-end !important;
|
||||
align-content: flex-end !important;
|
||||
}
|
||||
|
||||
.align-content-md-center {
|
||||
-webkit-align-content: center !important;
|
||||
-ms-flex-line-pack: center !important;
|
||||
-webkit-align-content: center !important;
|
||||
align-content: center !important;
|
||||
}
|
||||
|
||||
.align-content-md-between {
|
||||
-webkit-align-content: space-between !important;
|
||||
-ms-flex-line-pack: justify !important;
|
||||
-webkit-align-content: space-between !important;
|
||||
align-content: space-between !important;
|
||||
}
|
||||
|
||||
.align-content-md-around {
|
||||
-webkit-align-content: space-around !important;
|
||||
-ms-flex-line-pack: distribute !important;
|
||||
-webkit-align-content: space-around !important;
|
||||
align-content: space-around !important;
|
||||
}
|
||||
|
||||
.align-content-md-stretch {
|
||||
-webkit-align-content: stretch !important;
|
||||
-ms-flex-line-pack: stretch !important;
|
||||
-webkit-align-content: stretch !important;
|
||||
align-content: stretch !important;
|
||||
}
|
||||
|
||||
|
|
@ -11408,14 +11408,14 @@ textarea.form-control-lg {
|
|||
}
|
||||
|
||||
.flex-lg-shrink-0 {
|
||||
-webkit-flex-shrink: 0 !important;
|
||||
-ms-flex-negative: 0 !important;
|
||||
-webkit-flex-shrink: 0 !important;
|
||||
flex-shrink: 0 !important;
|
||||
}
|
||||
|
||||
.flex-lg-shrink-1 {
|
||||
-webkit-flex-shrink: 1 !important;
|
||||
-ms-flex-negative: 1 !important;
|
||||
-webkit-flex-shrink: 1 !important;
|
||||
flex-shrink: 1 !important;
|
||||
}
|
||||
|
||||
|
|
@ -11528,38 +11528,38 @@ textarea.form-control-lg {
|
|||
}
|
||||
|
||||
.align-content-lg-start {
|
||||
-webkit-align-content: flex-start !important;
|
||||
-ms-flex-line-pack: start !important;
|
||||
-webkit-align-content: flex-start !important;
|
||||
align-content: flex-start !important;
|
||||
}
|
||||
|
||||
.align-content-lg-end {
|
||||
-webkit-align-content: flex-end !important;
|
||||
-ms-flex-line-pack: end !important;
|
||||
-webkit-align-content: flex-end !important;
|
||||
align-content: flex-end !important;
|
||||
}
|
||||
|
||||
.align-content-lg-center {
|
||||
-webkit-align-content: center !important;
|
||||
-ms-flex-line-pack: center !important;
|
||||
-webkit-align-content: center !important;
|
||||
align-content: center !important;
|
||||
}
|
||||
|
||||
.align-content-lg-between {
|
||||
-webkit-align-content: space-between !important;
|
||||
-ms-flex-line-pack: justify !important;
|
||||
-webkit-align-content: space-between !important;
|
||||
align-content: space-between !important;
|
||||
}
|
||||
|
||||
.align-content-lg-around {
|
||||
-webkit-align-content: space-around !important;
|
||||
-ms-flex-line-pack: distribute !important;
|
||||
-webkit-align-content: space-around !important;
|
||||
align-content: space-around !important;
|
||||
}
|
||||
|
||||
.align-content-lg-stretch {
|
||||
-webkit-align-content: stretch !important;
|
||||
-ms-flex-line-pack: stretch !important;
|
||||
-webkit-align-content: stretch !important;
|
||||
align-content: stretch !important;
|
||||
}
|
||||
|
||||
|
|
@ -12149,14 +12149,14 @@ textarea.form-control-lg {
|
|||
}
|
||||
|
||||
.flex-xl-shrink-0 {
|
||||
-webkit-flex-shrink: 0 !important;
|
||||
-ms-flex-negative: 0 !important;
|
||||
-webkit-flex-shrink: 0 !important;
|
||||
flex-shrink: 0 !important;
|
||||
}
|
||||
|
||||
.flex-xl-shrink-1 {
|
||||
-webkit-flex-shrink: 1 !important;
|
||||
-ms-flex-negative: 1 !important;
|
||||
-webkit-flex-shrink: 1 !important;
|
||||
flex-shrink: 1 !important;
|
||||
}
|
||||
|
||||
|
|
@ -12269,38 +12269,38 @@ textarea.form-control-lg {
|
|||
}
|
||||
|
||||
.align-content-xl-start {
|
||||
-webkit-align-content: flex-start !important;
|
||||
-ms-flex-line-pack: start !important;
|
||||
-webkit-align-content: flex-start !important;
|
||||
align-content: flex-start !important;
|
||||
}
|
||||
|
||||
.align-content-xl-end {
|
||||
-webkit-align-content: flex-end !important;
|
||||
-ms-flex-line-pack: end !important;
|
||||
-webkit-align-content: flex-end !important;
|
||||
align-content: flex-end !important;
|
||||
}
|
||||
|
||||
.align-content-xl-center {
|
||||
-webkit-align-content: center !important;
|
||||
-ms-flex-line-pack: center !important;
|
||||
-webkit-align-content: center !important;
|
||||
align-content: center !important;
|
||||
}
|
||||
|
||||
.align-content-xl-between {
|
||||
-webkit-align-content: space-between !important;
|
||||
-ms-flex-line-pack: justify !important;
|
||||
-webkit-align-content: space-between !important;
|
||||
align-content: space-between !important;
|
||||
}
|
||||
|
||||
.align-content-xl-around {
|
||||
-webkit-align-content: space-around !important;
|
||||
-ms-flex-line-pack: distribute !important;
|
||||
-webkit-align-content: space-around !important;
|
||||
align-content: space-around !important;
|
||||
}
|
||||
|
||||
.align-content-xl-stretch {
|
||||
-webkit-align-content: stretch !important;
|
||||
-ms-flex-line-pack: stretch !important;
|
||||
-webkit-align-content: stretch !important;
|
||||
align-content: stretch !important;
|
||||
}
|
||||
|
||||
|
|
@ -12890,14 +12890,14 @@ textarea.form-control-lg {
|
|||
}
|
||||
|
||||
.flex-xxl-shrink-0 {
|
||||
-webkit-flex-shrink: 0 !important;
|
||||
-ms-flex-negative: 0 !important;
|
||||
-webkit-flex-shrink: 0 !important;
|
||||
flex-shrink: 0 !important;
|
||||
}
|
||||
|
||||
.flex-xxl-shrink-1 {
|
||||
-webkit-flex-shrink: 1 !important;
|
||||
-ms-flex-negative: 1 !important;
|
||||
-webkit-flex-shrink: 1 !important;
|
||||
flex-shrink: 1 !important;
|
||||
}
|
||||
|
||||
|
|
@ -13010,38 +13010,38 @@ textarea.form-control-lg {
|
|||
}
|
||||
|
||||
.align-content-xxl-start {
|
||||
-webkit-align-content: flex-start !important;
|
||||
-ms-flex-line-pack: start !important;
|
||||
-webkit-align-content: flex-start !important;
|
||||
align-content: flex-start !important;
|
||||
}
|
||||
|
||||
.align-content-xxl-end {
|
||||
-webkit-align-content: flex-end !important;
|
||||
-ms-flex-line-pack: end !important;
|
||||
-webkit-align-content: flex-end !important;
|
||||
align-content: flex-end !important;
|
||||
}
|
||||
|
||||
.align-content-xxl-center {
|
||||
-webkit-align-content: center !important;
|
||||
-ms-flex-line-pack: center !important;
|
||||
-webkit-align-content: center !important;
|
||||
align-content: center !important;
|
||||
}
|
||||
|
||||
.align-content-xxl-between {
|
||||
-webkit-align-content: space-between !important;
|
||||
-ms-flex-line-pack: justify !important;
|
||||
-webkit-align-content: space-between !important;
|
||||
align-content: space-between !important;
|
||||
}
|
||||
|
||||
.align-content-xxl-around {
|
||||
-webkit-align-content: space-around !important;
|
||||
-ms-flex-line-pack: distribute !important;
|
||||
-webkit-align-content: space-around !important;
|
||||
align-content: space-around !important;
|
||||
}
|
||||
|
||||
.align-content-xxl-stretch {
|
||||
-webkit-align-content: stretch !important;
|
||||
-ms-flex-line-pack: stretch !important;
|
||||
-webkit-align-content: stretch !important;
|
||||
align-content: stretch !important;
|
||||
}
|
||||
|
||||
|
|
@ -14171,7 +14171,7 @@ figure.woocommerce-product-gallery__wrapper {
|
|||
padding: 1em 2em 1em 3.5em;
|
||||
}
|
||||
.woocommerce form .form-row .required {
|
||||
color: #b30000;
|
||||
color: #dc3545;
|
||||
}
|
||||
|
||||
/*!
|
||||
|
|
@ -17210,5 +17210,4 @@ figure.woocommerce-product-gallery__wrapper {
|
|||
overflow: visible;
|
||||
clip: auto;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=theme.css.map */
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1 +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"}
|
||||
{"--blue":"#007bff","--indigo":"#6610f2","--purple":"#5533ff","--pink":"#e83e8c","--red":"#dc3545","--orange":"#fd7e14","--yellow":"#ffc107","--green":"#28a745","--teal":"#20c997","--cyan":"#17a2b8","--white":"#fff","--gray":"#6c757d","--gray-dark":"#343a40"}
|
||||
|
|
@ -59,7 +59,7 @@ figure.woocommerce-product-gallery__wrapper {
|
|||
}
|
||||
}
|
||||
|
||||
//Accessibility - update color for required class
|
||||
// Accessibility - update color for required class
|
||||
.woocommerce form .form-row .required {
|
||||
color: #b30000;
|
||||
color: $danger;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue