my-orders-tickets-widget 1.0.6 → 1.0.8-beta.1
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/__mocks__/@react-pdf/renderer.js +39 -0
- package/dist/i18n.js +2 -2
- package/dist/index.css +666 -526
- package/dist/index.js +1098 -135
- package/package.json +2 -1
package/dist/index.css
CHANGED
|
@@ -25,9 +25,10 @@
|
|
|
25
25
|
--color_button_color: #000000;
|
|
26
26
|
--color_alerts: #ff0000;
|
|
27
27
|
--color_warning: #ff9800;
|
|
28
|
-
--color_success: #4caf50;
|
|
28
|
+
--color_success: #4caf50;
|
|
29
|
+
}
|
|
29
30
|
|
|
30
|
-
html[data-theme=
|
|
31
|
+
html[data-theme=DARK] {
|
|
31
32
|
--color_text_dark: #ffffff !important;
|
|
32
33
|
--color_text_light: #000000 !important;
|
|
33
34
|
--color_background_light: #000000 !important;
|
|
@@ -40,109 +41,130 @@ html[data-theme="DARK"] {
|
|
|
40
41
|
--color_input_background_color: #181a1b !important;
|
|
41
42
|
--color_input_border_color: #3a3f41 !important;
|
|
42
43
|
--color_text_input_hints: #7b7b7b !important;
|
|
43
|
-
--color_horizontal_rule: #7b7b7b !important;
|
|
44
|
+
--color_horizontal_rule: #7b7b7b !important;
|
|
45
|
+
}
|
|
44
46
|
|
|
45
47
|
.filterSortContainer___nhNJs .container___QeQY_ {
|
|
46
48
|
padding: 10px;
|
|
47
|
-
width: 440px;
|
|
48
|
-
|
|
49
|
+
width: 440px;
|
|
50
|
+
}
|
|
49
51
|
.filterSortContainer___nhNJs .filterListContainer___IDrlS {
|
|
50
52
|
display: none;
|
|
51
53
|
position: absolute;
|
|
52
|
-
top: 40px;
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
54
|
+
top: 40px;
|
|
55
|
+
}
|
|
56
|
+
.filterSortContainer___nhNJs .filterListContainer___IDrlS .filterCheckboxContainer___kUnW9 {
|
|
57
|
+
border-radius: 0;
|
|
58
|
+
}
|
|
59
|
+
.filterSortContainer___nhNJs .filterListContainer___IDrlS .filterCheckboxContainer___kUnW9 .titleWrapper___P6mPu {
|
|
60
|
+
display: flex;
|
|
61
|
+
justify-content: space-between;
|
|
62
|
+
align-items: baseline;
|
|
63
|
+
font-weight: 500;
|
|
64
|
+
font-size: 16px;
|
|
65
|
+
letter-spacing: 0.15px;
|
|
66
|
+
cursor: "pointer";
|
|
67
|
+
}
|
|
68
|
+
.filterSortContainer___nhNJs .filterListContainer___IDrlS .filterCheckboxContainer___kUnW9 .cleanButton___qqDvU {
|
|
69
|
+
color: #2196f3;
|
|
70
|
+
font-size: 0.9em;
|
|
71
|
+
}
|
|
72
|
+
.filterSortContainer___nhNJs .filterListContainer___IDrlS .filterCheckboxContainer___kUnW9 .cleanButton___qqDvU:hover {
|
|
73
|
+
background-color: transparent;
|
|
74
|
+
}
|
|
75
|
+
.filterSortContainer___nhNJs .filterListContainer___IDrlS .filterDateLabel___Jgbcs {
|
|
76
|
+
font-size: 0.9em;
|
|
77
|
+
text-align: center;
|
|
78
|
+
}
|
|
79
|
+
.filterSortContainer___nhNJs .filterListContainer___IDrlS .datePickerContainer___Z42mw {
|
|
80
|
+
padding: 5px 0;
|
|
81
|
+
font-size: 1em;
|
|
82
|
+
}
|
|
83
|
+
.filterSortContainer___nhNJs .filterListContainer___IDrlS .datePickerContainer___Z42mw .MuiOutlinedInput-notchedOutline___mxEKW {
|
|
84
|
+
border: 0;
|
|
85
|
+
}
|
|
86
|
+
.filterSortContainer___nhNJs .filterListContainer___IDrlS .datepickerClose___TZ7kJ {
|
|
87
|
+
font-size: 1.5em;
|
|
88
|
+
margin-right: 10px;
|
|
89
|
+
cursor: pointer;
|
|
90
|
+
}
|
|
91
|
+
.filterSortContainer___nhNJs .filterListContainer___IDrlS .calendarDisplay___F3nuK div {
|
|
92
|
+
font-size: 1em;
|
|
93
|
+
}
|
|
94
|
+
.filterSortContainer___nhNJs .filterListContainer___IDrlS .calendarDisplay___F3nuK div fieldset {
|
|
95
|
+
border: 0;
|
|
96
|
+
border-radius: 0;
|
|
97
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.56);
|
|
98
|
+
}
|
|
99
|
+
.filterSortContainer___nhNJs .filterListContainer___IDrlS .calendarDisplay___F3nuK input {
|
|
100
|
+
padding: 5px 10px;
|
|
101
|
+
}
|
|
102
|
+
.filterSortContainer___nhNJs .filterListContainer___IDrlS .MuiPickersCalendarHeader-labelContainer___O4sSs {
|
|
103
|
+
font-size: 1em;
|
|
104
|
+
}
|
|
91
105
|
.filterSortContainer___nhNJs .filterContainer___rrqp9 {
|
|
92
106
|
position: relative;
|
|
93
|
-
cursor: pointer;
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
107
|
+
cursor: pointer;
|
|
108
|
+
}
|
|
109
|
+
.filterSortContainer___nhNJs .filterContainer___rrqp9 .filterIcon___iiOzo {
|
|
110
|
+
display: inline;
|
|
111
|
+
width: 0.9em;
|
|
112
|
+
height: 0.9em;
|
|
113
|
+
margin-top: -4px;
|
|
114
|
+
}
|
|
115
|
+
.filterSortContainer___nhNJs .filterContainer___rrqp9 .filterNumActive___kmEEK {
|
|
116
|
+
color: var(--color_text_light);
|
|
117
|
+
padding: 0px 4px;
|
|
118
|
+
background-color: var(--color_text_dark);
|
|
119
|
+
border-radius: 50%;
|
|
120
|
+
width: 14px;
|
|
121
|
+
height: 14px;
|
|
122
|
+
font-size: 0.8em;
|
|
123
|
+
position: absolute;
|
|
124
|
+
top: 11px;
|
|
125
|
+
left: 9px;
|
|
126
|
+
}
|
|
127
|
+
.filterSortContainer___nhNJs .filterContainer___rrqp9 .filterLabel___skZP7 {
|
|
128
|
+
text-transform: uppercase;
|
|
129
|
+
letter-spacing: 0.5px;
|
|
130
|
+
margin-left: 5px;
|
|
131
|
+
}
|
|
132
|
+
.filterSortContainer___nhNJs .filterContainer___rrqp9 .showFilterList___IW4xG {
|
|
133
|
+
display: block;
|
|
134
|
+
z-index: 1000;
|
|
135
|
+
}
|
|
118
136
|
.filterSortContainer___nhNJs .sortContainer___sb5Bd {
|
|
119
137
|
cursor: pointer;
|
|
120
|
-
position: relative;
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
138
|
+
position: relative;
|
|
139
|
+
}
|
|
140
|
+
.filterSortContainer___nhNJs .sortContainer___sb5Bd .sortIcon___c_XZi {
|
|
141
|
+
display: inline;
|
|
142
|
+
width: 0.9em;
|
|
143
|
+
height: 0.9em;
|
|
144
|
+
margin-top: -2px;
|
|
145
|
+
}
|
|
146
|
+
.filterSortContainer___nhNJs .sortContainer___sb5Bd .sortLabel___dXiMy {
|
|
147
|
+
text-transform: uppercase;
|
|
148
|
+
letter-spacing: 0.5px;
|
|
149
|
+
}
|
|
130
150
|
.filterSortContainer___nhNJs .sortListContainer___Pp2Xg {
|
|
131
151
|
position: absolute;
|
|
132
152
|
top: 40px;
|
|
133
153
|
width: 220px;
|
|
134
154
|
border-radius: 0;
|
|
135
|
-
font-size: 16px;
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
155
|
+
font-size: 16px;
|
|
156
|
+
}
|
|
157
|
+
.filterSortContainer___nhNJs .sortListContainer___Pp2Xg .label___LAme_ {
|
|
158
|
+
display: block;
|
|
159
|
+
color: var(--color_text_dark);
|
|
160
|
+
font-size: 1em;
|
|
161
|
+
text-transform: none;
|
|
162
|
+
font-weight: normal;
|
|
163
|
+
letter-spacing: normal;
|
|
164
|
+
}
|
|
165
|
+
.filterSortContainer___nhNJs .sortListContainer___Pp2Xg .label___LAme_:hover {
|
|
166
|
+
background-color: transparent;
|
|
167
|
+
}
|
|
146
168
|
/*!*************************************************************************************************************************************************************************************************!*\
|
|
147
169
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/TicketStatus/styles.module.scss ***!
|
|
148
170
|
\*************************************************************************************************************************************************************************************************/
|
|
@@ -170,9 +192,10 @@ html[data-theme="DARK"] {
|
|
|
170
192
|
--color_button_color: #000000;
|
|
171
193
|
--color_alerts: #ff0000;
|
|
172
194
|
--color_warning: #ff9800;
|
|
173
|
-
--color_success: #4caf50;
|
|
195
|
+
--color_success: #4caf50;
|
|
196
|
+
}
|
|
174
197
|
|
|
175
|
-
html[data-theme=
|
|
198
|
+
html[data-theme=DARK] {
|
|
176
199
|
--color_text_dark: #ffffff !important;
|
|
177
200
|
--color_text_light: #000000 !important;
|
|
178
201
|
--color_background_light: #000000 !important;
|
|
@@ -185,38 +208,39 @@ html[data-theme="DARK"] {
|
|
|
185
208
|
--color_input_background_color: #181a1b !important;
|
|
186
209
|
--color_input_border_color: #3a3f41 !important;
|
|
187
210
|
--color_text_input_hints: #7b7b7b !important;
|
|
188
|
-
--color_horizontal_rule: #7b7b7b !important;
|
|
211
|
+
--color_horizontal_rule: #7b7b7b !important;
|
|
212
|
+
}
|
|
189
213
|
|
|
190
214
|
.ticketStatusContainer___qj6fb .buttonPill___zq2tc {
|
|
191
215
|
padding: 3px 10px;
|
|
192
216
|
font-size: 0.9em;
|
|
193
217
|
border-radius: 16px;
|
|
194
218
|
background-color: var(--color_text_light);
|
|
195
|
-
letter-spacing: 0;
|
|
196
|
-
|
|
219
|
+
letter-spacing: 0;
|
|
220
|
+
}
|
|
197
221
|
.ticketStatusContainer___qj6fb .buttonRefundRequested___pWt30 {
|
|
198
222
|
color: var(--color_text_dark);
|
|
199
223
|
font-size: 0.9em;
|
|
200
224
|
border-radius: 16px;
|
|
201
225
|
background-color: rgba(0, 0, 0, 0.08);
|
|
202
|
-
margin-right: 5px;
|
|
203
|
-
|
|
226
|
+
margin-right: 5px;
|
|
227
|
+
}
|
|
204
228
|
.ticketStatusContainer___qj6fb .buttonIncomplete___TolHg {
|
|
205
229
|
color: var(--color_warning);
|
|
206
|
-
border: 1px solid var(--color_warning);
|
|
207
|
-
|
|
230
|
+
border: 1px solid var(--color_warning);
|
|
231
|
+
}
|
|
208
232
|
.ticketStatusContainer___qj6fb .buttonComplete___llWkZ {
|
|
209
233
|
color: var(--color_success);
|
|
210
|
-
border: 1px solid var(--color_success);
|
|
211
|
-
|
|
234
|
+
border: 1px solid var(--color_success);
|
|
235
|
+
}
|
|
212
236
|
.ticketStatusContainer___qj6fb .buttonUnassigned___YDd8X {
|
|
213
237
|
color: var(--color_alerts);
|
|
214
|
-
border: 1px solid var(--color_alerts);
|
|
215
|
-
|
|
238
|
+
border: 1px solid var(--color_alerts);
|
|
239
|
+
}
|
|
216
240
|
.ticketStatusContainer___qj6fb .buttonCancelled___ErlDZ {
|
|
217
241
|
color: var(--color_gray_dark);
|
|
218
|
-
border: 1px solid var(--color_gray_dark);
|
|
219
|
-
|
|
242
|
+
border: 1px solid var(--color_gray_dark);
|
|
243
|
+
}
|
|
220
244
|
/*!***********************************************************************************************************************************************************************************************!*\
|
|
221
245
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/OrdersList/styles.module.scss ***!
|
|
222
246
|
\***********************************************************************************************************************************************************************************************/
|
|
@@ -244,9 +268,10 @@ html[data-theme="DARK"] {
|
|
|
244
268
|
--color_button_color: #000000;
|
|
245
269
|
--color_alerts: #ff0000;
|
|
246
270
|
--color_warning: #ff9800;
|
|
247
|
-
--color_success: #4caf50;
|
|
271
|
+
--color_success: #4caf50;
|
|
272
|
+
}
|
|
248
273
|
|
|
249
|
-
html[data-theme=
|
|
274
|
+
html[data-theme=DARK] {
|
|
250
275
|
--color_text_dark: #ffffff !important;
|
|
251
276
|
--color_text_light: #000000 !important;
|
|
252
277
|
--color_background_light: #000000 !important;
|
|
@@ -259,136 +284,165 @@ html[data-theme="DARK"] {
|
|
|
259
284
|
--color_input_background_color: #181a1b !important;
|
|
260
285
|
--color_input_border_color: #3a3f41 !important;
|
|
261
286
|
--color_text_input_hints: #7b7b7b !important;
|
|
262
|
-
--color_horizontal_rule: #7b7b7b !important;
|
|
287
|
+
--color_horizontal_rule: #7b7b7b !important;
|
|
288
|
+
}
|
|
263
289
|
|
|
264
290
|
.orderTicketInfoContainer____p66V {
|
|
265
|
-
margin-top: 20px;
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
291
|
+
margin-top: 20px;
|
|
292
|
+
}
|
|
293
|
+
.orderTicketInfoContainer____p66V:not(:first-child) {
|
|
294
|
+
padding-top: 20px;
|
|
295
|
+
border-top: 1px solid var(--color_input_border_color_light);
|
|
296
|
+
}
|
|
297
|
+
.orderTicketInfoContainer____p66V .orderTicketInfo___gemqB {
|
|
298
|
+
display: block;
|
|
299
|
+
color: rgba(0, 0, 0, 0.6);
|
|
300
|
+
margin: 15px 0;
|
|
301
|
+
}
|
|
273
302
|
|
|
274
303
|
.badgeFeatureWrapper___IQLNP {
|
|
275
304
|
display: flex;
|
|
276
305
|
justify-content: end;
|
|
277
|
-
align-items: center;
|
|
306
|
+
align-items: center;
|
|
307
|
+
}
|
|
278
308
|
|
|
279
309
|
.ticketNo___a2iM9 {
|
|
280
310
|
display: block;
|
|
281
311
|
margin: 3px 0;
|
|
282
|
-
font-size: 0.9em;
|
|
312
|
+
font-size: 0.9em;
|
|
313
|
+
}
|
|
283
314
|
|
|
284
315
|
.display_none___CqpL3 {
|
|
285
|
-
display: none;
|
|
316
|
+
display: none;
|
|
317
|
+
}
|
|
286
318
|
|
|
287
319
|
.refundButtons___jDl4H {
|
|
288
320
|
border-color: var(--color_text_dark);
|
|
289
321
|
color: var(--color_text_dark);
|
|
290
322
|
margin: 5px 5px 5px 0;
|
|
291
|
-
font-size: 0.7em;
|
|
323
|
+
font-size: 0.7em;
|
|
324
|
+
}
|
|
292
325
|
|
|
293
326
|
.orderTicketContainer___ZJLzk {
|
|
294
|
-
margin-bottom: 30px;
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
327
|
+
margin-bottom: 30px;
|
|
328
|
+
}
|
|
329
|
+
.orderTicketContainer___ZJLzk .assignedToMeWrapper___Uxc2y {
|
|
330
|
+
margin: 15px 0;
|
|
331
|
+
}
|
|
332
|
+
.orderTicketContainer___ZJLzk .assignedToMeWrapper___Uxc2y .viewMoreButton___K_1zT {
|
|
333
|
+
display: block;
|
|
334
|
+
padding: 5px 10px;
|
|
335
|
+
color: var(--color_text_dark);
|
|
336
|
+
font-size: 1.3em;
|
|
337
|
+
text-decoration: underline;
|
|
338
|
+
margin: 20px auto 0;
|
|
339
|
+
text-transform: none;
|
|
340
|
+
cursor: pointer;
|
|
341
|
+
}
|
|
342
|
+
.orderTicketContainer___ZJLzk:not(:last-child) {
|
|
343
|
+
padding-bottom: 30px;
|
|
344
|
+
}
|
|
345
|
+
.orderTicketContainer___ZJLzk .label___zXDWz {
|
|
346
|
+
color: var(--color_text_med);
|
|
347
|
+
font-weight: normal;
|
|
348
|
+
font-size: 0.9em;
|
|
349
|
+
padding: 0;
|
|
350
|
+
}
|
|
351
|
+
.orderTicketContainer___ZJLzk .ticketTicketType___Zq_f0 h4 {
|
|
352
|
+
font-size: 1.5em;
|
|
353
|
+
display: inline;
|
|
354
|
+
}
|
|
355
|
+
.orderTicketContainer___ZJLzk .ticketOwnerEmail___Zt4OE {
|
|
356
|
+
font-size: 1.1em;
|
|
357
|
+
}
|
|
358
|
+
.orderTicketContainer___ZJLzk .ticketFooter___j3bdi {
|
|
359
|
+
display: flex;
|
|
360
|
+
flex-wrap: wrap;
|
|
361
|
+
width: 100%;
|
|
362
|
+
gap: 16px;
|
|
363
|
+
justify-content: space-between;
|
|
364
|
+
}
|
|
365
|
+
.orderTicketContainer___ZJLzk .ticketFooter___j3bdi .ticketActionButtons___rpSMQ {
|
|
366
|
+
min-height: 36px;
|
|
367
|
+
padding: 0 32px 16px 24px;
|
|
368
|
+
}
|
|
369
|
+
.orderTicketContainer___ZJLzk .ticketListContainer___cfmrr {
|
|
370
|
+
width: 100%;
|
|
371
|
+
}
|
|
372
|
+
.orderTicketContainer___ZJLzk .ticketListContainer___cfmrr .viewMoreButton___K_1zT {
|
|
373
|
+
display: block;
|
|
374
|
+
padding: 5px 10px;
|
|
375
|
+
color: var(--color_text_dark);
|
|
376
|
+
font-size: 1.3em;
|
|
377
|
+
text-decoration: underline;
|
|
378
|
+
margin: 0 auto;
|
|
379
|
+
text-transform: none;
|
|
380
|
+
cursor: pointer;
|
|
381
|
+
}
|
|
382
|
+
.orderTicketContainer___ZJLzk .ticketListContainer___cfmrr .viewFinishTicketButton___HF6Im {
|
|
383
|
+
padding: 5px 10px;
|
|
384
|
+
background-color: var(--color_text_dark);
|
|
385
|
+
color: #ffffff;
|
|
386
|
+
border: 1px solid var(--color_text_dark);
|
|
387
|
+
font-size: 1em;
|
|
388
|
+
}
|
|
389
|
+
.orderTicketContainer___ZJLzk .ticketListContainer___cfmrr .reassignButton___RojM5 {
|
|
390
|
+
padding: 5px 10px;
|
|
391
|
+
color: #000000;
|
|
392
|
+
display: inline-block;
|
|
393
|
+
border: 1px solid var(--color_text_dark);
|
|
394
|
+
font-size: 1em;
|
|
395
|
+
margin-left: 10px;
|
|
396
|
+
}
|
|
397
|
+
.orderTicketContainer___ZJLzk .ticketListContainer___cfmrr .assignTicketButton___zzLsc {
|
|
398
|
+
padding: 5px 10px;
|
|
399
|
+
background-color: var(--color_text_dark);
|
|
400
|
+
color: #ffffff;
|
|
401
|
+
border: 1px solid var(--color_text_dark);
|
|
402
|
+
font-size: 1em;
|
|
403
|
+
margin-left: 10px;
|
|
404
|
+
}
|
|
405
|
+
.orderTicketContainer___ZJLzk .ticketListContainer___cfmrr .tabButtons___xTyJA {
|
|
406
|
+
width: 50%;
|
|
407
|
+
font-size: 1em;
|
|
408
|
+
}
|
|
409
|
+
.orderTicketContainer___ZJLzk .orderWrapper___yDBAo {
|
|
410
|
+
padding: 0;
|
|
411
|
+
margin: 0;
|
|
412
|
+
border-radius: 3px;
|
|
413
|
+
border: 1px solid var(--color_gray_dark);
|
|
414
|
+
max-width: 643px;
|
|
415
|
+
position: relative;
|
|
416
|
+
min-height: 178px;
|
|
417
|
+
}
|
|
418
|
+
.orderTicketContainer___ZJLzk .orderWrapper___yDBAo:not(:last-child) {
|
|
419
|
+
margin-bottom: 20px;
|
|
420
|
+
}
|
|
421
|
+
.orderTicketContainer___ZJLzk .orderWrapper___yDBAo:after {
|
|
422
|
+
background: var(--color_background_light);
|
|
423
|
+
position: absolute;
|
|
424
|
+
content: "";
|
|
425
|
+
right: -1px;
|
|
426
|
+
top: 35%;
|
|
427
|
+
width: 25px;
|
|
428
|
+
height: 50px;
|
|
429
|
+
border-radius: 150px 0 0 150px;
|
|
430
|
+
border: 1px solid var(--color_gray_dark);
|
|
431
|
+
border-right-color: transparent;
|
|
432
|
+
}
|
|
382
433
|
|
|
383
434
|
.assignToMeText___ZPaex {
|
|
384
435
|
background-color: var(--color_gray_lighter);
|
|
385
|
-
padding: 0.7em;
|
|
436
|
+
padding: 0.7em;
|
|
437
|
+
}
|
|
386
438
|
|
|
387
439
|
.assignedToMeDes___GjFkV {
|
|
388
|
-
margin: 1em 0;
|
|
440
|
+
margin: 1em 0;
|
|
441
|
+
}
|
|
389
442
|
|
|
390
443
|
.assignedByText___bNZ7z {
|
|
391
|
-
margin-left: 3em;
|
|
444
|
+
margin-left: 3em;
|
|
445
|
+
}
|
|
392
446
|
|
|
393
447
|
.orderWrapper___yDBAo.refundModal___EqgPF {
|
|
394
448
|
padding: 0;
|
|
@@ -398,38 +452,45 @@ html[data-theme="DARK"] {
|
|
|
398
452
|
max-width: 643px;
|
|
399
453
|
position: relative;
|
|
400
454
|
min-height: 178px;
|
|
401
|
-
flex-wrap: nowrap;
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
455
|
+
flex-wrap: nowrap;
|
|
456
|
+
}
|
|
457
|
+
.orderWrapper___yDBAo.refundModal___EqgPF .checkbox___XZJpb {
|
|
458
|
+
border-right: 1px solid var(--color_gray_dark);
|
|
459
|
+
height: auto;
|
|
460
|
+
display: flex;
|
|
461
|
+
justify-content: center;
|
|
462
|
+
align-items: start;
|
|
463
|
+
}
|
|
464
|
+
.orderWrapper___yDBAo.refundModal___EqgPF.selected___HWGNc {
|
|
465
|
+
background-color: #d9d9d9;
|
|
466
|
+
border: 2px solid var(--color_background_dark);
|
|
467
|
+
}
|
|
468
|
+
.orderWrapper___yDBAo.refundModal___EqgPF.selected___HWGNc:after {
|
|
469
|
+
border: 2px solid var(--color_background_dark);
|
|
470
|
+
border-right-color: transparent;
|
|
471
|
+
right: -2px;
|
|
472
|
+
}
|
|
473
|
+
.orderWrapper___yDBAo.refundModal___EqgPF.selected___HWGNc .checkbox___XZJpb {
|
|
474
|
+
border-right: 2px solid var(--color_background_dark);
|
|
475
|
+
}
|
|
476
|
+
.orderWrapper___yDBAo.refundModal___EqgPF:not(:last-child) {
|
|
477
|
+
margin-bottom: 20px;
|
|
478
|
+
}
|
|
479
|
+
.orderWrapper___yDBAo.refundModal___EqgPF:after {
|
|
480
|
+
background: var(--color_background_light);
|
|
481
|
+
position: absolute;
|
|
482
|
+
content: "";
|
|
483
|
+
right: -1px;
|
|
484
|
+
top: 35%;
|
|
485
|
+
width: 25px;
|
|
486
|
+
height: 50px;
|
|
487
|
+
border-radius: 150px 0 0 150px;
|
|
488
|
+
border: 1px solid var(--color_gray_dark);
|
|
489
|
+
border-right-color: transparent;
|
|
490
|
+
}
|
|
491
|
+
.orderWrapper___yDBAo.refundModal___EqgPF.disabledRefund___Sffl7 {
|
|
492
|
+
opacity: 0.3;
|
|
493
|
+
}
|
|
433
494
|
/*!******************************************************************************************************************************************************************************************************************************!*\
|
|
434
495
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/TicketDetail/components/TicketOwnerFields/styles.module.scss ***!
|
|
435
496
|
\******************************************************************************************************************************************************************************************************************************/
|
|
@@ -438,14 +499,14 @@ html[data-theme="DARK"] {
|
|
|
438
499
|
font-size: 12px;
|
|
439
500
|
font-weight: 400;
|
|
440
501
|
line-height: 20px;
|
|
441
|
-
color: var(--color_text_med);
|
|
442
|
-
|
|
502
|
+
color: var(--color_text_med);
|
|
503
|
+
}
|
|
443
504
|
/*!***********************************************************************************************************************************************************************************************************************************!*\
|
|
444
505
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/TicketDetail/components/RegistrationDisclaimer/styles.module.scss ***!
|
|
445
506
|
\***********************************************************************************************************************************************************************************************************************************/
|
|
446
507
|
.wrapper___EwORz {
|
|
447
|
-
color: var(--color_text_dark);
|
|
448
|
-
|
|
508
|
+
color: var(--color_text_dark);
|
|
509
|
+
}
|
|
449
510
|
/*!***********************************************************************************************************************************************************************************************!*\
|
|
450
511
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/FormFooter/styles.module.scss ***!
|
|
451
512
|
\***********************************************************************************************************************************************************************************************/
|
|
@@ -453,91 +514,99 @@ html[data-theme="DARK"] {
|
|
|
453
514
|
padding: 30px 0 40px;
|
|
454
515
|
display: flex;
|
|
455
516
|
justify-content: center;
|
|
456
|
-
gap: 30px;
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
517
|
+
gap: 30px;
|
|
518
|
+
}
|
|
519
|
+
.footer___SN70y .saveBtn___nbU6c,
|
|
520
|
+
.footer___SN70y .cancelBtn___qDexh {
|
|
521
|
+
font-family: Roboto, Arial, serif;
|
|
522
|
+
font-size: 1em;
|
|
523
|
+
font-weight: 500;
|
|
524
|
+
line-height: 22px;
|
|
525
|
+
text-transform: uppercase;
|
|
526
|
+
}
|
|
465
527
|
/*!*************************************************************************************************************************************************************************************************!*\
|
|
466
528
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/TicketDetail/styles.module.scss ***!
|
|
467
529
|
\*************************************************************************************************************************************************************************************************/
|
|
468
530
|
.ticketDetailContainer___b2TLR .MuiDrawer-paper {
|
|
469
|
-
width: 60% !important;
|
|
470
|
-
|
|
531
|
+
width: 60% !important;
|
|
532
|
+
}
|
|
471
533
|
@media (max-width: 1200px) {
|
|
472
534
|
.ticketDetailContainer___b2TLR .MuiDrawer-paper {
|
|
473
|
-
width: 100% !important;
|
|
474
|
-
|
|
535
|
+
width: 100% !important;
|
|
536
|
+
}
|
|
537
|
+
}
|
|
475
538
|
.ticketDetailContainer___b2TLR .closeBtn___WNJlE {
|
|
476
539
|
position: absolute;
|
|
477
540
|
top: 5px;
|
|
478
|
-
right: 5px;
|
|
479
|
-
|
|
541
|
+
right: 5px;
|
|
542
|
+
}
|
|
480
543
|
.ticketDetailContainer___b2TLR .header___Augnz .title___wQzUN {
|
|
481
544
|
font-size: 1.4em;
|
|
482
545
|
font-weight: 500;
|
|
483
|
-
text-align: center;
|
|
484
|
-
|
|
546
|
+
text-align: center;
|
|
547
|
+
}
|
|
485
548
|
.ticketDetailContainer___b2TLR .header___Augnz .subtitle___y_NuO {
|
|
486
549
|
font-size: 1.1em;
|
|
487
550
|
font-weight: 400;
|
|
488
551
|
text-align: center;
|
|
489
|
-
color: var(--color_text_med);
|
|
490
|
-
|
|
552
|
+
color: var(--color_text_med);
|
|
553
|
+
}
|
|
491
554
|
.ticketDetailContainer___b2TLR .header___Augnz .status___kwC8y {
|
|
492
555
|
font-family: Roboto, Arial, serif;
|
|
493
556
|
font-size: 1em;
|
|
494
557
|
font-weight: 500;
|
|
495
558
|
text-align: center;
|
|
496
559
|
text-transform: uppercase;
|
|
497
|
-
color: #729743;
|
|
498
|
-
|
|
560
|
+
color: #729743;
|
|
561
|
+
}
|
|
499
562
|
.ticketDetailContainer___b2TLR .header___Augnz .qrCode___fwqZq {
|
|
500
563
|
width: 118px;
|
|
501
|
-
margin: 0 auto;
|
|
502
|
-
|
|
564
|
+
margin: 0 auto;
|
|
565
|
+
}
|
|
503
566
|
.ticketDetailContainer___b2TLR .header___Augnz .qrNote___Gc7Kn {
|
|
504
567
|
font-size: 1.1em;
|
|
505
568
|
font-weight: 400;
|
|
506
569
|
text-align: center;
|
|
507
570
|
color: var(--color_text_med);
|
|
508
571
|
max-width: 315px;
|
|
509
|
-
margin: 0 auto;
|
|
510
|
-
|
|
572
|
+
margin: 0 auto;
|
|
573
|
+
}
|
|
511
574
|
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn {
|
|
512
575
|
display: flex;
|
|
513
576
|
flex-direction: column;
|
|
514
577
|
justify-content: space-around;
|
|
515
|
-
margin-top: 20px;
|
|
578
|
+
margin-top: 20px;
|
|
579
|
+
}
|
|
580
|
+
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .downloadBtn___qjYhz,
|
|
581
|
+
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .sendBtn___koWM2 {
|
|
582
|
+
margin-bottom: 20px;
|
|
583
|
+
width: 100%;
|
|
584
|
+
font-family: Roboto, Arial, serif;
|
|
585
|
+
font-size: 1em;
|
|
586
|
+
font-weight: 500;
|
|
587
|
+
line-height: 22px;
|
|
588
|
+
text-transform: uppercase;
|
|
589
|
+
background-color: var(--color_background_dark);
|
|
590
|
+
color: var(--color_text_light);
|
|
591
|
+
}
|
|
592
|
+
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .downloadBtn___qjYhz.sent___k6WKx,
|
|
593
|
+
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .sendBtn___koWM2.sent___k6WKx {
|
|
594
|
+
background-color: green;
|
|
595
|
+
}
|
|
596
|
+
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .downloadBtn___qjYhz .MuiSvgIcon-root,
|
|
597
|
+
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .sendBtn___koWM2 .MuiSvgIcon-root {
|
|
598
|
+
margin-right: 8px;
|
|
599
|
+
}
|
|
600
|
+
@media (min-width: 600px) {
|
|
601
|
+
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn {
|
|
602
|
+
flex-direction: row;
|
|
603
|
+
}
|
|
516
604
|
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .downloadBtn___qjYhz,
|
|
517
605
|
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .sendBtn___koWM2 {
|
|
518
|
-
margin-bottom:
|
|
519
|
-
width:
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
font-weight: 500;
|
|
523
|
-
line-height: 22px;
|
|
524
|
-
text-transform: uppercase;
|
|
525
|
-
background-color: var(--color_background_dark);
|
|
526
|
-
color: var(--color_text_light); }
|
|
527
|
-
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .downloadBtn___qjYhz.sent___k6WKx,
|
|
528
|
-
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .sendBtn___koWM2.sent___k6WKx {
|
|
529
|
-
background-color: green; }
|
|
530
|
-
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .downloadBtn___qjYhz .MuiSvgIcon-root,
|
|
531
|
-
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .sendBtn___koWM2 .MuiSvgIcon-root {
|
|
532
|
-
margin-right: 8px; }
|
|
533
|
-
@media (min-width: 600px) {
|
|
534
|
-
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn {
|
|
535
|
-
flex-direction: row; }
|
|
536
|
-
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .downloadBtn___qjYhz,
|
|
537
|
-
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .sendBtn___koWM2 {
|
|
538
|
-
margin-bottom: 0px;
|
|
539
|
-
width: 180px; } }
|
|
540
|
-
|
|
606
|
+
margin-bottom: 0px;
|
|
607
|
+
width: 180px;
|
|
608
|
+
}
|
|
609
|
+
}
|
|
541
610
|
.ticketDetailContainer___b2TLR .header___Augnz .orderNumber___L5Q5a {
|
|
542
611
|
font-family: Roboto, Arial, serif;
|
|
543
612
|
font-size: 1em;
|
|
@@ -545,111 +614,128 @@ html[data-theme="DARK"] {
|
|
|
545
614
|
line-height: 20px;
|
|
546
615
|
text-align: center;
|
|
547
616
|
margin-top: 20px;
|
|
548
|
-
color: var(--color_text_med);
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
617
|
+
color: var(--color_text_med);
|
|
618
|
+
}
|
|
619
|
+
.ticketDetailContainer___b2TLR .header___Augnz .orderNumber___L5Q5a .copyBtn____utA6 {
|
|
620
|
+
color: #2196f3;
|
|
621
|
+
}
|
|
552
622
|
.ticketDetailContainer___b2TLR .attendeeContainer___Q0VUz {
|
|
553
|
-
padding: 20px 70px;
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
623
|
+
padding: 20px 70px;
|
|
624
|
+
}
|
|
625
|
+
.ticketDetailContainer___b2TLR .attendeeContainer___Q0VUz .MuiFormControl-root {
|
|
626
|
+
margin-bottom: 10px;
|
|
627
|
+
}
|
|
628
|
+
.ticketDetailContainer___b2TLR .attendeeContainer___Q0VUz .attendeeInfoTitle___Lmrm4 {
|
|
629
|
+
font-size: 1.4em;
|
|
630
|
+
font-weight: 500;
|
|
631
|
+
margin: 5px 0 20px;
|
|
632
|
+
}
|
|
633
|
+
.ticketDetailContainer___b2TLR .attendeeContainer___Q0VUz .delegatedTo___SGVQI,
|
|
634
|
+
.ticketDetailContainer___b2TLR .attendeeContainer___Q0VUz .additionalDetails___mP1iJ {
|
|
635
|
+
font-size: 1.1em;
|
|
636
|
+
font-weight: 500;
|
|
637
|
+
margin: 50px 0 15px;
|
|
638
|
+
}
|
|
566
639
|
/*!************************************************************************************************************************************************************************************************!*\
|
|
567
640
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/RightDrawer/styles.module.scss ***!
|
|
568
641
|
\************************************************************************************************************************************************************************************************/
|
|
569
642
|
.wrapper___ROJGs .MuiDrawer-paper {
|
|
570
643
|
width: 60% !important;
|
|
571
|
-
max-width: 646px;
|
|
572
|
-
|
|
644
|
+
max-width: 646px;
|
|
645
|
+
}
|
|
573
646
|
@media (max-width: 1200px) {
|
|
574
647
|
.wrapper___ROJGs .MuiDrawer-paper {
|
|
575
|
-
width: 100% !important;
|
|
576
|
-
|
|
648
|
+
width: 100% !important;
|
|
649
|
+
}
|
|
650
|
+
}
|
|
577
651
|
.wrapper___ROJGs .closeBtn___ySQCO {
|
|
578
652
|
position: absolute;
|
|
579
653
|
top: 5px;
|
|
580
|
-
right: 5px;
|
|
581
|
-
|
|
654
|
+
right: 5px;
|
|
655
|
+
}
|
|
582
656
|
.wrapper___ROJGs .header___fBXG9 {
|
|
583
657
|
padding: 20px 5rem;
|
|
584
|
-
background-color: var(--color_background_light);
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
658
|
+
background-color: var(--color_background_light);
|
|
659
|
+
}
|
|
660
|
+
.wrapper___ROJGs .header___fBXG9 .title___tyZeQ {
|
|
661
|
+
margin-top: 20px;
|
|
662
|
+
text-align: center;
|
|
663
|
+
}
|
|
589
664
|
/*!*********************************************************************************************************************************************************************************************!*\
|
|
590
665
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/CopyText/styles.module.scss ***!
|
|
591
666
|
\*********************************************************************************************************************************************************************************************/
|
|
592
667
|
.wrapper___mVPiR {
|
|
593
668
|
display: inline;
|
|
594
|
-
margin: 3px 0 10px;
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
669
|
+
margin: 3px 0 10px;
|
|
670
|
+
}
|
|
671
|
+
.wrapper___mVPiR span {
|
|
672
|
+
display: inline-block;
|
|
673
|
+
}
|
|
674
|
+
.wrapper___mVPiR .truncated___jWSnU {
|
|
675
|
+
display: inline-block;
|
|
676
|
+
text-wrap: nowrap;
|
|
677
|
+
overflow: hidden;
|
|
678
|
+
text-overflow: ellipsis;
|
|
679
|
+
direction: rtl;
|
|
680
|
+
margin-bottom: -5px;
|
|
681
|
+
}
|
|
682
|
+
.wrapper___mVPiR .truncated___jWSnU.reversed___zJzmD {
|
|
683
|
+
direction: ltr;
|
|
684
|
+
}
|
|
606
685
|
|
|
607
686
|
svg.copyIcon___lI3eQ {
|
|
608
687
|
color: var(--color_secondary);
|
|
609
688
|
margin-left: 5px;
|
|
610
689
|
margin-bottom: -2px;
|
|
611
|
-
cursor: pointer;
|
|
690
|
+
cursor: pointer;
|
|
691
|
+
}
|
|
612
692
|
|
|
613
693
|
.MuiTooltip-tooltip {
|
|
614
|
-
font-size: 0.8em;
|
|
615
|
-
|
|
694
|
+
font-size: 0.8em;
|
|
695
|
+
}
|
|
616
696
|
/*!*******************************************************************************************************************************************************************************************************************!*\
|
|
617
697
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/TicketAssign/components/Header/styles.module.scss ***!
|
|
618
698
|
\*******************************************************************************************************************************************************************************************************************/
|
|
619
699
|
.wrapper___mVuiZ {
|
|
620
|
-
text-align: center;
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
700
|
+
text-align: center;
|
|
701
|
+
}
|
|
702
|
+
.wrapper___mVuiZ .purchasedByWrapper___Dh6HU {
|
|
703
|
+
margin: -50px 0 50px;
|
|
704
|
+
}
|
|
705
|
+
.wrapper___mVuiZ .purchasedByWrapper___Dh6HU .purchasedBy___MNiHT {
|
|
706
|
+
text-align: center;
|
|
707
|
+
color: var(--color_text_med);
|
|
708
|
+
}
|
|
709
|
+
.wrapper___mVuiZ .purchasedByWrapper___Dh6HU .orderNo___VOPRw {
|
|
710
|
+
text-align: center;
|
|
711
|
+
color: var(--color_text_med);
|
|
712
|
+
}
|
|
713
|
+
.wrapper___mVuiZ .headerNote___Ae5EA {
|
|
714
|
+
font-weight: 700;
|
|
715
|
+
text-align: center;
|
|
716
|
+
white-space: pre-line;
|
|
717
|
+
margin: 0 auto;
|
|
718
|
+
}
|
|
635
719
|
/*!**************************************************************************************************************************************************************************************************************************!*\
|
|
636
720
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/TicketAssign/components/AssignOptions/styles.module.scss ***!
|
|
637
721
|
\**************************************************************************************************************************************************************************************************************************/
|
|
638
722
|
.wrapper___W94SL {
|
|
639
723
|
text-align: center;
|
|
640
|
-
margin-top: 40px;
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
724
|
+
margin-top: 40px;
|
|
725
|
+
}
|
|
726
|
+
.wrapper___W94SL .unassignWrapper___g3e2u {
|
|
727
|
+
margin-top: 60px;
|
|
728
|
+
text-align: center;
|
|
729
|
+
}
|
|
730
|
+
.wrapper___W94SL .unassignWrapper___g3e2u .unassignBtn___i7mgy {
|
|
731
|
+
text-transform: none;
|
|
732
|
+
}
|
|
647
733
|
/*!*************************************************************************************************************************************************************************************************!*\
|
|
648
734
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/TicketAssign/styles.module.scss ***!
|
|
649
735
|
\*************************************************************************************************************************************************************************************************/
|
|
650
736
|
.ticketReassignContainer___gOtaJ {
|
|
651
|
-
padding: 20px 70px;
|
|
652
|
-
|
|
737
|
+
padding: 20px 70px;
|
|
738
|
+
}
|
|
653
739
|
/*!*****************************************************************************************************************************************************************************************************!*\
|
|
654
740
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/BadgeFeatureIcon/styles.module.scss ***!
|
|
655
741
|
\*****************************************************************************************************************************************************************************************************/
|
|
@@ -659,12 +745,14 @@ svg.copyIcon___lI3eQ {
|
|
|
659
745
|
margin-left: 8px;
|
|
660
746
|
flex-shrink: 0;
|
|
661
747
|
border-radius: 50%;
|
|
662
|
-
overflow: hidden;
|
|
748
|
+
overflow: hidden;
|
|
749
|
+
}
|
|
663
750
|
|
|
664
751
|
.badgeFeatureImage___YO4fs {
|
|
665
752
|
width: 100%;
|
|
666
753
|
height: 100%;
|
|
667
|
-
object-fit: cover;
|
|
754
|
+
object-fit: cover;
|
|
755
|
+
}
|
|
668
756
|
|
|
669
757
|
.badgeFeatureInitials___kW7Zk {
|
|
670
758
|
width: 100%;
|
|
@@ -676,8 +764,8 @@ svg.copyIcon___lI3eQ {
|
|
|
676
764
|
justify-content: center;
|
|
677
765
|
font-size: 17px;
|
|
678
766
|
font-weight: bold;
|
|
679
|
-
line-height: 1.3;
|
|
680
|
-
|
|
767
|
+
line-height: 1.3;
|
|
768
|
+
}
|
|
681
769
|
/*!*************************************************************************************************************************************************************************************************!*\
|
|
682
770
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/OrderSummary/styles.module.scss ***!
|
|
683
771
|
\*************************************************************************************************************************************************************************************************/
|
|
@@ -705,9 +793,10 @@ svg.copyIcon___lI3eQ {
|
|
|
705
793
|
--color_button_color: #000000;
|
|
706
794
|
--color_alerts: #ff0000;
|
|
707
795
|
--color_warning: #ff9800;
|
|
708
|
-
--color_success: #4caf50;
|
|
796
|
+
--color_success: #4caf50;
|
|
797
|
+
}
|
|
709
798
|
|
|
710
|
-
html[data-theme=
|
|
799
|
+
html[data-theme=DARK] {
|
|
711
800
|
--color_text_dark: #ffffff !important;
|
|
712
801
|
--color_text_light: #000000 !important;
|
|
713
802
|
--color_background_light: #000000 !important;
|
|
@@ -720,25 +809,32 @@ html[data-theme="DARK"] {
|
|
|
720
809
|
--color_input_background_color: #181a1b !important;
|
|
721
810
|
--color_input_border_color: #3a3f41 !important;
|
|
722
811
|
--color_text_input_hints: #7b7b7b !important;
|
|
723
|
-
--color_horizontal_rule: #7b7b7b !important;
|
|
812
|
+
--color_horizontal_rule: #7b7b7b !important;
|
|
813
|
+
}
|
|
724
814
|
|
|
725
815
|
.orderSummaryWrapper___RwIER {
|
|
726
816
|
border: 1px solid var(--color_gray_dark);
|
|
727
817
|
padding: 15px;
|
|
728
|
-
border-radius: 4px;
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
818
|
+
border-radius: 4px;
|
|
819
|
+
}
|
|
820
|
+
.orderSummaryWrapper___RwIER h3 {
|
|
821
|
+
font-size: 1.5em;
|
|
822
|
+
margin: 0 0 15px 0;
|
|
823
|
+
}
|
|
824
|
+
.orderSummaryWrapper___RwIER .orderSummaryPurchasedInfo____RBXE {
|
|
825
|
+
padding: 15px 0;
|
|
826
|
+
}
|
|
827
|
+
.orderSummaryWrapper___RwIER .orderSummaryPurchasedInfo____RBXE .orderDetailsTickets___m4IjK {
|
|
828
|
+
list-style-type: none;
|
|
829
|
+
margin-left: 0;
|
|
830
|
+
padding-left: 0;
|
|
831
|
+
}
|
|
832
|
+
.orderSummaryWrapper___RwIER .orderSummaryPurchasedInfo____RBXE .orderDetailsMmount___r3kRA {
|
|
833
|
+
font-size: 1em;
|
|
834
|
+
}
|
|
835
|
+
.orderSummaryWrapper___RwIER .orderSummaryTable___YDnxV {
|
|
836
|
+
font-size: 1.1em;
|
|
837
|
+
}
|
|
742
838
|
|
|
743
839
|
.orderSummaryButton___uxjht {
|
|
744
840
|
font-size: 1.1em;
|
|
@@ -746,31 +842,35 @@ html[data-theme="DARK"] {
|
|
|
746
842
|
margin-top: 0.7em;
|
|
747
843
|
display: block;
|
|
748
844
|
color: var(--color_text_dark);
|
|
749
|
-
border: 1px solid var(--color_text_dark);
|
|
845
|
+
border: 1px solid var(--color_text_dark);
|
|
846
|
+
}
|
|
750
847
|
|
|
751
848
|
a.orderSummaryButton___uxjht {
|
|
752
849
|
outline: none;
|
|
753
850
|
text-decoration: none;
|
|
754
|
-
text-align: center;
|
|
755
|
-
|
|
756
|
-
|
|
851
|
+
text-align: center;
|
|
852
|
+
}
|
|
853
|
+
a.orderSummaryButton___uxjht:hover, a.orderSummaryButton___uxjht:visited, a.orderSummaryButton___uxjht:focus {
|
|
854
|
+
color: var(--color_text_dark);
|
|
855
|
+
}
|
|
757
856
|
|
|
758
857
|
.refundDisabled___jvrk3 {
|
|
759
858
|
background-color: var(--color_gray_light);
|
|
760
859
|
color: var(--color_input_text_color_disabled_light);
|
|
761
|
-
border: none;
|
|
762
|
-
|
|
860
|
+
border: none;
|
|
861
|
+
}
|
|
763
862
|
/*!*******************************************************************************************************************************************************************************************!*\
|
|
764
863
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/Labels/styles.module.scss ***!
|
|
765
864
|
\*******************************************************************************************************************************************************************************************/
|
|
865
|
+
.errorLabel___nocyX svg {
|
|
866
|
+
margin-top: 0.1em;
|
|
867
|
+
margin-right: 0.8em;
|
|
868
|
+
}
|
|
766
869
|
.errorLabel___nocyX {
|
|
767
870
|
display: flex;
|
|
768
871
|
font-size: 0.9em;
|
|
769
|
-
margin-bottom: 1em;
|
|
770
|
-
|
|
771
|
-
margin-top: 0.1em;
|
|
772
|
-
margin-right: 0.8em; }
|
|
773
|
-
|
|
872
|
+
margin-bottom: 1em;
|
|
873
|
+
}
|
|
774
874
|
/*!***************************************************************************************************************************************************************************************************!*\
|
|
775
875
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/RefundRequests/styles.module.scss ***!
|
|
776
876
|
\***************************************************************************************************************************************************************************************************/
|
|
@@ -798,9 +898,10 @@ a.orderSummaryButton___uxjht {
|
|
|
798
898
|
--color_button_color: #000000;
|
|
799
899
|
--color_alerts: #ff0000;
|
|
800
900
|
--color_warning: #ff9800;
|
|
801
|
-
--color_success: #4caf50;
|
|
901
|
+
--color_success: #4caf50;
|
|
902
|
+
}
|
|
802
903
|
|
|
803
|
-
html[data-theme=
|
|
904
|
+
html[data-theme=DARK] {
|
|
804
905
|
--color_text_dark: #ffffff !important;
|
|
805
906
|
--color_text_light: #000000 !important;
|
|
806
907
|
--color_background_light: #000000 !important;
|
|
@@ -813,19 +914,22 @@ html[data-theme="DARK"] {
|
|
|
813
914
|
--color_input_background_color: #181a1b !important;
|
|
814
915
|
--color_input_border_color: #3a3f41 !important;
|
|
815
916
|
--color_text_input_hints: #7b7b7b !important;
|
|
816
|
-
--color_horizontal_rule: #7b7b7b !important;
|
|
917
|
+
--color_horizontal_rule: #7b7b7b !important;
|
|
918
|
+
}
|
|
817
919
|
|
|
818
920
|
.subtitle___PtDe2 {
|
|
819
921
|
color: #787474;
|
|
820
922
|
text-align: center;
|
|
821
923
|
margin-top: -15px;
|
|
822
|
-
font-size: 1em;
|
|
924
|
+
font-size: 1em;
|
|
925
|
+
}
|
|
823
926
|
|
|
824
927
|
.ticketList___eDQR3 {
|
|
825
928
|
padding: 0 5rem;
|
|
826
929
|
display: flex;
|
|
827
930
|
align-items: center;
|
|
828
|
-
flex-direction: column;
|
|
931
|
+
flex-direction: column;
|
|
932
|
+
}
|
|
829
933
|
|
|
830
934
|
.refundTicketBoxContainer___ya613 {
|
|
831
935
|
padding: 0;
|
|
@@ -835,48 +939,58 @@ html[data-theme="DARK"] {
|
|
|
835
939
|
max-width: 643px;
|
|
836
940
|
position: relative;
|
|
837
941
|
min-height: 178px;
|
|
838
|
-
margin-bottom: 20px;
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
942
|
+
margin-bottom: 20px;
|
|
943
|
+
}
|
|
944
|
+
.refundTicketBoxContainer___ya613 h4 {
|
|
945
|
+
margin: 0;
|
|
946
|
+
}
|
|
947
|
+
.refundTicketBoxContainer___ya613:after {
|
|
948
|
+
background: var(--color_background_light);
|
|
949
|
+
position: absolute;
|
|
950
|
+
content: "";
|
|
951
|
+
right: -1px;
|
|
952
|
+
top: 35%;
|
|
953
|
+
width: 25px;
|
|
954
|
+
height: 50px;
|
|
955
|
+
border-radius: 150px 0 0 150px;
|
|
956
|
+
border: 1px solid var(--color_gray_dark);
|
|
957
|
+
border-right-color: transparent;
|
|
958
|
+
}
|
|
959
|
+
.refundTicketBoxContainer___ya613.refundDetail___cQ28V {
|
|
960
|
+
align-content: start;
|
|
961
|
+
min-height: auto;
|
|
962
|
+
}
|
|
963
|
+
.refundTicketBoxContainer___ya613.refundDetail___cQ28V:after {
|
|
964
|
+
display: none;
|
|
965
|
+
}
|
|
966
|
+
.refundTicketBoxContainer___ya613 .badgeFeatureWrapper____9GbD {
|
|
967
|
+
display: flex;
|
|
968
|
+
justify-content: end;
|
|
969
|
+
align-items: center;
|
|
970
|
+
}
|
|
971
|
+
.refundTicketBoxContainer___ya613 .refundTicketAttendee___QXCjM {
|
|
972
|
+
display: flex;
|
|
973
|
+
justify-content: start;
|
|
974
|
+
flex-direction: column;
|
|
975
|
+
}
|
|
976
|
+
.refundTicketBoxContainer___ya613 .refundTicketAttendee___QXCjM .ticketNo____EAD4 {
|
|
977
|
+
display: inline;
|
|
978
|
+
margin: 3px 0 10px;
|
|
979
|
+
}
|
|
869
980
|
.ticketNo____EAD4 {
|
|
870
981
|
display: block;
|
|
871
982
|
margin: 3px 0;
|
|
872
|
-
font-size: 0.9em;
|
|
983
|
+
font-size: 0.9em;
|
|
984
|
+
}
|
|
873
985
|
|
|
874
986
|
.deleteIcon___FSwye {
|
|
875
|
-
cursor: pointer;
|
|
987
|
+
cursor: pointer;
|
|
988
|
+
}
|
|
876
989
|
|
|
877
990
|
.actionButtons___u7mPS {
|
|
878
991
|
margin: 20px auto;
|
|
879
|
-
width: fit-content;
|
|
992
|
+
width: fit-content;
|
|
993
|
+
}
|
|
880
994
|
|
|
881
995
|
.cancelButton___yfhYb {
|
|
882
996
|
color: var(--color_text_dark);
|
|
@@ -884,93 +998,109 @@ html[data-theme="DARK"] {
|
|
|
884
998
|
border-radius: 5px;
|
|
885
999
|
margin-right: 10px;
|
|
886
1000
|
text-transform: uppercase;
|
|
887
|
-
font-size: 1em;
|
|
1001
|
+
font-size: 1em;
|
|
1002
|
+
}
|
|
888
1003
|
|
|
889
1004
|
.continueButton___NyX3s {
|
|
890
1005
|
color: var(--color_text_light);
|
|
891
1006
|
background-color: var(--color_text_dark);
|
|
892
1007
|
border-radius: 5px;
|
|
893
1008
|
text-transform: uppercase;
|
|
894
|
-
font-size: 1em;
|
|
895
|
-
|
|
896
|
-
|
|
1009
|
+
font-size: 1em;
|
|
1010
|
+
}
|
|
1011
|
+
.continueButton___NyX3s:disabled {
|
|
1012
|
+
background-color: var(--color_gray_dark);
|
|
1013
|
+
}
|
|
897
1014
|
|
|
898
1015
|
.refundSuccessful___zrDQY {
|
|
899
|
-
text-align: center;
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
1016
|
+
text-align: center;
|
|
1017
|
+
}
|
|
1018
|
+
.refundSuccessful___zrDQY svg {
|
|
1019
|
+
font-size: 6em;
|
|
1020
|
+
margin: 20px 0;
|
|
1021
|
+
}
|
|
1022
|
+
.refundSuccessful___zrDQY .successMsg___HtMse {
|
|
1023
|
+
display: block;
|
|
1024
|
+
font-size: 3em;
|
|
1025
|
+
width: 50%;
|
|
1026
|
+
margin: 20px auto;
|
|
1027
|
+
}
|
|
1028
|
+
.refundSuccessful___zrDQY .successMsg2___Q6zna {
|
|
1029
|
+
display: block;
|
|
1030
|
+
margin: 20px auto;
|
|
1031
|
+
font-size: 2em;
|
|
1032
|
+
}
|
|
1033
|
+
.refundSuccessful___zrDQY button {
|
|
1034
|
+
padding: 10px 40px;
|
|
1035
|
+
margin-top: 30px;
|
|
1036
|
+
}
|
|
915
1037
|
|
|
916
1038
|
.refundText___aEnL9 {
|
|
917
|
-
text-align: center;
|
|
1039
|
+
text-align: center;
|
|
1040
|
+
}
|
|
918
1041
|
|
|
919
1042
|
.refundErrorMsg___Aahzr {
|
|
920
1043
|
text-align: center;
|
|
921
1044
|
margin: 0 auto;
|
|
922
|
-
width: fit-content;
|
|
1045
|
+
width: fit-content;
|
|
1046
|
+
}
|
|
923
1047
|
|
|
924
1048
|
.buttonPill___Lesaz {
|
|
925
1049
|
padding: 3px 10px;
|
|
926
1050
|
font-size: 0.9em;
|
|
927
1051
|
border-radius: 16px;
|
|
928
1052
|
letter-spacing: 0;
|
|
929
|
-
text-transform: uppercase;
|
|
1053
|
+
text-transform: uppercase;
|
|
1054
|
+
}
|
|
930
1055
|
|
|
931
1056
|
.pending___aEbWw {
|
|
932
1057
|
color: var(--color_text_dark);
|
|
933
1058
|
border: var(--color_text_dark);
|
|
934
|
-
background-color: var(--color_gray_lighter);
|
|
1059
|
+
background-color: var(--color_gray_lighter);
|
|
1060
|
+
}
|
|
935
1061
|
|
|
936
1062
|
.approved___sxEJW {
|
|
937
1063
|
color: var(--color_text_light);
|
|
938
|
-
background-color: var(--color_success);
|
|
1064
|
+
background-color: var(--color_success);
|
|
1065
|
+
}
|
|
939
1066
|
|
|
940
1067
|
.rejected___NJE4Z {
|
|
941
1068
|
color: var(--color_text_light);
|
|
942
|
-
background-color: var(--color_alerts);
|
|
1069
|
+
background-color: var(--color_alerts);
|
|
1070
|
+
}
|
|
943
1071
|
|
|
944
1072
|
.CTAButtonWrapper___Kgq6g {
|
|
945
|
-
text-align: center;
|
|
946
|
-
|
|
1073
|
+
text-align: center;
|
|
1074
|
+
}
|
|
947
1075
|
/*!****************************************************************************************************************************************************************************************************!*\
|
|
948
1076
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/MyOrdersTickets/styles.module.scss ***!
|
|
949
1077
|
\****************************************************************************************************************************************************************************************************/
|
|
950
1078
|
.myOrdersWrapper___HJmys {
|
|
951
|
-
margin: 15px 0;
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
1079
|
+
margin: 15px 0;
|
|
1080
|
+
}
|
|
1081
|
+
.myOrdersWrapper___HJmys .noOrdersFound___DRwgo {
|
|
1082
|
+
padding: 10% 30%;
|
|
1083
|
+
text-align: center;
|
|
1084
|
+
display: flex;
|
|
1085
|
+
flex-direction: column;
|
|
1086
|
+
align-items: center;
|
|
1087
|
+
}
|
|
1088
|
+
.myOrdersWrapper___HJmys .noOrdersFound___DRwgo .noOrdersIconWrapper___tPTmY {
|
|
1089
|
+
width: 60px;
|
|
1090
|
+
height: 60px;
|
|
1091
|
+
position: relative;
|
|
1092
|
+
display: flex;
|
|
1093
|
+
align-items: center;
|
|
1094
|
+
justify-content: center;
|
|
1095
|
+
}
|
|
966
1096
|
/*!*************************************************************************************************************************************************************************************************!*\
|
|
967
1097
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/SummitHeader/styles.module.scss ***!
|
|
968
1098
|
\*************************************************************************************************************************************************************************************************/
|
|
969
1099
|
.widgetHeader___ggLtM .summitTitleDate___XnrpF {
|
|
970
1100
|
font-size: 2em;
|
|
971
1101
|
margin: 0;
|
|
972
|
-
line-height: 1.2;
|
|
973
|
-
|
|
1102
|
+
line-height: 1.2;
|
|
1103
|
+
}
|
|
974
1104
|
/*!***************************************************************************************************************************************************************************************************!*\
|
|
975
1105
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/NoTicketsFound/styles.module.scss ***!
|
|
976
1106
|
\***************************************************************************************************************************************************************************************************/
|
|
@@ -979,18 +1109,20 @@ html[data-theme="DARK"] {
|
|
|
979
1109
|
text-align: center;
|
|
980
1110
|
display: flex;
|
|
981
1111
|
flex-direction: column;
|
|
982
|
-
align-items: center;
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
1112
|
+
align-items: center;
|
|
1113
|
+
}
|
|
1114
|
+
.wrapper___QswCP .iconWrapper___mzevK {
|
|
1115
|
+
position: relative;
|
|
1116
|
+
display: flex;
|
|
1117
|
+
align-items: center;
|
|
1118
|
+
justify-content: center;
|
|
1119
|
+
margin-bottom: 40px;
|
|
1120
|
+
}
|
|
1121
|
+
.wrapper___QswCP .title___M242m,
|
|
1122
|
+
.wrapper___QswCP .body___AWdiL {
|
|
1123
|
+
margin-bottom: 20px;
|
|
1124
|
+
white-space: pre-line;
|
|
1125
|
+
}
|
|
994
1126
|
/*!***********************************************************************************************************************************************************************************************!*\
|
|
995
1127
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/WidgetTabs/styles.module.scss ***!
|
|
996
1128
|
\***********************************************************************************************************************************************************************************************/
|
|
@@ -999,43 +1131,51 @@ html[data-theme="DARK"] {
|
|
|
999
1131
|
font-size: 14px;
|
|
1000
1132
|
padding: 0 2.5rem;
|
|
1001
1133
|
margin-bottom: 4.8rem;
|
|
1002
|
-
overflow: hidden;
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1134
|
+
overflow: hidden;
|
|
1135
|
+
}
|
|
1136
|
+
.tabWrapper___u21sG .tabOption___H4H1u {
|
|
1137
|
+
position: relative;
|
|
1138
|
+
display: inline-block;
|
|
1139
|
+
text-transform: uppercase;
|
|
1140
|
+
font-size: 1em;
|
|
1141
|
+
font-weight: 500;
|
|
1142
|
+
color: inherit;
|
|
1143
|
+
}
|
|
1144
|
+
.tabWrapper___u21sG .tabOption___H4H1u::after {
|
|
1145
|
+
content: "";
|
|
1146
|
+
position: absolute;
|
|
1147
|
+
left: 0;
|
|
1148
|
+
bottom: 0;
|
|
1149
|
+
width: 100%;
|
|
1150
|
+
height: 2px;
|
|
1151
|
+
background-color: #2196f3;
|
|
1152
|
+
transform: scaleX(0);
|
|
1153
|
+
transition: transform 0.3s ease-in-out;
|
|
1154
|
+
transform-origin: right;
|
|
1155
|
+
}
|
|
1156
|
+
.tabWrapper___u21sG .tabOption___H4H1u:nth-of-type(2)::after {
|
|
1157
|
+
transform-origin: left;
|
|
1158
|
+
}
|
|
1159
|
+
.tabWrapper___u21sG .tabOption___H4H1u.active___tLyWZ {
|
|
1160
|
+
color: #2196f3;
|
|
1161
|
+
}
|
|
1162
|
+
.tabWrapper___u21sG .tabOption___H4H1u.active___tLyWZ::after {
|
|
1163
|
+
transform: scaleX(1);
|
|
1164
|
+
width: 100%;
|
|
1165
|
+
}
|
|
1166
|
+
.tabWrapper___u21sG .tabOption___H4H1u.active___tLyWZ:first-of-type::after {
|
|
1167
|
+
transform-origin: right;
|
|
1168
|
+
}
|
|
1169
|
+
.tabWrapper___u21sG .tabOption___H4H1u.active___tLyWZ:nth-of-type(2)::after {
|
|
1170
|
+
transform-origin: left;
|
|
1171
|
+
}
|
|
1172
|
+
.tabWrapper___u21sG .tabOption___H4H1u:hover {
|
|
1173
|
+
background-color: transparent;
|
|
1174
|
+
}
|
|
1035
1175
|
/*!**************************************************************************************************************************************************************************************************!*\
|
|
1036
1176
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/WidgetWrapper/styles.module.scss ***!
|
|
1037
1177
|
\**************************************************************************************************************************************************************************************************/
|
|
1038
1178
|
.ticketsTitleText___TDPmp {
|
|
1039
1179
|
background-color: var(--color_gray_lighter);
|
|
1040
|
-
padding: 1em;
|
|
1041
|
-
|
|
1180
|
+
padding: 1em;
|
|
1181
|
+
}
|