@sc-360-v2/storefront-cms-library 0.2.77 → 0.2.80
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/button.scss +1 -1
- package/dist/buy-for-tab-container.scss +89 -0
- package/dist/buy-for-tab.scss +579 -0
- package/dist/buy-for-tabs-container-item.scss +80 -0
- package/dist/buyForHeaders.scss +203 -0
- package/dist/buyForPopup.scss +227 -0
- package/dist/cart-details.scss +1 -1
- package/dist/cart-products-sidebar.scss +201 -0
- package/dist/cartDropdownOverlay.scss +34 -27
- package/dist/checkout.scss +173 -0
- package/dist/code-temp.scss +1 -1
- package/dist/container.scss +5 -0
- package/dist/functions.js +1 -1
- package/dist/icons.js +1 -1
- package/dist/index.js +1 -1
- package/dist/layouter.scss +9 -2
- package/dist/light-box-v2.scss +4 -0
- package/dist/product-image.scss +4 -0
- package/dist/quick-links.scss +249 -194
- package/dist/repeater-embla-controls.scss +71 -96
- package/dist/repeater.scss +8 -2
- package/dist/search.scss +30 -0
- package/dist/types/builder/elements/add-order/index.d.ts +1 -1
- package/dist/types/builder/elements/buy-for-tab/index.d.ts +46 -0
- package/dist/types/builder/elements/buy-for-tab-container/index.d.ts +45 -0
- package/dist/types/builder/elements/checkout/index.d.ts +27 -0
- package/dist/types/builder/enums/index.d.ts +6 -0
- package/dist/types/builder/index.d.ts +4 -1
- package/dist/types/builder/tools/element-edit/bundle.d.ts +18 -0
- package/dist/types/builder/tools/element-edit/buyForTabContainer.d.ts +9 -0
- package/dist/types/builder/tools/element-edit/buyForWithTab.d.ts +215 -0
- package/dist/types/builder/tools/element-edit/checkout.d.ts +343 -0
- package/dist/types/builder/tools/element-edit/index.d.ts +4 -1
- package/dist/types/builder/tools/element-edit/quickLinks.d.ts +90 -127
- package/dist/types/builder/tools/element-edit/section.d.ts +2 -1
- package/dist/types/builder/tools/element-edit/storeLocations.d.ts +2 -1
- package/dist/uom-selector.scss +3 -3
- package/dist/widget.scss +7 -2
- package/package.json +1 -1
- package/dist/buyFor.scss +0 -153
|
@@ -14,7 +14,10 @@ export declare enum QuickLinksSelectorKeysEnum {
|
|
|
14
14
|
FILL_AND_BACKGROUND = "fillAndBackground",
|
|
15
15
|
ITEM_STYLE = "iconStyle",
|
|
16
16
|
QuickLinks_ICONS = "QuickLinks",
|
|
17
|
-
QuickLinks_WIDGET = "
|
|
17
|
+
QuickLinks_WIDGET = "quickLinksWidgetDesign",
|
|
18
|
+
QUICK_LINKS_TEXT_LAYOUT = "quickLinksTextLayout",
|
|
19
|
+
QUICK_LINKS_WIDGET_LAYOUT = "quickLinksWidgetLayout",
|
|
20
|
+
TEXT_CONTAINER_DESIGN = "quickLinksTextContainerDesign"
|
|
18
21
|
}
|
|
19
22
|
export interface SelectorKeys {
|
|
20
23
|
LAYOUT: string;
|
|
@@ -94,121 +97,6 @@ export declare const getDefaultData: () => {
|
|
|
94
97
|
value: string;
|
|
95
98
|
propertyType: CMSElementEditTypes;
|
|
96
99
|
};
|
|
97
|
-
showIcon: {
|
|
98
|
-
layout: {
|
|
99
|
-
iconAndTextSpacing: {
|
|
100
|
-
value: number;
|
|
101
|
-
property: string;
|
|
102
|
-
unit: number;
|
|
103
|
-
propertyType: CMSElementEditTypes;
|
|
104
|
-
};
|
|
105
|
-
displayStyle: {
|
|
106
|
-
value: string;
|
|
107
|
-
propertyType: CMSElementEditTypes;
|
|
108
|
-
};
|
|
109
|
-
showIcon: {
|
|
110
|
-
value: boolean;
|
|
111
|
-
propertyType: CMSElementEditTypes;
|
|
112
|
-
};
|
|
113
|
-
iconPosition: {
|
|
114
|
-
value: string;
|
|
115
|
-
propertyType: CMSElementEditTypes;
|
|
116
|
-
};
|
|
117
|
-
};
|
|
118
|
-
content: {
|
|
119
|
-
linksData: {
|
|
120
|
-
value: {
|
|
121
|
-
id: any;
|
|
122
|
-
title: string;
|
|
123
|
-
name: string;
|
|
124
|
-
show: boolean;
|
|
125
|
-
url: string;
|
|
126
|
-
}[];
|
|
127
|
-
propertyType: CMSElementEditTypes;
|
|
128
|
-
};
|
|
129
|
-
showTitle: {
|
|
130
|
-
value: boolean;
|
|
131
|
-
propertyType: CMSElementEditTypes;
|
|
132
|
-
};
|
|
133
|
-
title: {
|
|
134
|
-
value: string;
|
|
135
|
-
propertyType: CMSElementEditTypes;
|
|
136
|
-
};
|
|
137
|
-
description: {
|
|
138
|
-
value: string;
|
|
139
|
-
propertyType: CMSElementEditTypes;
|
|
140
|
-
};
|
|
141
|
-
showDescription: {
|
|
142
|
-
value: boolean;
|
|
143
|
-
propertyType: CMSElementEditTypes;
|
|
144
|
-
};
|
|
145
|
-
};
|
|
146
|
-
design: {
|
|
147
|
-
icon: {
|
|
148
|
-
value: string;
|
|
149
|
-
propertyType: CMSElementEditTypes;
|
|
150
|
-
};
|
|
151
|
-
designiconSize: {
|
|
152
|
-
value: string;
|
|
153
|
-
propertyType: CMSElementEditTypes;
|
|
154
|
-
unit: number;
|
|
155
|
-
property: string;
|
|
156
|
-
};
|
|
157
|
-
iconColor: {
|
|
158
|
-
value: {
|
|
159
|
-
hex: string;
|
|
160
|
-
rgb: {
|
|
161
|
-
r: string;
|
|
162
|
-
g: string;
|
|
163
|
-
b: string;
|
|
164
|
-
a: number;
|
|
165
|
-
};
|
|
166
|
-
};
|
|
167
|
-
property: string;
|
|
168
|
-
propertyType: CMSElementEditTypes;
|
|
169
|
-
parentRef: string;
|
|
170
|
-
};
|
|
171
|
-
instagramIcon: {
|
|
172
|
-
value: string;
|
|
173
|
-
property: string;
|
|
174
|
-
propertyType: CMSElementEditTypes;
|
|
175
|
-
};
|
|
176
|
-
facebookIcon: {
|
|
177
|
-
value: string;
|
|
178
|
-
property: string;
|
|
179
|
-
propertyType: CMSElementEditTypes;
|
|
180
|
-
};
|
|
181
|
-
twitterIcon: {
|
|
182
|
-
value: string;
|
|
183
|
-
property: string;
|
|
184
|
-
propertyType: CMSElementEditTypes;
|
|
185
|
-
};
|
|
186
|
-
amazonIcon: {
|
|
187
|
-
value: string;
|
|
188
|
-
property: string;
|
|
189
|
-
propertyType: CMSElementEditTypes;
|
|
190
|
-
};
|
|
191
|
-
websiteIcon: {
|
|
192
|
-
value: string;
|
|
193
|
-
property: string;
|
|
194
|
-
propertyType: CMSElementEditTypes;
|
|
195
|
-
};
|
|
196
|
-
youtubeIcon: {
|
|
197
|
-
value: string;
|
|
198
|
-
property: string;
|
|
199
|
-
propertyType: CMSElementEditTypes;
|
|
200
|
-
};
|
|
201
|
-
linkedinIcon: {
|
|
202
|
-
value: string;
|
|
203
|
-
property: string;
|
|
204
|
-
propertyType: CMSElementEditTypes;
|
|
205
|
-
};
|
|
206
|
-
};
|
|
207
|
-
};
|
|
208
|
-
iconPosition: {
|
|
209
|
-
value: string;
|
|
210
|
-
propertyType: CMSElementEditTypes;
|
|
211
|
-
};
|
|
212
100
|
positionType: CMSIBCommonInterface | undefined;
|
|
213
101
|
pinTo: CMSIBCommonInterface | undefined;
|
|
214
102
|
};
|
|
@@ -243,23 +131,44 @@ export declare const getDefaultData: () => {
|
|
|
243
131
|
};
|
|
244
132
|
design: {
|
|
245
133
|
selectorKey: QuickLinksSelectorKeysEnum;
|
|
246
|
-
|
|
134
|
+
quickLinksWidgetDesign: {
|
|
247
135
|
selectorKey: QuickLinksSelectorKeysEnum;
|
|
248
136
|
backgroundColor: CMSIBCommonInterface;
|
|
249
|
-
cropRatio: CMSIBCommonInterface;
|
|
250
|
-
zoomImage: CMSIBCommonInterface;
|
|
251
|
-
flip: CMSIBCommonInterface;
|
|
252
|
-
rotate: import("../../interfaces/global").CMSIBSizeInterface;
|
|
253
|
-
showBorder: CMSIBCommonInterface;
|
|
254
|
-
borderStyle: CMSIBCommonInterface;
|
|
255
137
|
borderColor: CMSIBCommonInterface;
|
|
138
|
+
borderStyle: CMSIBCommonInterface;
|
|
256
139
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
257
|
-
|
|
140
|
+
showBorder: CMSIBCommonInterface;
|
|
258
141
|
showShadow: CMSIBCommonInterface;
|
|
259
142
|
shadowColor: CMSIBCommonInterface;
|
|
260
|
-
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
261
|
-
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
262
143
|
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
144
|
+
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
145
|
+
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
146
|
+
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
147
|
+
showIcon: CMSIBCommonInterface | undefined;
|
|
148
|
+
iconSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
149
|
+
iconColor: CMSIBCommonInterface;
|
|
150
|
+
theme: CMSIBCommonInterface;
|
|
151
|
+
font: CMSIBCommonInterface;
|
|
152
|
+
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
153
|
+
textColor: CMSIBCommonInterface;
|
|
154
|
+
bold: CMSIBCommonInterface;
|
|
155
|
+
italic: CMSIBCommonInterface;
|
|
156
|
+
linethrough: CMSIBCommonInterface;
|
|
157
|
+
underline: CMSIBCommonInterface;
|
|
158
|
+
textAlign: CMSIBCommonInterface;
|
|
159
|
+
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
160
|
+
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
161
|
+
themeDesc: CMSIBCommonInterface;
|
|
162
|
+
fontDesc: CMSIBCommonInterface;
|
|
163
|
+
fontSizeDesc: import("../../interfaces/global").CMSIBSizeInterface;
|
|
164
|
+
textColorDesc: CMSIBCommonInterface;
|
|
165
|
+
boldDesc: CMSIBCommonInterface;
|
|
166
|
+
italicDesc: CMSIBCommonInterface;
|
|
167
|
+
linethroughDesc: CMSIBCommonInterface;
|
|
168
|
+
underlineDesc: CMSIBCommonInterface;
|
|
169
|
+
textAlignDesc: CMSIBCommonInterface;
|
|
170
|
+
characterSpacingDesc: import("../../interfaces/global").CMSIBSizeInterface | undefined;
|
|
171
|
+
lineHeightDesc: import("../../interfaces/global").CMSIBSizeInterface;
|
|
263
172
|
};
|
|
264
173
|
itemStyle: {
|
|
265
174
|
selectorKey: QuickLinksSelectorKeysEnum;
|
|
@@ -317,7 +226,61 @@ export declare const getDefaultData: () => {
|
|
|
317
226
|
parentRef: string;
|
|
318
227
|
};
|
|
319
228
|
};
|
|
320
|
-
|
|
229
|
+
quickLinksTextLayout: {
|
|
230
|
+
selectorKey: QuickLinksSelectorKeysEnum;
|
|
231
|
+
textVerticalPadding: {
|
|
232
|
+
value: string;
|
|
233
|
+
property: string;
|
|
234
|
+
unit: number;
|
|
235
|
+
propertyType: CMSElementEditTypes;
|
|
236
|
+
};
|
|
237
|
+
textHorizontalPadding: {
|
|
238
|
+
value: string;
|
|
239
|
+
property: string;
|
|
240
|
+
unit: number;
|
|
241
|
+
propertyType: CMSElementEditTypes;
|
|
242
|
+
};
|
|
243
|
+
titleAndDescriptionSpacing: {
|
|
244
|
+
value: string;
|
|
245
|
+
property: string;
|
|
246
|
+
unit: number;
|
|
247
|
+
propertyType: CMSElementEditTypes;
|
|
248
|
+
};
|
|
249
|
+
};
|
|
250
|
+
quickLinksWidgetLayout: {
|
|
251
|
+
selectorKey: QuickLinksSelectorKeysEnum;
|
|
252
|
+
verticalAlignment: {
|
|
253
|
+
value: string;
|
|
254
|
+
property: string;
|
|
255
|
+
propertyType: CMSElementEditTypes;
|
|
256
|
+
};
|
|
257
|
+
widgetTextAndItemSpacing: {
|
|
258
|
+
value: string;
|
|
259
|
+
property: string;
|
|
260
|
+
unit: number;
|
|
261
|
+
propertyType: CMSElementEditTypes;
|
|
262
|
+
};
|
|
263
|
+
textPosition: {
|
|
264
|
+
value: string;
|
|
265
|
+
property: string;
|
|
266
|
+
propertyType: CMSElementEditTypes;
|
|
267
|
+
};
|
|
268
|
+
};
|
|
269
|
+
quickLinksTextContainerDesign: {
|
|
270
|
+
selectorKey: QuickLinksSelectorKeysEnum;
|
|
271
|
+
backgroundColor: CMSIBCommonInterface;
|
|
272
|
+
showBorder: CMSIBCommonInterface;
|
|
273
|
+
borderStyle: CMSIBCommonInterface;
|
|
274
|
+
borderColor: CMSIBCommonInterface;
|
|
275
|
+
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
276
|
+
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
277
|
+
showShadow: CMSIBCommonInterface;
|
|
278
|
+
shadowColor: CMSIBCommonInterface;
|
|
279
|
+
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
280
|
+
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
281
|
+
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
282
|
+
};
|
|
283
|
+
quickLinks: {
|
|
321
284
|
selectorKey: QuickLinksSelectorKeysEnum;
|
|
322
285
|
instagramIcon: {
|
|
323
286
|
value: string;
|
|
@@ -16,7 +16,8 @@ export declare enum sectionSelectorKeysEnum {
|
|
|
16
16
|
SETTINGS = "settings",
|
|
17
17
|
VISIBILITY = "visibility",
|
|
18
18
|
SCHEDULES = "schedules",
|
|
19
|
-
DEVICE_VISIBILITY = "deviceVisibility"
|
|
19
|
+
DEVICE_VISIBILITY = "deviceVisibility",
|
|
20
|
+
CUSTOM_ATTRIBUTES = "customAttributes"
|
|
20
21
|
}
|
|
21
22
|
export declare const getDefaultData: (contentWidth: any) => CMSElementEditPopupInterface<selfLayoutInterface & CMSElementEditPopupLayoutInterface, selfDesignInterface & CMSElementEditPopupDesignInterface>;
|
|
22
23
|
export {};
|
|
@@ -80,7 +80,8 @@ export declare enum StoreLocationSelectorKeysEnum {
|
|
|
80
80
|
PAGINATION_LINE = "paginationLine",
|
|
81
81
|
SHOW_MORE_ITEMS_BUTTON = "showMoreItemsButtons",
|
|
82
82
|
HOVER_STATE = "hover",
|
|
83
|
-
DEFAULT_STATE = "default"
|
|
83
|
+
DEFAULT_STATE = "default",
|
|
84
|
+
DATA_CONNECTOR = "dataConnector"
|
|
84
85
|
}
|
|
85
86
|
export declare const getDefaultData: () => CMSElementEditPopupInterface<selfLayoutInterface & CMSElementEditPopupLayoutInterface, selfDesignInterface & CMSElementEditPopupDesignInterface>;
|
|
86
87
|
export {};
|
package/dist/uom-selector.scss
CHANGED
|
@@ -926,9 +926,9 @@
|
|
|
926
926
|
var(--_ctm-tab-dn-im-se-sd-se-ct-at, var(--_ctm-dn-im-se-sd-se-ct-at))
|
|
927
927
|
);
|
|
928
928
|
|
|
929
|
-
justify-content: center;
|
|
930
|
-
flex-direction: column;
|
|
931
|
-
gap: 4px;
|
|
929
|
+
// justify-content: center;
|
|
930
|
+
// flex-direction: column;
|
|
931
|
+
// gap: 4px;
|
|
932
932
|
|
|
933
933
|
padding: var(
|
|
934
934
|
--_ctm-mob-dn-im-se-sd-se-vl-pg,
|
package/dist/widget.scss
CHANGED
|
@@ -49,7 +49,6 @@
|
|
|
49
49
|
@use "./product-options.scss";
|
|
50
50
|
@use "./brand-basic-elements.scss";
|
|
51
51
|
@use "./brand.scss";
|
|
52
|
-
@use "./bundle-basic-elements.scss";
|
|
53
52
|
@use "./bundle.scss";
|
|
54
53
|
@use "./category.scss";
|
|
55
54
|
@use "./sub-category.scss";
|
|
@@ -87,4 +86,10 @@
|
|
|
87
86
|
@use "./tab-container.scss";
|
|
88
87
|
@use "./quick-links.scss";
|
|
89
88
|
@use "./add-order.scss";
|
|
90
|
-
@use "./
|
|
89
|
+
@use "./buyForPopup.scss";
|
|
90
|
+
@use "./cart-products-sidebar.scss";
|
|
91
|
+
@use "./checkout.scss";
|
|
92
|
+
@use "./buyForHeaders.scss";
|
|
93
|
+
@use "./buy-for-tab.scss";
|
|
94
|
+
@use "./buy-for-tabs-container-item.scss";
|
|
95
|
+
@use "./buy-for-tab-container.scss";
|
package/package.json
CHANGED
package/dist/buyFor.scss
DELETED
|
@@ -1,153 +0,0 @@
|
|
|
1
|
-
.popup_backdrop {
|
|
2
|
-
position: fixed;
|
|
3
|
-
inset: 0;
|
|
4
|
-
background: rgba(0, 0, 0, 0.3);
|
|
5
|
-
backdrop-filter: blur(6px);
|
|
6
|
-
display: flex;
|
|
7
|
-
align-items: center;
|
|
8
|
-
justify-content: center;
|
|
9
|
-
z-index: 1000;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.popup_container {
|
|
13
|
-
width: 90%;
|
|
14
|
-
max-width: 600px;
|
|
15
|
-
background: #ffffff;
|
|
16
|
-
border-radius: 12px;
|
|
17
|
-
padding: 24px;
|
|
18
|
-
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
|
|
19
|
-
display: flex;
|
|
20
|
-
flex-direction: column;
|
|
21
|
-
max-height: 80vh;
|
|
22
|
-
overflow-y: auto;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.popup_header {
|
|
26
|
-
display: flex;
|
|
27
|
-
flex-direction: column;
|
|
28
|
-
margin-bottom: 16px;
|
|
29
|
-
|
|
30
|
-
h2 {
|
|
31
|
-
font-size: 20px;
|
|
32
|
-
font-weight: 600;
|
|
33
|
-
margin: 0;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
p {
|
|
37
|
-
font-size: 14px;
|
|
38
|
-
color: #666;
|
|
39
|
-
margin: 4px 0 0;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.search_input {
|
|
44
|
-
padding: 10px 12px;
|
|
45
|
-
border: 1px solid #ddd;
|
|
46
|
-
border-radius: 8px;
|
|
47
|
-
margin-bottom: 16px;
|
|
48
|
-
width: 100%;
|
|
49
|
-
font-size: 14px;
|
|
50
|
-
|
|
51
|
-
&:focus {
|
|
52
|
-
outline: none;
|
|
53
|
-
border-color: #007bff;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.groups_list {
|
|
58
|
-
display: flex;
|
|
59
|
-
flex-direction: column;
|
|
60
|
-
gap: 16px;
|
|
61
|
-
overflow-y: auto;
|
|
62
|
-
max-height: 50vh;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.group_section {
|
|
66
|
-
.group_header {
|
|
67
|
-
display: flex;
|
|
68
|
-
align-items: center;
|
|
69
|
-
gap: 8px;
|
|
70
|
-
font-weight: 500;
|
|
71
|
-
font-size: 15px;
|
|
72
|
-
margin-bottom: 8px;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.user_card {
|
|
76
|
-
display: flex;
|
|
77
|
-
justify-content: space-between;
|
|
78
|
-
align-items: center;
|
|
79
|
-
padding: 10px 12px;
|
|
80
|
-
border: 1px solid #ddd;
|
|
81
|
-
border-radius: 8px;
|
|
82
|
-
margin-bottom: 6px;
|
|
83
|
-
cursor: pointer;
|
|
84
|
-
transition: all 0.2s ease;
|
|
85
|
-
|
|
86
|
-
&:hover {
|
|
87
|
-
background-color: #f5f5f5;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
&.selected {
|
|
91
|
-
background-color: #e6f4ff;
|
|
92
|
-
border-color: #007bff;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.user_info {
|
|
96
|
-
display: flex;
|
|
97
|
-
flex-direction: column;
|
|
98
|
-
|
|
99
|
-
.user_name {
|
|
100
|
-
font-weight: 500;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.user_id {
|
|
104
|
-
font-size: 12px;
|
|
105
|
-
color: #666;
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.check_icon {
|
|
110
|
-
font-size: 16px;
|
|
111
|
-
color: #007bff;
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.popup_footer {
|
|
117
|
-
display: flex;
|
|
118
|
-
justify-content: space-between;
|
|
119
|
-
margin-top: 24px;
|
|
120
|
-
|
|
121
|
-
button {
|
|
122
|
-
padding: 10px 16px;
|
|
123
|
-
border-radius: 6px;
|
|
124
|
-
font-size: 14px;
|
|
125
|
-
font-weight: 500;
|
|
126
|
-
cursor: pointer;
|
|
127
|
-
border: none;
|
|
128
|
-
transition: background 0.2s ease;
|
|
129
|
-
|
|
130
|
-
&:first-child {
|
|
131
|
-
background: #f3f3f3;
|
|
132
|
-
color: #333;
|
|
133
|
-
|
|
134
|
-
&:hover {
|
|
135
|
-
background: #e0e0e0;
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
&.proceed_button {
|
|
140
|
-
background: #007bff;
|
|
141
|
-
color: #fff;
|
|
142
|
-
|
|
143
|
-
&:disabled {
|
|
144
|
-
background: #ccc;
|
|
145
|
-
cursor: not-allowed;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
&:not(:disabled):hover {
|
|
149
|
-
background: #0069d9;
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
}
|