@sc-360-v2/storefront-cms-library 0.3.22 → 0.3.23
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/dist/builder.js +1 -1
- package/dist/faq.scss +88 -80
- package/dist/icons.js +1 -1
- package/dist/index.js +1 -1
- package/dist/quantity-selector.scss +16 -1
- package/package.json +1 -1
|
@@ -340,6 +340,8 @@
|
|
|
340
340
|
position: relative;
|
|
341
341
|
width: 100%;
|
|
342
342
|
margin-top: 0px;
|
|
343
|
+
width: prepareMediaVariable(--_ctm-dn-dn-se-wh);
|
|
344
|
+
|
|
343
345
|
label {
|
|
344
346
|
font-size: 14px;
|
|
345
347
|
color: var(--_gray-700);
|
|
@@ -441,7 +443,10 @@
|
|
|
441
443
|
--_ctm-mob-dn-dn-se-on-ad-lt-sg,
|
|
442
444
|
var(--_ctm-tab-dn-dn-se-on-ad-lt-sg, var(--_ctm-dn-dn-se-on-ad-lt-sg))
|
|
443
445
|
);
|
|
444
|
-
gap: var(
|
|
446
|
+
gap: var(
|
|
447
|
+
--_ctm-mob-dn-dn-se-dn-lt-im-sg,
|
|
448
|
+
var(--_ctm-tab-dn-dn-se-dn-lt-im-sg, var(--_ctm-dn-dn-se-dn-lt-im-sg))
|
|
449
|
+
);
|
|
445
450
|
|
|
446
451
|
&.top {
|
|
447
452
|
bottom: 100%;
|
|
@@ -449,7 +454,17 @@
|
|
|
449
454
|
}
|
|
450
455
|
|
|
451
456
|
.list__option {
|
|
457
|
+
padding: 12px;
|
|
452
458
|
cursor: pointer;
|
|
459
|
+
padding: var(
|
|
460
|
+
--_ctm-mob-dn-dn-se-dn-lt-im-pg,
|
|
461
|
+
var(--_ctm-tab-dn-dn-se-dn-lt-im-pg, var(--_ctm-dn-dn-se-dn-lt-im-pg))
|
|
462
|
+
);
|
|
463
|
+
|
|
464
|
+
&:hover {
|
|
465
|
+
background-color: var(--_primary-25);
|
|
466
|
+
color: var(--_primary-400);
|
|
467
|
+
}
|
|
453
468
|
}
|
|
454
469
|
}
|
|
455
470
|
}
|