@iroco/ui 0.19.5 → 0.19.7
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/lib/index.js +9 -9
- package/lib/index.min.js +1 -1
- package/lib/index.mjs +9 -9
- package/lib/index.mjs.css +285 -288
- package/package.json +1 -1
- package/src/NavBar.svelte +1 -5
package/lib/index.mjs.css
CHANGED
|
@@ -1,36 +1,3 @@
|
|
|
1
|
-
svg.svelte-1cuxg7m {
|
|
2
|
-
overflow: visible; }
|
|
3
|
-
|
|
4
|
-
.rotate.svelte-1dns1yx {
|
|
5
|
-
animation: svelte-1dns1yx-rotation 2s; }
|
|
6
|
-
|
|
7
|
-
.linear.svelte-1dns1yx {
|
|
8
|
-
animation-timing-function: linear; }
|
|
9
|
-
|
|
10
|
-
.infinite.svelte-1dns1yx {
|
|
11
|
-
animation-iteration-count: infinite; }
|
|
12
|
-
|
|
13
|
-
@keyframes svelte-1dns1yx-rotation {
|
|
14
|
-
from {
|
|
15
|
-
transform: rotate(0deg); }
|
|
16
|
-
to {
|
|
17
|
-
transform: rotate(359deg); } }
|
|
18
|
-
|
|
19
|
-
.data-table.svelte-d69ajf {
|
|
20
|
-
border: 1px solid #464452;
|
|
21
|
-
width: 100%; }
|
|
22
|
-
|
|
23
|
-
.data-table__header.svelte-d69ajf {
|
|
24
|
-
font-size: 1.5em;
|
|
25
|
-
height: 4rem; }
|
|
26
|
-
|
|
27
|
-
.data-table__header__cell.svelte-d69ajf {
|
|
28
|
-
border-bottom: 1px solid #464452; }
|
|
29
|
-
|
|
30
|
-
.data-table__body__cell.svelte-d69ajf {
|
|
31
|
-
text-align: center;
|
|
32
|
-
vertical-align: middle; }
|
|
33
|
-
|
|
34
1
|
.iroco-ui-radio.svelte-167k2qc.svelte-167k2qc.svelte-167k2qc {
|
|
35
2
|
color: #f2ebe3;
|
|
36
3
|
position: relative;
|
|
@@ -137,49 +104,6 @@ input.svelte-1r94s7.svelte-1r94s7:focus {
|
|
|
137
104
|
.font-color-lightGrey.svelte-7ix6l6 {
|
|
138
105
|
color: #f5f5f5; }
|
|
139
106
|
|
|
140
|
-
.navigation.svelte-z8zucs.svelte-z8zucs {
|
|
141
|
-
display: flex;
|
|
142
|
-
flex-direction: row;
|
|
143
|
-
justify-content: space-between;
|
|
144
|
-
align-items: center;
|
|
145
|
-
width: 100%; }
|
|
146
|
-
|
|
147
|
-
.navigation--mobile.svelte-z8zucs.svelte-z8zucs {
|
|
148
|
-
display: none; }
|
|
149
|
-
|
|
150
|
-
.navigation__title-container.svelte-z8zucs.svelte-z8zucs {
|
|
151
|
-
display: flex;
|
|
152
|
-
align-items: center;
|
|
153
|
-
padding-left: 1em; }
|
|
154
|
-
|
|
155
|
-
.navigation__title-container.svelte-z8zucs h1.svelte-z8zucs {
|
|
156
|
-
padding-left: 1em; }
|
|
157
|
-
|
|
158
|
-
@media all and (max-width: 768px) {
|
|
159
|
-
.navigation.svelte-z8zucs.svelte-z8zucs {
|
|
160
|
-
display: none;
|
|
161
|
-
color: #f2ebe3; }
|
|
162
|
-
.navigation--mobile.svelte-z8zucs.svelte-z8zucs {
|
|
163
|
-
display: flex;
|
|
164
|
-
padding: 0 1em;
|
|
165
|
-
justify-content: space-between;
|
|
166
|
-
position: fixed;
|
|
167
|
-
top: 0;
|
|
168
|
-
z-index: 1;
|
|
169
|
-
width: 100%;
|
|
170
|
-
border-bottom: 1px solid #464452; }
|
|
171
|
-
.navigation--mobile.svelte-z8zucs h1.svelte-z8zucs {
|
|
172
|
-
font-size: 2em; }
|
|
173
|
-
.navigation--mobile__button.svelte-z8zucs.svelte-z8zucs {
|
|
174
|
-
background-color: transparent;
|
|
175
|
-
border: none;
|
|
176
|
-
color: #464452; }
|
|
177
|
-
.navigation--mobile__title-container.svelte-z8zucs.svelte-z8zucs {
|
|
178
|
-
display: flex;
|
|
179
|
-
align-items: center; }
|
|
180
|
-
.navigation--mobile__title-container.svelte-z8zucs h1.svelte-z8zucs {
|
|
181
|
-
padding-left: 0.5em; } }
|
|
182
|
-
|
|
183
107
|
.font-color-blue.svelte-nd22lv {
|
|
184
108
|
color: #00B9FF; }
|
|
185
109
|
|
|
@@ -393,40 +317,168 @@ input.svelte-1r94s7.svelte-1r94s7:focus {
|
|
|
393
317
|
.iroco-ui-button.disabled.svelte-nd22lv:hover {
|
|
394
318
|
box-shadow: none; }
|
|
395
319
|
|
|
396
|
-
.
|
|
320
|
+
svg.svelte-1cuxg7m {
|
|
321
|
+
overflow: visible; }
|
|
322
|
+
|
|
323
|
+
.rotate.svelte-1dns1yx {
|
|
324
|
+
animation: svelte-1dns1yx-rotation 2s; }
|
|
325
|
+
|
|
326
|
+
.linear.svelte-1dns1yx {
|
|
327
|
+
animation-timing-function: linear; }
|
|
328
|
+
|
|
329
|
+
.infinite.svelte-1dns1yx {
|
|
330
|
+
animation-iteration-count: infinite; }
|
|
331
|
+
|
|
332
|
+
@keyframes svelte-1dns1yx-rotation {
|
|
333
|
+
from {
|
|
334
|
+
transform: rotate(0deg); }
|
|
335
|
+
to {
|
|
336
|
+
transform: rotate(359deg); } }
|
|
337
|
+
|
|
338
|
+
.data-table.svelte-d69ajf {
|
|
339
|
+
border: 1px solid #464452;
|
|
340
|
+
width: 100%; }
|
|
341
|
+
|
|
342
|
+
.data-table__header.svelte-d69ajf {
|
|
343
|
+
font-size: 1.5em;
|
|
344
|
+
height: 4rem; }
|
|
345
|
+
|
|
346
|
+
.data-table__header__cell.svelte-d69ajf {
|
|
347
|
+
border-bottom: 1px solid #464452; }
|
|
348
|
+
|
|
349
|
+
.data-table__body__cell.svelte-d69ajf {
|
|
350
|
+
text-align: center;
|
|
351
|
+
vertical-align: middle; }
|
|
352
|
+
|
|
353
|
+
.font-color-blue.svelte-xrcxsu {
|
|
354
|
+
color: #00B9FF; }
|
|
355
|
+
|
|
356
|
+
.font-color-darkBlue.svelte-xrcxsu {
|
|
357
|
+
color: #211D28; }
|
|
358
|
+
|
|
359
|
+
.font-color-nightBlue.svelte-xrcxsu {
|
|
360
|
+
color: #18151E; }
|
|
361
|
+
|
|
362
|
+
.font-color-green.svelte-xrcxsu {
|
|
363
|
+
color: #00D692; }
|
|
364
|
+
|
|
365
|
+
.font-color-red.svelte-xrcxsu {
|
|
366
|
+
color: #ff504d; }
|
|
367
|
+
|
|
368
|
+
.font-color-yellow.svelte-xrcxsu {
|
|
369
|
+
color: #FFE032; }
|
|
370
|
+
|
|
371
|
+
.font-color-beige.svelte-xrcxsu {
|
|
372
|
+
color: #f2ebe3; }
|
|
373
|
+
|
|
374
|
+
.font-color-darkBeige.svelte-xrcxsu {
|
|
375
|
+
color: #a9a29e; }
|
|
376
|
+
|
|
377
|
+
.font-color-mediumGrey.svelte-xrcxsu {
|
|
378
|
+
color: #464452; }
|
|
379
|
+
|
|
380
|
+
.font-color-darkGrey.svelte-xrcxsu {
|
|
381
|
+
color: #33323a; }
|
|
382
|
+
|
|
383
|
+
.font-color-lightGrey.svelte-xrcxsu {
|
|
384
|
+
color: #f5f5f5; }
|
|
385
|
+
|
|
386
|
+
.alert.svelte-xrcxsu {
|
|
387
|
+
min-height: 2em;
|
|
388
|
+
display: inline-flex;
|
|
389
|
+
align-items: center;
|
|
390
|
+
border-radius: 0.3em;
|
|
391
|
+
padding: 0 1em 0 1em;
|
|
392
|
+
font-size: 1.2em;
|
|
393
|
+
justify-content: center;
|
|
394
|
+
margin-bottom: 1em;
|
|
395
|
+
cursor: pointer; }
|
|
396
|
+
|
|
397
|
+
.alert--danger.svelte-xrcxsu {
|
|
398
|
+
background-color: rgba(255, 80, 77, 0.5);
|
|
399
|
+
border: 1px solid #ff504d; }
|
|
400
|
+
|
|
401
|
+
.alert--success.svelte-xrcxsu {
|
|
402
|
+
background-color: rgba(0, 214, 146, 0.5);
|
|
403
|
+
border: 1px solid #00D692; }
|
|
404
|
+
|
|
405
|
+
.navigation.svelte-z8zucs.svelte-z8zucs {
|
|
406
|
+
display: flex;
|
|
407
|
+
flex-direction: row;
|
|
408
|
+
justify-content: space-between;
|
|
409
|
+
align-items: center;
|
|
410
|
+
width: 100%; }
|
|
411
|
+
|
|
412
|
+
.navigation--mobile.svelte-z8zucs.svelte-z8zucs {
|
|
413
|
+
display: none; }
|
|
414
|
+
|
|
415
|
+
.navigation__title-container.svelte-z8zucs.svelte-z8zucs {
|
|
416
|
+
display: flex;
|
|
417
|
+
align-items: center;
|
|
418
|
+
padding-left: 1em; }
|
|
419
|
+
|
|
420
|
+
.navigation__title-container.svelte-z8zucs h1.svelte-z8zucs {
|
|
421
|
+
padding-left: 1em; }
|
|
422
|
+
|
|
423
|
+
@media all and (max-width: 768px) {
|
|
424
|
+
.navigation.svelte-z8zucs.svelte-z8zucs {
|
|
425
|
+
display: none;
|
|
426
|
+
color: #f2ebe3; }
|
|
427
|
+
.navigation--mobile.svelte-z8zucs.svelte-z8zucs {
|
|
428
|
+
display: flex;
|
|
429
|
+
padding: 0 1em;
|
|
430
|
+
justify-content: space-between;
|
|
431
|
+
position: fixed;
|
|
432
|
+
top: 0;
|
|
433
|
+
z-index: 1;
|
|
434
|
+
width: 100%;
|
|
435
|
+
border-bottom: 1px solid #464452; }
|
|
436
|
+
.navigation--mobile.svelte-z8zucs h1.svelte-z8zucs {
|
|
437
|
+
font-size: 2em; }
|
|
438
|
+
.navigation--mobile__button.svelte-z8zucs.svelte-z8zucs {
|
|
439
|
+
background-color: transparent;
|
|
440
|
+
border: none;
|
|
441
|
+
color: #464452; }
|
|
442
|
+
.navigation--mobile__title-container.svelte-z8zucs.svelte-z8zucs {
|
|
443
|
+
display: flex;
|
|
444
|
+
align-items: center; }
|
|
445
|
+
.navigation--mobile__title-container.svelte-z8zucs h1.svelte-z8zucs {
|
|
446
|
+
padding-left: 0.5em; } }
|
|
447
|
+
|
|
448
|
+
.font-color-blue.svelte-1c7weh9.svelte-1c7weh9 {
|
|
397
449
|
color: #00B9FF; }
|
|
398
450
|
|
|
399
|
-
.font-color-darkBlue.svelte-
|
|
451
|
+
.font-color-darkBlue.svelte-1c7weh9.svelte-1c7weh9 {
|
|
400
452
|
color: #211D28; }
|
|
401
453
|
|
|
402
|
-
.font-color-nightBlue.svelte-
|
|
454
|
+
.font-color-nightBlue.svelte-1c7weh9.svelte-1c7weh9 {
|
|
403
455
|
color: #18151E; }
|
|
404
456
|
|
|
405
|
-
.font-color-green.svelte-
|
|
457
|
+
.font-color-green.svelte-1c7weh9.svelte-1c7weh9 {
|
|
406
458
|
color: #00D692; }
|
|
407
459
|
|
|
408
|
-
.font-color-red.svelte-
|
|
460
|
+
.font-color-red.svelte-1c7weh9.svelte-1c7weh9 {
|
|
409
461
|
color: #ff504d; }
|
|
410
462
|
|
|
411
|
-
.font-color-yellow.svelte-
|
|
463
|
+
.font-color-yellow.svelte-1c7weh9.svelte-1c7weh9 {
|
|
412
464
|
color: #FFE032; }
|
|
413
465
|
|
|
414
|
-
.font-color-beige.svelte-
|
|
466
|
+
.font-color-beige.svelte-1c7weh9.svelte-1c7weh9 {
|
|
415
467
|
color: #f2ebe3; }
|
|
416
468
|
|
|
417
|
-
.font-color-darkBeige.svelte-
|
|
469
|
+
.font-color-darkBeige.svelte-1c7weh9.svelte-1c7weh9 {
|
|
418
470
|
color: #a9a29e; }
|
|
419
471
|
|
|
420
|
-
.font-color-mediumGrey.svelte-
|
|
472
|
+
.font-color-mediumGrey.svelte-1c7weh9.svelte-1c7weh9 {
|
|
421
473
|
color: #464452; }
|
|
422
474
|
|
|
423
|
-
.font-color-darkGrey.svelte-
|
|
475
|
+
.font-color-darkGrey.svelte-1c7weh9.svelte-1c7weh9 {
|
|
424
476
|
color: #33323a; }
|
|
425
477
|
|
|
426
|
-
.font-color-lightGrey.svelte-
|
|
478
|
+
.font-color-lightGrey.svelte-1c7weh9.svelte-1c7weh9 {
|
|
427
479
|
color: #f5f5f5; }
|
|
428
480
|
|
|
429
|
-
.container-wide.svelte-
|
|
481
|
+
.container-wide.svelte-1c7weh9.svelte-1c7weh9 {
|
|
430
482
|
width: calc(100% - 20px);
|
|
431
483
|
max-width: 2360px;
|
|
432
484
|
margin-left: auto;
|
|
@@ -434,42 +486,42 @@ input.svelte-1r94s7.svelte-1r94s7:focus {
|
|
|
434
486
|
transition: max-width ease-out 200ms; }
|
|
435
487
|
|
|
436
488
|
@media all and (max-width: 2560px) {
|
|
437
|
-
.container-wide.svelte-
|
|
489
|
+
.container-wide.svelte-1c7weh9.svelte-1c7weh9 {
|
|
438
490
|
max-width: 1620px; } }
|
|
439
491
|
|
|
440
492
|
@media all and (max-width: 1800px) {
|
|
441
|
-
.container-wide.svelte-
|
|
493
|
+
.container-wide.svelte-1c7weh9.svelte-1c7weh9 {
|
|
442
494
|
max-width: 1280px; } }
|
|
443
495
|
|
|
444
496
|
@media all and (max-width: 1440px) {
|
|
445
|
-
.container-wide.svelte-
|
|
497
|
+
.container-wide.svelte-1c7weh9.svelte-1c7weh9 {
|
|
446
498
|
max-width: 884px; } }
|
|
447
499
|
|
|
448
500
|
@media all and (max-width: 1024px) {
|
|
449
|
-
.container-wide.svelte-
|
|
501
|
+
.container-wide.svelte-1c7weh9.svelte-1c7weh9 {
|
|
450
502
|
max-width: 648px; } }
|
|
451
503
|
|
|
452
504
|
@media all and (max-width: 768px) {
|
|
453
|
-
.container-wide.svelte-
|
|
505
|
+
.container-wide.svelte-1c7weh9.svelte-1c7weh9 {
|
|
454
506
|
max-width: 496px; } }
|
|
455
507
|
|
|
456
508
|
@media all and (max-width: 596px) {
|
|
457
|
-
.container-wide.svelte-
|
|
509
|
+
.container-wide.svelte-1c7weh9.svelte-1c7weh9 {
|
|
458
510
|
max-width: 365px; } }
|
|
459
511
|
|
|
460
512
|
@media all and (max-width: 425px) {
|
|
461
|
-
.container-wide.svelte-
|
|
513
|
+
.container-wide.svelte-1c7weh9.svelte-1c7weh9 {
|
|
462
514
|
max-width: calc(100% - 60px); } }
|
|
463
515
|
|
|
464
516
|
@media all and (max-width: 375px) {
|
|
465
|
-
.container-wide.svelte-
|
|
517
|
+
.container-wide.svelte-1c7weh9.svelte-1c7weh9 {
|
|
466
518
|
max-width: calc(100% - 40px); } }
|
|
467
519
|
|
|
468
520
|
@media all and (max-width: 320px) {
|
|
469
|
-
.container-wide.svelte-
|
|
521
|
+
.container-wide.svelte-1c7weh9.svelte-1c7weh9 {
|
|
470
522
|
max-width: calc(100% - 20px); } }
|
|
471
523
|
|
|
472
|
-
.container-large.svelte-
|
|
524
|
+
.container-large.svelte-1c7weh9.svelte-1c7weh9 {
|
|
473
525
|
width: calc(100% - 20px);
|
|
474
526
|
max-width: 1280px;
|
|
475
527
|
margin-left: auto;
|
|
@@ -477,34 +529,34 @@ input.svelte-1r94s7.svelte-1r94s7:focus {
|
|
|
477
529
|
transition: max-width ease-out 200ms; }
|
|
478
530
|
|
|
479
531
|
@media all and (max-width: 1440px) {
|
|
480
|
-
.container-large.svelte-
|
|
532
|
+
.container-large.svelte-1c7weh9.svelte-1c7weh9 {
|
|
481
533
|
max-width: 884px; } }
|
|
482
534
|
|
|
483
535
|
@media all and (max-width: 1024px) {
|
|
484
|
-
.container-large.svelte-
|
|
536
|
+
.container-large.svelte-1c7weh9.svelte-1c7weh9 {
|
|
485
537
|
max-width: 648px; } }
|
|
486
538
|
|
|
487
539
|
@media all and (max-width: 768px) {
|
|
488
|
-
.container-large.svelte-
|
|
540
|
+
.container-large.svelte-1c7weh9.svelte-1c7weh9 {
|
|
489
541
|
max-width: 496px; } }
|
|
490
542
|
|
|
491
543
|
@media all and (max-width: 596px) {
|
|
492
|
-
.container-large.svelte-
|
|
544
|
+
.container-large.svelte-1c7weh9.svelte-1c7weh9 {
|
|
493
545
|
max-width: 365px; } }
|
|
494
546
|
|
|
495
547
|
@media all and (max-width: 425px) {
|
|
496
|
-
.container-large.svelte-
|
|
548
|
+
.container-large.svelte-1c7weh9.svelte-1c7weh9 {
|
|
497
549
|
max-width: calc(100% - 60px); } }
|
|
498
550
|
|
|
499
551
|
@media all and (max-width: 375px) {
|
|
500
|
-
.container-large.svelte-
|
|
552
|
+
.container-large.svelte-1c7weh9.svelte-1c7weh9 {
|
|
501
553
|
max-width: calc(100% - 40px); } }
|
|
502
554
|
|
|
503
555
|
@media all and (max-width: 320px) {
|
|
504
|
-
.container-large.svelte-
|
|
556
|
+
.container-large.svelte-1c7weh9.svelte-1c7weh9 {
|
|
505
557
|
max-width: calc(100% - 20px); } }
|
|
506
558
|
|
|
507
|
-
.container-medium.svelte-
|
|
559
|
+
.container-medium.svelte-1c7weh9.svelte-1c7weh9 {
|
|
508
560
|
width: calc(100% - 20px);
|
|
509
561
|
max-width: 884px;
|
|
510
562
|
margin-left: auto;
|
|
@@ -512,30 +564,30 @@ input.svelte-1r94s7.svelte-1r94s7:focus {
|
|
|
512
564
|
transition: max-width ease-out 200ms; }
|
|
513
565
|
|
|
514
566
|
@media all and (max-width: 1024px) {
|
|
515
|
-
.container-medium.svelte-
|
|
567
|
+
.container-medium.svelte-1c7weh9.svelte-1c7weh9 {
|
|
516
568
|
max-width: 648px; } }
|
|
517
569
|
|
|
518
570
|
@media all and (max-width: 768px) {
|
|
519
|
-
.container-medium.svelte-
|
|
571
|
+
.container-medium.svelte-1c7weh9.svelte-1c7weh9 {
|
|
520
572
|
max-width: 496px; } }
|
|
521
573
|
|
|
522
574
|
@media all and (max-width: 596px) {
|
|
523
|
-
.container-medium.svelte-
|
|
575
|
+
.container-medium.svelte-1c7weh9.svelte-1c7weh9 {
|
|
524
576
|
max-width: 365px; } }
|
|
525
577
|
|
|
526
578
|
@media all and (max-width: 425px) {
|
|
527
|
-
.container-medium.svelte-
|
|
579
|
+
.container-medium.svelte-1c7weh9.svelte-1c7weh9 {
|
|
528
580
|
max-width: calc(100% - 60px); } }
|
|
529
581
|
|
|
530
582
|
@media all and (max-width: 375px) {
|
|
531
|
-
.container-medium.svelte-
|
|
583
|
+
.container-medium.svelte-1c7weh9.svelte-1c7weh9 {
|
|
532
584
|
max-width: calc(100% - 40px); } }
|
|
533
585
|
|
|
534
586
|
@media all and (max-width: 320px) {
|
|
535
|
-
.container-medium.svelte-
|
|
587
|
+
.container-medium.svelte-1c7weh9.svelte-1c7weh9 {
|
|
536
588
|
max-width: calc(100% - 20px); } }
|
|
537
589
|
|
|
538
|
-
.container-small.svelte-
|
|
590
|
+
.container-small.svelte-1c7weh9.svelte-1c7weh9 {
|
|
539
591
|
width: calc(100% - 20px);
|
|
540
592
|
max-width: 496px;
|
|
541
593
|
margin-left: auto;
|
|
@@ -543,51 +595,51 @@ input.svelte-1r94s7.svelte-1r94s7:focus {
|
|
|
543
595
|
transition: max-width ease-out 200ms; }
|
|
544
596
|
|
|
545
597
|
@media all and (max-width: 425px) {
|
|
546
|
-
.container-small.svelte-
|
|
598
|
+
.container-small.svelte-1c7weh9.svelte-1c7weh9 {
|
|
547
599
|
max-width: calc(100% - 60px); } }
|
|
548
600
|
|
|
549
601
|
@media all and (max-width: 375px) {
|
|
550
|
-
.container-small.svelte-
|
|
602
|
+
.container-small.svelte-1c7weh9.svelte-1c7weh9 {
|
|
551
603
|
max-width: calc(100% - 40px); } }
|
|
552
604
|
|
|
553
605
|
@media all and (max-width: 320px) {
|
|
554
|
-
.container-small.svelte-
|
|
606
|
+
.container-small.svelte-1c7weh9.svelte-1c7weh9 {
|
|
555
607
|
max-width: calc(100% - 20px); } }
|
|
556
608
|
|
|
557
|
-
.font-color-blue.svelte-
|
|
609
|
+
.font-color-blue.svelte-1c7weh9.svelte-1c7weh9 {
|
|
558
610
|
color: #00B9FF; }
|
|
559
611
|
|
|
560
|
-
.font-color-darkBlue.svelte-
|
|
612
|
+
.font-color-darkBlue.svelte-1c7weh9.svelte-1c7weh9 {
|
|
561
613
|
color: #211D28; }
|
|
562
614
|
|
|
563
|
-
.font-color-nightBlue.svelte-
|
|
615
|
+
.font-color-nightBlue.svelte-1c7weh9.svelte-1c7weh9 {
|
|
564
616
|
color: #18151E; }
|
|
565
617
|
|
|
566
|
-
.font-color-green.svelte-
|
|
618
|
+
.font-color-green.svelte-1c7weh9.svelte-1c7weh9 {
|
|
567
619
|
color: #00D692; }
|
|
568
620
|
|
|
569
|
-
.font-color-red.svelte-
|
|
621
|
+
.font-color-red.svelte-1c7weh9.svelte-1c7weh9 {
|
|
570
622
|
color: #ff504d; }
|
|
571
623
|
|
|
572
|
-
.font-color-yellow.svelte-
|
|
624
|
+
.font-color-yellow.svelte-1c7weh9.svelte-1c7weh9 {
|
|
573
625
|
color: #FFE032; }
|
|
574
626
|
|
|
575
|
-
.font-color-beige.svelte-
|
|
627
|
+
.font-color-beige.svelte-1c7weh9.svelte-1c7weh9 {
|
|
576
628
|
color: #f2ebe3; }
|
|
577
629
|
|
|
578
|
-
.font-color-darkBeige.svelte-
|
|
630
|
+
.font-color-darkBeige.svelte-1c7weh9.svelte-1c7weh9 {
|
|
579
631
|
color: #a9a29e; }
|
|
580
632
|
|
|
581
|
-
.font-color-mediumGrey.svelte-
|
|
633
|
+
.font-color-mediumGrey.svelte-1c7weh9.svelte-1c7weh9 {
|
|
582
634
|
color: #464452; }
|
|
583
635
|
|
|
584
|
-
.font-color-darkGrey.svelte-
|
|
636
|
+
.font-color-darkGrey.svelte-1c7weh9.svelte-1c7weh9 {
|
|
585
637
|
color: #33323a; }
|
|
586
638
|
|
|
587
|
-
.font-color-lightGrey.svelte-
|
|
639
|
+
.font-color-lightGrey.svelte-1c7weh9.svelte-1c7weh9 {
|
|
588
640
|
color: #f5f5f5; }
|
|
589
641
|
|
|
590
|
-
.container-wide.svelte-
|
|
642
|
+
.container-wide.svelte-1c7weh9.svelte-1c7weh9 {
|
|
591
643
|
width: calc(100% - 20px);
|
|
592
644
|
max-width: 2360px;
|
|
593
645
|
margin-left: auto;
|
|
@@ -595,42 +647,42 @@ input.svelte-1r94s7.svelte-1r94s7:focus {
|
|
|
595
647
|
transition: max-width ease-out 200ms; }
|
|
596
648
|
|
|
597
649
|
@media all and (max-width: 2560px) {
|
|
598
|
-
.container-wide.svelte-
|
|
650
|
+
.container-wide.svelte-1c7weh9.svelte-1c7weh9 {
|
|
599
651
|
max-width: 1620px; } }
|
|
600
652
|
|
|
601
653
|
@media all and (max-width: 1800px) {
|
|
602
|
-
.container-wide.svelte-
|
|
654
|
+
.container-wide.svelte-1c7weh9.svelte-1c7weh9 {
|
|
603
655
|
max-width: 1280px; } }
|
|
604
656
|
|
|
605
657
|
@media all and (max-width: 1440px) {
|
|
606
|
-
.container-wide.svelte-
|
|
658
|
+
.container-wide.svelte-1c7weh9.svelte-1c7weh9 {
|
|
607
659
|
max-width: 884px; } }
|
|
608
660
|
|
|
609
661
|
@media all and (max-width: 1024px) {
|
|
610
|
-
.container-wide.svelte-
|
|
662
|
+
.container-wide.svelte-1c7weh9.svelte-1c7weh9 {
|
|
611
663
|
max-width: 648px; } }
|
|
612
664
|
|
|
613
665
|
@media all and (max-width: 768px) {
|
|
614
|
-
.container-wide.svelte-
|
|
666
|
+
.container-wide.svelte-1c7weh9.svelte-1c7weh9 {
|
|
615
667
|
max-width: 496px; } }
|
|
616
668
|
|
|
617
669
|
@media all and (max-width: 596px) {
|
|
618
|
-
.container-wide.svelte-
|
|
670
|
+
.container-wide.svelte-1c7weh9.svelte-1c7weh9 {
|
|
619
671
|
max-width: 365px; } }
|
|
620
672
|
|
|
621
673
|
@media all and (max-width: 425px) {
|
|
622
|
-
.container-wide.svelte-
|
|
674
|
+
.container-wide.svelte-1c7weh9.svelte-1c7weh9 {
|
|
623
675
|
max-width: calc(100% - 60px); } }
|
|
624
676
|
|
|
625
677
|
@media all and (max-width: 375px) {
|
|
626
|
-
.container-wide.svelte-
|
|
678
|
+
.container-wide.svelte-1c7weh9.svelte-1c7weh9 {
|
|
627
679
|
max-width: calc(100% - 40px); } }
|
|
628
680
|
|
|
629
681
|
@media all and (max-width: 320px) {
|
|
630
|
-
.container-wide.svelte-
|
|
682
|
+
.container-wide.svelte-1c7weh9.svelte-1c7weh9 {
|
|
631
683
|
max-width: calc(100% - 20px); } }
|
|
632
684
|
|
|
633
|
-
.container-large.svelte-
|
|
685
|
+
.container-large.svelte-1c7weh9.svelte-1c7weh9 {
|
|
634
686
|
width: calc(100% - 20px);
|
|
635
687
|
max-width: 1280px;
|
|
636
688
|
margin-left: auto;
|
|
@@ -638,34 +690,34 @@ input.svelte-1r94s7.svelte-1r94s7:focus {
|
|
|
638
690
|
transition: max-width ease-out 200ms; }
|
|
639
691
|
|
|
640
692
|
@media all and (max-width: 1440px) {
|
|
641
|
-
.container-large.svelte-
|
|
693
|
+
.container-large.svelte-1c7weh9.svelte-1c7weh9 {
|
|
642
694
|
max-width: 884px; } }
|
|
643
695
|
|
|
644
696
|
@media all and (max-width: 1024px) {
|
|
645
|
-
.container-large.svelte-
|
|
697
|
+
.container-large.svelte-1c7weh9.svelte-1c7weh9 {
|
|
646
698
|
max-width: 648px; } }
|
|
647
699
|
|
|
648
700
|
@media all and (max-width: 768px) {
|
|
649
|
-
.container-large.svelte-
|
|
701
|
+
.container-large.svelte-1c7weh9.svelte-1c7weh9 {
|
|
650
702
|
max-width: 496px; } }
|
|
651
703
|
|
|
652
704
|
@media all and (max-width: 596px) {
|
|
653
|
-
.container-large.svelte-
|
|
705
|
+
.container-large.svelte-1c7weh9.svelte-1c7weh9 {
|
|
654
706
|
max-width: 365px; } }
|
|
655
707
|
|
|
656
708
|
@media all and (max-width: 425px) {
|
|
657
|
-
.container-large.svelte-
|
|
709
|
+
.container-large.svelte-1c7weh9.svelte-1c7weh9 {
|
|
658
710
|
max-width: calc(100% - 60px); } }
|
|
659
711
|
|
|
660
712
|
@media all and (max-width: 375px) {
|
|
661
|
-
.container-large.svelte-
|
|
713
|
+
.container-large.svelte-1c7weh9.svelte-1c7weh9 {
|
|
662
714
|
max-width: calc(100% - 40px); } }
|
|
663
715
|
|
|
664
716
|
@media all and (max-width: 320px) {
|
|
665
|
-
.container-large.svelte-
|
|
717
|
+
.container-large.svelte-1c7weh9.svelte-1c7weh9 {
|
|
666
718
|
max-width: calc(100% - 20px); } }
|
|
667
719
|
|
|
668
|
-
.container-medium.svelte-
|
|
720
|
+
.container-medium.svelte-1c7weh9.svelte-1c7weh9 {
|
|
669
721
|
width: calc(100% - 20px);
|
|
670
722
|
max-width: 884px;
|
|
671
723
|
margin-left: auto;
|
|
@@ -673,30 +725,30 @@ input.svelte-1r94s7.svelte-1r94s7:focus {
|
|
|
673
725
|
transition: max-width ease-out 200ms; }
|
|
674
726
|
|
|
675
727
|
@media all and (max-width: 1024px) {
|
|
676
|
-
.container-medium.svelte-
|
|
728
|
+
.container-medium.svelte-1c7weh9.svelte-1c7weh9 {
|
|
677
729
|
max-width: 648px; } }
|
|
678
730
|
|
|
679
731
|
@media all and (max-width: 768px) {
|
|
680
|
-
.container-medium.svelte-
|
|
732
|
+
.container-medium.svelte-1c7weh9.svelte-1c7weh9 {
|
|
681
733
|
max-width: 496px; } }
|
|
682
734
|
|
|
683
735
|
@media all and (max-width: 596px) {
|
|
684
|
-
.container-medium.svelte-
|
|
736
|
+
.container-medium.svelte-1c7weh9.svelte-1c7weh9 {
|
|
685
737
|
max-width: 365px; } }
|
|
686
738
|
|
|
687
739
|
@media all and (max-width: 425px) {
|
|
688
|
-
.container-medium.svelte-
|
|
740
|
+
.container-medium.svelte-1c7weh9.svelte-1c7weh9 {
|
|
689
741
|
max-width: calc(100% - 60px); } }
|
|
690
742
|
|
|
691
743
|
@media all and (max-width: 375px) {
|
|
692
|
-
.container-medium.svelte-
|
|
744
|
+
.container-medium.svelte-1c7weh9.svelte-1c7weh9 {
|
|
693
745
|
max-width: calc(100% - 40px); } }
|
|
694
746
|
|
|
695
747
|
@media all and (max-width: 320px) {
|
|
696
|
-
.container-medium.svelte-
|
|
748
|
+
.container-medium.svelte-1c7weh9.svelte-1c7weh9 {
|
|
697
749
|
max-width: calc(100% - 20px); } }
|
|
698
750
|
|
|
699
|
-
.container-small.svelte-
|
|
751
|
+
.container-small.svelte-1c7weh9.svelte-1c7weh9 {
|
|
700
752
|
width: calc(100% - 20px);
|
|
701
753
|
max-width: 496px;
|
|
702
754
|
margin-left: auto;
|
|
@@ -704,18 +756,18 @@ input.svelte-1r94s7.svelte-1r94s7:focus {
|
|
|
704
756
|
transition: max-width ease-out 200ms; }
|
|
705
757
|
|
|
706
758
|
@media all and (max-width: 425px) {
|
|
707
|
-
.container-small.svelte-
|
|
759
|
+
.container-small.svelte-1c7weh9.svelte-1c7weh9 {
|
|
708
760
|
max-width: calc(100% - 60px); } }
|
|
709
761
|
|
|
710
762
|
@media all and (max-width: 375px) {
|
|
711
|
-
.container-small.svelte-
|
|
763
|
+
.container-small.svelte-1c7weh9.svelte-1c7weh9 {
|
|
712
764
|
max-width: calc(100% - 40px); } }
|
|
713
765
|
|
|
714
766
|
@media all and (max-width: 320px) {
|
|
715
|
-
.container-small.svelte-
|
|
767
|
+
.container-small.svelte-1c7weh9.svelte-1c7weh9 {
|
|
716
768
|
max-width: calc(100% - 20px); } }
|
|
717
769
|
|
|
718
|
-
.iroco-ui-button.svelte-
|
|
770
|
+
.iroco-ui-button.svelte-1c7weh9.svelte-1c7weh9 {
|
|
719
771
|
cursor: pointer;
|
|
720
772
|
-webkit-touch-callout: none;
|
|
721
773
|
-webkit-user-select: none;
|
|
@@ -730,77 +782,77 @@ input.svelte-1r94s7.svelte-1r94s7:focus {
|
|
|
730
782
|
text-transform: uppercase;
|
|
731
783
|
border-radius: 0.3em; }
|
|
732
784
|
|
|
733
|
-
.iroco-ui-button--basic.svelte-
|
|
785
|
+
.iroco-ui-button--basic.svelte-1c7weh9.svelte-1c7weh9 {
|
|
734
786
|
background: #f2ebe3;
|
|
735
787
|
border: 1px solid #18151E; }
|
|
736
788
|
|
|
737
|
-
.iroco-ui-button--dark.svelte-
|
|
789
|
+
.iroco-ui-button--dark.svelte-1c7weh9.svelte-1c7weh9 {
|
|
738
790
|
background: #18151E;
|
|
739
791
|
color: #f2ebe3; }
|
|
740
792
|
|
|
741
|
-
.iroco-ui-button--success.svelte-
|
|
793
|
+
.iroco-ui-button--success.svelte-1c7weh9.svelte-1c7weh9 {
|
|
742
794
|
background: #00D692;
|
|
743
795
|
color: #18151E; }
|
|
744
796
|
|
|
745
|
-
.iroco-ui-button--danger.svelte-
|
|
797
|
+
.iroco-ui-button--danger.svelte-1c7weh9.svelte-1c7weh9 {
|
|
746
798
|
background: #ff504d; }
|
|
747
799
|
|
|
748
|
-
.iroco-ui-button--regular.svelte-
|
|
800
|
+
.iroco-ui-button--regular.svelte-1c7weh9.svelte-1c7weh9 {
|
|
749
801
|
padding: 1em 2em; }
|
|
750
802
|
|
|
751
|
-
.iroco-ui-button--small.svelte-
|
|
803
|
+
.iroco-ui-button--small.svelte-1c7weh9.svelte-1c7weh9 {
|
|
752
804
|
padding: 0.5em 1em; }
|
|
753
805
|
|
|
754
|
-
.iroco-ui-button--basic.svelte-
|
|
806
|
+
.iroco-ui-button--basic.svelte-1c7weh9.svelte-1c7weh9:hover, .iroco-ui-button--success.svelte-1c7weh9.svelte-1c7weh9:hover, .iroco-ui-button--danger.svelte-1c7weh9.svelte-1c7weh9:hover {
|
|
755
807
|
box-shadow: inset 0 0 0 10em rgba(0, 0, 0, 0.2); }
|
|
756
808
|
|
|
757
|
-
.iroco-ui-button--dark.svelte-
|
|
809
|
+
.iroco-ui-button--dark.svelte-1c7weh9.svelte-1c7weh9:hover {
|
|
758
810
|
box-shadow: inset 0 0 0 10em rgba(255, 255, 255, 0.2); }
|
|
759
811
|
|
|
760
|
-
.iroco-ui-button.svelte-
|
|
812
|
+
.iroco-ui-button.svelte-1c7weh9.svelte-1c7weh9:active {
|
|
761
813
|
box-shadow: none; }
|
|
762
814
|
|
|
763
|
-
.iroco-ui-button.disabled.svelte-
|
|
815
|
+
.iroco-ui-button.disabled.svelte-1c7weh9.svelte-1c7weh9 {
|
|
764
816
|
background-color: #f5f5f5;
|
|
765
817
|
cursor: default; }
|
|
766
818
|
|
|
767
|
-
.iroco-ui-button.disabled.svelte-
|
|
819
|
+
.iroco-ui-button.disabled.svelte-1c7weh9.svelte-1c7weh9:hover {
|
|
768
820
|
box-shadow: none; }
|
|
769
821
|
|
|
770
|
-
.font-color-blue.svelte-
|
|
822
|
+
.font-color-blue.svelte-1c7weh9.svelte-1c7weh9 {
|
|
771
823
|
color: #00B9FF; }
|
|
772
824
|
|
|
773
|
-
.font-color-darkBlue.svelte-
|
|
825
|
+
.font-color-darkBlue.svelte-1c7weh9.svelte-1c7weh9 {
|
|
774
826
|
color: #211D28; }
|
|
775
827
|
|
|
776
|
-
.font-color-nightBlue.svelte-
|
|
828
|
+
.font-color-nightBlue.svelte-1c7weh9.svelte-1c7weh9 {
|
|
777
829
|
color: #18151E; }
|
|
778
830
|
|
|
779
|
-
.font-color-green.svelte-
|
|
831
|
+
.font-color-green.svelte-1c7weh9.svelte-1c7weh9 {
|
|
780
832
|
color: #00D692; }
|
|
781
833
|
|
|
782
|
-
.font-color-red.svelte-
|
|
834
|
+
.font-color-red.svelte-1c7weh9.svelte-1c7weh9 {
|
|
783
835
|
color: #ff504d; }
|
|
784
836
|
|
|
785
|
-
.font-color-yellow.svelte-
|
|
837
|
+
.font-color-yellow.svelte-1c7weh9.svelte-1c7weh9 {
|
|
786
838
|
color: #FFE032; }
|
|
787
839
|
|
|
788
|
-
.font-color-beige.svelte-
|
|
840
|
+
.font-color-beige.svelte-1c7weh9.svelte-1c7weh9 {
|
|
789
841
|
color: #f2ebe3; }
|
|
790
842
|
|
|
791
|
-
.font-color-darkBeige.svelte-
|
|
843
|
+
.font-color-darkBeige.svelte-1c7weh9.svelte-1c7weh9 {
|
|
792
844
|
color: #a9a29e; }
|
|
793
845
|
|
|
794
|
-
.font-color-mediumGrey.svelte-
|
|
846
|
+
.font-color-mediumGrey.svelte-1c7weh9.svelte-1c7weh9 {
|
|
795
847
|
color: #464452; }
|
|
796
848
|
|
|
797
|
-
.font-color-darkGrey.svelte-
|
|
849
|
+
.font-color-darkGrey.svelte-1c7weh9.svelte-1c7weh9 {
|
|
798
850
|
color: #33323a; }
|
|
799
851
|
|
|
800
|
-
.font-color-lightGrey.svelte-
|
|
852
|
+
.font-color-lightGrey.svelte-1c7weh9.svelte-1c7weh9 {
|
|
801
853
|
color: #f5f5f5; }
|
|
802
854
|
|
|
803
|
-
.container-wide.svelte-
|
|
855
|
+
.container-wide.svelte-1c7weh9.svelte-1c7weh9 {
|
|
804
856
|
width: calc(100% - 20px);
|
|
805
857
|
max-width: 2360px;
|
|
806
858
|
margin-left: auto;
|
|
@@ -808,42 +860,42 @@ input.svelte-1r94s7.svelte-1r94s7:focus {
|
|
|
808
860
|
transition: max-width ease-out 200ms; }
|
|
809
861
|
|
|
810
862
|
@media all and (max-width: 2560px) {
|
|
811
|
-
.container-wide.svelte-
|
|
863
|
+
.container-wide.svelte-1c7weh9.svelte-1c7weh9 {
|
|
812
864
|
max-width: 1620px; } }
|
|
813
865
|
|
|
814
866
|
@media all and (max-width: 1800px) {
|
|
815
|
-
.container-wide.svelte-
|
|
867
|
+
.container-wide.svelte-1c7weh9.svelte-1c7weh9 {
|
|
816
868
|
max-width: 1280px; } }
|
|
817
869
|
|
|
818
870
|
@media all and (max-width: 1440px) {
|
|
819
|
-
.container-wide.svelte-
|
|
871
|
+
.container-wide.svelte-1c7weh9.svelte-1c7weh9 {
|
|
820
872
|
max-width: 884px; } }
|
|
821
873
|
|
|
822
874
|
@media all and (max-width: 1024px) {
|
|
823
|
-
.container-wide.svelte-
|
|
875
|
+
.container-wide.svelte-1c7weh9.svelte-1c7weh9 {
|
|
824
876
|
max-width: 648px; } }
|
|
825
877
|
|
|
826
878
|
@media all and (max-width: 768px) {
|
|
827
|
-
.container-wide.svelte-
|
|
879
|
+
.container-wide.svelte-1c7weh9.svelte-1c7weh9 {
|
|
828
880
|
max-width: 496px; } }
|
|
829
881
|
|
|
830
882
|
@media all and (max-width: 596px) {
|
|
831
|
-
.container-wide.svelte-
|
|
883
|
+
.container-wide.svelte-1c7weh9.svelte-1c7weh9 {
|
|
832
884
|
max-width: 365px; } }
|
|
833
885
|
|
|
834
886
|
@media all and (max-width: 425px) {
|
|
835
|
-
.container-wide.svelte-
|
|
887
|
+
.container-wide.svelte-1c7weh9.svelte-1c7weh9 {
|
|
836
888
|
max-width: calc(100% - 60px); } }
|
|
837
889
|
|
|
838
890
|
@media all and (max-width: 375px) {
|
|
839
|
-
.container-wide.svelte-
|
|
891
|
+
.container-wide.svelte-1c7weh9.svelte-1c7weh9 {
|
|
840
892
|
max-width: calc(100% - 40px); } }
|
|
841
893
|
|
|
842
894
|
@media all and (max-width: 320px) {
|
|
843
|
-
.container-wide.svelte-
|
|
895
|
+
.container-wide.svelte-1c7weh9.svelte-1c7weh9 {
|
|
844
896
|
max-width: calc(100% - 20px); } }
|
|
845
897
|
|
|
846
|
-
.container-large.svelte-
|
|
898
|
+
.container-large.svelte-1c7weh9.svelte-1c7weh9 {
|
|
847
899
|
width: calc(100% - 20px);
|
|
848
900
|
max-width: 1280px;
|
|
849
901
|
margin-left: auto;
|
|
@@ -851,34 +903,34 @@ input.svelte-1r94s7.svelte-1r94s7:focus {
|
|
|
851
903
|
transition: max-width ease-out 200ms; }
|
|
852
904
|
|
|
853
905
|
@media all and (max-width: 1440px) {
|
|
854
|
-
.container-large.svelte-
|
|
906
|
+
.container-large.svelte-1c7weh9.svelte-1c7weh9 {
|
|
855
907
|
max-width: 884px; } }
|
|
856
908
|
|
|
857
909
|
@media all and (max-width: 1024px) {
|
|
858
|
-
.container-large.svelte-
|
|
910
|
+
.container-large.svelte-1c7weh9.svelte-1c7weh9 {
|
|
859
911
|
max-width: 648px; } }
|
|
860
912
|
|
|
861
913
|
@media all and (max-width: 768px) {
|
|
862
|
-
.container-large.svelte-
|
|
914
|
+
.container-large.svelte-1c7weh9.svelte-1c7weh9 {
|
|
863
915
|
max-width: 496px; } }
|
|
864
916
|
|
|
865
917
|
@media all and (max-width: 596px) {
|
|
866
|
-
.container-large.svelte-
|
|
918
|
+
.container-large.svelte-1c7weh9.svelte-1c7weh9 {
|
|
867
919
|
max-width: 365px; } }
|
|
868
920
|
|
|
869
921
|
@media all and (max-width: 425px) {
|
|
870
|
-
.container-large.svelte-
|
|
922
|
+
.container-large.svelte-1c7weh9.svelte-1c7weh9 {
|
|
871
923
|
max-width: calc(100% - 60px); } }
|
|
872
924
|
|
|
873
925
|
@media all and (max-width: 375px) {
|
|
874
|
-
.container-large.svelte-
|
|
926
|
+
.container-large.svelte-1c7weh9.svelte-1c7weh9 {
|
|
875
927
|
max-width: calc(100% - 40px); } }
|
|
876
928
|
|
|
877
929
|
@media all and (max-width: 320px) {
|
|
878
|
-
.container-large.svelte-
|
|
930
|
+
.container-large.svelte-1c7weh9.svelte-1c7weh9 {
|
|
879
931
|
max-width: calc(100% - 20px); } }
|
|
880
932
|
|
|
881
|
-
.container-medium.svelte-
|
|
933
|
+
.container-medium.svelte-1c7weh9.svelte-1c7weh9 {
|
|
882
934
|
width: calc(100% - 20px);
|
|
883
935
|
max-width: 884px;
|
|
884
936
|
margin-left: auto;
|
|
@@ -886,30 +938,30 @@ input.svelte-1r94s7.svelte-1r94s7:focus {
|
|
|
886
938
|
transition: max-width ease-out 200ms; }
|
|
887
939
|
|
|
888
940
|
@media all and (max-width: 1024px) {
|
|
889
|
-
.container-medium.svelte-
|
|
941
|
+
.container-medium.svelte-1c7weh9.svelte-1c7weh9 {
|
|
890
942
|
max-width: 648px; } }
|
|
891
943
|
|
|
892
944
|
@media all and (max-width: 768px) {
|
|
893
|
-
.container-medium.svelte-
|
|
945
|
+
.container-medium.svelte-1c7weh9.svelte-1c7weh9 {
|
|
894
946
|
max-width: 496px; } }
|
|
895
947
|
|
|
896
948
|
@media all and (max-width: 596px) {
|
|
897
|
-
.container-medium.svelte-
|
|
949
|
+
.container-medium.svelte-1c7weh9.svelte-1c7weh9 {
|
|
898
950
|
max-width: 365px; } }
|
|
899
951
|
|
|
900
952
|
@media all and (max-width: 425px) {
|
|
901
|
-
.container-medium.svelte-
|
|
953
|
+
.container-medium.svelte-1c7weh9.svelte-1c7weh9 {
|
|
902
954
|
max-width: calc(100% - 60px); } }
|
|
903
955
|
|
|
904
956
|
@media all and (max-width: 375px) {
|
|
905
|
-
.container-medium.svelte-
|
|
957
|
+
.container-medium.svelte-1c7weh9.svelte-1c7weh9 {
|
|
906
958
|
max-width: calc(100% - 40px); } }
|
|
907
959
|
|
|
908
960
|
@media all and (max-width: 320px) {
|
|
909
|
-
.container-medium.svelte-
|
|
961
|
+
.container-medium.svelte-1c7weh9.svelte-1c7weh9 {
|
|
910
962
|
max-width: calc(100% - 20px); } }
|
|
911
963
|
|
|
912
|
-
.container-small.svelte-
|
|
964
|
+
.container-small.svelte-1c7weh9.svelte-1c7weh9 {
|
|
913
965
|
width: calc(100% - 20px);
|
|
914
966
|
max-width: 496px;
|
|
915
967
|
margin-left: auto;
|
|
@@ -917,58 +969,54 @@ input.svelte-1r94s7.svelte-1r94s7:focus {
|
|
|
917
969
|
transition: max-width ease-out 200ms; }
|
|
918
970
|
|
|
919
971
|
@media all and (max-width: 425px) {
|
|
920
|
-
.container-small.svelte-
|
|
972
|
+
.container-small.svelte-1c7weh9.svelte-1c7weh9 {
|
|
921
973
|
max-width: calc(100% - 60px); } }
|
|
922
974
|
|
|
923
975
|
@media all and (max-width: 375px) {
|
|
924
|
-
.container-small.svelte-
|
|
976
|
+
.container-small.svelte-1c7weh9.svelte-1c7weh9 {
|
|
925
977
|
max-width: calc(100% - 40px); } }
|
|
926
978
|
|
|
927
979
|
@media all and (max-width: 320px) {
|
|
928
|
-
.container-small.svelte-
|
|
980
|
+
.container-small.svelte-1c7weh9.svelte-1c7weh9 {
|
|
929
981
|
max-width: calc(100% - 20px); } }
|
|
930
982
|
|
|
931
|
-
.iroco-ui-form.svelte-
|
|
983
|
+
.iroco-ui-form.svelte-1c7weh9 .iroco-ui-input.svelte-1c7weh9 {
|
|
932
984
|
display: flex;
|
|
933
985
|
flex-direction: column; }
|
|
934
986
|
|
|
935
|
-
.iroco-ui-form.svelte-
|
|
987
|
+
.iroco-ui-form.svelte-1c7weh9 .iroco-ui-label.svelte-1c7weh9 {
|
|
936
988
|
color: rgba(242, 235, 227, 0.6);
|
|
937
989
|
font-weight: bold;
|
|
938
990
|
padding-bottom: 10px;
|
|
939
991
|
display: inline-block; }
|
|
940
992
|
|
|
941
|
-
.iroco-ui-form.svelte-
|
|
993
|
+
.iroco-ui-form.svelte-1c7weh9 .field.svelte-1c7weh9 {
|
|
942
994
|
margin-top: 20px; }
|
|
943
995
|
|
|
944
|
-
.iroco-ui-form.svelte-
|
|
996
|
+
.iroco-ui-form.svelte-1c7weh9 .field.svelte-1c7weh9:first-child {
|
|
945
997
|
margin: 0; }
|
|
946
998
|
|
|
947
|
-
.iroco-ui-form.svelte-
|
|
999
|
+
.iroco-ui-form.svelte-1c7weh9 > .submit.svelte-1c7weh9 {
|
|
948
1000
|
margin-top: 40px; }
|
|
949
1001
|
|
|
950
|
-
.svelte-
|
|
1002
|
+
.svelte-1c7weh9.svelte-1c7weh9, .svelte-1c7weh9.svelte-1c7weh9::before, .svelte-1c7weh9.svelte-1c7weh9::after {
|
|
951
1003
|
-webkit-box-sizing: border-box;
|
|
952
1004
|
box-sizing: border-box; }
|
|
953
1005
|
|
|
954
|
-
a.svelte-
|
|
1006
|
+
a.svelte-1c7weh9.svelte-1c7weh9, a.svelte-1c7weh9.svelte-1c7weh9:visited, a.svelte-1c7weh9.svelte-1c7weh9:active, button.svelte-1c7weh9.svelte-1c7weh9 {
|
|
955
1007
|
outline: none;
|
|
956
1008
|
text-decoration: none;
|
|
957
1009
|
font-size: 14px;
|
|
958
1010
|
color: #f2ebe3; }
|
|
959
1011
|
|
|
960
|
-
.nav__sidebar__item.svelte-
|
|
1012
|
+
.nav__sidebar__item.svelte-1c7weh9.svelte-1c7weh9, .nav__topbar__item.svelte-1c7weh9.svelte-1c7weh9 {
|
|
961
1013
|
text-decoration: none;
|
|
962
|
-
font-size: 0.75em;
|
|
963
1014
|
display: block; }
|
|
964
1015
|
|
|
965
|
-
.
|
|
966
|
-
font-size: 1.5em; }
|
|
967
|
-
|
|
968
|
-
.nav__sidebar__close.svelte-bnqj2n.svelte-bnqj2n, .nav__topbar__close.svelte-bnqj2n.svelte-bnqj2n {
|
|
1016
|
+
.nav__sidebar__close.svelte-1c7weh9.svelte-1c7weh9, .nav__topbar__close.svelte-1c7weh9.svelte-1c7weh9 {
|
|
969
1017
|
display: none; }
|
|
970
1018
|
|
|
971
|
-
.nav__sidebar.svelte-
|
|
1019
|
+
.nav__sidebar.svelte-1c7weh9.svelte-1c7weh9 {
|
|
972
1020
|
height: 100%;
|
|
973
1021
|
width: 300px;
|
|
974
1022
|
position: absolute;
|
|
@@ -976,38 +1024,38 @@ a.svelte-bnqj2n.svelte-bnqj2n, a.svelte-bnqj2n.svelte-bnqj2n:visited, a.svelte-b
|
|
|
976
1024
|
left: 0;
|
|
977
1025
|
overflow-x: hidden; }
|
|
978
1026
|
|
|
979
|
-
.nav__sidebar__item-container.svelte-
|
|
1027
|
+
.nav__sidebar__item-container.svelte-1c7weh9.svelte-1c7weh9 {
|
|
980
1028
|
margin: 0;
|
|
981
1029
|
padding: 0;
|
|
982
1030
|
width: 100%;
|
|
983
1031
|
height: 100%; }
|
|
984
1032
|
|
|
985
|
-
.nav__sidebar__item.svelte-
|
|
1033
|
+
.nav__sidebar__item.svelte-1c7weh9.svelte-1c7weh9 {
|
|
986
1034
|
padding: 2em;
|
|
987
1035
|
border-top: 1px solid #464452; }
|
|
988
1036
|
|
|
989
|
-
.nav__sidebar__item.svelte-
|
|
1037
|
+
.nav__sidebar__item.svelte-1c7weh9.svelte-1c7weh9:first-child {
|
|
990
1038
|
border-top: none; }
|
|
991
1039
|
|
|
992
|
-
.nav__sidebar.svelte-
|
|
1040
|
+
.nav__sidebar.svelte-1c7weh9 .active.svelte-1c7weh9 {
|
|
993
1041
|
border-top: 1px solid #00D692;
|
|
994
1042
|
border-bottom: 1px solid #00D692; }
|
|
995
1043
|
|
|
996
|
-
.nav__topbar.svelte-
|
|
1044
|
+
.nav__topbar.svelte-1c7weh9.svelte-1c7weh9 {
|
|
997
1045
|
flex-grow: 1;
|
|
998
1046
|
display: flex;
|
|
999
1047
|
justify-content: flex-end; }
|
|
1000
1048
|
|
|
1001
|
-
.nav__topbar.svelte-
|
|
1049
|
+
.nav__topbar.svelte-1c7weh9 ul.svelte-1c7weh9, .nav__topbar.svelte-1c7weh9 li.svelte-1c7weh9 {
|
|
1002
1050
|
display: inline; }
|
|
1003
1051
|
|
|
1004
|
-
.nav__topbar.svelte-
|
|
1052
|
+
.nav__topbar.svelte-1c7weh9 ul.svelte-1c7weh9 {
|
|
1005
1053
|
display: flex;
|
|
1006
1054
|
flex-grow: 1;
|
|
1007
1055
|
justify-content: space-around; }
|
|
1008
1056
|
|
|
1009
1057
|
@media all and (max-width: 768px) {
|
|
1010
|
-
.nav__sidebar.svelte-
|
|
1058
|
+
.nav__sidebar.svelte-1c7weh9.svelte-1c7weh9, .nav__topbar.svelte-1c7weh9.svelte-1c7weh9 {
|
|
1011
1059
|
position: fixed;
|
|
1012
1060
|
background-color: #211D28;
|
|
1013
1061
|
top: 0;
|
|
@@ -1017,12 +1065,12 @@ a.svelte-bnqj2n.svelte-bnqj2n, a.svelte-bnqj2n.svelte-bnqj2n:visited, a.svelte-b
|
|
|
1017
1065
|
padding-top: 2em;
|
|
1018
1066
|
margin: 0;
|
|
1019
1067
|
border-right: none; }
|
|
1020
|
-
.nav__sidebar__item-container.svelte-
|
|
1068
|
+
.nav__sidebar__item-container.svelte-1c7weh9.svelte-1c7weh9, .nav__topbar__item-container.svelte-1c7weh9.svelte-1c7weh9 {
|
|
1021
1069
|
padding: 0em;
|
|
1022
1070
|
margin-top: 2rem; }
|
|
1023
|
-
.nav__sidebar.svelte-
|
|
1071
|
+
.nav__sidebar.svelte-1c7weh9 ul.svelte-1c7weh9, .nav__sidebar.svelte-1c7weh9 li.svelte-1c7weh9, .nav__topbar.svelte-1c7weh9 ul.svelte-1c7weh9, .nav__topbar.svelte-1c7weh9 li.svelte-1c7weh9 {
|
|
1024
1072
|
display: block; }
|
|
1025
|
-
.nav__sidebar__close.svelte-
|
|
1073
|
+
.nav__sidebar__close.svelte-1c7weh9.svelte-1c7weh9, .nav__topbar__close.svelte-1c7weh9.svelte-1c7weh9 {
|
|
1026
1074
|
display: block;
|
|
1027
1075
|
position: absolute;
|
|
1028
1076
|
right: 0;
|
|
@@ -1030,14 +1078,14 @@ a.svelte-bnqj2n.svelte-bnqj2n, a.svelte-bnqj2n.svelte-bnqj2n:visited, a.svelte-b
|
|
|
1030
1078
|
background-color: transparent;
|
|
1031
1079
|
border: none;
|
|
1032
1080
|
color: #a9a29e; }
|
|
1033
|
-
.nav__sidebar.svelte-
|
|
1081
|
+
.nav__sidebar.svelte-1c7weh9.svelte-1c7weh9 {
|
|
1034
1082
|
top: 0;
|
|
1035
1083
|
left: 0; }
|
|
1036
|
-
.nav__sidebar__item.svelte-
|
|
1084
|
+
.nav__sidebar__item.svelte-1c7weh9.svelte-1c7weh9:first-child {
|
|
1037
1085
|
border-top: 1px solid #464452; }
|
|
1038
|
-
.nav__topbar.svelte-
|
|
1086
|
+
.nav__topbar.svelte-1c7weh9.svelte-1c7weh9 {
|
|
1039
1087
|
height: 100%; }
|
|
1040
|
-
.nav__topbar__item.svelte-
|
|
1088
|
+
.nav__topbar__item.svelte-1c7weh9.svelte-1c7weh9 {
|
|
1041
1089
|
padding: 2em;
|
|
1042
1090
|
border-top: 1px solid #464452; } }
|
|
1043
1091
|
|
|
@@ -1046,54 +1094,3 @@ a.svelte-bnqj2n.svelte-bnqj2n, a.svelte-bnqj2n.svelte-bnqj2n:visited, a.svelte-b
|
|
|
1046
1094
|
@use "fonts";
|
|
1047
1095
|
@use "forms";
|
|
1048
1096
|
@use "layouts";
|
|
1049
|
-
.font-color-blue.svelte-xrcxsu {
|
|
1050
|
-
color: #00B9FF; }
|
|
1051
|
-
|
|
1052
|
-
.font-color-darkBlue.svelte-xrcxsu {
|
|
1053
|
-
color: #211D28; }
|
|
1054
|
-
|
|
1055
|
-
.font-color-nightBlue.svelte-xrcxsu {
|
|
1056
|
-
color: #18151E; }
|
|
1057
|
-
|
|
1058
|
-
.font-color-green.svelte-xrcxsu {
|
|
1059
|
-
color: #00D692; }
|
|
1060
|
-
|
|
1061
|
-
.font-color-red.svelte-xrcxsu {
|
|
1062
|
-
color: #ff504d; }
|
|
1063
|
-
|
|
1064
|
-
.font-color-yellow.svelte-xrcxsu {
|
|
1065
|
-
color: #FFE032; }
|
|
1066
|
-
|
|
1067
|
-
.font-color-beige.svelte-xrcxsu {
|
|
1068
|
-
color: #f2ebe3; }
|
|
1069
|
-
|
|
1070
|
-
.font-color-darkBeige.svelte-xrcxsu {
|
|
1071
|
-
color: #a9a29e; }
|
|
1072
|
-
|
|
1073
|
-
.font-color-mediumGrey.svelte-xrcxsu {
|
|
1074
|
-
color: #464452; }
|
|
1075
|
-
|
|
1076
|
-
.font-color-darkGrey.svelte-xrcxsu {
|
|
1077
|
-
color: #33323a; }
|
|
1078
|
-
|
|
1079
|
-
.font-color-lightGrey.svelte-xrcxsu {
|
|
1080
|
-
color: #f5f5f5; }
|
|
1081
|
-
|
|
1082
|
-
.alert.svelte-xrcxsu {
|
|
1083
|
-
min-height: 2em;
|
|
1084
|
-
display: inline-flex;
|
|
1085
|
-
align-items: center;
|
|
1086
|
-
border-radius: 0.3em;
|
|
1087
|
-
padding: 0 1em 0 1em;
|
|
1088
|
-
font-size: 1.2em;
|
|
1089
|
-
justify-content: center;
|
|
1090
|
-
margin-bottom: 1em;
|
|
1091
|
-
cursor: pointer; }
|
|
1092
|
-
|
|
1093
|
-
.alert--danger.svelte-xrcxsu {
|
|
1094
|
-
background-color: rgba(255, 80, 77, 0.5);
|
|
1095
|
-
border: 1px solid #ff504d; }
|
|
1096
|
-
|
|
1097
|
-
.alert--success.svelte-xrcxsu {
|
|
1098
|
-
background-color: rgba(0, 214, 146, 0.5);
|
|
1099
|
-
border: 1px solid #00D692; }
|