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