my-orders-tickets-widget 1.0.0-beta.32 → 1.0.0-beta.34
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/i18n.js +2 -2
- package/dist/index.css +270 -89
- package/dist/index.js +2091 -902
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
!*** 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/
|
|
3
|
-
|
|
1
|
+
/*!********************************************************************************************************************************************************************************************!*\
|
|
2
|
+
!*** 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/Filters/styles.module.scss ***!
|
|
3
|
+
\********************************************************************************************************************************************************************************************/
|
|
4
4
|
:root {
|
|
5
5
|
--color_primary: #000000;
|
|
6
6
|
--color_primary_contrast: #ffffff;
|
|
@@ -42,49 +42,61 @@ html[data-theme="DARK"] {
|
|
|
42
42
|
--color_text_input_hints: #7b7b7b !important;
|
|
43
43
|
--color_horizontal_rule: #7b7b7b !important; }
|
|
44
44
|
|
|
45
|
-
.
|
|
46
|
-
background-color: var(--color_text_light);
|
|
47
|
-
border-radius: 10px;
|
|
48
|
-
box-shadow: 1px 1px 15px var(--color_gray_dark);
|
|
45
|
+
.filterSortContainer___nhNJs .container___QeQY_ {
|
|
49
46
|
padding: 10px;
|
|
50
|
-
width:
|
|
47
|
+
width: 440px; }
|
|
51
48
|
|
|
52
|
-
.
|
|
49
|
+
.filterSortContainer___nhNJs .filterListContainer___IDrlS {
|
|
53
50
|
display: none;
|
|
54
51
|
position: absolute;
|
|
55
52
|
top: 40px; }
|
|
56
|
-
.
|
|
53
|
+
.filterSortContainer___nhNJs .filterListContainer___IDrlS .filterCheckboxContainer___kUnW9 {
|
|
54
|
+
border-radius: 0; }
|
|
55
|
+
.filterSortContainer___nhNJs .filterListContainer___IDrlS .filterCheckboxContainer___kUnW9 .titleWrapper___P6mPu {
|
|
56
|
+
display: flex;
|
|
57
|
+
justify-content: space-between;
|
|
58
|
+
align-items: baseline;
|
|
59
|
+
font-weight: 500;
|
|
60
|
+
font-size: 16px;
|
|
61
|
+
letter-spacing: 0.15px;
|
|
62
|
+
cursor: "pointer"; }
|
|
63
|
+
.filterSortContainer___nhNJs .filterListContainer___IDrlS .filterCheckboxContainer___kUnW9 .cleanButton___qqDvU {
|
|
64
|
+
color: #2196f3;
|
|
65
|
+
font-size: 0.9em; }
|
|
66
|
+
.filterSortContainer___nhNJs .filterListContainer___IDrlS .filterCheckboxContainer___kUnW9 .cleanButton___qqDvU:hover {
|
|
67
|
+
background-color: transparent; }
|
|
68
|
+
.filterSortContainer___nhNJs .filterListContainer___IDrlS .filterDateLabel___Jgbcs {
|
|
57
69
|
font-size: 0.9em;
|
|
58
70
|
text-align: center; }
|
|
59
|
-
.
|
|
71
|
+
.filterSortContainer___nhNJs .filterListContainer___IDrlS .datePickerContainer___Z42mw {
|
|
60
72
|
padding: 5px 0;
|
|
61
73
|
font-size: 1em; }
|
|
62
|
-
.
|
|
74
|
+
.filterSortContainer___nhNJs .filterListContainer___IDrlS .datePickerContainer___Z42mw .MuiOutlinedInput-notchedOutline___mxEKW {
|
|
63
75
|
border: 0; }
|
|
64
|
-
.
|
|
76
|
+
.filterSortContainer___nhNJs .filterListContainer___IDrlS .datepickerClose___TZ7kJ {
|
|
65
77
|
font-size: 1.5em;
|
|
66
78
|
margin-right: 10px;
|
|
67
79
|
cursor: pointer; }
|
|
68
|
-
.
|
|
80
|
+
.filterSortContainer___nhNJs .filterListContainer___IDrlS .calendarDisplay___F3nuK div {
|
|
69
81
|
font-size: 1em; }
|
|
70
|
-
.
|
|
82
|
+
.filterSortContainer___nhNJs .filterListContainer___IDrlS .calendarDisplay___F3nuK div fieldset {
|
|
71
83
|
border: 0;
|
|
72
84
|
border-radius: 0;
|
|
73
85
|
border-bottom: 1px solid rgba(0, 0, 0, 0.56); }
|
|
74
|
-
.
|
|
86
|
+
.filterSortContainer___nhNJs .filterListContainer___IDrlS .calendarDisplay___F3nuK input {
|
|
75
87
|
padding: 5px 10px; }
|
|
76
|
-
.
|
|
88
|
+
.filterSortContainer___nhNJs .filterListContainer___IDrlS .MuiPickersCalendarHeader-labelContainer___O4sSs {
|
|
77
89
|
font-size: 1em; }
|
|
78
90
|
|
|
79
|
-
.
|
|
91
|
+
.filterSortContainer___nhNJs .filterContainer___rrqp9 {
|
|
80
92
|
position: relative;
|
|
81
93
|
cursor: pointer; }
|
|
82
|
-
.
|
|
94
|
+
.filterSortContainer___nhNJs .filterContainer___rrqp9 .filterIcon___iiOzo {
|
|
83
95
|
display: inline;
|
|
84
96
|
width: 0.9em;
|
|
85
97
|
height: 0.9em;
|
|
86
98
|
margin-top: -4px; }
|
|
87
|
-
.
|
|
99
|
+
.filterSortContainer___nhNJs .filterContainer___rrqp9 .filterNumActive___kmEEK {
|
|
88
100
|
color: var(--color_text_light);
|
|
89
101
|
padding: 0px 4px;
|
|
90
102
|
background-color: var(--color_text_dark);
|
|
@@ -95,34 +107,88 @@ html[data-theme="DARK"] {
|
|
|
95
107
|
position: absolute;
|
|
96
108
|
top: 11px;
|
|
97
109
|
left: 9px; }
|
|
98
|
-
.
|
|
110
|
+
.filterSortContainer___nhNJs .filterContainer___rrqp9 .filterLabel___skZP7 {
|
|
99
111
|
text-transform: uppercase;
|
|
100
112
|
letter-spacing: 0.5px;
|
|
101
113
|
margin-left: 5px; }
|
|
102
|
-
.
|
|
103
|
-
display: block;
|
|
114
|
+
.filterSortContainer___nhNJs .filterContainer___rrqp9 .showFilterList___IW4xG {
|
|
115
|
+
display: block;
|
|
116
|
+
z-index: 1000; }
|
|
104
117
|
|
|
105
|
-
.
|
|
118
|
+
.filterSortContainer___nhNJs .sortContainer___sb5Bd {
|
|
106
119
|
cursor: pointer;
|
|
107
120
|
position: relative; }
|
|
108
|
-
.
|
|
121
|
+
.filterSortContainer___nhNJs .sortContainer___sb5Bd .sortIcon___c_XZi {
|
|
109
122
|
display: inline;
|
|
110
123
|
width: 0.9em;
|
|
111
124
|
height: 0.9em;
|
|
112
125
|
margin-top: -2px; }
|
|
113
|
-
.
|
|
126
|
+
.filterSortContainer___nhNJs .sortContainer___sb5Bd .sortLabel___dXiMy {
|
|
114
127
|
text-transform: uppercase;
|
|
115
128
|
letter-spacing: 0.5px; }
|
|
116
129
|
|
|
117
|
-
.
|
|
130
|
+
.filterSortContainer___nhNJs .sortListContainer___Pp2Xg {
|
|
118
131
|
position: absolute;
|
|
119
|
-
top: 40px;
|
|
120
|
-
|
|
132
|
+
top: 40px;
|
|
133
|
+
width: 220px;
|
|
134
|
+
border-radius: 0;
|
|
135
|
+
font-size: 16px; }
|
|
136
|
+
.filterSortContainer___nhNJs .sortListContainer___Pp2Xg .label___LAme_ {
|
|
121
137
|
display: block;
|
|
122
138
|
color: var(--color_text_dark);
|
|
123
139
|
font-size: 1em;
|
|
124
140
|
text-transform: none;
|
|
125
|
-
|
|
141
|
+
font-weight: normal;
|
|
142
|
+
letter-spacing: normal; }
|
|
143
|
+
.filterSortContainer___nhNJs .sortListContainer___Pp2Xg .label___LAme_:hover {
|
|
144
|
+
background-color: transparent; }
|
|
145
|
+
|
|
146
|
+
/*!**************************************************************************************************************************************************************************************************!*\
|
|
147
|
+
!*** 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 ***!
|
|
148
|
+
\**************************************************************************************************************************************************************************************************/
|
|
149
|
+
.ticketsTitleText___TDPmp {
|
|
150
|
+
background-color: var(--color_gray_lighter);
|
|
151
|
+
padding: 1em; }
|
|
152
|
+
|
|
153
|
+
/*!***********************************************************************************************************************************************************************************************!*\
|
|
154
|
+
!*** 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 ***!
|
|
155
|
+
\***********************************************************************************************************************************************************************************************/
|
|
156
|
+
.tabWrapper___u21sG {
|
|
157
|
+
height: 40px;
|
|
158
|
+
font-size: 14px;
|
|
159
|
+
padding: 0 2.5rem;
|
|
160
|
+
margin-bottom: 4.8rem; }
|
|
161
|
+
.tabWrapper___u21sG .tabOption___H4H1u {
|
|
162
|
+
position: relative;
|
|
163
|
+
display: inline-block;
|
|
164
|
+
text-transform: uppercase;
|
|
165
|
+
font-size: 1em;
|
|
166
|
+
font-weight: 500;
|
|
167
|
+
color: inherit; }
|
|
168
|
+
.tabWrapper___u21sG .tabOption___H4H1u::after {
|
|
169
|
+
content: "";
|
|
170
|
+
position: absolute;
|
|
171
|
+
left: 0;
|
|
172
|
+
bottom: 0;
|
|
173
|
+
width: 100%;
|
|
174
|
+
height: 2px;
|
|
175
|
+
background-color: #2196f3;
|
|
176
|
+
transform: scaleX(0);
|
|
177
|
+
transition: transform 0.3s ease-in-out;
|
|
178
|
+
transform-origin: right; }
|
|
179
|
+
.tabWrapper___u21sG .tabOption___H4H1u:nth-of-type(2)::after {
|
|
180
|
+
transform-origin: left; }
|
|
181
|
+
.tabWrapper___u21sG .tabOption___H4H1u.active___tLyWZ {
|
|
182
|
+
color: #2196f3; }
|
|
183
|
+
.tabWrapper___u21sG .tabOption___H4H1u.active___tLyWZ::after {
|
|
184
|
+
transform: scaleX(1);
|
|
185
|
+
width: 100%; }
|
|
186
|
+
.tabWrapper___u21sG .tabOption___H4H1u.active___tLyWZ:first-of-type::after {
|
|
187
|
+
transform-origin: right; }
|
|
188
|
+
.tabWrapper___u21sG .tabOption___H4H1u.active___tLyWZ:nth-of-type(2)::after {
|
|
189
|
+
transform-origin: left; }
|
|
190
|
+
.tabWrapper___u21sG .tabOption___H4H1u:hover {
|
|
191
|
+
background-color: transparent; }
|
|
126
192
|
|
|
127
193
|
/*!*************************************************************************************************************************************************************************************************!*\
|
|
128
194
|
!*** 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 ***!
|
|
@@ -252,6 +318,14 @@ html[data-theme="DARK"] {
|
|
|
252
318
|
color: rgba(0, 0, 0, 0.6);
|
|
253
319
|
margin: 15px 0; }
|
|
254
320
|
|
|
321
|
+
.badgeFeatureWrapper___IQLNP {
|
|
322
|
+
display: flex;
|
|
323
|
+
justify-content: end; }
|
|
324
|
+
.badgeFeatureWrapper___IQLNP .badgeFeature___A2LMV {
|
|
325
|
+
width: 38px;
|
|
326
|
+
height: 38px;
|
|
327
|
+
margin-left: 8px; }
|
|
328
|
+
|
|
255
329
|
.ticketNo___a2iM9 {
|
|
256
330
|
display: block;
|
|
257
331
|
margin: 3px 0;
|
|
@@ -289,41 +363,44 @@ html[data-theme="DARK"] {
|
|
|
289
363
|
.orderTicketContainer___ZJLzk .ticketOwnerEmail___Zt4OE {
|
|
290
364
|
font-size: 1.1em; }
|
|
291
365
|
.orderTicketContainer___ZJLzk .ticketActionButtons___rpSMQ {
|
|
292
|
-
min-height: 36px;
|
|
293
|
-
|
|
294
|
-
|
|
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
|
-
|
|
366
|
+
min-height: 36px;
|
|
367
|
+
justify-content: end; }
|
|
368
|
+
.orderTicketContainer___ZJLzk .ticketListContainer___cfmrr {
|
|
369
|
+
width: 100%; }
|
|
370
|
+
.orderTicketContainer___ZJLzk .ticketListContainer___cfmrr .viewMoreButton___K_1zT {
|
|
371
|
+
display: block;
|
|
372
|
+
padding: 5px 10px;
|
|
373
|
+
color: var(--color_text_dark);
|
|
374
|
+
font-size: 1.3em;
|
|
375
|
+
text-decoration: underline;
|
|
376
|
+
margin: 0 auto;
|
|
377
|
+
text-transform: none;
|
|
378
|
+
cursor: pointer; }
|
|
379
|
+
.orderTicketContainer___ZJLzk .ticketListContainer___cfmrr .viewFinishTicketButton___HF6Im {
|
|
380
|
+
padding: 5px 10px;
|
|
381
|
+
background-color: var(--color_text_dark);
|
|
382
|
+
color: #ffffff;
|
|
383
|
+
border: 1px solid var(--color_text_dark);
|
|
384
|
+
font-size: 1em;
|
|
385
|
+
margin-left: 10px;
|
|
386
|
+
width: 50%; }
|
|
387
|
+
.orderTicketContainer___ZJLzk .ticketListContainer___cfmrr .reassignButton___RojM5 {
|
|
388
|
+
padding: 5px 10px;
|
|
389
|
+
color: #000000;
|
|
390
|
+
display: inline-block;
|
|
391
|
+
border: 1px solid var(--color_text_dark);
|
|
392
|
+
font-size: 1em;
|
|
393
|
+
width: 50%; }
|
|
394
|
+
.orderTicketContainer___ZJLzk .ticketListContainer___cfmrr .assignTicketButton___zzLsc {
|
|
395
|
+
padding: 5px 10px;
|
|
396
|
+
background-color: var(--color_text_dark);
|
|
397
|
+
color: #ffffff;
|
|
398
|
+
border: 1px solid var(--color_text_dark);
|
|
399
|
+
font-size: 1em;
|
|
400
|
+
margin-left: 10px; }
|
|
401
|
+
.orderTicketContainer___ZJLzk .ticketListContainer___cfmrr .tabButtons___xTyJA {
|
|
402
|
+
width: 50%;
|
|
403
|
+
font-size: 1em; }
|
|
327
404
|
.orderTicketContainer___ZJLzk .orderWrapper___yDBAo {
|
|
328
405
|
padding: 0;
|
|
329
406
|
margin: 0;
|
|
@@ -345,6 +422,19 @@ html[data-theme="DARK"] {
|
|
|
345
422
|
border-radius: 150px 0 0 150px;
|
|
346
423
|
border: 1px solid var(--color_gray_dark);
|
|
347
424
|
border-right-color: transparent; }
|
|
425
|
+
.orderTicketContainer___ZJLzk .noTicketsFound___jLoco {
|
|
426
|
+
padding: 10% 30%;
|
|
427
|
+
text-align: center;
|
|
428
|
+
display: flex;
|
|
429
|
+
flex-direction: column;
|
|
430
|
+
align-items: center; }
|
|
431
|
+
.orderTicketContainer___ZJLzk .noTicketsFound___jLoco .noOrdersIconWrapper___efyrp {
|
|
432
|
+
width: 60px;
|
|
433
|
+
height: 60px;
|
|
434
|
+
position: relative;
|
|
435
|
+
display: flex;
|
|
436
|
+
align-items: center;
|
|
437
|
+
justify-content: center; }
|
|
348
438
|
|
|
349
439
|
.assignToMeText___ZPaex {
|
|
350
440
|
background-color: var(--color_gray_lighter);
|
|
@@ -356,6 +446,45 @@ html[data-theme="DARK"] {
|
|
|
356
446
|
.assignedByText___bNZ7z {
|
|
357
447
|
margin-left: 3em; }
|
|
358
448
|
|
|
449
|
+
.orderWrapper___yDBAo.refundModal___EqgPF {
|
|
450
|
+
padding: 0;
|
|
451
|
+
margin: 0;
|
|
452
|
+
border-radius: 3px;
|
|
453
|
+
border: 1px solid var(--color_gray_dark);
|
|
454
|
+
max-width: 643px;
|
|
455
|
+
position: relative;
|
|
456
|
+
min-height: 178px; }
|
|
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
|
+
.orderWrapper___yDBAo.refundModal___EqgPF.selected___HWGNc {
|
|
464
|
+
background-color: #d9d9d9;
|
|
465
|
+
border: 2px solid var(--color_background_dark); }
|
|
466
|
+
.orderWrapper___yDBAo.refundModal___EqgPF.selected___HWGNc:after {
|
|
467
|
+
border: 2px solid var(--color_background_dark);
|
|
468
|
+
border-right-color: transparent;
|
|
469
|
+
right: -2px; }
|
|
470
|
+
.orderWrapper___yDBAo.refundModal___EqgPF.selected___HWGNc .checkbox___XZJpb {
|
|
471
|
+
border-right: 2px solid var(--color_background_dark); }
|
|
472
|
+
.orderWrapper___yDBAo.refundModal___EqgPF:not(:last-child) {
|
|
473
|
+
margin-bottom: 20px; }
|
|
474
|
+
.orderWrapper___yDBAo.refundModal___EqgPF:after {
|
|
475
|
+
background: var(--color_background_light);
|
|
476
|
+
position: absolute;
|
|
477
|
+
content: "";
|
|
478
|
+
right: -1px;
|
|
479
|
+
top: 35%;
|
|
480
|
+
width: 25px;
|
|
481
|
+
height: 50px;
|
|
482
|
+
border-radius: 150px 0 0 150px;
|
|
483
|
+
border: 1px solid var(--color_gray_dark);
|
|
484
|
+
border-right-color: transparent; }
|
|
485
|
+
.orderWrapper___yDBAo.refundModal___EqgPF.disabledRefund___Sffl7 {
|
|
486
|
+
opacity: 0.3; }
|
|
487
|
+
|
|
359
488
|
/*!*********************************************************************************************************************************************************************************************!*\
|
|
360
489
|
!*** 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 ***!
|
|
361
490
|
\*********************************************************************************************************************************************************************************************/
|
|
@@ -693,6 +822,17 @@ html[data-theme="DARK"] {
|
|
|
693
822
|
color: var(--color_input_text_color_disabled_light);
|
|
694
823
|
border: none; }
|
|
695
824
|
|
|
825
|
+
/*!*******************************************************************************************************************************************************************************************!*\
|
|
826
|
+
!*** 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 ***!
|
|
827
|
+
\*******************************************************************************************************************************************************************************************/
|
|
828
|
+
.errorLabel___nocyX {
|
|
829
|
+
display: flex;
|
|
830
|
+
font-size: 0.9em;
|
|
831
|
+
margin-bottom: 1em; }
|
|
832
|
+
.errorLabel___nocyX svg {
|
|
833
|
+
margin-top: 0.1em;
|
|
834
|
+
margin-right: 0.8em; }
|
|
835
|
+
|
|
696
836
|
/*!***************************************************************************************************************************************************************************************************!*\
|
|
697
837
|
!*** 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 ***!
|
|
698
838
|
\***************************************************************************************************************************************************************************************************/
|
|
@@ -737,13 +877,53 @@ html[data-theme="DARK"] {
|
|
|
737
877
|
--color_text_input_hints: #7b7b7b !important;
|
|
738
878
|
--color_horizontal_rule: #7b7b7b !important; }
|
|
739
879
|
|
|
880
|
+
.subtitle___PtDe2 {
|
|
881
|
+
color: #787474;
|
|
882
|
+
text-align: center;
|
|
883
|
+
margin-top: -15px;
|
|
884
|
+
font-size: 1em; }
|
|
885
|
+
|
|
886
|
+
.ticketList___eDQR3 {
|
|
887
|
+
display: flex;
|
|
888
|
+
align-items: center;
|
|
889
|
+
flex-direction: column; }
|
|
890
|
+
|
|
740
891
|
.refundTicketBoxContainer___ya613 {
|
|
741
|
-
|
|
892
|
+
padding: 0;
|
|
893
|
+
margin: 0;
|
|
894
|
+
border-radius: 3px;
|
|
742
895
|
border: 1px solid var(--color_gray_dark);
|
|
743
|
-
|
|
744
|
-
|
|
896
|
+
max-width: 643px;
|
|
897
|
+
position: relative;
|
|
898
|
+
min-height: 178px;
|
|
899
|
+
margin-bottom: 20px; }
|
|
745
900
|
.refundTicketBoxContainer___ya613 h4 {
|
|
746
901
|
margin: 0; }
|
|
902
|
+
.refundTicketBoxContainer___ya613:after {
|
|
903
|
+
background: var(--color_background_light);
|
|
904
|
+
position: absolute;
|
|
905
|
+
content: "";
|
|
906
|
+
right: -1px;
|
|
907
|
+
top: 35%;
|
|
908
|
+
width: 25px;
|
|
909
|
+
height: 50px;
|
|
910
|
+
border-radius: 150px 0 0 150px;
|
|
911
|
+
border: 1px solid var(--color_gray_dark);
|
|
912
|
+
border-right-color: transparent; }
|
|
913
|
+
.refundTicketBoxContainer___ya613 .badgeFeatureWrapper____9GbD {
|
|
914
|
+
display: flex;
|
|
915
|
+
justify-content: end; }
|
|
916
|
+
.refundTicketBoxContainer___ya613 .badgeFeatureWrapper____9GbD .badgeFeature___tLhEp {
|
|
917
|
+
width: 38px;
|
|
918
|
+
height: 38px;
|
|
919
|
+
margin-left: 8px; }
|
|
920
|
+
.refundTicketBoxContainer___ya613 .refundTicketAttendee___QXCjM {
|
|
921
|
+
display: flex;
|
|
922
|
+
justify-content: start;
|
|
923
|
+
flex-direction: column; }
|
|
924
|
+
.refundTicketBoxContainer___ya613 .refundTicketAttendee___QXCjM .ticketNo____EAD4 {
|
|
925
|
+
display: inline;
|
|
926
|
+
margin: 3px 0 10px; }
|
|
747
927
|
|
|
748
928
|
.ticketNo____EAD4 {
|
|
749
929
|
display: block;
|
|
@@ -817,30 +997,31 @@ html[data-theme="DARK"] {
|
|
|
817
997
|
color: var(--color_text_light);
|
|
818
998
|
background-color: var(--color_alerts); }
|
|
819
999
|
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
1000
|
+
.CTAButtonWrapper___Kgq6g {
|
|
1001
|
+
text-align: center; }
|
|
1002
|
+
|
|
1003
|
+
/*!****************************************************************************************************************************************************************************************************!*\
|
|
1004
|
+
!*** 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 ***!
|
|
1005
|
+
\****************************************************************************************************************************************************************************************************/
|
|
1006
|
+
.noOrdersFound___DRwgo {
|
|
1007
|
+
padding: 10% 30%;
|
|
1008
|
+
text-align: center;
|
|
824
1009
|
display: flex;
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
.
|
|
828
|
-
|
|
829
|
-
|
|
1010
|
+
flex-direction: column;
|
|
1011
|
+
align-items: center; }
|
|
1012
|
+
.noOrdersFound___DRwgo .noOrdersIconWrapper___tPTmY {
|
|
1013
|
+
width: 60px;
|
|
1014
|
+
height: 60px;
|
|
1015
|
+
position: relative;
|
|
1016
|
+
display: flex;
|
|
1017
|
+
align-items: center;
|
|
1018
|
+
justify-content: center; }
|
|
830
1019
|
|
|
831
|
-
|
|
832
|
-
!*** 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/styles.module.scss ***!
|
|
833
|
-
|
|
834
|
-
.
|
|
1020
|
+
/*!*************************************************************************************************************************************************************************************************!*\
|
|
1021
|
+
!*** 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 ***!
|
|
1022
|
+
\*************************************************************************************************************************************************************************************************/
|
|
1023
|
+
.widgetHeader___ggLtM .summitTitleDate___XnrpF {
|
|
835
1024
|
font-size: 2em;
|
|
836
1025
|
margin: 0;
|
|
837
1026
|
line-height: 1.2; }
|
|
838
1027
|
|
|
839
|
-
.noOrdersFound___Aog2p {
|
|
840
|
-
padding: 10% 30%;
|
|
841
|
-
text-align: center; }
|
|
842
|
-
|
|
843
|
-
.ticketsTitleText___U1uH7 {
|
|
844
|
-
background-color: var(--color_gray_lighter);
|
|
845
|
-
padding: 0.7em; }
|
|
846
|
-
|