@sc-360-v2/storefront-cms-library 0.5.29 → 0.5.31
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/confirm-modal.scss +23 -9
- package/dist/user-elements.scss +15 -0
- package/package.json +1 -1
package/dist/confirm-modal.scss
CHANGED
|
@@ -101,11 +101,12 @@
|
|
|
101
101
|
.modal-footer-wrapper {
|
|
102
102
|
display: flex;
|
|
103
103
|
width: 100%;
|
|
104
|
+
justify-content: flex-end;
|
|
104
105
|
gap: 12px;
|
|
105
106
|
|
|
106
107
|
.wishlist_button_wrapper {
|
|
107
108
|
position: relative;
|
|
108
|
-
width: 100%;
|
|
109
|
+
// width: 100%;
|
|
109
110
|
.wishlist_btn {
|
|
110
111
|
width: 100%;
|
|
111
112
|
display: flex;
|
|
@@ -309,9 +310,12 @@
|
|
|
309
310
|
border-radius: 4px;
|
|
310
311
|
background-color: var(--_thm-sy-bs-dt-se-bd-cr);
|
|
311
312
|
color: var(--_thm-sy-bs-dt-se-tt-cr);
|
|
313
|
+
font-family: var(--_thm-py-bs-dt-se-ft);
|
|
312
314
|
border: 1px solid var(--_thm-sy-bs-dt-se-br-cr);
|
|
313
|
-
font-weight:
|
|
314
|
-
|
|
315
|
+
font-weight: var(--_thm-sy-bs-dt-se-bd);
|
|
316
|
+
font-size: var(--_thm-sy-bs-dt-se-ft-se);
|
|
317
|
+
// width: 100%;
|
|
318
|
+
min-width: 150px;
|
|
315
319
|
display: flex;
|
|
316
320
|
justify-content: center;
|
|
317
321
|
&:hover {
|
|
@@ -325,17 +329,27 @@
|
|
|
325
329
|
.modal-footer-danger-btn {
|
|
326
330
|
padding: 12px 0;
|
|
327
331
|
border-radius: 4px;
|
|
328
|
-
background-color:
|
|
329
|
-
color:
|
|
330
|
-
font-weight:
|
|
331
|
-
|
|
332
|
+
background-color: var(--_thm-py-bs-dt-se-bd-cr);
|
|
333
|
+
color: var(--_thm-py-bs-dt-se-tt-cr);
|
|
334
|
+
font-weight: var(--_thm-py-bs-dt-se-bd);
|
|
335
|
+
font-size: var(--_thm-py-bs-dt-se-ft-se);
|
|
336
|
+
// width: 100%;
|
|
332
337
|
display: flex;
|
|
333
|
-
border: 1px solid #d92d20;
|
|
338
|
+
// border: 1px solid #d92d20;
|
|
334
339
|
justify-content: center;
|
|
335
340
|
align-items: center;
|
|
341
|
+
min-width: 150px;
|
|
342
|
+
font-family: var(--_thm-py-bs-dt-se-ft);
|
|
343
|
+
span {
|
|
344
|
+
svg {
|
|
345
|
+
width: 22px;
|
|
346
|
+
height: 22px;
|
|
347
|
+
stroke: var(--_thm-py-bs-dt-se-tt-cr);
|
|
348
|
+
}
|
|
349
|
+
}
|
|
336
350
|
|
|
337
351
|
&:hover {
|
|
338
|
-
background-color:
|
|
352
|
+
background-color: var(--_thm-py-bs-hr-se-bd-cr);
|
|
339
353
|
}
|
|
340
354
|
|
|
341
355
|
&:disabled {
|
package/dist/user-elements.scss
CHANGED
|
@@ -1052,6 +1052,21 @@ $resizeActive: '[data-cms-element-resizer="true"]';
|
|
|
1052
1052
|
text-align: prepareMediaVariable(--_ctm-dn-qa-dn-qa-hg-dn-tt-an);
|
|
1053
1053
|
text-decoration: prepareMediaVariable(--_ctm-dn-qa-dn-qa-hg-dn-ue);
|
|
1054
1054
|
}
|
|
1055
|
+
|
|
1056
|
+
.quota_single_profile_name {
|
|
1057
|
+
display: flex;
|
|
1058
|
+
align-items: center;
|
|
1059
|
+
|
|
1060
|
+
color: prepareMediaVariable(--_ctm-dn-qa-dn-qa-ne-dn-cr);
|
|
1061
|
+
font-family: prepareMediaVariable(--_ctm-dn-qa-dn-qa-ne-dn-ft-fy);
|
|
1062
|
+
font-size: prepareMediaVariable(--_ctm-dn-qa-dn-qa-ne-dn-ft-se);
|
|
1063
|
+
font-style: prepareMediaVariable(--_ctm-dn-qa-dn-qa-ne-dn-ft-se-ic);
|
|
1064
|
+
font-weight: prepareMediaVariable(--_ctm-dn-qa-dn-qa-ne-dn-ft-wt);
|
|
1065
|
+
line-height: prepareMediaVariable(--_ctm-dn-qa-dn-qa-ne-dn-le-ht);
|
|
1066
|
+
letter-spacing: prepareMediaVariable(--_ctm-dn-qa-dn-qa-ne-dn-lr-sg);
|
|
1067
|
+
text-align: prepareMediaVariable(--_ctm-dn-qa-dn-qa-ne-dn-tt-an);
|
|
1068
|
+
text-decoration: prepareMediaVariable(--_ctm-dn-qa-dn-qa-ne-dn-ue);
|
|
1069
|
+
}
|
|
1055
1070
|
}
|
|
1056
1071
|
|
|
1057
1072
|
.quote_item_wrapper {
|