@sc-360-v2/storefront-cms-library 0.5.14 → 0.5.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/dist/add-existing-form.scss +68 -66
- package/dist/builder.js +1 -1
- package/dist/cart-summary.scss +108 -8
- package/dist/category-groups-element.scss +514 -94
- package/dist/category-groups-product-image.scss +2226 -0
- package/dist/category-groups-product-options.scss +826 -0
- package/dist/category-groups-product-price.scss +4944 -0
- package/dist/code-temp.scss +1 -0
- package/dist/coupon.scss +91 -4
- package/dist/embed-temp.scss +73 -72
- package/dist/gallery-slider-temp.scss +5 -5
- package/dist/global-styles.scss +175 -86
- package/dist/item-stock.scss +87 -87
- package/dist/last-x-orders.scss +1 -1
- package/dist/login.scss +3 -2
- package/dist/menu.scss +162 -162
- package/dist/product-actions.scss +1 -0
- package/dist/product-image.scss +5 -5
- package/dist/quota-details.scss +345 -345
- package/dist/search-results-heading.scss +279 -279
- package/dist/search.scss +1 -1
- package/dist/social.scss +277 -276
- package/dist/types/builder/tools/element-edit/cartSummary.d.ts +16 -0
- package/dist/types/builder/tools/element-edit/categoryGroups.d.ts +2062 -7
- package/dist/types/builder/tools/element-edit/icon-list.d.ts +12 -12
- package/dist/types/builder/tools/element-edit/social.d.ts +7 -1
- package/package.json +1 -1
|
@@ -1,66 +1,68 @@
|
|
|
1
|
-
@use "sass:map";
|
|
2
|
-
@use "sass:list";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
$
|
|
6
|
-
[data-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
.
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
}
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
@use "sass:list";
|
|
3
|
+
@use "./functions.scss" as *;
|
|
4
|
+
|
|
5
|
+
$resizerId: "[data-cms-tool='cms-element-resizer']";
|
|
6
|
+
$resizeActive: '[data-cms-element-resizer="true"]';
|
|
7
|
+
[data-div-type="element"] {
|
|
8
|
+
&[data-element-type="addExistingForm"] {
|
|
9
|
+
& > div {
|
|
10
|
+
&.wrapper {
|
|
11
|
+
width: 100%;
|
|
12
|
+
min-height: prepareMediaVariable(--_ctm-lt-ht);
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.grid_container {
|
|
17
|
+
}
|
|
18
|
+
.psw__contain {
|
|
19
|
+
margin-bottom: 24px;
|
|
20
|
+
margin-top: 8px;
|
|
21
|
+
|
|
22
|
+
.psw_status {
|
|
23
|
+
display: flex;
|
|
24
|
+
align-items: center;
|
|
25
|
+
justify-content: space-between;
|
|
26
|
+
gap: 10px;
|
|
27
|
+
.step {
|
|
28
|
+
// width: 20%;1
|
|
29
|
+
height: 3px;
|
|
30
|
+
border-radius: 4px;
|
|
31
|
+
background-color: var(--_gray-300);
|
|
32
|
+
flex-grow: 1;
|
|
33
|
+
&.active {
|
|
34
|
+
background-color: var(--_success-600);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
.psw_content {
|
|
39
|
+
background-color: var(--_gray-50);
|
|
40
|
+
padding: 16px;
|
|
41
|
+
border-radius: 6px !important;
|
|
42
|
+
// height: 100px;
|
|
43
|
+
max-height: 160px;
|
|
44
|
+
overflow-y: auto;
|
|
45
|
+
// margin-top: 20px;
|
|
46
|
+
margin-top: 5px;
|
|
47
|
+
.title {
|
|
48
|
+
font-size: 14px;
|
|
49
|
+
font-weight: 600;
|
|
50
|
+
color: var(--_gray-700);
|
|
51
|
+
margin-bottom: 16px;
|
|
52
|
+
}
|
|
53
|
+
ul {
|
|
54
|
+
li {
|
|
55
|
+
color: var(--_gray-700);
|
|
56
|
+
font-size: 14px;
|
|
57
|
+
& > span {
|
|
58
|
+
display: inline-flex;
|
|
59
|
+
}
|
|
60
|
+
&:not(:last-child) {
|
|
61
|
+
margin-bottom: 8px;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|