summit-registration-lite 1.0.81 → 1.0.82
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/index.css +521 -0
- package/dist/index.js +2148 -0
- package/package.json +1 -1
package/dist/index.css
ADDED
|
@@ -0,0 +1,521 @@
|
|
|
1
|
+
.outerWrapper___Ctsl4 {
|
|
2
|
+
border: 1px solid lightgray;
|
|
3
|
+
background-color: white;
|
|
4
|
+
border-radius: 5px; }
|
|
5
|
+
|
|
6
|
+
.innerWrapper___HgUWp {
|
|
7
|
+
padding: 10px; }
|
|
8
|
+
|
|
9
|
+
.title___2V7rZ {
|
|
10
|
+
display: flex;
|
|
11
|
+
justify-content: center;
|
|
12
|
+
align-items: center;
|
|
13
|
+
border-bottom: 1px solid lightgray;
|
|
14
|
+
margin: 0px -10px;
|
|
15
|
+
padding: 0px 15px 5px; }
|
|
16
|
+
.title___2V7rZ i {
|
|
17
|
+
cursor: pointer;
|
|
18
|
+
margin-left: auto; }
|
|
19
|
+
.title___2V7rZ span {
|
|
20
|
+
width: 100%;
|
|
21
|
+
font-weight: bold;
|
|
22
|
+
font-size: 18px;
|
|
23
|
+
text-align: center;
|
|
24
|
+
color: var(--color_primary); }
|
|
25
|
+
|
|
26
|
+
:root {
|
|
27
|
+
--color_primary: lightgray;
|
|
28
|
+
--color_primary50: lightgray;
|
|
29
|
+
--color_primary_contrast: #fff;
|
|
30
|
+
--color_primary_contrast50: #ffffff50;
|
|
31
|
+
--color_secondary: lightgray;
|
|
32
|
+
--color_secondary_contrast: lightgray;
|
|
33
|
+
--color_text_dark: #212121;
|
|
34
|
+
--color_text_light: #ffffff;
|
|
35
|
+
--color_text_input_hints: #212121; }
|
|
36
|
+
|
|
37
|
+
.step-wrapper {
|
|
38
|
+
padding: 10px;
|
|
39
|
+
margin: 10px;
|
|
40
|
+
border: 1px solid lightgray;
|
|
41
|
+
border-radius: 5px; }
|
|
42
|
+
|
|
43
|
+
.summit-registration-lite {
|
|
44
|
+
color: var(--color_text_dark);
|
|
45
|
+
font-size: 15px; }
|
|
46
|
+
|
|
47
|
+
input {
|
|
48
|
+
outline: none; }
|
|
49
|
+
|
|
50
|
+
.loginWrapper___29UY5 {
|
|
51
|
+
display: flex;
|
|
52
|
+
justify-content: center;
|
|
53
|
+
font-weight: bold;
|
|
54
|
+
text-align: center;
|
|
55
|
+
padding: 20px 0 30px; }
|
|
56
|
+
|
|
57
|
+
.innerWrapper___3ls8s {
|
|
58
|
+
display: flex;
|
|
59
|
+
flex-direction: column;
|
|
60
|
+
justify-content: center;
|
|
61
|
+
width: 300px; }
|
|
62
|
+
.innerWrapper___3ls8s span {
|
|
63
|
+
margin: 10px 0; }
|
|
64
|
+
|
|
65
|
+
.button___XnwyV {
|
|
66
|
+
padding: 10px 30px;
|
|
67
|
+
background-color: red;
|
|
68
|
+
color: white;
|
|
69
|
+
font-weight: normal;
|
|
70
|
+
display: inline-flex;
|
|
71
|
+
justify-content: center;
|
|
72
|
+
margin: 5px 0;
|
|
73
|
+
border-radius: 5px;
|
|
74
|
+
cursor: pointer;
|
|
75
|
+
background-position: 28px center;
|
|
76
|
+
background-repeat: no-repeat;
|
|
77
|
+
background-size: 16px;
|
|
78
|
+
line-height: 1.4;
|
|
79
|
+
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); }
|
|
80
|
+
.button___XnwyV:hover {
|
|
81
|
+
box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }
|
|
82
|
+
|
|
83
|
+
.loginCode___1tdoI {
|
|
84
|
+
margin-bottom: 10px;
|
|
85
|
+
font-size: 16px; }
|
|
86
|
+
.loginCode___1tdoI > div {
|
|
87
|
+
margin-top: 10px; }
|
|
88
|
+
.loginCode___1tdoI span {
|
|
89
|
+
display: inline-block;
|
|
90
|
+
font-weight: normal;
|
|
91
|
+
font-size: 14px;
|
|
92
|
+
color: #e5424d; }
|
|
93
|
+
|
|
94
|
+
.input___2qKqP {
|
|
95
|
+
display: flex;
|
|
96
|
+
height: 40px;
|
|
97
|
+
margin-top: 5px; }
|
|
98
|
+
.input___2qKqP input {
|
|
99
|
+
border: 1px solid var(--color_primary);
|
|
100
|
+
border-radius: 5px;
|
|
101
|
+
padding: 5px;
|
|
102
|
+
width: 100%; }
|
|
103
|
+
.input___2qKqP input::placeholder {
|
|
104
|
+
color: var(--color_text_input_hints); }
|
|
105
|
+
.input___2qKqP button {
|
|
106
|
+
margin-left: 5px;
|
|
107
|
+
background-color: var(--color_secondary_contrast);
|
|
108
|
+
padding: 0px 15px;
|
|
109
|
+
border: 1px solid var(--color_secondary_contrast);
|
|
110
|
+
color: #fff;
|
|
111
|
+
box-shadow: none;
|
|
112
|
+
text-align: center;
|
|
113
|
+
white-space: nowrap;
|
|
114
|
+
font-weight: bold;
|
|
115
|
+
border-radius: 5px;
|
|
116
|
+
cursor: pointer;
|
|
117
|
+
display: flex;
|
|
118
|
+
align-items: center;
|
|
119
|
+
justify-content: center; }
|
|
120
|
+
|
|
121
|
+
.title___3msFT {
|
|
122
|
+
font-weight: bold;
|
|
123
|
+
cursor: pointer; }
|
|
124
|
+
|
|
125
|
+
.form___1imhA {
|
|
126
|
+
display: flex;
|
|
127
|
+
flex-wrap: wrap;
|
|
128
|
+
justify-content: space-between;
|
|
129
|
+
margin: 10px 0; }
|
|
130
|
+
.form___1imhA div.fieldWrapper___26upm {
|
|
131
|
+
width: 48%;
|
|
132
|
+
border-radius: 5px;
|
|
133
|
+
background-color: #e6f3ff;
|
|
134
|
+
border: 1px solid #3fa2f7;
|
|
135
|
+
height: 36px;
|
|
136
|
+
padding: 5px;
|
|
137
|
+
display: flex;
|
|
138
|
+
justify-content: space-between;
|
|
139
|
+
align-items: center;
|
|
140
|
+
margin-bottom: 5px; }
|
|
141
|
+
.form___1imhA div.fieldWrapper___26upm:first-of-type {
|
|
142
|
+
width: 100%; }
|
|
143
|
+
.form___1imhA div.fieldWrapper___26upm input {
|
|
144
|
+
width: 100%;
|
|
145
|
+
background-color: transparent;
|
|
146
|
+
border: none; }
|
|
147
|
+
.form___1imhA div.fieldWrapper___26upm input:focus-visible {
|
|
148
|
+
outline: none; }
|
|
149
|
+
.form___1imhA div.fieldWrapper___26upm i {
|
|
150
|
+
position: relative;
|
|
151
|
+
padding-right: 5px; }
|
|
152
|
+
.form___1imhA div.fieldWrapper___26upm > div {
|
|
153
|
+
width: 100%;
|
|
154
|
+
padding-left: 5px; }
|
|
155
|
+
.form___1imhA div.fieldWrapper___26upm > div:first-of-type {
|
|
156
|
+
width: 95%; }
|
|
157
|
+
.form___1imhA input {
|
|
158
|
+
width: 48%;
|
|
159
|
+
border-radius: 5px;
|
|
160
|
+
border: 1px solid #3fa2f7;
|
|
161
|
+
color: #3486cd;
|
|
162
|
+
font-size: 16px;
|
|
163
|
+
background-color: #e6f3ff;
|
|
164
|
+
height: 36px;
|
|
165
|
+
padding: 5px;
|
|
166
|
+
display: flex;
|
|
167
|
+
justify-content: space-between;
|
|
168
|
+
align-items: center;
|
|
169
|
+
margin-bottom: 5px;
|
|
170
|
+
font-weight: bold; }
|
|
171
|
+
.form___1imhA input::placeholder {
|
|
172
|
+
color: #3486cd; }
|
|
173
|
+
|
|
174
|
+
.form___29UFw {
|
|
175
|
+
display: flex;
|
|
176
|
+
flex-wrap: wrap;
|
|
177
|
+
justify-content: space-between;
|
|
178
|
+
margin: 10px 0; }
|
|
179
|
+
.form___29UFw div.fieldWrapper___16TrJ {
|
|
180
|
+
display: flex;
|
|
181
|
+
width: 48%;
|
|
182
|
+
border-radius: 5px;
|
|
183
|
+
border: 1px solid var(--color_primary);
|
|
184
|
+
height: 36px;
|
|
185
|
+
padding: 5px;
|
|
186
|
+
display: flex;
|
|
187
|
+
justify-content: space-between;
|
|
188
|
+
align-items: center;
|
|
189
|
+
margin-bottom: 5px; }
|
|
190
|
+
.form___29UFw div.fieldWrapper___16TrJ:first-of-type {
|
|
191
|
+
width: 100%; }
|
|
192
|
+
.form___29UFw div.fieldWrapper___16TrJ:last-of-type {
|
|
193
|
+
flex-direction: column; }
|
|
194
|
+
.form___29UFw div.fieldWrapper___16TrJ input {
|
|
195
|
+
width: 100%;
|
|
196
|
+
background-color: transparent;
|
|
197
|
+
border: none; }
|
|
198
|
+
.form___29UFw div.fieldWrapper___16TrJ input:focus-visible {
|
|
199
|
+
outline: none; }
|
|
200
|
+
.form___29UFw div.fieldWrapper___16TrJ i {
|
|
201
|
+
position: relative;
|
|
202
|
+
padding-right: 5px; }
|
|
203
|
+
.form___29UFw div.fieldWrapper___16TrJ > div {
|
|
204
|
+
width: 100%;
|
|
205
|
+
padding-left: 5px; }
|
|
206
|
+
.form___29UFw div.fieldWrapper___16TrJ > div:first-of-type {
|
|
207
|
+
width: 95%; }
|
|
208
|
+
.form___29UFw div.fieldWrapper___16TrJ span {
|
|
209
|
+
display: inline-block;
|
|
210
|
+
color: #e5424d;
|
|
211
|
+
font-size: 14px;
|
|
212
|
+
align-self: flex-start; }
|
|
213
|
+
.form___29UFw input {
|
|
214
|
+
width: 48%;
|
|
215
|
+
border-radius: 5px;
|
|
216
|
+
color: #3486cd;
|
|
217
|
+
font-size: 16px;
|
|
218
|
+
height: 36px;
|
|
219
|
+
padding: 5px;
|
|
220
|
+
display: flex;
|
|
221
|
+
justify-content: space-between;
|
|
222
|
+
align-items: center;
|
|
223
|
+
margin-bottom: 5px; }
|
|
224
|
+
.form___29UFw input::placeholder {
|
|
225
|
+
color: var(--color_text_input_hints);
|
|
226
|
+
font-size: 16px; }
|
|
227
|
+
|
|
228
|
+
.title___3ZHGA {
|
|
229
|
+
font-weight: bold;
|
|
230
|
+
cursor: pointer;
|
|
231
|
+
display: flex;
|
|
232
|
+
justify-content: space-between; }
|
|
233
|
+
.title___3ZHGA div {
|
|
234
|
+
font-weight: normal; }
|
|
235
|
+
|
|
236
|
+
.form___3v5vW {
|
|
237
|
+
display: flex;
|
|
238
|
+
flex-wrap: wrap;
|
|
239
|
+
justify-content: space-between;
|
|
240
|
+
margin: 10px 0; }
|
|
241
|
+
.form___3v5vW > div {
|
|
242
|
+
width: 48%; }
|
|
243
|
+
.form___3v5vW > div input {
|
|
244
|
+
width: 100%;
|
|
245
|
+
border-radius: 5px;
|
|
246
|
+
border: 1px solid var(--color_primary);
|
|
247
|
+
height: 36px;
|
|
248
|
+
padding: 5px;
|
|
249
|
+
display: flex;
|
|
250
|
+
justify-content: space-between;
|
|
251
|
+
align-items: center;
|
|
252
|
+
font-size: 15px; }
|
|
253
|
+
.form___3v5vW > div input::placeholder {
|
|
254
|
+
color: var(--color_text_input_hints); }
|
|
255
|
+
.form___3v5vW > div .readOnly___GTMgw {
|
|
256
|
+
opacity: 0.6;
|
|
257
|
+
cursor: default; }
|
|
258
|
+
.form___3v5vW > div span {
|
|
259
|
+
display: inline-block;
|
|
260
|
+
color: #e5424d; }
|
|
261
|
+
.form___3v5vW > div > :last-child {
|
|
262
|
+
margin-bottom: 5px; }
|
|
263
|
+
.form___3v5vW .companies___EjHEl {
|
|
264
|
+
width: 48%; }
|
|
265
|
+
.form___3v5vW .companies___EjHEl > div {
|
|
266
|
+
position: relative;
|
|
267
|
+
width: 100%;
|
|
268
|
+
border-radius: 5px;
|
|
269
|
+
display: flex;
|
|
270
|
+
justify-content: space-between;
|
|
271
|
+
align-items: center;
|
|
272
|
+
font-size: 15px; }
|
|
273
|
+
.form___3v5vW .companies___EjHEl > div::placeholder {
|
|
274
|
+
color: var(--color_text_input_hints); }
|
|
275
|
+
.form___3v5vW .companies___EjHEl > div > div {
|
|
276
|
+
height: 100%;
|
|
277
|
+
width: 100%; }
|
|
278
|
+
.form___3v5vW .companies___EjHEl > div > div > div {
|
|
279
|
+
height: 36px;
|
|
280
|
+
padding: 0px;
|
|
281
|
+
border: 1px solid var(--color_primary); }
|
|
282
|
+
.form___3v5vW .companies___EjHEl > div > div > div > div {
|
|
283
|
+
height: 36px; }
|
|
284
|
+
.form___3v5vW .companies___EjHEl > div input {
|
|
285
|
+
padding: 5px;
|
|
286
|
+
border: 1px solid var(--color_primary);
|
|
287
|
+
padding-right: 0px !important;
|
|
288
|
+
background-color: transparent; }
|
|
289
|
+
.form___3v5vW .companies___EjHEl > div i {
|
|
290
|
+
right: 10px !important; }
|
|
291
|
+
|
|
292
|
+
.title___3SYkl {
|
|
293
|
+
font-weight: bold;
|
|
294
|
+
cursor: pointer;
|
|
295
|
+
display: flex;
|
|
296
|
+
justify-content: space-between; }
|
|
297
|
+
|
|
298
|
+
.summary___38fgb {
|
|
299
|
+
text-align: right; }
|
|
300
|
+
|
|
301
|
+
.crossOut___2q3QH {
|
|
302
|
+
text-decoration: line-through; }
|
|
303
|
+
|
|
304
|
+
.discount___sJ1Bg {
|
|
305
|
+
color: green; }
|
|
306
|
+
|
|
307
|
+
.promo___11cRU {
|
|
308
|
+
font-weight: bold;
|
|
309
|
+
display: flex;
|
|
310
|
+
justify-content: flex-end; }
|
|
311
|
+
|
|
312
|
+
.dropdown___2F1ra {
|
|
313
|
+
margin-top: 5px; }
|
|
314
|
+
|
|
315
|
+
.inPersonDisclaimer___47veY {
|
|
316
|
+
margin-top: 15px; }
|
|
317
|
+
|
|
318
|
+
.placeholder___1AQcO {
|
|
319
|
+
border-radius: 5px;
|
|
320
|
+
width: 100%;
|
|
321
|
+
border: 1px solid var(--color_primary);
|
|
322
|
+
background-color: var(--color_primary50);
|
|
323
|
+
padding: 5px;
|
|
324
|
+
cursor: pointer;
|
|
325
|
+
display: flex;
|
|
326
|
+
justify-content: space-between;
|
|
327
|
+
align-items: center;
|
|
328
|
+
margin: 10px 0; }
|
|
329
|
+
.placeholder___1AQcO i {
|
|
330
|
+
padding: 2px 5px;
|
|
331
|
+
border-left: 1px solid var(--color_primary); }
|
|
332
|
+
|
|
333
|
+
.inPersonDisclaimer___qehRb {
|
|
334
|
+
padding: 4px; }
|
|
335
|
+
|
|
336
|
+
.dropdown___2BSL8 {
|
|
337
|
+
margin-top: 10px;
|
|
338
|
+
border-radius: 5px;
|
|
339
|
+
width: 100%;
|
|
340
|
+
border: 1px solid var(--color_primary);
|
|
341
|
+
cursor: pointer; }
|
|
342
|
+
.dropdown___2BSL8 div {
|
|
343
|
+
padding: 5px; }
|
|
344
|
+
.dropdown___2BSL8 div:hover {
|
|
345
|
+
background-color: var(--color_primary);
|
|
346
|
+
color: #fff; }
|
|
347
|
+
|
|
348
|
+
.button___2t2wu {
|
|
349
|
+
background-color: var(--color_secondary_contrast) !important;
|
|
350
|
+
color: #fff !important;
|
|
351
|
+
border: none !important;
|
|
352
|
+
font-weight: bold !important;
|
|
353
|
+
font-size: 1em !important;
|
|
354
|
+
cursor: pointer !important; }
|
|
355
|
+
.button___2t2wu[disabled] {
|
|
356
|
+
background-color: var(--color_secondary_contrast) !important; }
|
|
357
|
+
.button___2t2wu:hover {
|
|
358
|
+
color: #fff !important; }
|
|
359
|
+
.button___2t2wu:active, .button___2t2wu:focus {
|
|
360
|
+
color: #fff !important; }
|
|
361
|
+
|
|
362
|
+
.outerWrapper___1mTpT {
|
|
363
|
+
padding: 10px 0px 10px 10px;
|
|
364
|
+
margin: 10px; }
|
|
365
|
+
.outerWrapper___1mTpT .innerWrapper___3THAF {
|
|
366
|
+
display: flex;
|
|
367
|
+
justify-content: space-between;
|
|
368
|
+
align-items: center; }
|
|
369
|
+
.outerWrapper___1mTpT .innerWrapper___3THAF span {
|
|
370
|
+
font-size: 14px; }
|
|
371
|
+
.outerWrapper___1mTpT .innerWrapper___3THAF .registration___3PmSf {
|
|
372
|
+
cursor: pointer;
|
|
373
|
+
color: var(--color_primary);
|
|
374
|
+
text-decoration: underline; }
|
|
375
|
+
.outerWrapper___1mTpT .innerWrapper___3THAF .actions___I9WTO {
|
|
376
|
+
display: flex; }
|
|
377
|
+
.outerWrapper___1mTpT .innerWrapper___3THAF .actions___I9WTO button {
|
|
378
|
+
margin-left: 10px; }
|
|
379
|
+
|
|
380
|
+
.button___2ecjs {
|
|
381
|
+
background-color: var(--color_secondary_contrast) !important;
|
|
382
|
+
color: #fff !important;
|
|
383
|
+
border: none !important;
|
|
384
|
+
font-weight: bold !important;
|
|
385
|
+
font-size: 1em !important;
|
|
386
|
+
cursor: pointer !important; }
|
|
387
|
+
.button___2ecjs[disabled] {
|
|
388
|
+
background-color: var(--color_secondary_contrast) !important; }
|
|
389
|
+
.button___2ecjs:hover {
|
|
390
|
+
color: #fff !important; }
|
|
391
|
+
.button___2ecjs:active, .button___2ecjs:focus {
|
|
392
|
+
color: #fff !important; }
|
|
393
|
+
|
|
394
|
+
.wrapper___3h7RA {
|
|
395
|
+
height: 300px;
|
|
396
|
+
display: flex;
|
|
397
|
+
flex-direction: column;
|
|
398
|
+
align-items: center;
|
|
399
|
+
justify-content: center;
|
|
400
|
+
margin: 15px 0;
|
|
401
|
+
padding: 15px 0;
|
|
402
|
+
border-radius: 5px;
|
|
403
|
+
border: 1px solid lightgray;
|
|
404
|
+
text-align: center; }
|
|
405
|
+
.wrapper___3h7RA .circle___2jWZb {
|
|
406
|
+
margin-top: auto;
|
|
407
|
+
margin-bottom: 10px;
|
|
408
|
+
background-color: var(--color_primary50);
|
|
409
|
+
border-radius: 50px;
|
|
410
|
+
border: 1px solid var(--color_primary);
|
|
411
|
+
padding: 10px; }
|
|
412
|
+
.wrapper___3h7RA .circle___2jWZb i {
|
|
413
|
+
font-size: 36px;
|
|
414
|
+
color: var(--color_primary); }
|
|
415
|
+
.wrapper___3h7RA .complete___3RjCF {
|
|
416
|
+
font-weight: bold;
|
|
417
|
+
font-size: 20px; }
|
|
418
|
+
.wrapper___3h7RA .actions___2ru3L {
|
|
419
|
+
display: flex; }
|
|
420
|
+
.wrapper___3h7RA button {
|
|
421
|
+
margin: 10px 5px 0 5px; }
|
|
422
|
+
.wrapper___3h7RA span {
|
|
423
|
+
font-size: 14px; }
|
|
424
|
+
.wrapper___3h7RA a {
|
|
425
|
+
color: var(--color_primary);
|
|
426
|
+
text-decoration: underline; }
|
|
427
|
+
.wrapper___3h7RA .footer___KBj_E {
|
|
428
|
+
margin-top: auto;
|
|
429
|
+
font-size: 14px;
|
|
430
|
+
font-weight: normal; }
|
|
431
|
+
|
|
432
|
+
.passwordlessWrapper___1p18R {
|
|
433
|
+
height: 400px;
|
|
434
|
+
display: flex;
|
|
435
|
+
justify-content: center;
|
|
436
|
+
align-items: center;
|
|
437
|
+
flex-direction: column; }
|
|
438
|
+
.passwordlessWrapper___1p18R .innerWrapper___4MdlE {
|
|
439
|
+
text-align: center;
|
|
440
|
+
font-weight: bold;
|
|
441
|
+
height: 100%;
|
|
442
|
+
width: 300px;
|
|
443
|
+
display: flex;
|
|
444
|
+
flex-direction: column;
|
|
445
|
+
justify-content: center; }
|
|
446
|
+
.passwordlessWrapper___1p18R .innerWrapper___4MdlE .digits___F0Kcb {
|
|
447
|
+
margin-top: 15px;
|
|
448
|
+
display: inline-block; }
|
|
449
|
+
.passwordlessWrapper___1p18R .innerWrapper___4MdlE .codeInput___1xtWR {
|
|
450
|
+
margin-top: 20px;
|
|
451
|
+
display: flex;
|
|
452
|
+
justify-content: center; }
|
|
453
|
+
.passwordlessWrapper___1p18R .innerWrapper___4MdlE .codeInput___1xtWR input {
|
|
454
|
+
height: 56px;
|
|
455
|
+
width: 56px;
|
|
456
|
+
font-size: 42px;
|
|
457
|
+
background-color: var(--color_primary50);
|
|
458
|
+
border: 1px solid var(--color_primary);
|
|
459
|
+
border-radius: 5px;
|
|
460
|
+
padding: 5px;
|
|
461
|
+
display: inline-flex;
|
|
462
|
+
text-transform: uppercase;
|
|
463
|
+
text-align: center;
|
|
464
|
+
margin: 0 5px; }
|
|
465
|
+
.passwordlessWrapper___1p18R .innerWrapper___4MdlE .error___1v7Eo {
|
|
466
|
+
margin-top: 10px;
|
|
467
|
+
color: #e5424d;
|
|
468
|
+
font-size: 14px; }
|
|
469
|
+
.passwordlessWrapper___1p18R .innerWrapper___4MdlE .verify___1b49k {
|
|
470
|
+
margin-top: 20px; }
|
|
471
|
+
.passwordlessWrapper___1p18R .innerWrapper___4MdlE .verify___1b49k .button___5OMnr {
|
|
472
|
+
padding: 10px 30px;
|
|
473
|
+
font-weight: normal;
|
|
474
|
+
justify-content: center;
|
|
475
|
+
margin: 5px 0;
|
|
476
|
+
border-radius: 5px;
|
|
477
|
+
cursor: pointer;
|
|
478
|
+
background-color: var(--color_secondary_contrast);
|
|
479
|
+
color: #FFFFFF;
|
|
480
|
+
width: 100%;
|
|
481
|
+
font-size: 1em; }
|
|
482
|
+
.passwordlessWrapper___1p18R .innerWrapper___4MdlE .verify___1b49k .link___3Jnwz {
|
|
483
|
+
color: var(--color_primary);
|
|
484
|
+
text-decoration: underline;
|
|
485
|
+
cursor: pointer; }
|
|
486
|
+
.passwordlessWrapper___1p18R .resend___35Xcu {
|
|
487
|
+
margin: auto 0 0 0;
|
|
488
|
+
font-weight: normal;
|
|
489
|
+
font-size: 14px; }
|
|
490
|
+
.passwordlessWrapper___1p18R .resend___35Xcu span {
|
|
491
|
+
color: var(--color_primary);
|
|
492
|
+
text-decoration: underline;
|
|
493
|
+
cursor: pointer; }
|
|
494
|
+
|
|
495
|
+
.wrapper___3G9ab {
|
|
496
|
+
height: 250px;
|
|
497
|
+
display: flex;
|
|
498
|
+
flex-direction: column;
|
|
499
|
+
align-items: center;
|
|
500
|
+
justify-content: center;
|
|
501
|
+
margin: 15px 0;
|
|
502
|
+
padding: 15px 0;
|
|
503
|
+
border-radius: 5px;
|
|
504
|
+
border: 1px solid lightgray;
|
|
505
|
+
text-align: center; }
|
|
506
|
+
.wrapper___3G9ab .circle___2EnTU {
|
|
507
|
+
margin-bottom: 30px;
|
|
508
|
+
background-color: var(--color_primary50);
|
|
509
|
+
border-radius: 50px;
|
|
510
|
+
border: 1px solid var(--color_primary);
|
|
511
|
+
padding: 10px; }
|
|
512
|
+
.wrapper___3G9ab .circle___2EnTU i {
|
|
513
|
+
font-size: 36px;
|
|
514
|
+
color: var(--color_primary); }
|
|
515
|
+
.wrapper___3G9ab .complete___P-4ft {
|
|
516
|
+
font-weight: bold;
|
|
517
|
+
font-size: 20px; }
|
|
518
|
+
.wrapper___3G9ab a {
|
|
519
|
+
color: var(--color_primary);
|
|
520
|
+
text-decoration: underline; }
|
|
521
|
+
|