galali-shoptet 1.0.15 → 1.0.16
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 +14 -18
package/package.json
CHANGED
package/style.css
CHANGED
|
@@ -2966,7 +2966,6 @@ body.type-detail .content-wrapper .similar-products .products {
|
|
|
2966
2966
|
|
|
2967
2967
|
/* Layout: main 8/4 split (cart items / sidebar), responsive */
|
|
2968
2968
|
body.ordering-process main#content,
|
|
2969
|
-
body.ordering-process main#content,
|
|
2970
2969
|
body:has(#cart-wrapper) main#content {
|
|
2971
2970
|
padding: 0 var(--gl-gutter) var(--gl-section-gap) !important;
|
|
2972
2971
|
box-sizing: border-box;
|
|
@@ -3297,21 +3296,7 @@ table.cart-table td.p-total strong.price-final {
|
|
|
3297
3296
|
}
|
|
3298
3297
|
table.cart-table td.p-total form.inline { display: inline-block; }
|
|
3299
3298
|
table.cart-table td.p-total button.remove-item {
|
|
3300
|
-
/*! position: absolute; */
|
|
3301
|
-
/*! right: 0; */
|
|
3302
|
-
/*! top: 50%; */
|
|
3303
|
-
/*! transform: translateY(-50%); */
|
|
3304
|
-
/*! width: 32px; */
|
|
3305
|
-
/*! height: 32px; */
|
|
3306
|
-
/*! background: transparent; */
|
|
3307
|
-
/*! border: none; */
|
|
3308
3299
|
cursor: pointer;
|
|
3309
|
-
/*! padding: 0; */
|
|
3310
|
-
/*! transition: opacity .15s; */
|
|
3311
|
-
/*! background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='%23828282' stroke-width='1.5' stroke-linecap='round'><path d='M4 4l8 8M12 4l-8 8'/></svg>"); */
|
|
3312
|
-
/*! background-position: center; */
|
|
3313
|
-
/*! background-repeat: no-repeat; */
|
|
3314
|
-
/*! background-size: 16px 16px; */
|
|
3315
3300
|
min-width: 0;
|
|
3316
3301
|
border: 1px solid black;
|
|
3317
3302
|
margin-left: 5px;
|
|
@@ -3629,7 +3614,6 @@ button[type="submit"]:not(#orderFormButton):not(.btn-conversion):hover {
|
|
|
3629
3614
|
|
|
3630
3615
|
/* Responsive košík */
|
|
3631
3616
|
@media (max-width: 1023px) {
|
|
3632
|
-
body.ordering-process main#content,
|
|
3633
3617
|
body.ordering-process main#content { padding: 0 32px 96px !important; }
|
|
3634
3618
|
#cart-wrapper .row.cart-row {
|
|
3635
3619
|
grid-template-columns: 1fr !important;
|
|
@@ -3646,7 +3630,6 @@ button[type="submit"]:not(#orderFormButton):not(.btn-conversion):hover {
|
|
|
3646
3630
|
.cart-summary .extras-wrapper { grid-template-columns: 1fr; }
|
|
3647
3631
|
}
|
|
3648
3632
|
@media (max-width: 767px) {
|
|
3649
|
-
body.ordering-process main#content,
|
|
3650
3633
|
body.ordering-process main#content { padding: 0 16px 64px !important; }
|
|
3651
3634
|
#cart-wrapper { padding: 16px 0 0; }
|
|
3652
3635
|
ol.cart-header > li,
|
|
@@ -7432,6 +7415,14 @@ body.type-search .products.products-block .product .add-to-cart {
|
|
|
7432
7415
|
background: transparent !important;
|
|
7433
7416
|
border: 0 !important;
|
|
7434
7417
|
box-shadow: none !important;
|
|
7418
|
+
/* Bar leží (fixed, z60) přes logo v headeru → jinak přebírá kliky a logo
|
|
7419
|
+
není klikatelné. none = kliky projdou na logo pod ním; ikony mají auto níž. */
|
|
7420
|
+
pointer-events: none !important;
|
|
7421
|
+
}
|
|
7422
|
+
.top-navigation-bar .top-navigation-tools,
|
|
7423
|
+
.top-navigation-bar .responsive-tools,
|
|
7424
|
+
.top-navigation-bar .responsive-tools * {
|
|
7425
|
+
pointer-events: auto !important;
|
|
7435
7426
|
}
|
|
7436
7427
|
header#header {
|
|
7437
7428
|
position: sticky !important;
|
|
@@ -7453,12 +7444,17 @@ body.type-search .products.products-block .product .add-to-cart {
|
|
|
7453
7444
|
background-size: 22px 22px !important;
|
|
7454
7445
|
}
|
|
7455
7446
|
|
|
7456
|
-
/* --- A4) Větší tap-target ikon (min 44px hit area), vizuální ikona 22px
|
|
7447
|
+
/* --- A4) Větší tap-target ikon (min 44px hit area), vizuální ikona 22px.
|
|
7448
|
+
position:relative + z-index → ikony vždy nad sourozenci (na checkoutu byl
|
|
7449
|
+
search anchor jinak nehittestovatelný = neklikatelný). --- */
|
|
7457
7450
|
.top-navigation-bar .top-navigation-tools .responsive-tools a.toggle-window {
|
|
7458
7451
|
width: 44px !important;
|
|
7459
7452
|
min-width: 44px !important;
|
|
7460
7453
|
height: 44px !important;
|
|
7461
7454
|
background-size: 22px 22px !important;
|
|
7455
|
+
position: relative !important;
|
|
7456
|
+
z-index: 2 !important;
|
|
7457
|
+
pointer-events: auto !important;
|
|
7462
7458
|
}
|
|
7463
7459
|
.top-navigation-bar .top-navigation-tools .responsive-tools { gap: 2px !important; }
|
|
7464
7460
|
.top-navigation-bar .container { height: 56px !important; padding: 0 8px 0 16px !important; }
|