@sc-360-v2/storefront-cms-library 0.4.56 → 0.4.58
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/contact-us.scss
CHANGED
|
@@ -1,105 +1,105 @@
|
|
|
1
|
-
@use "sass:map";
|
|
2
|
-
@use "sass:list";
|
|
3
|
-
|
|
4
|
-
[data-div-type="element"] {
|
|
5
|
-
&[data-element-type="contactUs"],
|
|
6
|
-
&[data-element-type="createForm"] {
|
|
7
|
-
// width: var(--_sf-el-wh-st-mx, calc(1% * var(--_ctm-ele-nw-wh-vl, var(--_sf-nw-wh))));
|
|
8
|
-
width: var(
|
|
9
|
-
--_sf-el-wh-st-mx,
|
|
10
|
-
calc(
|
|
11
|
-
1% * var(--_ctm-mob-ele-nw-wh-vl, var(--_ctm-tab-ele-nw-wh-vl, var(--_ctm-ele-nw-wh-vl)))
|
|
12
|
-
)
|
|
13
|
-
);
|
|
14
|
-
height: var(--_ctm-mob-lt-ht, var(--_ctm-tab-lt-ht, var(--_ctm-lt-ht))) !important;
|
|
15
|
-
margin: var(--_ctm-lt-mn, --_tst-lt-mn);
|
|
16
|
-
aspect-ratio: 1 / var(--_sf-aspect-ratio);
|
|
17
|
-
position: relative;
|
|
18
|
-
|
|
19
|
-
& > .wrapper {
|
|
20
|
-
// display: flex;
|
|
21
|
-
// align-items: center;
|
|
22
|
-
// justify-content: center;
|
|
23
|
-
// width: 100%;
|
|
24
|
-
// height: 100%;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
& form {
|
|
28
|
-
width: 100%;
|
|
29
|
-
height: 100%;
|
|
30
|
-
}
|
|
31
|
-
.psw__contain {
|
|
32
|
-
margin-bottom: 24px;
|
|
33
|
-
margin-top: 8px;
|
|
34
|
-
|
|
35
|
-
.psw_status {
|
|
36
|
-
display: flex;
|
|
37
|
-
align-items: center;
|
|
38
|
-
justify-content: space-between;
|
|
39
|
-
gap: 10px;
|
|
40
|
-
.step {
|
|
41
|
-
// width: 20%;1
|
|
42
|
-
height: 3px;
|
|
43
|
-
border-radius: 4px;
|
|
44
|
-
background-color: var(--_gray-300);
|
|
45
|
-
flex-grow: 1;
|
|
46
|
-
&.active {
|
|
47
|
-
background-color: var(--_success-600);
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
.psw_content {
|
|
52
|
-
background-color: var(--_gray-50);
|
|
53
|
-
padding: 16px;
|
|
54
|
-
border-radius: 6px !important;
|
|
55
|
-
// height: 100px;
|
|
56
|
-
max-height: 160px;
|
|
57
|
-
overflow-y: auto;
|
|
58
|
-
// margin-top: 20px;
|
|
59
|
-
margin-top: 5px;
|
|
60
|
-
.title {
|
|
61
|
-
font-size: 14px;
|
|
62
|
-
font-weight: 600;
|
|
63
|
-
color: var(--_gray-700);
|
|
64
|
-
margin-bottom: 16px;
|
|
65
|
-
}
|
|
66
|
-
ul {
|
|
67
|
-
li {
|
|
68
|
-
color: var(--_gray-700);
|
|
69
|
-
font-size: 14px;
|
|
70
|
-
& > span {
|
|
71
|
-
display: inline-flex;
|
|
72
|
-
}
|
|
73
|
-
&:not(:last-child) {
|
|
74
|
-
margin-bottom: 8px;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
&[data-widget-border="true"] {
|
|
81
|
-
.search-wrapper {
|
|
82
|
-
border-color: var(
|
|
83
|
-
--_ctm-mob-dn-sh-br-br-cr,
|
|
84
|
-
var(--_ctm-tab-dn-sh-br-br-cr, var(--_ctm-dn-sh-br-br-cr))
|
|
85
|
-
);
|
|
86
|
-
border-style: var(
|
|
87
|
-
--_ctm-mob-dn-sh-br-br-se,
|
|
88
|
-
var(--_ctm-tab-dn-sh-br-br-se, var(--_ctm-dn-sh-br-br-se))
|
|
89
|
-
);
|
|
90
|
-
border-width: var(
|
|
91
|
-
--_ctm-mob-dn-sh-br-br-wh,
|
|
92
|
-
var(--_ctm-tab-dn-sh-br-br-wh, var(--_ctm-dn-sh-br-br-wh))
|
|
93
|
-
);
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
&[data-widget-shadow="false"] {
|
|
98
|
-
--_show-shadow: none;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
&[data-show-shadow="false"] {
|
|
102
|
-
--_show-shadow: none;
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
}
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
@use "sass:list";
|
|
3
|
+
|
|
4
|
+
[data-div-type="element"] {
|
|
5
|
+
&[data-element-type="contactUs"],
|
|
6
|
+
&[data-element-type="createForm"] {
|
|
7
|
+
// width: var(--_sf-el-wh-st-mx, calc(1% * var(--_ctm-ele-nw-wh-vl, var(--_sf-nw-wh))));
|
|
8
|
+
width: var(
|
|
9
|
+
--_sf-el-wh-st-mx,
|
|
10
|
+
calc(
|
|
11
|
+
1% * var(--_ctm-mob-ele-nw-wh-vl, var(--_ctm-tab-ele-nw-wh-vl, var(--_ctm-ele-nw-wh-vl)))
|
|
12
|
+
)
|
|
13
|
+
);
|
|
14
|
+
// height: var(--_ctm-mob-lt-ht, var(--_ctm-tab-lt-ht, var(--_ctm-lt-ht))) !important;
|
|
15
|
+
margin: var(--_ctm-lt-mn, --_tst-lt-mn);
|
|
16
|
+
// aspect-ratio: 1 / var(--_sf-aspect-ratio);
|
|
17
|
+
position: relative;
|
|
18
|
+
|
|
19
|
+
& > .wrapper {
|
|
20
|
+
// display: flex;
|
|
21
|
+
// align-items: center;
|
|
22
|
+
// justify-content: center;
|
|
23
|
+
// width: 100%;
|
|
24
|
+
// height: 100%;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
& form {
|
|
28
|
+
width: 100%;
|
|
29
|
+
height: 100%;
|
|
30
|
+
}
|
|
31
|
+
.psw__contain {
|
|
32
|
+
margin-bottom: 24px;
|
|
33
|
+
margin-top: 8px;
|
|
34
|
+
|
|
35
|
+
.psw_status {
|
|
36
|
+
display: flex;
|
|
37
|
+
align-items: center;
|
|
38
|
+
justify-content: space-between;
|
|
39
|
+
gap: 10px;
|
|
40
|
+
.step {
|
|
41
|
+
// width: 20%;1
|
|
42
|
+
height: 3px;
|
|
43
|
+
border-radius: 4px;
|
|
44
|
+
background-color: var(--_gray-300);
|
|
45
|
+
flex-grow: 1;
|
|
46
|
+
&.active {
|
|
47
|
+
background-color: var(--_success-600);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
.psw_content {
|
|
52
|
+
background-color: var(--_gray-50);
|
|
53
|
+
padding: 16px;
|
|
54
|
+
border-radius: 6px !important;
|
|
55
|
+
// height: 100px;
|
|
56
|
+
max-height: 160px;
|
|
57
|
+
overflow-y: auto;
|
|
58
|
+
// margin-top: 20px;
|
|
59
|
+
margin-top: 5px;
|
|
60
|
+
.title {
|
|
61
|
+
font-size: 14px;
|
|
62
|
+
font-weight: 600;
|
|
63
|
+
color: var(--_gray-700);
|
|
64
|
+
margin-bottom: 16px;
|
|
65
|
+
}
|
|
66
|
+
ul {
|
|
67
|
+
li {
|
|
68
|
+
color: var(--_gray-700);
|
|
69
|
+
font-size: 14px;
|
|
70
|
+
& > span {
|
|
71
|
+
display: inline-flex;
|
|
72
|
+
}
|
|
73
|
+
&:not(:last-child) {
|
|
74
|
+
margin-bottom: 8px;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
&[data-widget-border="true"] {
|
|
81
|
+
.search-wrapper {
|
|
82
|
+
border-color: var(
|
|
83
|
+
--_ctm-mob-dn-sh-br-br-cr,
|
|
84
|
+
var(--_ctm-tab-dn-sh-br-br-cr, var(--_ctm-dn-sh-br-br-cr))
|
|
85
|
+
);
|
|
86
|
+
border-style: var(
|
|
87
|
+
--_ctm-mob-dn-sh-br-br-se,
|
|
88
|
+
var(--_ctm-tab-dn-sh-br-br-se, var(--_ctm-dn-sh-br-br-se))
|
|
89
|
+
);
|
|
90
|
+
border-width: var(
|
|
91
|
+
--_ctm-mob-dn-sh-br-br-wh,
|
|
92
|
+
var(--_ctm-tab-dn-sh-br-br-wh, var(--_ctm-dn-sh-br-br-wh))
|
|
93
|
+
);
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
&[data-widget-shadow="false"] {
|
|
98
|
+
--_show-shadow: none;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
&[data-show-shadow="false"] {
|
|
102
|
+
--_show-shadow: none;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}
|
|
@@ -8,6 +8,8 @@ interface selfLayoutInterface {
|
|
|
8
8
|
value: LayouterDisplayStyleType;
|
|
9
9
|
};
|
|
10
10
|
itemGap: Pick<CMSIBCommonInterface, "property" | "propertyType"> & PaddingProps;
|
|
11
|
+
rowGap: Pick<CMSIBCommonInterface, "property" | "propertyType"> & PaddingProps;
|
|
12
|
+
columnGap: Pick<CMSIBCommonInterface, "property" | "propertyType"> & PaddingProps;
|
|
11
13
|
justifyContent: Pick<CMSIBCommonInterface, "property" | "propertyType"> & {
|
|
12
14
|
value: JustifyContentValue;
|
|
13
15
|
};
|