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