galali-shoptet 1.0.12 → 1.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/style.css +34 -6
package/package.json
CHANGED
package/style.css
CHANGED
|
@@ -3969,6 +3969,17 @@ body.ordering-process .form-control:focus-visible {
|
|
|
3969
3969
|
border-radius: 50%;
|
|
3970
3970
|
transition: border-color .15s, background .15s;
|
|
3971
3971
|
flex-shrink: 0;
|
|
3972
|
+
left: 16px;
|
|
3973
|
+
}
|
|
3974
|
+
:where(.ums_forms_redesign--off) input[type=checkbox]+label, :where(.ums_forms_redesign--off) input[type=radio]+label
|
|
3975
|
+
{
|
|
3976
|
+
display: inline-block;
|
|
3977
|
+
line-height: 20px !important;
|
|
3978
|
+
margin-right: 15px !important;
|
|
3979
|
+
padding-left: 21px !important;
|
|
3980
|
+
position: relative;
|
|
3981
|
+
padding-bottom: 14px !important;
|
|
3982
|
+
padding-top: 14px !important;
|
|
3972
3983
|
}
|
|
3973
3984
|
.shipping-billing-table .radio-wrapper.active label::before,
|
|
3974
3985
|
.shipping-billing-table .radio-wrapper:has(input:checked) label::before {
|
|
@@ -4550,11 +4561,11 @@ button.btn-conversion.next-step-finish::after {
|
|
|
4550
4561
|
}
|
|
4551
4562
|
body.ordering-process button#submit-order .order-button-text,
|
|
4552
4563
|
button.next-step-finish .order-button-text {
|
|
4553
|
-
font-size:
|
|
4564
|
+
font-size: 19px !important;
|
|
4554
4565
|
font-weight: var(--gl-w-medium) !important;
|
|
4555
4566
|
text-transform: uppercase !important;
|
|
4556
4567
|
letter-spacing: 0.08em !important;
|
|
4557
|
-
line-height:
|
|
4568
|
+
line-height: 2.1 !important;
|
|
4558
4569
|
}
|
|
4559
4570
|
body.ordering-process button#submit-order .order-button-suffix,
|
|
4560
4571
|
button.next-step-finish .order-button-suffix {
|
|
@@ -6108,6 +6119,11 @@ body.type-detail span.quantity button.decrease {
|
|
|
6108
6119
|
transition: background-color .15s, color .15s;
|
|
6109
6120
|
flex: 0 0 auto !important;
|
|
6110
6121
|
}
|
|
6122
|
+
body.type-detail span.quantity button.increase:before,
|
|
6123
|
+
body.type-detail span.quantity button.decrease:before {
|
|
6124
|
+
content: none !important;
|
|
6125
|
+
display: none !important;
|
|
6126
|
+
}
|
|
6111
6127
|
body.type-detail span.quantity button.decrease { order: 1; border-right: 1px solid var(--gl-stroke-1) !important; }
|
|
6112
6128
|
body.type-detail span.quantity button.increase { order: 3; border-left: 1px solid var(--gl-stroke-1) !important; }
|
|
6113
6129
|
body.type-detail span.quantity button.increase:hover,
|
|
@@ -6689,6 +6705,8 @@ body.type-detail .content-wrapper-in {
|
|
|
6689
6705
|
#cart-widget .cart-widget-products,
|
|
6690
6706
|
.cart-widget .cart-widget-products {
|
|
6691
6707
|
overflow-x: hidden !important;
|
|
6708
|
+
padding-left:5px !important;
|
|
6709
|
+
padding-right:5px !important;
|
|
6692
6710
|
}
|
|
6693
6711
|
#cart-widget .cart-widget-products-inner,
|
|
6694
6712
|
#cart-widget .cart-widget-product {
|
|
@@ -7053,7 +7071,7 @@ body.type-detail span.quantity input[type="number"]::-webkit-outer-spin-button {
|
|
|
7053
7071
|
#cart-widget .cart-widget-product {
|
|
7054
7072
|
display: flex !important;
|
|
7055
7073
|
align-items: center;
|
|
7056
|
-
gap:
|
|
7074
|
+
gap: 11px;
|
|
7057
7075
|
width: 100% !important;
|
|
7058
7076
|
box-sizing: border-box;
|
|
7059
7077
|
padding: 4px 0;
|
|
@@ -7102,19 +7120,29 @@ body.type-detail span.quantity input[type="number"]::-webkit-outer-spin-button {
|
|
|
7102
7120
|
#cart-widget .cart-widget-product-delete {
|
|
7103
7121
|
order: 4;
|
|
7104
7122
|
flex: 0 0 auto;
|
|
7123
|
+
visibility: visible !important;
|
|
7105
7124
|
}
|
|
7106
7125
|
/* Kompaktní stepper ve widgetu (override detail leak) */
|
|
7107
7126
|
#cart-widget span.quantity {
|
|
7108
|
-
height:
|
|
7127
|
+
height: 35px !important;
|
|
7109
7128
|
border: 1px solid var(--gl-stroke-1) !important;
|
|
7110
7129
|
width: auto !important;
|
|
7130
|
+
overflow: hidden;
|
|
7131
|
+
}
|
|
7132
|
+
.quantity-form .quantity {
|
|
7133
|
+
padding-right: 34px !important;
|
|
7111
7134
|
}
|
|
7112
7135
|
#cart-widget span.quantity button.increase,
|
|
7113
7136
|
#cart-widget span.quantity button.decrease {
|
|
7114
|
-
|
|
7137
|
+
width: 17px !important;
|
|
7115
7138
|
min-width: 26px !important;
|
|
7116
|
-
height:
|
|
7139
|
+
height: 16px !important;
|
|
7117
7140
|
font-size: 14px !important;
|
|
7141
|
+
display: block;
|
|
7142
|
+
margin: 0 !important;
|
|
7143
|
+
}
|
|
7144
|
+
.quantity-form .quantity .decrease {
|
|
7145
|
+
top: 16px !important;
|
|
7118
7146
|
}
|
|
7119
7147
|
#cart-widget span.quantity > label,
|
|
7120
7148
|
#cart-widget span.quantity input.amount,
|