@sc-360-v2/storefront-cms-library 0.4.58 → 0.4.59
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.
|
@@ -776,6 +776,9 @@ $resizeActive: '[data-cms-element-resizer="true"]';
|
|
|
776
776
|
align-items: flex-start;
|
|
777
777
|
justify-content: center;
|
|
778
778
|
border-radius: 6px;
|
|
779
|
+
&[data-has-link="true"] {
|
|
780
|
+
cursor: pointer;
|
|
781
|
+
}
|
|
779
782
|
.placeholder__image {
|
|
780
783
|
width: 100%;
|
|
781
784
|
height: 100%;
|
|
@@ -7,6 +7,9 @@
|
|
|
7
7
|
&:not(:has([data-display-style="Grid"][data-scroll-direction="Vertical"])) {
|
|
8
8
|
height: var(--_ctm-mob-dn-ie-lt-ht, var(--_ctm-tab-dn-ie-lt-ht, var(--_ctm-dn-ie-lt-ht)));
|
|
9
9
|
}
|
|
10
|
+
&[data-has-link="true"] {
|
|
11
|
+
cursor: pointer;
|
|
12
|
+
}
|
|
10
13
|
|
|
11
14
|
// &[data-view-state="full"] {
|
|
12
15
|
// width: auto;
|