cozy-sharing 10.3.0 → 10.4.0

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.
@@ -8,9 +8,7 @@
8
8
  .CozyPassFingerprintDialogContent__cozy-pass-fingerprint-modal__fingerprint___3qIGs p {
9
9
  color: var(--secondaryColor);
10
10
  }
11
- /*
12
- imported from recipient.styl
13
- */
11
+ /* imported from recipient.styl */
14
12
 
15
13
  @-moz-keyframes recipient__spin___2tYv3 {
16
14
  from {
@@ -100,1643 +98,91 @@
100
98
  transform: translate3d(4px, 0, 0);
101
99
  }
102
100
  }
103
- .u-visuallyhidden {
104
- position: absolute !important;
105
- border: 0 !important;
106
- width: 0.063rem !important;
107
- height: 0.063rem !important;
108
- overflow: hidden !important;
109
- padding: 0 !important;
110
- white-space: nowrap !important;
111
- clip: rect(0.063rem, 0.063rem, 0.063rem, 0.063rem) !important;
112
- clip-path: inset(50%) !important;
113
- }
114
- .u-hide {
115
- display: none !important;
116
- visibility: hidden !important;
117
- }
118
- @media (max-width: 63.938rem) {
119
- .u-hide--mob {
120
- display: none !important;
121
- }
122
- }
123
- @media (min-width: 64rem) {
124
- .u-hide--tablet {
125
- display: none !important;
126
- }
127
- }
128
- @media (min-width: 48.063rem) {
129
- .u-hide--desk {
130
- display: none !important;
131
- }
132
- }
133
- .u-dn {
134
- display: none;
135
- }
136
- .u-di {
137
- display: inline;
138
- }
139
- .u-db {
140
- display: block;
141
- }
142
- .u-dib {
143
- display: inline-block;
144
- }
145
- .u-dit {
146
- display: inline-table;
147
- }
148
- .u-dt {
149
- display: table;
150
- }
151
- .u-dtc {
152
- display: table-cell;
153
- }
154
- .u-dt-row {
155
- display: table-row;
156
- }
157
- .u-dt-row-group {
158
- display: table-row-group;
159
- }
160
- .u-dt-column {
161
- display: table-column;
162
- }
163
- .u-dt-column-group {
164
- display: table-column-group;
165
- }
166
- @media (max-width: 30rem) {
167
- .u-dn-t {
168
- display: none;
169
- }
170
- .u-di-t {
171
- display: inline;
172
- }
173
- .u-db-t {
174
- display: block;
175
- }
176
- .u-dib-t {
177
- display: inline-block;
178
- }
179
- .u-dit-t {
180
- display: inline-table;
181
- }
182
- .u-dt-t {
183
- display: table;
184
- }
185
- .u-dtc-t {
186
- display: table-cell;
187
- }
188
- .u-dt-row-t {
189
- display: table-row;
190
- }
191
- .u-dt-row-group-t {
192
- display: table-row-group;
193
- }
194
- .u-dt-column-t {
195
- display: table-column;
196
- }
197
- .u-dt-column-group-t {
198
- display: table-column-group;
199
- }
200
- }
201
- @media (max-width: 48rem) {
202
- .u-dn-s {
203
- display: none;
204
- }
205
- .u-di-s {
206
- display: inline;
207
- }
208
- .u-db-s {
209
- display: block;
210
- }
211
- .u-dib-s {
212
- display: inline-block;
213
- }
214
- .u-dit-s {
215
- display: inline-table;
216
- }
217
- .u-dt-s {
218
- display: table;
219
- }
220
- .u-dtc-s {
221
- display: table-cell;
222
- }
223
- .u-dt-row-s {
224
- display: table-row;
225
- }
226
- .u-dt-row-group-s {
227
- display: table-row-group;
228
- }
229
- .u-dt-column-s {
230
- display: table-column;
231
- }
232
- .u-dt-column-group-s {
233
- display: table-column-group;
234
- }
235
- }
236
- @media (max-width: 63.938rem) {
237
- .u-dn-m {
238
- display: none;
239
- }
240
- .u-di-m {
241
- display: inline;
242
- }
243
- .u-db-m {
244
- display: block;
245
- }
246
- .u-dib-m {
247
- display: inline-block;
248
- }
249
- .u-dit-m {
250
- display: inline-table;
251
- }
252
- .u-dt-m {
253
- display: table;
254
- }
255
- .u-dtc-m {
256
- display: table-cell;
257
- }
258
- .u-dt-row-m {
259
- display: table-row;
260
- }
261
- .u-dt-row-group-m {
262
- display: table-row-group;
263
- }
264
- .u-dt-column-m {
265
- display: table-column;
266
- }
267
- .u-dt-column-group-m {
268
- display: table-column-group;
269
- }
270
- }
271
- .u-black {
272
- color: var(--black) !important;
273
- }
274
- .u-charcoalGrey {
275
- color: var(--charcoalGrey) !important;
276
- }
277
- .u-coolGrey {
278
- color: var(--coolGrey) !important;
279
- }
280
- .u-silver {
281
- color: var(--silver) !important;
282
- }
283
- .u-slateGrey {
284
- color: var(--slateGrey) !important;
285
- }
286
- .u-lightishPurple {
287
- color: #b449e7 !important;
288
- }
289
- .u-dodgerBlue {
290
- color: #297ef2 !important;
291
- }
292
- .u-overlay {
293
- color: var(--overlay) !important;
294
- }
295
- .u-paleGrey {
296
- color: var(--paleGrey) !important;
297
- }
298
- .u-monza {
299
- color: #dd0505 !important;
300
- }
301
- .u-pomegranate {
302
- color: #f52d2d !important;
303
- }
304
- .u-primaryBackgroundLight {
305
- color: var(--primaryBackgroundLight) !important;
306
- }
307
- .u-primaryColor {
308
- color: var(--primaryColor) !important;
309
- }
310
- .u-primaryColorLight {
311
- color: var(--primaryColorLight) !important;
312
- }
313
- .u-primaryContrastTextColor {
314
- color: var(--primaryContrastTextColor) !important;
315
- }
316
- .u-error {
317
- color: var(--errorColor) !important;
318
- }
319
- .u-errorBackground {
320
- color: var(--errorBackground) !important;
321
- }
322
- .u-success {
323
- color: var(--successColor) !important;
324
- }
325
- .u-warning {
326
- color: var(--warningColor) !important;
327
- }
328
- .u-info {
329
- color: var(--infoColor) !important;
330
- }
331
- .u-weirdGreen {
332
- color: #40de8e !important;
333
- }
334
- .u-white {
335
- color: var(--white) !important;
336
- }
337
- .u-breakword {
338
- word-break: break-word;
339
- }
340
- .u-ellipsis {
341
- white-space: nowrap;
342
- overflow: hidden;
343
- text-overflow: ellipsis;
344
- }
345
- .u-spacellipsis {
346
- overflow: hidden;
347
- text-overflow: ellipsis;
348
- white-space: break-spaces;
349
- }
350
- @media (max-width: 30rem) {
351
- .u-spacellipsis-t {
352
- overflow: hidden;
353
- text-overflow: ellipsis;
354
- white-space: break-spaces;
355
- }
356
- }
357
- @media (max-width: 48rem) {
358
- .u-spacellipsis-s {
359
- overflow: hidden;
360
- text-overflow: ellipsis;
361
- white-space: break-spaces;
362
- }
363
- }
364
- @media (max-width: 63.938rem) {
365
- .u-spacellipsis-m {
366
- overflow: hidden;
367
- text-overflow: ellipsis;
368
- white-space: break-spaces;
369
- }
370
- }
371
- .u-midellipsis {
372
- display: flex;
373
- flex-wrap: nowrap;
374
- }
375
- .u-midellipsis > * {
376
- display: inline-block;
377
- max-width: 50%;
378
- overflow: hidden;
379
- white-space: pre;
380
- }
381
- .u-midellipsis > :first-child {
382
- text-overflow: ellipsis;
383
- }
384
- .u-midellipsis > :last-child {
385
- text-overflow: clip;
386
- direction: rtl;
387
- }
388
- @supports (text-overflow: '[...]') {
389
- .u-midellipsis > :first-child {
390
- text-overflow: '[...]';
391
- }
392
- }
393
- .u-link:link {
394
- color: var(--linkColor) !important;
395
- text-decoration: var(--linkTextDecoration) !important;
396
- }
397
- .u-link:visited,
398
- .u-link:active,
399
- .u-link:hover,
400
- .u-link:focus {
401
- color: var(--linkColorActive) !important;
402
- }
403
- .u-lh-tiny {
404
- line-height: 1 !important;
405
- }
406
- .u-lh-xsmall {
407
- line-height: 1.1 !important;
408
- }
409
- .u-lh-small {
410
- line-height: 1.2 !important;
411
- }
412
- .u-lh-medium {
413
- line-height: 1.3 !important;
414
- }
415
- .u-lh-large {
416
- line-height: 1.4 !important;
417
- }
418
- .u-lh-xlarge {
419
- line-height: 1.5 !important;
420
- }
421
- .u-fz-tiny {
422
- font-size: 0.75rem !important;
423
- line-height: 1.3 !important;
424
- }
425
- .u-fz-xsmall {
426
- font-size: 0.813rem !important;
427
- line-height: 1.4 !important;
428
- }
429
- .u-fz-small {
430
- font-size: 0.875rem !important;
431
- line-height: 1.4 !important;
432
- }
433
- .u-fz-medium {
434
- font-size: 1rem !important;
435
- line-height: 1.5 !important;
436
- }
437
- .u-fz-large {
438
- font-size: 1.125rem !important;
439
- line-height: 1.5 !important;
440
- }
441
- @media (max-width: 30rem) {
442
- .u-fz-tiny-t {
443
- font-size: 0.75rem !important;
444
- line-height: 1.3 !important;
445
- }
446
- .u-fz-xsmall-t {
447
- font-size: 0.813rem !important;
448
- line-height: 1.4 !important;
449
- }
450
- .u-fz-small-t {
451
- font-size: 0.875rem !important;
452
- line-height: 1.4 !important;
453
- }
454
- .u-fz-medium-t {
455
- font-size: 1rem !important;
456
- line-height: 1.5 !important;
457
- }
458
- .u-fz-large-t {
459
- font-size: 1.125rem !important;
460
- line-height: 1.5 !important;
461
- }
462
- }
463
- @media (max-width: 48rem) {
464
- .u-fz-tiny-s {
465
- font-size: 0.75rem !important;
466
- line-height: 1.3 !important;
467
- }
468
- .u-fz-xsmall-s {
469
- font-size: 0.813rem !important;
470
- line-height: 1.4 !important;
471
- }
472
- .u-fz-small-s {
473
- font-size: 0.875rem !important;
474
- line-height: 1.4 !important;
475
- }
476
- .u-fz-medium-s {
477
- font-size: 1rem !important;
478
- line-height: 1.5 !important;
479
- }
480
- .u-fz-large-s {
481
- font-size: 1.125rem !important;
482
- line-height: 1.5 !important;
483
- }
484
- }
485
- @media (max-width: 63.938rem) {
486
- .u-fz-tiny-m {
487
- font-size: 0.75rem !important;
488
- line-height: 1.3 !important;
489
- }
490
- .u-fz-xsmall-m {
491
- font-size: 0.813rem !important;
492
- line-height: 1.4 !important;
493
- }
494
- .u-fz-small-m {
495
- font-size: 0.875rem !important;
496
- line-height: 1.4 !important;
497
- }
498
- .u-fz-medium-m {
499
- font-size: 1rem !important;
500
- line-height: 1.5 !important;
501
- }
502
- .u-fz-large-m {
503
- font-size: 1.125rem !important;
504
- line-height: 1.5 !important;
505
- }
506
- }
507
- .u-ta-left {
508
- text-align: left !important;
509
- }
510
- .u-ta-right {
511
- text-align: right !important;
512
- }
513
- .u-ta-center {
514
- text-align: center !important;
515
- }
516
- .u-ta-justify {
517
- text-align: justify !important;
518
- }
519
- @media (max-width: 30rem) {
520
- .u-ta-left-t {
521
- text-align: left !important;
522
- }
523
- .u-ta-right-t {
524
- text-align: right !important;
525
- }
526
- .u-ta-center-t {
527
- text-align: center !important;
528
- }
529
- .u-ta-justify-t {
530
- text-align: justify !important;
531
- }
532
- }
533
- @media (max-width: 48rem) {
534
- .u-ta-left-s {
535
- text-align: left !important;
536
- }
537
- .u-ta-right-s {
538
- text-align: right !important;
539
- }
540
- .u-ta-center-s {
541
- text-align: center !important;
542
- }
543
- .u-ta-justify-s {
544
- text-align: justify !important;
545
- }
546
- }
547
- @media (max-width: 63.938rem) {
548
- .u-ta-left-m {
549
- text-align: left !important;
550
- }
551
- .u-ta-right-m {
552
- text-align: right !important;
553
- }
554
- .u-ta-center-m {
555
- text-align: center !important;
556
- }
557
- .u-ta-justify-m {
558
- text-align: justify !important;
559
- }
560
- }
561
- .u-fs-normal {
562
- font-style: normal !important;
563
- }
564
- .u-fs-italic {
565
- font-style: italic !important;
566
- }
567
- @media (max-width: 30rem) {
568
- .u-fs-normal-t {
569
- font-style: normal !important;
570
- }
571
- .u-fs-italic-t {
572
- font-style: italic !important;
573
- }
574
- }
575
- @media (max-width: 48rem) {
576
- .u-fs-normal-s {
577
- font-style: normal !important;
578
- }
579
- .u-fs-italic-s {
580
- font-style: italic !important;
581
- }
582
- }
583
- @media (max-width: 63.938rem) {
584
- .u-fs-normal-m {
585
- font-style: normal !important;
586
- }
587
- .u-fs-italic-m {
588
- font-style: italic !important;
589
- }
590
- }
591
- .u-fw-normal {
592
- font-weight: normal;
593
- }
594
- .u-fw-bold {
595
- font-weight: bold;
596
- }
597
- @media (max-width: 30rem) {
598
- .u-fw-normal-t {
599
- font-weight: normal;
600
- }
601
- .u-fw-bold-t {
602
- font-weight: bold;
603
- }
604
- }
605
- @media (max-width: 48rem) {
606
- .u-fw-normal-s {
607
- font-weight: normal;
608
- }
609
- .u-fw-bold-s {
610
- font-weight: bold;
611
- }
612
- }
613
- @media (max-width: 63.938rem) {
614
- .u-fw-normal-m {
615
- font-weight: normal;
616
- }
617
- .u-fw-bold-m {
618
- font-weight: bold;
619
- }
620
- }
621
- @media (pointer: coarse) {
622
- }
623
- :root {
624
- --invertedBackgroundColor: #297ef2;
625
- --invertedContrastTextColor: #fff;
626
- }
627
- .recipient__CozyTheme--inverted___21SPM {
628
- --primaryTextColor: #fff;
629
- --secondaryTextColor: rgba(255,255,255,0.64);
630
- --disabledTextColor: rgba(255,255,255,0.4);
631
- --hintTextColor: rgba(255,255,255,0.4);
632
- --iconTextColor: #fff;
633
- --actionColorActive: #fff;
634
- --actionColorHover: rgba(255,255,255,0.08);
635
- --actionColorSelected: rgba(255,255,255,0.16);
636
- --actionColorDisabled: rgba(255,255,255,0.32);
637
- --actionColorDisabledBackground: rgba(255,255,255,0.12);
638
- --actionColorFocus: rgba(255,255,255,0.24);
639
- --actionColorGhost: rgba(255,255,255,0.08);
640
- --actionColorHoverGhost: rgba(255,255,255,0.16);
641
- --dividerColor: rgba(255,255,255,0.16);
642
- --borderMainColor: rgba(255,255,255,0.24);
643
- --borderDisabledColor: rgba(255,255,255,0.12);
644
- --borderGhostColor: rgba(255,255,255,0.48);
645
- --borderGhostDisabledColor: rgba(255,255,255,0.24);
646
- --paperBackgroundColor: #297ef2;
647
- --defaultBackgroundColor: #579eff;
648
- --contrastBackgroundColor: rgba(255,255,255,0.12);
649
- --primaryColorLight: #fff;
650
- --primaryColor: #fff;
651
- --primaryColorDark: #eaf3ff;
652
- --primaryContrastTextColor: #297ef2;
653
- --secondaryColorLight: #f8eefd;
654
- --secondaryColor: #ecd7f7;
655
- --secondaryColorDark: #deb8f0;
656
- --secondaryContrastTextColor: rgba(29,33,42,0.9);
657
- --errorColorLight: #ffecec;
658
- --errorColor: #ffd3d3;
659
- --errorColorDark: #ffb9b9;
660
- --errorColorContrastText: rgba(29,33,42,0.9);
661
- --errorBackground: #d31f1f;
662
- --warningColorLight: #fff3dd;
663
- --warningColor: #ffe4b5;
664
- --warningColorDark: #ffd58b;
665
- --warningColorContrastText: rgba(29,33,42,0.9);
666
- --successColorLight: #e3ffe7;
667
- --successColor: #c0f4c6;
668
- --successColorDark: #97eca1;
669
- --successColorContrastText: rgba(29,33,42,0.9);
670
- --infoColorLight: #d4feff;
671
- --infoColor: #affdff;
672
- --infoColorDark: #86f5f7;
673
- --infoColorContrastText: rgba(29,33,42,0.9);
674
- /*
675
- The CSS variables below are historic and we should strive not to
676
- use them. Prefer to use directly semantic colors above.
677
- */
678
- --iconColor: currentColor;
679
- --textIconColor: #fff;
680
- --actionMenuIconColor: #fff;
681
- --barIconColor: #fff;
682
- --barIconColorDisabled: rgba(255,255,255,0.88);
683
- --spinnerColor: #fff;
684
- --linkColor: #fff;
685
- --linkColorActive: #fff;
686
- --linkTextDecoration: underline;
687
- --regularButtonPrimaryColor: #fff;
688
- --regularButtonSecondaryColor: #fff;
689
- --regularButtonActiveColor: rgba(255,255,255,0.88);
690
- --regularButtonConstrastColor: #297ef2;
691
- --secondaryButtonPrimaryColor: #297ef2;
692
- --secondaryButtonSecondaryColor: #fff;
693
- --secondaryButtonActiveColor: rgba(255,255,255,0.24);
694
- --secondaryButtonContrastColor: #fff;
695
- --dividerColor2: rgba(255,255,255,0.16);
696
- }
697
- html {
698
- /*
699
- Grey
700
-
701
- Stylus: grey0 - #FFFFFF, CSS: var(--grey0)
702
- Stylus: grey50 - #f9fafb, CSS: var(--grey50)
703
- Stylus: grey100 - #f4f5f6, CSS: var(--grey100)
704
- Stylus: grey200 - #eceff1, CSS: var(--grey200)
705
- Stylus: grey300 - #dde0e3, CSS: var(--grey300)
706
- Stylus: grey400 - #bfc3c7, CSS: var(--grey400)
707
- Stylus: grey500 - #9da2a6, CSS: var(--grey500)
708
- Stylus: grey600 - #7c8086, CSS: var(--grey600)
709
- Stylus: grey700 - #5d6169, CSS: var(--grey700)
710
- Stylus: grey800 - #3e424a, CSS: var(--grey800)
711
- Stylus: grey900 - #1d212a, CSS: var(--grey900)
712
- Stylus: greyA100 - #d3d6d8, CSS: var(--greyA100)
713
- Stylus: greyA200 - #a7abaf, CSS: var(--greyA200)
714
- Stylus: greyA400 - #2c3039, CSS: var(--greyA400)
715
- Stylus: greyA700 - #5d6169, CSS: var(--greyA700)
716
- Stylus: white - #FFFFFF, CSS: var(--white)
717
- Stylus: paleGrey - #F5F6F7, CSS: var(--paleGrey)
718
- Stylus: silver - #D6D8Da, CSS: var(--silver)
719
- Stylus: coolGrey - #95999D, CSS: var(--coolGrey)
720
- Stylus: slateGrey - #5D6165, CSS: var(--slateGrey)
721
- Stylus: charcoalGrey - #32363F, CSS: var(--charcoalGrey)
722
- Stylus: black - #000000, CSS: var(--black)
723
-
724
- Styleguide Settings.colors.grey
725
- */
726
- --grey0: #fff;
727
- --grey50: #f9fafb;
728
- --grey100: #f4f5f6;
729
- --grey200: #eceff1;
730
- --grey300: #dde0e3;
731
- --grey400: #bfc3c7;
732
- --grey500: #9da2a6;
733
- --grey600: #7c8086;
734
- --grey700: #5d6169;
735
- --grey800: #3e424a;
736
- --grey900: #1d212a;
737
- --greyA100: #d3d6d8;
738
- --greyA200: #a7abaf;
739
- --greyA400: #2c3039;
740
- --greyA700: #5d6169;
741
- --white: #fff;
742
- --paleGrey: #f5f6f7;
743
- --silver: #d6d8da;
744
- --coolGrey: #95999d;
745
- --slateGrey: #5d6165;
746
- --charcoalGrey: #32363f;
747
- --black: #000;
748
- --overlay: rgba(50,54,63,0.5);
749
- /*
750
- Blue
751
-
752
- Stylus: zircon - #F5FAFF, CSS: var(--zircon)
753
- Stylus: dodgerBlue - #297EF2, CSS: var(--dodgerBlue)
754
- Stylus: scienceBlue - #0B61D6, CSS: var(--scienceBlue)
755
-
756
- Styleguide Settings.colors.blue
757
- */
758
- --zircon: #f5faff;
759
- --dodgerBlue: #297ef2;
760
- --scienceBlue: #0b61d6;
761
- /*
762
- Green
763
-
764
- Stylus: weirdGreen - #40DE8E, CSS: var(--weirdGreen)
765
- Stylus: emerald - #35CE68, CSS: var(--emerald)
766
- Stylus: malachite - #08b442, CSS: var(--malachite)
767
-
768
- Styleguide Settings.colors.green
769
- */
770
- --weirdGreen: #40de8e;
771
- --emerald: #35ce68;
772
- --malachite: #08b442;
773
- /*
774
- Orange
775
-
776
- Stylus: mango - #FF962F, CSS: var(--mango)
777
-
778
- Styleguide Settings.colors.orange
779
- */
780
- --mango: #ff962f;
781
- /*
782
- Red
783
-
784
- Stylus: chablis - #FFF2F2, CSS: var(--chablis)
785
- Stylus: yourPink - #FDCBCB, CSS: var(--yourPink)
786
- Stylus: fuchsia - #FC4C83, CSS: var(--fuchsia)
787
- Stylus: pomegranate - #F52D2D, CSS: var(--pomegranate)
788
- Stylus: monza - #DD0505, CSS: var(--monza)
789
-
790
- Styleguide Settings.colors.red
791
- */
792
- --chablis: #fff2f2;
793
- --yourPink: #fdcbcb;
794
- --fuchsia: #fc4c83;
795
- --pomegranate: #f52d2d;
796
- --monza: #dd0505;
797
- }
798
- html,
799
- .recipient__CozyTheme--normal___3ABO0 {
800
- /*
801
- Primary colors
802
-
803
- Stylus: primaryColorLightest - #B3D3FF, CSS: var(--primaryColorLightest)
804
- Stylus: primaryColorLight - #5C9DF5, CSS: var(--primaryColorLight)
805
- Stylus: primaryColor - #297EF2, CSS: var(--primaryColor)
806
- Stylus: primaryColorDark - #0B61D6, CSS: var(--primaryColorDark)
807
- Stylus: primaryContrastTextColor - #FFF, CSS: var(--primaryContrastTextColor)
808
-
809
- Styleguide Settings.theme.primary
810
- */
811
- --primaryColorLightest: #b3d3ff;
812
- --primaryColorLight: #579eff;
813
- --primaryColor: #297ef2;
814
- --primaryColorDark: #0f5cc7;
815
- --primaryContrastTextColor: #fff;
816
- /*
817
- Secondary colors
818
-
819
- Stylus: secondaryColorLightest - #FFD3D3, CSS: var(--secondaryColorLightest)
820
- Stylus: secondaryColorLight - #F96B6B, CSS: var(--secondaryColorLight)
821
- Stylus: secondaryColor - #EA3F3F, CSS: var(--secondaryColor)
822
- Stylus: secondaryColorDark - #D31F1F, CSS: var(--secondaryColorDark)
823
- Stylus: secondaryContrastTextColor - #FFF, CSS: var(--secondaryContrastTextColor)
824
-
825
- Styleguide Settings.theme.secondary
826
- */
827
- --secondaryColorLightest: #ffd3d3;
828
- --secondaryColorLight: #f96b6b;
829
- --secondaryColor: #ea3f3f;
830
- --secondaryColorDark: #d31f1f;
831
- --secondaryContrastTextColor: #fff;
832
- /*
833
- Background colors
834
-
835
- Stylus: primaryBackgroundLight - #F7FAFF, CSS: var(--primaryBackgroundLight)
836
- Stylus: paperBackgroundColor - #FFF, CSS: var(--paperBackgroundColor)
837
- Stylus: defaultBackgroundColor - #F4F5F6, CSS: var(--defaultBackgroundColor)
838
- Stylus: contrastBackgroundColor - #F5F5F6, CSS: var(--contrastBackgroundColor)
839
-
840
- Styleguide Settings.theme.background
841
- */
842
- --primaryBackgroundLight: #f7faff;
843
- --paperBackgroundColor: #fff;
844
- --defaultBackgroundColor: #f4f5f6;
845
- --contrastBackgroundColor: rgba(29,33,42,0.048);
846
- /*
847
- Text colors
848
-
849
- These colors use the alpha layer. Be careful to use the semantic variable.
850
- Hexadecimal colors are here only as an example on a white background.
851
-
852
- Stylus: primaryTextColor - #383B43, CSS: var(--primaryTextColor)
853
- Stylus: secondaryTextColor - #6F7177, CSS: var(--secondaryTextColor)
854
- Stylus: disabledTextColor - #BEBFC1, CSS: var(--disabledTextColor)
855
- Stylus: hintTextColor - #BEBFC1, CSS: var(--hintTextColor)
856
- Stylus: iconTextColor - #66686D, CSS: var(--iconTextColor)
857
-
858
- Styleguide Settings.theme.text
859
- */
860
- --primaryTextColor: rgba(29,33,42,0.9);
861
- --secondaryTextColor: rgba(29,33,42,0.64);
862
- --disabledTextColor: rgba(29,33,42,0.32);
863
- --hintTextColor: rgba(29,33,42,0.32);
864
- --iconTextColor: rgba(29,33,42,0.72);
865
- /*
866
- Action colors
867
-
868
- These colors use the alpha layer. Be careful to use the semantic variable.
869
- Hexadecimal colors are here only as an example on a white background.
870
-
871
- Stylus: actionColorActive - #8A8C90, CSS: var(--actionColorActive)
872
- Stylus: actionColorHover - #F7F7F7, CSS: var(--actionColorHover)
873
- Stylus: actionColorSelected - #EFEFF0, CSS: var(--actionColorSelected)
874
- Stylus: actionColorDisabled - #CFCFD1, CSS: var(--actionColorDisabled)
875
- Stylus: actionColorDisabledBackground - #E7E7E8, CSS: var(--actionColorDisabledBackground)
876
- Stylus: actionColorFocus - #E7E7E8, CSS: var(--actionColorFocus)
877
- Stylus: actionColorGhost - #EFEFF0, CSS: var(--actionColorGhost)
878
- Stylus: actionColorHoverGhost - #DFE0E0, CSS: var(--actionColorHoverGhost)
879
-
880
- Styleguide Settings.theme.action
881
- */
882
- --actionColorActive: rgba(29,33,42,0.56);
883
- --actionColorHover: rgba(29,33,42,0.04);
884
- --actionColorSelected: rgba(29,33,42,0.08);
885
- --actionColorDisabled: rgba(29,33,42,0.24);
886
- --actionColorDisabledBackground: rgba(29,33,42,0.12);
887
- --actionColorFocus: rgba(29,33,42,0.12);
888
- --actionColorGhost: rgba(29,33,42,0.08);
889
- --actionColorHoverGhost: rgba(29,33,42,0.16);
890
- /*
891
- Border colors
892
-
893
- These colors use the alpha layer. Be careful to use the semantic variable.
894
- Hexadecimal colors are here only as an example on a white background.
895
-
896
- Stylus: borderMainColor - #DFE0E0, CSS: var(--borderMainColor)
897
- Stylus: borderDisabledColor - #EFEFF0, CSS: var(--borderDisabledColor)
898
- Stylus: borderGhostColor - #9D9EA1, CSS: var(--borderGhostColor)
899
- Stylus: borderGhostDisabledColor - #DFE0E0, CSS: var(--borderGhostDisabledColor)
900
-
901
- Styleguide Settings.theme.border
902
- */
903
- --borderMainColor: rgba(29,33,42,0.16);
904
- --borderDisabledColor: rgba(29,33,42,0.08);
905
- --borderGhostColor: rgba(29,33,42,0.48);
906
- --borderGhostDisabledColor: rgba(29,33,42,0.16);
907
- /*
908
- Divider colors
909
-
910
- These colors use the alpha layer. Be careful to use the semantic variable.
911
- Hexadecimal colors are here only as an example on a white background.
912
-
913
- Stylus: dividerColor - #E3E4E5, CSS: var(--dividerColor)
914
-
915
- Styleguide Settings.theme.divider
916
- */
917
- --dividerColor: rgba(29,33,42,0.12);
918
- /*
919
- Success colors
920
-
921
- Stylus: successColorLight - #38C949, CSS: var(--successColorLight)
922
- Stylus: successColor - #09AB1B, CSS: var(--successColor)
923
- Stylus: successColorDark - #018711, CSS: var(--successColorDark)
924
- Stylus: successColorContrastText - #FFF, CSS: var(--successColorContrastText)
925
-
926
- Styleguide Settings.theme.success
927
- */
928
- --successColorLight: #38c949;
929
- --successColor: #09ab1b;
930
- --successColorDark: #018711;
931
- --successColorContrastText: #fff;
932
- /*
933
- Warning colors
934
-
935
- Stylus: warningColorLight - #EFA82F, CSS: var(--warningColorLight)
936
- Stylus: warningColor - #CB8100, CSS: var(--warningColor)
937
- Stylus: warningColorDark - #986100, CSS: var(--warningColorDark)
938
- Stylus: warningColorContrastText - #FFF, CSS: var(--warningColorContrastText)
939
-
940
- Styleguide Settings.theme.warning
941
- */
942
- --warningColorLight: #efa82d;
943
- --warningColor: #cb8100;
944
- --warningColorDark: #986100;
945
- --warningColorContrastText: #fff;
946
- /*
947
- Error colors
948
-
949
- Stylus: errorColorLightest - #FFECEC, CSS: var(--errorColorLightest)
950
- Stylus: errorColorLight - #F96B6B, CSS: var(--errorColorLight)
951
- Stylus: errorColor - #EA3F3F, CSS: var(--errorColor)
952
- Stylus: errorColorDark - #D31F1F, CSS: var(--errorColorDark)
953
- Stylus: errorBackground - #FFECEC, CSS: var(--errorBackground)
954
- Stylus: errorColorContrastText - #FFF, CSS: var(--errorColorContrastText)
955
-
956
- Styleguide Settings.theme.error
957
- */
958
- --errorColorLightest: #ffecec;
959
- --errorColorLight: #f96b6b;
960
- --errorColor: #ea3f3f;
961
- --errorColorDark: #d31f1f;
962
- --errorBackground: #ffecec;
963
- --errorColorContrastText: #fff;
964
- /*
965
- Info colors
966
-
967
- Stylus: infoColorLight - #0EC4C7, CSS: var(--infoColorLight)
968
- Stylus: infoColor - #009FA2, CSS: var(--infoColor)
969
- Stylus: infoColorDark - #007578, CSS: var(--infoColorDark)
970
- Stylus: infoColorContrastText - #FFF, CSS: var(--infoColorContrastText)
971
-
972
- Styleguide Settings.theme.info
973
- */
974
- --infoColorLight: #0ec4c7;
975
- --infoColor: #009fa2;
976
- --infoColorDark: #007578;
977
- --infoColorContrastText: #fff;
978
- /*
979
- Shadow colors
980
- */
981
- --shadow0: none;
982
- --shadow1: 0px 2px 4px 0px rgba(29,33,42,0.08), 0px 4px 16px 0px rgba(29,33,42,0.06), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
983
- --shadow2: 0px 3px 5px 0px rgba(29,33,42,0.09), 0px 4px 17px 0px rgba(29,33,42,0.07), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
984
- --shadow3: 0px 3px 5px -1px rgba(29,33,42,0.09), 0px 5px 19px 1px rgba(29,33,42,0.08), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
985
- --shadow4: 0px 3px 6px -1px rgba(29,33,42,0.1), 0px 5px 20px 1px rgba(29,33,42,0.08), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
986
- --shadow5: 0px 4px 6px -1px rgba(29,33,42,0.11), 0px 5px 22px 1px rgba(29,33,42,0.09), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
987
- --shadow6: 0px 4px 7px -2px rgba(29,33,42,0.11), 0px 6px 23px 2px rgba(29,33,42,0.1), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
988
- --shadow7: 0px 5px 7px -2px rgba(29,33,42,0.12), 0px 6px 24px 2px rgba(29,33,42,0.11), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
989
- --shadow8: 0px 5px 8px -2px rgba(29,33,42,0.13), 0px 6px 26px 2px rgba(29,33,42,0.11), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
990
- --shadow9: 0px 5px 8px -3px rgba(29,33,42,0.14), 0px 7px 27px 3px rgba(29,33,42,0.12), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
991
- --shadow10: 0px 6px 9px -3px rgba(29,33,42,0.14), 0px 7px 29px 3px rgba(29,33,42,0.13), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
992
- --shadow11: 0px 6px 9px -3px rgba(29,33,42,0.15), 0px 7px 30px 3px rgba(29,33,42,0.14), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
993
- --shadow12: 0px 7px 10px -4px rgba(29,33,42,0.16), 0px 8px 31px 4px rgba(29,33,42,0.15), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
994
- --shadow13: 0px 7px 10px -4px rgba(29,33,42,0.16), 0px 8px 33px 4px rgba(29,33,42,0.15), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
995
- --shadow14: 0px 8px 11px -5px rgba(29,33,42,0.17), 0px 9px 34px 5px rgba(29,33,42,0.16), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
996
- --shadow15: 0px 8px 11px -5px rgba(29,33,42,0.18), 0px 9px 35px 5px rgba(29,33,42,0.17), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
997
- --shadow16: 0px 9px 12px -5px rgba(29,33,42,0.18), 0px 9px 37px 5px rgba(29,33,42,0.18), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
998
- --shadow17: 0px 9px 12px -6px rgba(29,33,42,0.19), 0px 10px 38px 6px rgba(29,33,42,0.19), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
999
- --shadow18: 0px 9px 13px -6px rgba(29,33,42,0.2), 0px 10px 40px 6px rgba(29,33,42,0.19), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
1000
- --shadow19: 0px 10px 13px -6px rgba(29,33,42,0.21), 0px 10px 41px 6px rgba(29,33,42,0.2), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
1001
- --shadow20: 0px 10px 14px -7px rgba(29,33,42,0.21), 0px 11px 42px 7px rgba(29,33,42,0.21), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
1002
- --shadow21: 0px 11px 14px -7px rgba(29,33,42,0.22), 0px 11px 44px 7px rgba(29,33,42,0.22), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
1003
- --shadow22: 0px 11px 15px -7px rgba(29,33,42,0.23), 0px 11px 45px 7px rgba(29,33,42,0.22), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
1004
- --shadow23: 0px 12px 15px -8px rgba(29,33,42,0.23), 0px 12px 47px 8px rgba(29,33,42,0.23), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
1005
- --shadow24: 0px 12px 16px -8px rgba(29,33,42,0.24), 0px 12px 48px 8px rgba(29,33,42,0.24), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
1006
- --shadow25: 0px 1px 4px rgba(29,33,42,0.04);
1007
- /*
1008
- ---------------------------------------------------------------------
1009
- */
1010
- /*
1011
- The CSS variables below are historic and we should strive not to
1012
- use them. Prefer to use directly semantic colors above.
1013
- */
1014
- --spinnerColor: var(--primaryColor);
1015
- --linkColor: var(--primaryColor);
1016
- --linkTextDecoration: none;
1017
- --linkColorActive: var(--primaryColorDark);
1018
- --invertedTabsActiveTextColor: var(--primaryContrastTextColor);
1019
- --invertedTabsInactiveTextColor: var(--primaryContrastTextColor);
1020
- --invertedTabsIndicatorColor: var(--primaryContrastTextColor);
1021
- --invertedTabsBackgroundColor: var(--primaryColor);
1022
- --regularButtonPrimaryColor: var(--primaryColor);
1023
- --regularButtonSecondaryColor: var(--primaryColor);
1024
- --regularButtonActiveColor: var(--primaryColorDark);
1025
- --regularButtonConstrastColor: var(--primaryContrastTextColor);
1026
- --secondaryButtonPrimaryColor: #fff;
1027
- --secondaryButtonSecondaryColor: var(--silver);
1028
- --secondaryButtonActiveColor: var(--silver);
1029
- --secondaryButtonContrastColor: var(--black);
1030
- --dividerColor2: var(--coolGrey);
1031
- --iconColor: currentColor;
1032
- --textIconColor: var(--charcoalGrey);
1033
- --actionMenuIconColor: var(--slateGrey);
1034
- --neutralBackground: var(--paleGrey);
1035
- --buttonTextTransform: uppercase;
1036
- --buttonBorderRadius: 0.125rem;
1037
- --navTextColor: var(--slateGrey);
1038
- --navTextActiveColor: var(--slateGrey);
1039
- --navTextHoverColor: var(--charcoalGrey);
1040
- --alertErrorColor: #fff;
1041
- --alertErrorBackgroundColor: var(--errorColor);
1042
- --alertSuccessColor: #fff;
1043
- --alertSuccessBackgroundColor: var(--successColor);
1044
- --alertInfoColor: #fff;
1045
- --alertInfoBackgroundColor: var(--slateGrey);
1046
- }
1047
- :root {
1048
- --genericRecipientBackground: var(--slateGrey);
1049
- --genericRecipientColor: var(--white);
1050
- }
1051
- .recipient__recipient___2DmZI {
1052
- display: flex;
1053
- flex-direction: row;
1054
- align-items: center;
1055
- }
1056
- @media (max-width: 48rem) {
1057
- .recipient__recipient___2DmZI {
1058
- align-items: flex-start;
1059
- }
1060
- }
1061
- .recipient__recipients-list-light___Vq4op .recipient__recipient___2DmZI {
1062
- margin: 1rem 0;
1063
- }
1064
- .recipient__recipients-list-light___Vq4op + .recipient__recipient___2DmZI {
1065
- margin-top: 1rem;
1066
- }
1067
- .recipient__recipient-idents___3s7rw {
1068
- flex: 1 1 auto;
1069
- overflow: hidden;
1070
- text-overflow: ellipsis;
1071
- }
1072
- .recipient__recipient-status-icon___-liGw {
1073
- margin-right: 0.25rem;
1074
- }
1075
- .recipient__recipient-user___1THIU,
1076
- .recipient__recipient-details___2fZfc {
1077
- text-overflow: ellipsis;
1078
- overflow: hidden;
1079
- white-space: nowrap;
1080
- line-height: 1.3;
1081
- }
1082
- .recipient__recipient-user___1THIU {
1083
- font-size: 1rem;
1084
- font-weight: bold;
1085
- }
1086
- .recipient__recipient-details___2fZfc {
1087
- font-size: 0.875rem;
1088
- color: var(--coolGrey);
1089
- }
1090
- .recipient__avatar___2LnIV {
1091
- display: flex;
1092
- flex-direction: row;
1093
- align-items: center;
1094
- }
1095
- .recipient__avatar___2LnIV .recipient__recipient-user___1THIU {
1096
- font-size: 1.125rem;
1097
- }
1098
- .recipient__link-recipient-icon-circle___3ZTU- {
1099
- border: 1px solid var(--borderMainColor);
1100
- background-color: unset;
1101
- color: unset;
1102
- }
1103
- .recipient__recipients-avatars___1npjD {
1104
- display: inline-flex;
1105
- flex-direction: row-reverse;
1106
- margin-right: 0.5rem;
1107
- }
1108
- .recipient__recipients-avatars___1npjD.recipient__--interactive___160Bp {
1109
- cursor: pointer;
1110
- }
1111
- .recipient__recipients-avatars--link___1qeON,
1112
- .recipient__recipients-avatars--plusX___3-6_l,
1113
- .recipient__recipients-avatars--avatar___-owjC {
1114
- border-width: 2px;
1115
- border-style: solid;
1116
- border-color: var(--white);
1117
- }
1118
- .recipient__recipients-avatars--link___1qeON {
1119
- background-color: var(--genericRecipientBackground);
1120
- }
1121
- .recipient__recipients-avatars--link___1qeON svg {
1122
- fill: var(--genericRecipientColor);
1123
- }
1124
- .recipient__recipients-avatars--plusX___3-6_l,
1125
- .recipient__recipients-avatars--avatar___-owjC {
1126
- margin-right: -0.6rem;
1127
- }
1128
- /*
1129
- imported from share.styl
1130
- */
1131
-
1132
- @-moz-keyframes share__spin___hhtoM {
1133
- from {
1134
- transform: rotate(0deg);
1135
- }
1136
- to {
1137
- transform: rotate(359deg);
1138
- }
1139
- }
1140
- @-webkit-keyframes share__spin___hhtoM {
1141
- from {
1142
- transform: rotate(0deg);
1143
- }
1144
- to {
1145
- transform: rotate(359deg);
1146
- }
1147
- }
1148
- @-o-keyframes share__spin___hhtoM {
1149
- from {
1150
- transform: rotate(0deg);
1151
- }
1152
- to {
1153
- transform: rotate(359deg);
1154
- }
1155
- }
1156
- @keyframes share__spin___hhtoM {
1157
- from {
1158
- transform: rotate(0deg);
1159
- }
1160
- to {
1161
- transform: rotate(359deg);
1162
- }
1163
- }
1164
- @-moz-keyframes share__shake___2au1o {
1165
- 10%, 90% {
1166
- transform: translate3d(-1px, 0, 0);
1167
- }
1168
- 20%, 80% {
1169
- transform: translate3d(2px, 0, 0);
1170
- }
1171
- 30%, 50%, 70% {
1172
- transform: translate3d(-4px, 0, 0);
1173
- }
1174
- 40%, 60% {
1175
- transform: translate3d(4px, 0, 0);
1176
- }
1177
- }
1178
- @-webkit-keyframes share__shake___2au1o {
1179
- 10%, 90% {
1180
- transform: translate3d(-1px, 0, 0);
1181
- }
1182
- 20%, 80% {
1183
- transform: translate3d(2px, 0, 0);
1184
- }
1185
- 30%, 50%, 70% {
1186
- transform: translate3d(-4px, 0, 0);
1187
- }
1188
- 40%, 60% {
1189
- transform: translate3d(4px, 0, 0);
1190
- }
1191
- }
1192
- @-o-keyframes share__shake___2au1o {
1193
- 10%, 90% {
1194
- transform: translate3d(-1px, 0, 0);
1195
- }
1196
- 20%, 80% {
1197
- transform: translate3d(2px, 0, 0);
1198
- }
1199
- 30%, 50%, 70% {
1200
- transform: translate3d(-4px, 0, 0);
1201
- }
1202
- 40%, 60% {
1203
- transform: translate3d(4px, 0, 0);
1204
- }
1205
- }
1206
- @keyframes share__shake___2au1o {
1207
- 10%, 90% {
1208
- transform: translate3d(-1px, 0, 0);
1209
- }
1210
- 20%, 80% {
1211
- transform: translate3d(2px, 0, 0);
1212
- }
1213
- 30%, 50%, 70% {
1214
- transform: translate3d(-4px, 0, 0);
1215
- }
1216
- 40%, 60% {
1217
- transform: translate3d(4px, 0, 0);
1218
- }
1219
- }
1220
- .u-visuallyhidden {
1221
- position: absolute !important;
1222
- border: 0 !important;
1223
- width: 0.063rem !important;
1224
- height: 0.063rem !important;
1225
- overflow: hidden !important;
1226
- padding: 0 !important;
1227
- white-space: nowrap !important;
1228
- clip: rect(0.063rem, 0.063rem, 0.063rem, 0.063rem) !important;
1229
- clip-path: inset(50%) !important;
1230
- }
1231
- .u-hide {
1232
- display: none !important;
1233
- visibility: hidden !important;
1234
- }
1235
- @media (max-width: 63.938rem) {
1236
- .u-hide--mob {
1237
- display: none !important;
1238
- }
1239
- }
1240
- @media (min-width: 64rem) {
1241
- .u-hide--tablet {
1242
- display: none !important;
1243
- }
1244
- }
1245
- @media (min-width: 48.063rem) {
1246
- .u-hide--desk {
1247
- display: none !important;
1248
- }
1249
- }
1250
- .u-dn {
1251
- display: none;
1252
- }
1253
- .u-di {
1254
- display: inline;
1255
- }
1256
- .u-db {
1257
- display: block;
1258
- }
1259
- .u-dib {
1260
- display: inline-block;
1261
- }
1262
- .u-dit {
1263
- display: inline-table;
1264
- }
1265
- .u-dt {
1266
- display: table;
1267
- }
1268
- .u-dtc {
1269
- display: table-cell;
1270
- }
1271
- .u-dt-row {
1272
- display: table-row;
1273
- }
1274
- .u-dt-row-group {
1275
- display: table-row-group;
1276
- }
1277
- .u-dt-column {
1278
- display: table-column;
1279
- }
1280
- .u-dt-column-group {
1281
- display: table-column-group;
1282
- }
1283
- @media (max-width: 30rem) {
1284
- .u-dn-t {
1285
- display: none;
1286
- }
1287
- .u-di-t {
1288
- display: inline;
1289
- }
1290
- .u-db-t {
1291
- display: block;
1292
- }
1293
- .u-dib-t {
1294
- display: inline-block;
1295
- }
1296
- .u-dit-t {
1297
- display: inline-table;
1298
- }
1299
- .u-dt-t {
1300
- display: table;
1301
- }
1302
- .u-dtc-t {
1303
- display: table-cell;
1304
- }
1305
- .u-dt-row-t {
1306
- display: table-row;
1307
- }
1308
- .u-dt-row-group-t {
1309
- display: table-row-group;
1310
- }
1311
- .u-dt-column-t {
1312
- display: table-column;
1313
- }
1314
- .u-dt-column-group-t {
1315
- display: table-column-group;
1316
- }
1317
- }
1318
- @media (max-width: 48rem) {
1319
- .u-dn-s {
1320
- display: none;
1321
- }
1322
- .u-di-s {
1323
- display: inline;
1324
- }
1325
- .u-db-s {
1326
- display: block;
1327
- }
1328
- .u-dib-s {
1329
- display: inline-block;
1330
- }
1331
- .u-dit-s {
1332
- display: inline-table;
1333
- }
1334
- .u-dt-s {
1335
- display: table;
1336
- }
1337
- .u-dtc-s {
1338
- display: table-cell;
1339
- }
1340
- .u-dt-row-s {
1341
- display: table-row;
1342
- }
1343
- .u-dt-row-group-s {
1344
- display: table-row-group;
1345
- }
1346
- .u-dt-column-s {
1347
- display: table-column;
1348
- }
1349
- .u-dt-column-group-s {
1350
- display: table-column-group;
1351
- }
1352
- }
1353
- @media (max-width: 63.938rem) {
1354
- .u-dn-m {
1355
- display: none;
1356
- }
1357
- .u-di-m {
1358
- display: inline;
1359
- }
1360
- .u-db-m {
1361
- display: block;
1362
- }
1363
- .u-dib-m {
1364
- display: inline-block;
1365
- }
1366
- .u-dit-m {
1367
- display: inline-table;
1368
- }
1369
- .u-dt-m {
1370
- display: table;
1371
- }
1372
- .u-dtc-m {
1373
- display: table-cell;
1374
- }
1375
- .u-dt-row-m {
1376
- display: table-row;
1377
- }
1378
- .u-dt-row-group-m {
1379
- display: table-row-group;
1380
- }
1381
- .u-dt-column-m {
1382
- display: table-column;
1383
- }
1384
- .u-dt-column-group-m {
1385
- display: table-column-group;
1386
- }
1387
- }
1388
- .u-black {
1389
- color: var(--black) !important;
1390
- }
1391
- .u-charcoalGrey {
1392
- color: var(--charcoalGrey) !important;
1393
- }
1394
- .u-coolGrey {
1395
- color: var(--coolGrey) !important;
1396
- }
1397
- .u-silver {
1398
- color: var(--silver) !important;
1399
- }
1400
- .u-slateGrey {
1401
- color: var(--slateGrey) !important;
1402
- }
1403
- .u-lightishPurple {
1404
- color: #b449e7 !important;
1405
- }
1406
- .u-dodgerBlue {
1407
- color: #297ef2 !important;
1408
- }
1409
- .u-overlay {
1410
- color: var(--overlay) !important;
1411
- }
1412
- .u-paleGrey {
1413
- color: var(--paleGrey) !important;
1414
- }
1415
- .u-monza {
1416
- color: #dd0505 !important;
1417
- }
1418
- .u-pomegranate {
1419
- color: #f52d2d !important;
1420
- }
1421
- .u-primaryBackgroundLight {
1422
- color: var(--primaryBackgroundLight) !important;
1423
- }
1424
- .u-primaryColor {
1425
- color: var(--primaryColor) !important;
1426
- }
1427
- .u-primaryColorLight {
1428
- color: var(--primaryColorLight) !important;
1429
- }
1430
- .u-primaryContrastTextColor {
1431
- color: var(--primaryContrastTextColor) !important;
1432
- }
1433
- .u-error {
1434
- color: var(--errorColor) !important;
1435
- }
1436
- .u-errorBackground {
1437
- color: var(--errorBackground) !important;
1438
- }
1439
- .u-success {
1440
- color: var(--successColor) !important;
1441
- }
1442
- .u-warning {
1443
- color: var(--warningColor) !important;
1444
- }
1445
- .u-info {
1446
- color: var(--infoColor) !important;
1447
- }
1448
- .u-weirdGreen {
1449
- color: #40de8e !important;
1450
- }
1451
- .u-white {
1452
- color: var(--white) !important;
1453
- }
1454
- .u-breakword {
1455
- word-break: break-word;
1456
- }
1457
- .u-ellipsis {
1458
- white-space: nowrap;
1459
- overflow: hidden;
1460
- text-overflow: ellipsis;
101
+ @media (pointer: coarse) {
1461
102
  }
1462
- .u-spacellipsis {
1463
- overflow: hidden;
1464
- text-overflow: ellipsis;
1465
- white-space: break-spaces;
103
+ :root {
104
+ --genericRecipientBackground: var(--slateGrey);
105
+ --genericRecipientColor: var(--white);
1466
106
  }
1467
- @media (max-width: 30rem) {
1468
- .u-spacellipsis-t {
1469
- overflow: hidden;
1470
- text-overflow: ellipsis;
1471
- white-space: break-spaces;
1472
- }
107
+ .recipient__recipient___2DmZI {
108
+ display: flex;
109
+ flex-direction: row;
110
+ align-items: center;
1473
111
  }
1474
112
  @media (max-width: 48rem) {
1475
- .u-spacellipsis-s {
1476
- overflow: hidden;
1477
- text-overflow: ellipsis;
1478
- white-space: break-spaces;
113
+ .recipient__recipient___2DmZI {
114
+ align-items: flex-start;
1479
115
  }
1480
116
  }
1481
- @media (max-width: 63.938rem) {
1482
- .u-spacellipsis-m {
1483
- overflow: hidden;
1484
- text-overflow: ellipsis;
1485
- white-space: break-spaces;
1486
- }
117
+ .recipient__recipients-list-light___Vq4op .recipient__recipient___2DmZI {
118
+ margin: 1rem 0;
1487
119
  }
1488
- .u-midellipsis {
1489
- display: flex;
1490
- flex-wrap: nowrap;
120
+ .recipient__recipients-list-light___Vq4op + .recipient__recipient___2DmZI {
121
+ margin-top: 1rem;
1491
122
  }
1492
- .u-midellipsis > * {
1493
- display: inline-block;
1494
- max-width: 50%;
123
+ .recipient__recipient-idents___3s7rw {
124
+ flex: 1 1 auto;
1495
125
  overflow: hidden;
1496
- white-space: pre;
1497
- }
1498
- .u-midellipsis > :first-child {
1499
126
  text-overflow: ellipsis;
1500
127
  }
1501
- .u-midellipsis > :last-child {
1502
- text-overflow: clip;
1503
- direction: rtl;
1504
- }
1505
- @supports (text-overflow: '[...]') {
1506
- .u-midellipsis > :first-child {
1507
- text-overflow: '[...]';
1508
- }
1509
- }
1510
- .u-link:link {
1511
- color: var(--linkColor) !important;
1512
- text-decoration: var(--linkTextDecoration) !important;
1513
- }
1514
- .u-link:visited,
1515
- .u-link:active,
1516
- .u-link:hover,
1517
- .u-link:focus {
1518
- color: var(--linkColorActive) !important;
1519
- }
1520
- .u-lh-tiny {
1521
- line-height: 1 !important;
1522
- }
1523
- .u-lh-xsmall {
1524
- line-height: 1.1 !important;
1525
- }
1526
- .u-lh-small {
1527
- line-height: 1.2 !important;
1528
- }
1529
- .u-lh-medium {
1530
- line-height: 1.3 !important;
1531
- }
1532
- .u-lh-large {
1533
- line-height: 1.4 !important;
1534
- }
1535
- .u-lh-xlarge {
1536
- line-height: 1.5 !important;
1537
- }
1538
- .u-fz-tiny {
1539
- font-size: 0.75rem !important;
1540
- line-height: 1.3 !important;
1541
- }
1542
- .u-fz-xsmall {
1543
- font-size: 0.813rem !important;
1544
- line-height: 1.4 !important;
1545
- }
1546
- .u-fz-small {
1547
- font-size: 0.875rem !important;
1548
- line-height: 1.4 !important;
1549
- }
1550
- .u-fz-medium {
1551
- font-size: 1rem !important;
1552
- line-height: 1.5 !important;
1553
- }
1554
- .u-fz-large {
1555
- font-size: 1.125rem !important;
1556
- line-height: 1.5 !important;
1557
- }
1558
- @media (max-width: 30rem) {
1559
- .u-fz-tiny-t {
1560
- font-size: 0.75rem !important;
1561
- line-height: 1.3 !important;
1562
- }
1563
- .u-fz-xsmall-t {
1564
- font-size: 0.813rem !important;
1565
- line-height: 1.4 !important;
1566
- }
1567
- .u-fz-small-t {
1568
- font-size: 0.875rem !important;
1569
- line-height: 1.4 !important;
1570
- }
1571
- .u-fz-medium-t {
1572
- font-size: 1rem !important;
1573
- line-height: 1.5 !important;
1574
- }
1575
- .u-fz-large-t {
1576
- font-size: 1.125rem !important;
1577
- line-height: 1.5 !important;
1578
- }
1579
- }
1580
- @media (max-width: 48rem) {
1581
- .u-fz-tiny-s {
1582
- font-size: 0.75rem !important;
1583
- line-height: 1.3 !important;
1584
- }
1585
- .u-fz-xsmall-s {
1586
- font-size: 0.813rem !important;
1587
- line-height: 1.4 !important;
1588
- }
1589
- .u-fz-small-s {
1590
- font-size: 0.875rem !important;
1591
- line-height: 1.4 !important;
1592
- }
1593
- .u-fz-medium-s {
1594
- font-size: 1rem !important;
1595
- line-height: 1.5 !important;
1596
- }
1597
- .u-fz-large-s {
1598
- font-size: 1.125rem !important;
1599
- line-height: 1.5 !important;
1600
- }
1601
- }
1602
- @media (max-width: 63.938rem) {
1603
- .u-fz-tiny-m {
1604
- font-size: 0.75rem !important;
1605
- line-height: 1.3 !important;
1606
- }
1607
- .u-fz-xsmall-m {
1608
- font-size: 0.813rem !important;
1609
- line-height: 1.4 !important;
1610
- }
1611
- .u-fz-small-m {
1612
- font-size: 0.875rem !important;
1613
- line-height: 1.4 !important;
1614
- }
1615
- .u-fz-medium-m {
1616
- font-size: 1rem !important;
1617
- line-height: 1.5 !important;
1618
- }
1619
- .u-fz-large-m {
1620
- font-size: 1.125rem !important;
1621
- line-height: 1.5 !important;
1622
- }
1623
- }
1624
- .u-ta-left {
1625
- text-align: left !important;
1626
- }
1627
- .u-ta-right {
1628
- text-align: right !important;
1629
- }
1630
- .u-ta-center {
1631
- text-align: center !important;
1632
- }
1633
- .u-ta-justify {
1634
- text-align: justify !important;
1635
- }
1636
- @media (max-width: 30rem) {
1637
- .u-ta-left-t {
1638
- text-align: left !important;
1639
- }
1640
- .u-ta-right-t {
1641
- text-align: right !important;
1642
- }
1643
- .u-ta-center-t {
1644
- text-align: center !important;
1645
- }
1646
- .u-ta-justify-t {
1647
- text-align: justify !important;
1648
- }
1649
- }
1650
- @media (max-width: 48rem) {
1651
- .u-ta-left-s {
1652
- text-align: left !important;
1653
- }
1654
- .u-ta-right-s {
1655
- text-align: right !important;
1656
- }
1657
- .u-ta-center-s {
1658
- text-align: center !important;
1659
- }
1660
- .u-ta-justify-s {
1661
- text-align: justify !important;
1662
- }
128
+ .recipient__recipient-status-icon___-liGw {
129
+ margin-right: 0.25rem;
1663
130
  }
1664
- @media (max-width: 63.938rem) {
1665
- .u-ta-left-m {
1666
- text-align: left !important;
1667
- }
1668
- .u-ta-right-m {
1669
- text-align: right !important;
1670
- }
1671
- .u-ta-center-m {
1672
- text-align: center !important;
1673
- }
1674
- .u-ta-justify-m {
1675
- text-align: justify !important;
1676
- }
131
+ .recipient__recipient-user___1THIU,
132
+ .recipient__recipient-details___2fZfc {
133
+ text-overflow: ellipsis;
134
+ overflow: hidden;
135
+ white-space: nowrap;
136
+ line-height: 1.3;
1677
137
  }
1678
- .u-fs-normal {
1679
- font-style: normal !important;
138
+ .recipient__recipient-user___1THIU {
139
+ font-size: 1rem;
140
+ font-weight: bold;
1680
141
  }
1681
- .u-fs-italic {
1682
- font-style: italic !important;
142
+ .recipient__recipient-details___2fZfc {
143
+ font-size: 0.875rem;
144
+ color: var(--coolGrey);
1683
145
  }
1684
- @media (max-width: 30rem) {
1685
- .u-fs-normal-t {
1686
- font-style: normal !important;
1687
- }
1688
- .u-fs-italic-t {
1689
- font-style: italic !important;
1690
- }
146
+ .recipient__avatar___2LnIV {
147
+ display: flex;
148
+ flex-direction: row;
149
+ align-items: center;
1691
150
  }
1692
- @media (max-width: 48rem) {
1693
- .u-fs-normal-s {
1694
- font-style: normal !important;
1695
- }
1696
- .u-fs-italic-s {
1697
- font-style: italic !important;
1698
- }
151
+ .recipient__avatar___2LnIV .recipient__recipient-user___1THIU {
152
+ font-size: 1.125rem;
1699
153
  }
1700
- @media (max-width: 63.938rem) {
1701
- .u-fs-normal-m {
1702
- font-style: normal !important;
1703
- }
1704
- .u-fs-italic-m {
1705
- font-style: italic !important;
1706
- }
154
+ .recipient__link-recipient-icon-circle___3ZTU- {
155
+ border: 1px solid var(--borderMainColor);
156
+ background-color: unset;
157
+ color: unset;
1707
158
  }
1708
- .u-fw-normal {
1709
- font-weight: normal;
159
+ .recipient__recipients-avatars___1npjD {
160
+ display: inline-flex;
161
+ flex-direction: row-reverse;
162
+ margin-right: 0.5rem;
1710
163
  }
1711
- .u-fw-bold {
1712
- font-weight: bold;
164
+ .recipient__recipients-avatars___1npjD.recipient__--interactive___160Bp {
165
+ cursor: pointer;
1713
166
  }
1714
- @media (max-width: 30rem) {
1715
- .u-fw-normal-t {
1716
- font-weight: normal;
1717
- }
1718
- .u-fw-bold-t {
1719
- font-weight: bold;
1720
- }
167
+ .recipient__recipients-avatars--link___1qeON,
168
+ .recipient__recipients-avatars--plusX___3-6_l,
169
+ .recipient__recipients-avatars--avatar___-owjC {
170
+ border-width: 2px;
171
+ border-style: solid;
172
+ border-color: var(--white);
1721
173
  }
1722
- @media (max-width: 48rem) {
1723
- .u-fw-normal-s {
1724
- font-weight: normal;
1725
- }
1726
- .u-fw-bold-s {
1727
- font-weight: bold;
1728
- }
174
+ .recipient__recipients-avatars--link___1qeON {
175
+ background-color: var(--genericRecipientBackground);
1729
176
  }
1730
- @media (max-width: 63.938rem) {
1731
- .u-fw-normal-m {
1732
- font-weight: normal;
1733
- }
1734
- .u-fw-bold-m {
1735
- font-weight: bold;
1736
- }
177
+ .recipient__recipients-avatars--link___1qeON svg {
178
+ fill: var(--genericRecipientColor);
1737
179
  }
1738
- @media (pointer: coarse) {
180
+ .recipient__recipients-avatars--plusX___3-6_l,
181
+ .recipient__recipients-avatars--avatar___-owjC {
182
+ margin-right: -0.6rem;
1739
183
  }
184
+ /* imported from share.styl */
185
+
1740
186
  .share__share-modal-content___1iqEq .share__coz-form___1ICST {
1741
187
  margin: 1rem 0 0.5rem;
1742
188
  }
@@ -1848,430 +294,6 @@ html,
1848
294
  }
1849
295
  @media (max-width: 48rem) {
1850
296
  }
1851
- :root {
1852
- --invertedBackgroundColor: #297ef2;
1853
- --invertedContrastTextColor: #fff;
1854
- }
1855
- .share__CozyTheme--inverted___oxix3 {
1856
- --primaryTextColor: #fff;
1857
- --secondaryTextColor: rgba(255,255,255,0.64);
1858
- --disabledTextColor: rgba(255,255,255,0.4);
1859
- --hintTextColor: rgba(255,255,255,0.4);
1860
- --iconTextColor: #fff;
1861
- --actionColorActive: #fff;
1862
- --actionColorHover: rgba(255,255,255,0.08);
1863
- --actionColorSelected: rgba(255,255,255,0.16);
1864
- --actionColorDisabled: rgba(255,255,255,0.32);
1865
- --actionColorDisabledBackground: rgba(255,255,255,0.12);
1866
- --actionColorFocus: rgba(255,255,255,0.24);
1867
- --actionColorGhost: rgba(255,255,255,0.08);
1868
- --actionColorHoverGhost: rgba(255,255,255,0.16);
1869
- --dividerColor: rgba(255,255,255,0.16);
1870
- --borderMainColor: rgba(255,255,255,0.24);
1871
- --borderDisabledColor: rgba(255,255,255,0.12);
1872
- --borderGhostColor: rgba(255,255,255,0.48);
1873
- --borderGhostDisabledColor: rgba(255,255,255,0.24);
1874
- --paperBackgroundColor: #297ef2;
1875
- --defaultBackgroundColor: #579eff;
1876
- --contrastBackgroundColor: rgba(255,255,255,0.12);
1877
- --primaryColorLight: #fff;
1878
- --primaryColor: #fff;
1879
- --primaryColorDark: #eaf3ff;
1880
- --primaryContrastTextColor: #297ef2;
1881
- --secondaryColorLight: #f8eefd;
1882
- --secondaryColor: #ecd7f7;
1883
- --secondaryColorDark: #deb8f0;
1884
- --secondaryContrastTextColor: rgba(29,33,42,0.9);
1885
- --errorColorLight: #ffecec;
1886
- --errorColor: #ffd3d3;
1887
- --errorColorDark: #ffb9b9;
1888
- --errorColorContrastText: rgba(29,33,42,0.9);
1889
- --errorBackground: #d31f1f;
1890
- --warningColorLight: #fff3dd;
1891
- --warningColor: #ffe4b5;
1892
- --warningColorDark: #ffd58b;
1893
- --warningColorContrastText: rgba(29,33,42,0.9);
1894
- --successColorLight: #e3ffe7;
1895
- --successColor: #c0f4c6;
1896
- --successColorDark: #97eca1;
1897
- --successColorContrastText: rgba(29,33,42,0.9);
1898
- --infoColorLight: #d4feff;
1899
- --infoColor: #affdff;
1900
- --infoColorDark: #86f5f7;
1901
- --infoColorContrastText: rgba(29,33,42,0.9);
1902
- /*
1903
- The CSS variables below are historic and we should strive not to
1904
- use them. Prefer to use directly semantic colors above.
1905
- */
1906
- --iconColor: currentColor;
1907
- --textIconColor: #fff;
1908
- --actionMenuIconColor: #fff;
1909
- --barIconColor: #fff;
1910
- --barIconColorDisabled: rgba(255,255,255,0.88);
1911
- --spinnerColor: #fff;
1912
- --linkColor: #fff;
1913
- --linkColorActive: #fff;
1914
- --linkTextDecoration: underline;
1915
- --regularButtonPrimaryColor: #fff;
1916
- --regularButtonSecondaryColor: #fff;
1917
- --regularButtonActiveColor: rgba(255,255,255,0.88);
1918
- --regularButtonConstrastColor: #297ef2;
1919
- --secondaryButtonPrimaryColor: #297ef2;
1920
- --secondaryButtonSecondaryColor: #fff;
1921
- --secondaryButtonActiveColor: rgba(255,255,255,0.24);
1922
- --secondaryButtonContrastColor: #fff;
1923
- --dividerColor2: rgba(255,255,255,0.16);
1924
- }
1925
- html {
1926
- /*
1927
- Grey
1928
-
1929
- Stylus: grey0 - #FFFFFF, CSS: var(--grey0)
1930
- Stylus: grey50 - #f9fafb, CSS: var(--grey50)
1931
- Stylus: grey100 - #f4f5f6, CSS: var(--grey100)
1932
- Stylus: grey200 - #eceff1, CSS: var(--grey200)
1933
- Stylus: grey300 - #dde0e3, CSS: var(--grey300)
1934
- Stylus: grey400 - #bfc3c7, CSS: var(--grey400)
1935
- Stylus: grey500 - #9da2a6, CSS: var(--grey500)
1936
- Stylus: grey600 - #7c8086, CSS: var(--grey600)
1937
- Stylus: grey700 - #5d6169, CSS: var(--grey700)
1938
- Stylus: grey800 - #3e424a, CSS: var(--grey800)
1939
- Stylus: grey900 - #1d212a, CSS: var(--grey900)
1940
- Stylus: greyA100 - #d3d6d8, CSS: var(--greyA100)
1941
- Stylus: greyA200 - #a7abaf, CSS: var(--greyA200)
1942
- Stylus: greyA400 - #2c3039, CSS: var(--greyA400)
1943
- Stylus: greyA700 - #5d6169, CSS: var(--greyA700)
1944
- Stylus: white - #FFFFFF, CSS: var(--white)
1945
- Stylus: paleGrey - #F5F6F7, CSS: var(--paleGrey)
1946
- Stylus: silver - #D6D8Da, CSS: var(--silver)
1947
- Stylus: coolGrey - #95999D, CSS: var(--coolGrey)
1948
- Stylus: slateGrey - #5D6165, CSS: var(--slateGrey)
1949
- Stylus: charcoalGrey - #32363F, CSS: var(--charcoalGrey)
1950
- Stylus: black - #000000, CSS: var(--black)
1951
-
1952
- Styleguide Settings.colors.grey
1953
- */
1954
- --grey0: #fff;
1955
- --grey50: #f9fafb;
1956
- --grey100: #f4f5f6;
1957
- --grey200: #eceff1;
1958
- --grey300: #dde0e3;
1959
- --grey400: #bfc3c7;
1960
- --grey500: #9da2a6;
1961
- --grey600: #7c8086;
1962
- --grey700: #5d6169;
1963
- --grey800: #3e424a;
1964
- --grey900: #1d212a;
1965
- --greyA100: #d3d6d8;
1966
- --greyA200: #a7abaf;
1967
- --greyA400: #2c3039;
1968
- --greyA700: #5d6169;
1969
- --white: #fff;
1970
- --paleGrey: #f5f6f7;
1971
- --silver: #d6d8da;
1972
- --coolGrey: #95999d;
1973
- --slateGrey: #5d6165;
1974
- --charcoalGrey: #32363f;
1975
- --black: #000;
1976
- --overlay: rgba(50,54,63,0.5);
1977
- /*
1978
- Blue
1979
-
1980
- Stylus: zircon - #F5FAFF, CSS: var(--zircon)
1981
- Stylus: dodgerBlue - #297EF2, CSS: var(--dodgerBlue)
1982
- Stylus: scienceBlue - #0B61D6, CSS: var(--scienceBlue)
1983
-
1984
- Styleguide Settings.colors.blue
1985
- */
1986
- --zircon: #f5faff;
1987
- --dodgerBlue: #297ef2;
1988
- --scienceBlue: #0b61d6;
1989
- /*
1990
- Green
1991
-
1992
- Stylus: weirdGreen - #40DE8E, CSS: var(--weirdGreen)
1993
- Stylus: emerald - #35CE68, CSS: var(--emerald)
1994
- Stylus: malachite - #08b442, CSS: var(--malachite)
1995
-
1996
- Styleguide Settings.colors.green
1997
- */
1998
- --weirdGreen: #40de8e;
1999
- --emerald: #35ce68;
2000
- --malachite: #08b442;
2001
- /*
2002
- Orange
2003
-
2004
- Stylus: mango - #FF962F, CSS: var(--mango)
2005
-
2006
- Styleguide Settings.colors.orange
2007
- */
2008
- --mango: #ff962f;
2009
- /*
2010
- Red
2011
-
2012
- Stylus: chablis - #FFF2F2, CSS: var(--chablis)
2013
- Stylus: yourPink - #FDCBCB, CSS: var(--yourPink)
2014
- Stylus: fuchsia - #FC4C83, CSS: var(--fuchsia)
2015
- Stylus: pomegranate - #F52D2D, CSS: var(--pomegranate)
2016
- Stylus: monza - #DD0505, CSS: var(--monza)
2017
-
2018
- Styleguide Settings.colors.red
2019
- */
2020
- --chablis: #fff2f2;
2021
- --yourPink: #fdcbcb;
2022
- --fuchsia: #fc4c83;
2023
- --pomegranate: #f52d2d;
2024
- --monza: #dd0505;
2025
- }
2026
- html,
2027
- .share__CozyTheme--normal___2PCy8 {
2028
- /*
2029
- Primary colors
2030
-
2031
- Stylus: primaryColorLightest - #B3D3FF, CSS: var(--primaryColorLightest)
2032
- Stylus: primaryColorLight - #5C9DF5, CSS: var(--primaryColorLight)
2033
- Stylus: primaryColor - #297EF2, CSS: var(--primaryColor)
2034
- Stylus: primaryColorDark - #0B61D6, CSS: var(--primaryColorDark)
2035
- Stylus: primaryContrastTextColor - #FFF, CSS: var(--primaryContrastTextColor)
2036
-
2037
- Styleguide Settings.theme.primary
2038
- */
2039
- --primaryColorLightest: #b3d3ff;
2040
- --primaryColorLight: #579eff;
2041
- --primaryColor: #297ef2;
2042
- --primaryColorDark: #0f5cc7;
2043
- --primaryContrastTextColor: #fff;
2044
- /*
2045
- Secondary colors
2046
-
2047
- Stylus: secondaryColorLightest - #FFD3D3, CSS: var(--secondaryColorLightest)
2048
- Stylus: secondaryColorLight - #F96B6B, CSS: var(--secondaryColorLight)
2049
- Stylus: secondaryColor - #EA3F3F, CSS: var(--secondaryColor)
2050
- Stylus: secondaryColorDark - #D31F1F, CSS: var(--secondaryColorDark)
2051
- Stylus: secondaryContrastTextColor - #FFF, CSS: var(--secondaryContrastTextColor)
2052
-
2053
- Styleguide Settings.theme.secondary
2054
- */
2055
- --secondaryColorLightest: #ffd3d3;
2056
- --secondaryColorLight: #f96b6b;
2057
- --secondaryColor: #ea3f3f;
2058
- --secondaryColorDark: #d31f1f;
2059
- --secondaryContrastTextColor: #fff;
2060
- /*
2061
- Background colors
2062
-
2063
- Stylus: primaryBackgroundLight - #F7FAFF, CSS: var(--primaryBackgroundLight)
2064
- Stylus: paperBackgroundColor - #FFF, CSS: var(--paperBackgroundColor)
2065
- Stylus: defaultBackgroundColor - #F4F5F6, CSS: var(--defaultBackgroundColor)
2066
- Stylus: contrastBackgroundColor - #F5F5F6, CSS: var(--contrastBackgroundColor)
2067
-
2068
- Styleguide Settings.theme.background
2069
- */
2070
- --primaryBackgroundLight: #f7faff;
2071
- --paperBackgroundColor: #fff;
2072
- --defaultBackgroundColor: #f4f5f6;
2073
- --contrastBackgroundColor: rgba(29,33,42,0.048);
2074
- /*
2075
- Text colors
2076
-
2077
- These colors use the alpha layer. Be careful to use the semantic variable.
2078
- Hexadecimal colors are here only as an example on a white background.
2079
-
2080
- Stylus: primaryTextColor - #383B43, CSS: var(--primaryTextColor)
2081
- Stylus: secondaryTextColor - #6F7177, CSS: var(--secondaryTextColor)
2082
- Stylus: disabledTextColor - #BEBFC1, CSS: var(--disabledTextColor)
2083
- Stylus: hintTextColor - #BEBFC1, CSS: var(--hintTextColor)
2084
- Stylus: iconTextColor - #66686D, CSS: var(--iconTextColor)
2085
-
2086
- Styleguide Settings.theme.text
2087
- */
2088
- --primaryTextColor: rgba(29,33,42,0.9);
2089
- --secondaryTextColor: rgba(29,33,42,0.64);
2090
- --disabledTextColor: rgba(29,33,42,0.32);
2091
- --hintTextColor: rgba(29,33,42,0.32);
2092
- --iconTextColor: rgba(29,33,42,0.72);
2093
- /*
2094
- Action colors
2095
-
2096
- These colors use the alpha layer. Be careful to use the semantic variable.
2097
- Hexadecimal colors are here only as an example on a white background.
2098
-
2099
- Stylus: actionColorActive - #8A8C90, CSS: var(--actionColorActive)
2100
- Stylus: actionColorHover - #F7F7F7, CSS: var(--actionColorHover)
2101
- Stylus: actionColorSelected - #EFEFF0, CSS: var(--actionColorSelected)
2102
- Stylus: actionColorDisabled - #CFCFD1, CSS: var(--actionColorDisabled)
2103
- Stylus: actionColorDisabledBackground - #E7E7E8, CSS: var(--actionColorDisabledBackground)
2104
- Stylus: actionColorFocus - #E7E7E8, CSS: var(--actionColorFocus)
2105
- Stylus: actionColorGhost - #EFEFF0, CSS: var(--actionColorGhost)
2106
- Stylus: actionColorHoverGhost - #DFE0E0, CSS: var(--actionColorHoverGhost)
2107
-
2108
- Styleguide Settings.theme.action
2109
- */
2110
- --actionColorActive: rgba(29,33,42,0.56);
2111
- --actionColorHover: rgba(29,33,42,0.04);
2112
- --actionColorSelected: rgba(29,33,42,0.08);
2113
- --actionColorDisabled: rgba(29,33,42,0.24);
2114
- --actionColorDisabledBackground: rgba(29,33,42,0.12);
2115
- --actionColorFocus: rgba(29,33,42,0.12);
2116
- --actionColorGhost: rgba(29,33,42,0.08);
2117
- --actionColorHoverGhost: rgba(29,33,42,0.16);
2118
- /*
2119
- Border colors
2120
-
2121
- These colors use the alpha layer. Be careful to use the semantic variable.
2122
- Hexadecimal colors are here only as an example on a white background.
2123
-
2124
- Stylus: borderMainColor - #DFE0E0, CSS: var(--borderMainColor)
2125
- Stylus: borderDisabledColor - #EFEFF0, CSS: var(--borderDisabledColor)
2126
- Stylus: borderGhostColor - #9D9EA1, CSS: var(--borderGhostColor)
2127
- Stylus: borderGhostDisabledColor - #DFE0E0, CSS: var(--borderGhostDisabledColor)
2128
-
2129
- Styleguide Settings.theme.border
2130
- */
2131
- --borderMainColor: rgba(29,33,42,0.16);
2132
- --borderDisabledColor: rgba(29,33,42,0.08);
2133
- --borderGhostColor: rgba(29,33,42,0.48);
2134
- --borderGhostDisabledColor: rgba(29,33,42,0.16);
2135
- /*
2136
- Divider colors
2137
-
2138
- These colors use the alpha layer. Be careful to use the semantic variable.
2139
- Hexadecimal colors are here only as an example on a white background.
2140
-
2141
- Stylus: dividerColor - #E3E4E5, CSS: var(--dividerColor)
2142
-
2143
- Styleguide Settings.theme.divider
2144
- */
2145
- --dividerColor: rgba(29,33,42,0.12);
2146
- /*
2147
- Success colors
2148
-
2149
- Stylus: successColorLight - #38C949, CSS: var(--successColorLight)
2150
- Stylus: successColor - #09AB1B, CSS: var(--successColor)
2151
- Stylus: successColorDark - #018711, CSS: var(--successColorDark)
2152
- Stylus: successColorContrastText - #FFF, CSS: var(--successColorContrastText)
2153
-
2154
- Styleguide Settings.theme.success
2155
- */
2156
- --successColorLight: #38c949;
2157
- --successColor: #09ab1b;
2158
- --successColorDark: #018711;
2159
- --successColorContrastText: #fff;
2160
- /*
2161
- Warning colors
2162
-
2163
- Stylus: warningColorLight - #EFA82F, CSS: var(--warningColorLight)
2164
- Stylus: warningColor - #CB8100, CSS: var(--warningColor)
2165
- Stylus: warningColorDark - #986100, CSS: var(--warningColorDark)
2166
- Stylus: warningColorContrastText - #FFF, CSS: var(--warningColorContrastText)
2167
-
2168
- Styleguide Settings.theme.warning
2169
- */
2170
- --warningColorLight: #efa82d;
2171
- --warningColor: #cb8100;
2172
- --warningColorDark: #986100;
2173
- --warningColorContrastText: #fff;
2174
- /*
2175
- Error colors
2176
-
2177
- Stylus: errorColorLightest - #FFECEC, CSS: var(--errorColorLightest)
2178
- Stylus: errorColorLight - #F96B6B, CSS: var(--errorColorLight)
2179
- Stylus: errorColor - #EA3F3F, CSS: var(--errorColor)
2180
- Stylus: errorColorDark - #D31F1F, CSS: var(--errorColorDark)
2181
- Stylus: errorBackground - #FFECEC, CSS: var(--errorBackground)
2182
- Stylus: errorColorContrastText - #FFF, CSS: var(--errorColorContrastText)
2183
-
2184
- Styleguide Settings.theme.error
2185
- */
2186
- --errorColorLightest: #ffecec;
2187
- --errorColorLight: #f96b6b;
2188
- --errorColor: #ea3f3f;
2189
- --errorColorDark: #d31f1f;
2190
- --errorBackground: #ffecec;
2191
- --errorColorContrastText: #fff;
2192
- /*
2193
- Info colors
2194
-
2195
- Stylus: infoColorLight - #0EC4C7, CSS: var(--infoColorLight)
2196
- Stylus: infoColor - #009FA2, CSS: var(--infoColor)
2197
- Stylus: infoColorDark - #007578, CSS: var(--infoColorDark)
2198
- Stylus: infoColorContrastText - #FFF, CSS: var(--infoColorContrastText)
2199
-
2200
- Styleguide Settings.theme.info
2201
- */
2202
- --infoColorLight: #0ec4c7;
2203
- --infoColor: #009fa2;
2204
- --infoColorDark: #007578;
2205
- --infoColorContrastText: #fff;
2206
- /*
2207
- Shadow colors
2208
- */
2209
- --shadow0: none;
2210
- --shadow1: 0px 2px 4px 0px rgba(29,33,42,0.08), 0px 4px 16px 0px rgba(29,33,42,0.06), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2211
- --shadow2: 0px 3px 5px 0px rgba(29,33,42,0.09), 0px 4px 17px 0px rgba(29,33,42,0.07), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2212
- --shadow3: 0px 3px 5px -1px rgba(29,33,42,0.09), 0px 5px 19px 1px rgba(29,33,42,0.08), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2213
- --shadow4: 0px 3px 6px -1px rgba(29,33,42,0.1), 0px 5px 20px 1px rgba(29,33,42,0.08), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2214
- --shadow5: 0px 4px 6px -1px rgba(29,33,42,0.11), 0px 5px 22px 1px rgba(29,33,42,0.09), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2215
- --shadow6: 0px 4px 7px -2px rgba(29,33,42,0.11), 0px 6px 23px 2px rgba(29,33,42,0.1), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2216
- --shadow7: 0px 5px 7px -2px rgba(29,33,42,0.12), 0px 6px 24px 2px rgba(29,33,42,0.11), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2217
- --shadow8: 0px 5px 8px -2px rgba(29,33,42,0.13), 0px 6px 26px 2px rgba(29,33,42,0.11), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2218
- --shadow9: 0px 5px 8px -3px rgba(29,33,42,0.14), 0px 7px 27px 3px rgba(29,33,42,0.12), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2219
- --shadow10: 0px 6px 9px -3px rgba(29,33,42,0.14), 0px 7px 29px 3px rgba(29,33,42,0.13), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2220
- --shadow11: 0px 6px 9px -3px rgba(29,33,42,0.15), 0px 7px 30px 3px rgba(29,33,42,0.14), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2221
- --shadow12: 0px 7px 10px -4px rgba(29,33,42,0.16), 0px 8px 31px 4px rgba(29,33,42,0.15), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2222
- --shadow13: 0px 7px 10px -4px rgba(29,33,42,0.16), 0px 8px 33px 4px rgba(29,33,42,0.15), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2223
- --shadow14: 0px 8px 11px -5px rgba(29,33,42,0.17), 0px 9px 34px 5px rgba(29,33,42,0.16), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2224
- --shadow15: 0px 8px 11px -5px rgba(29,33,42,0.18), 0px 9px 35px 5px rgba(29,33,42,0.17), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2225
- --shadow16: 0px 9px 12px -5px rgba(29,33,42,0.18), 0px 9px 37px 5px rgba(29,33,42,0.18), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2226
- --shadow17: 0px 9px 12px -6px rgba(29,33,42,0.19), 0px 10px 38px 6px rgba(29,33,42,0.19), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2227
- --shadow18: 0px 9px 13px -6px rgba(29,33,42,0.2), 0px 10px 40px 6px rgba(29,33,42,0.19), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2228
- --shadow19: 0px 10px 13px -6px rgba(29,33,42,0.21), 0px 10px 41px 6px rgba(29,33,42,0.2), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2229
- --shadow20: 0px 10px 14px -7px rgba(29,33,42,0.21), 0px 11px 42px 7px rgba(29,33,42,0.21), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2230
- --shadow21: 0px 11px 14px -7px rgba(29,33,42,0.22), 0px 11px 44px 7px rgba(29,33,42,0.22), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2231
- --shadow22: 0px 11px 15px -7px rgba(29,33,42,0.23), 0px 11px 45px 7px rgba(29,33,42,0.22), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2232
- --shadow23: 0px 12px 15px -8px rgba(29,33,42,0.23), 0px 12px 47px 8px rgba(29,33,42,0.23), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2233
- --shadow24: 0px 12px 16px -8px rgba(29,33,42,0.24), 0px 12px 48px 8px rgba(29,33,42,0.24), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2234
- --shadow25: 0px 1px 4px rgba(29,33,42,0.04);
2235
- /*
2236
- ---------------------------------------------------------------------
2237
- */
2238
- /*
2239
- The CSS variables below are historic and we should strive not to
2240
- use them. Prefer to use directly semantic colors above.
2241
- */
2242
- --spinnerColor: var(--primaryColor);
2243
- --linkColor: var(--primaryColor);
2244
- --linkTextDecoration: none;
2245
- --linkColorActive: var(--primaryColorDark);
2246
- --invertedTabsActiveTextColor: var(--primaryContrastTextColor);
2247
- --invertedTabsInactiveTextColor: var(--primaryContrastTextColor);
2248
- --invertedTabsIndicatorColor: var(--primaryContrastTextColor);
2249
- --invertedTabsBackgroundColor: var(--primaryColor);
2250
- --regularButtonPrimaryColor: var(--primaryColor);
2251
- --regularButtonSecondaryColor: var(--primaryColor);
2252
- --regularButtonActiveColor: var(--primaryColorDark);
2253
- --regularButtonConstrastColor: var(--primaryContrastTextColor);
2254
- --secondaryButtonPrimaryColor: #fff;
2255
- --secondaryButtonSecondaryColor: var(--silver);
2256
- --secondaryButtonActiveColor: var(--silver);
2257
- --secondaryButtonContrastColor: var(--black);
2258
- --dividerColor2: var(--coolGrey);
2259
- --iconColor: currentColor;
2260
- --textIconColor: var(--charcoalGrey);
2261
- --actionMenuIconColor: var(--slateGrey);
2262
- --neutralBackground: var(--paleGrey);
2263
- --buttonTextTransform: uppercase;
2264
- --buttonBorderRadius: 0.125rem;
2265
- --navTextColor: var(--slateGrey);
2266
- --navTextActiveColor: var(--slateGrey);
2267
- --navTextHoverColor: var(--charcoalGrey);
2268
- --alertErrorColor: #fff;
2269
- --alertErrorBackgroundColor: var(--errorColor);
2270
- --alertSuccessColor: #fff;
2271
- --alertSuccessBackgroundColor: var(--successColor);
2272
- --alertInfoColor: #fff;
2273
- --alertInfoBackgroundColor: var(--slateGrey);
2274
- }
2275
297
  .share__share-byemail-onlybylink___29W-t {
2276
298
  background: var(--paleGrey);
2277
299
  padding: 1rem 2rem;
@@ -2366,451 +388,8 @@ input[type=text] {
2366
388
  line-height: 1.5;
2367
389
  color: var(--coolGrey);
2368
390
  }
2369
- /*
2370
- imported from autosuggest.styl
2371
- */
2372
-
2373
- :root {
2374
- --invertedBackgroundColor: #297ef2;
2375
- --invertedContrastTextColor: #fff;
2376
- }
2377
- .autosuggest__CozyTheme--inverted___3qp6I {
2378
- --primaryTextColor: #fff;
2379
- --secondaryTextColor: rgba(255,255,255,0.64);
2380
- --disabledTextColor: rgba(255,255,255,0.4);
2381
- --hintTextColor: rgba(255,255,255,0.4);
2382
- --iconTextColor: #fff;
2383
- --actionColorActive: #fff;
2384
- --actionColorHover: rgba(255,255,255,0.08);
2385
- --actionColorSelected: rgba(255,255,255,0.16);
2386
- --actionColorDisabled: rgba(255,255,255,0.32);
2387
- --actionColorDisabledBackground: rgba(255,255,255,0.12);
2388
- --actionColorFocus: rgba(255,255,255,0.24);
2389
- --actionColorGhost: rgba(255,255,255,0.08);
2390
- --actionColorHoverGhost: rgba(255,255,255,0.16);
2391
- --dividerColor: rgba(255,255,255,0.16);
2392
- --borderMainColor: rgba(255,255,255,0.24);
2393
- --borderDisabledColor: rgba(255,255,255,0.12);
2394
- --borderGhostColor: rgba(255,255,255,0.48);
2395
- --borderGhostDisabledColor: rgba(255,255,255,0.24);
2396
- --paperBackgroundColor: #297ef2;
2397
- --defaultBackgroundColor: #579eff;
2398
- --contrastBackgroundColor: rgba(255,255,255,0.12);
2399
- --primaryColorLight: #fff;
2400
- --primaryColor: #fff;
2401
- --primaryColorDark: #eaf3ff;
2402
- --primaryContrastTextColor: #297ef2;
2403
- --secondaryColorLight: #f8eefd;
2404
- --secondaryColor: #ecd7f7;
2405
- --secondaryColorDark: #deb8f0;
2406
- --secondaryContrastTextColor: rgba(29,33,42,0.9);
2407
- --errorColorLight: #ffecec;
2408
- --errorColor: #ffd3d3;
2409
- --errorColorDark: #ffb9b9;
2410
- --errorColorContrastText: rgba(29,33,42,0.9);
2411
- --errorBackground: #d31f1f;
2412
- --warningColorLight: #fff3dd;
2413
- --warningColor: #ffe4b5;
2414
- --warningColorDark: #ffd58b;
2415
- --warningColorContrastText: rgba(29,33,42,0.9);
2416
- --successColorLight: #e3ffe7;
2417
- --successColor: #c0f4c6;
2418
- --successColorDark: #97eca1;
2419
- --successColorContrastText: rgba(29,33,42,0.9);
2420
- --infoColorLight: #d4feff;
2421
- --infoColor: #affdff;
2422
- --infoColorDark: #86f5f7;
2423
- --infoColorContrastText: rgba(29,33,42,0.9);
2424
- /*
2425
- The CSS variables below are historic and we should strive not to
2426
- use them. Prefer to use directly semantic colors above.
2427
- */
2428
- --iconColor: currentColor;
2429
- --textIconColor: #fff;
2430
- --actionMenuIconColor: #fff;
2431
- --barIconColor: #fff;
2432
- --barIconColorDisabled: rgba(255,255,255,0.88);
2433
- --spinnerColor: #fff;
2434
- --linkColor: #fff;
2435
- --linkColorActive: #fff;
2436
- --linkTextDecoration: underline;
2437
- --regularButtonPrimaryColor: #fff;
2438
- --regularButtonSecondaryColor: #fff;
2439
- --regularButtonActiveColor: rgba(255,255,255,0.88);
2440
- --regularButtonConstrastColor: #297ef2;
2441
- --secondaryButtonPrimaryColor: #297ef2;
2442
- --secondaryButtonSecondaryColor: #fff;
2443
- --secondaryButtonActiveColor: rgba(255,255,255,0.24);
2444
- --secondaryButtonContrastColor: #fff;
2445
- --dividerColor2: rgba(255,255,255,0.16);
2446
- }
2447
- html {
2448
- /*
2449
- Grey
2450
-
2451
- Stylus: grey0 - #FFFFFF, CSS: var(--grey0)
2452
- Stylus: grey50 - #f9fafb, CSS: var(--grey50)
2453
- Stylus: grey100 - #f4f5f6, CSS: var(--grey100)
2454
- Stylus: grey200 - #eceff1, CSS: var(--grey200)
2455
- Stylus: grey300 - #dde0e3, CSS: var(--grey300)
2456
- Stylus: grey400 - #bfc3c7, CSS: var(--grey400)
2457
- Stylus: grey500 - #9da2a6, CSS: var(--grey500)
2458
- Stylus: grey600 - #7c8086, CSS: var(--grey600)
2459
- Stylus: grey700 - #5d6169, CSS: var(--grey700)
2460
- Stylus: grey800 - #3e424a, CSS: var(--grey800)
2461
- Stylus: grey900 - #1d212a, CSS: var(--grey900)
2462
- Stylus: greyA100 - #d3d6d8, CSS: var(--greyA100)
2463
- Stylus: greyA200 - #a7abaf, CSS: var(--greyA200)
2464
- Stylus: greyA400 - #2c3039, CSS: var(--greyA400)
2465
- Stylus: greyA700 - #5d6169, CSS: var(--greyA700)
2466
- Stylus: white - #FFFFFF, CSS: var(--white)
2467
- Stylus: paleGrey - #F5F6F7, CSS: var(--paleGrey)
2468
- Stylus: silver - #D6D8Da, CSS: var(--silver)
2469
- Stylus: coolGrey - #95999D, CSS: var(--coolGrey)
2470
- Stylus: slateGrey - #5D6165, CSS: var(--slateGrey)
2471
- Stylus: charcoalGrey - #32363F, CSS: var(--charcoalGrey)
2472
- Stylus: black - #000000, CSS: var(--black)
2473
-
2474
- Styleguide Settings.colors.grey
2475
- */
2476
- --grey0: #fff;
2477
- --grey50: #f9fafb;
2478
- --grey100: #f4f5f6;
2479
- --grey200: #eceff1;
2480
- --grey300: #dde0e3;
2481
- --grey400: #bfc3c7;
2482
- --grey500: #9da2a6;
2483
- --grey600: #7c8086;
2484
- --grey700: #5d6169;
2485
- --grey800: #3e424a;
2486
- --grey900: #1d212a;
2487
- --greyA100: #d3d6d8;
2488
- --greyA200: #a7abaf;
2489
- --greyA400: #2c3039;
2490
- --greyA700: #5d6169;
2491
- --white: #fff;
2492
- --paleGrey: #f5f6f7;
2493
- --silver: #d6d8da;
2494
- --coolGrey: #95999d;
2495
- --slateGrey: #5d6165;
2496
- --charcoalGrey: #32363f;
2497
- --black: #000;
2498
- --overlay: rgba(50,54,63,0.5);
2499
- /*
2500
- Blue
2501
-
2502
- Stylus: zircon - #F5FAFF, CSS: var(--zircon)
2503
- Stylus: dodgerBlue - #297EF2, CSS: var(--dodgerBlue)
2504
- Stylus: scienceBlue - #0B61D6, CSS: var(--scienceBlue)
2505
-
2506
- Styleguide Settings.colors.blue
2507
- */
2508
- --zircon: #f5faff;
2509
- --dodgerBlue: #297ef2;
2510
- --scienceBlue: #0b61d6;
2511
- /*
2512
- Green
391
+ /* imported from autosuggest.styl */
2513
392
 
2514
- Stylus: weirdGreen - #40DE8E, CSS: var(--weirdGreen)
2515
- Stylus: emerald - #35CE68, CSS: var(--emerald)
2516
- Stylus: malachite - #08b442, CSS: var(--malachite)
2517
-
2518
- Styleguide Settings.colors.green
2519
- */
2520
- --weirdGreen: #40de8e;
2521
- --emerald: #35ce68;
2522
- --malachite: #08b442;
2523
- /*
2524
- Orange
2525
-
2526
- Stylus: mango - #FF962F, CSS: var(--mango)
2527
-
2528
- Styleguide Settings.colors.orange
2529
- */
2530
- --mango: #ff962f;
2531
- /*
2532
- Red
2533
-
2534
- Stylus: chablis - #FFF2F2, CSS: var(--chablis)
2535
- Stylus: yourPink - #FDCBCB, CSS: var(--yourPink)
2536
- Stylus: fuchsia - #FC4C83, CSS: var(--fuchsia)
2537
- Stylus: pomegranate - #F52D2D, CSS: var(--pomegranate)
2538
- Stylus: monza - #DD0505, CSS: var(--monza)
2539
-
2540
- Styleguide Settings.colors.red
2541
- */
2542
- --chablis: #fff2f2;
2543
- --yourPink: #fdcbcb;
2544
- --fuchsia: #fc4c83;
2545
- --pomegranate: #f52d2d;
2546
- --monza: #dd0505;
2547
- }
2548
- html,
2549
- .autosuggest__CozyTheme--normal___3fMAz {
2550
- /*
2551
- Primary colors
2552
-
2553
- Stylus: primaryColorLightest - #B3D3FF, CSS: var(--primaryColorLightest)
2554
- Stylus: primaryColorLight - #5C9DF5, CSS: var(--primaryColorLight)
2555
- Stylus: primaryColor - #297EF2, CSS: var(--primaryColor)
2556
- Stylus: primaryColorDark - #0B61D6, CSS: var(--primaryColorDark)
2557
- Stylus: primaryContrastTextColor - #FFF, CSS: var(--primaryContrastTextColor)
2558
-
2559
- Styleguide Settings.theme.primary
2560
- */
2561
- --primaryColorLightest: #b3d3ff;
2562
- --primaryColorLight: #579eff;
2563
- --primaryColor: #297ef2;
2564
- --primaryColorDark: #0f5cc7;
2565
- --primaryContrastTextColor: #fff;
2566
- /*
2567
- Secondary colors
2568
-
2569
- Stylus: secondaryColorLightest - #FFD3D3, CSS: var(--secondaryColorLightest)
2570
- Stylus: secondaryColorLight - #F96B6B, CSS: var(--secondaryColorLight)
2571
- Stylus: secondaryColor - #EA3F3F, CSS: var(--secondaryColor)
2572
- Stylus: secondaryColorDark - #D31F1F, CSS: var(--secondaryColorDark)
2573
- Stylus: secondaryContrastTextColor - #FFF, CSS: var(--secondaryContrastTextColor)
2574
-
2575
- Styleguide Settings.theme.secondary
2576
- */
2577
- --secondaryColorLightest: #ffd3d3;
2578
- --secondaryColorLight: #f96b6b;
2579
- --secondaryColor: #ea3f3f;
2580
- --secondaryColorDark: #d31f1f;
2581
- --secondaryContrastTextColor: #fff;
2582
- /*
2583
- Background colors
2584
-
2585
- Stylus: primaryBackgroundLight - #F7FAFF, CSS: var(--primaryBackgroundLight)
2586
- Stylus: paperBackgroundColor - #FFF, CSS: var(--paperBackgroundColor)
2587
- Stylus: defaultBackgroundColor - #F4F5F6, CSS: var(--defaultBackgroundColor)
2588
- Stylus: contrastBackgroundColor - #F5F5F6, CSS: var(--contrastBackgroundColor)
2589
-
2590
- Styleguide Settings.theme.background
2591
- */
2592
- --primaryBackgroundLight: #f7faff;
2593
- --paperBackgroundColor: #fff;
2594
- --defaultBackgroundColor: #f4f5f6;
2595
- --contrastBackgroundColor: rgba(29,33,42,0.048);
2596
- /*
2597
- Text colors
2598
-
2599
- These colors use the alpha layer. Be careful to use the semantic variable.
2600
- Hexadecimal colors are here only as an example on a white background.
2601
-
2602
- Stylus: primaryTextColor - #383B43, CSS: var(--primaryTextColor)
2603
- Stylus: secondaryTextColor - #6F7177, CSS: var(--secondaryTextColor)
2604
- Stylus: disabledTextColor - #BEBFC1, CSS: var(--disabledTextColor)
2605
- Stylus: hintTextColor - #BEBFC1, CSS: var(--hintTextColor)
2606
- Stylus: iconTextColor - #66686D, CSS: var(--iconTextColor)
2607
-
2608
- Styleguide Settings.theme.text
2609
- */
2610
- --primaryTextColor: rgba(29,33,42,0.9);
2611
- --secondaryTextColor: rgba(29,33,42,0.64);
2612
- --disabledTextColor: rgba(29,33,42,0.32);
2613
- --hintTextColor: rgba(29,33,42,0.32);
2614
- --iconTextColor: rgba(29,33,42,0.72);
2615
- /*
2616
- Action colors
2617
-
2618
- These colors use the alpha layer. Be careful to use the semantic variable.
2619
- Hexadecimal colors are here only as an example on a white background.
2620
-
2621
- Stylus: actionColorActive - #8A8C90, CSS: var(--actionColorActive)
2622
- Stylus: actionColorHover - #F7F7F7, CSS: var(--actionColorHover)
2623
- Stylus: actionColorSelected - #EFEFF0, CSS: var(--actionColorSelected)
2624
- Stylus: actionColorDisabled - #CFCFD1, CSS: var(--actionColorDisabled)
2625
- Stylus: actionColorDisabledBackground - #E7E7E8, CSS: var(--actionColorDisabledBackground)
2626
- Stylus: actionColorFocus - #E7E7E8, CSS: var(--actionColorFocus)
2627
- Stylus: actionColorGhost - #EFEFF0, CSS: var(--actionColorGhost)
2628
- Stylus: actionColorHoverGhost - #DFE0E0, CSS: var(--actionColorHoverGhost)
2629
-
2630
- Styleguide Settings.theme.action
2631
- */
2632
- --actionColorActive: rgba(29,33,42,0.56);
2633
- --actionColorHover: rgba(29,33,42,0.04);
2634
- --actionColorSelected: rgba(29,33,42,0.08);
2635
- --actionColorDisabled: rgba(29,33,42,0.24);
2636
- --actionColorDisabledBackground: rgba(29,33,42,0.12);
2637
- --actionColorFocus: rgba(29,33,42,0.12);
2638
- --actionColorGhost: rgba(29,33,42,0.08);
2639
- --actionColorHoverGhost: rgba(29,33,42,0.16);
2640
- /*
2641
- Border colors
2642
-
2643
- These colors use the alpha layer. Be careful to use the semantic variable.
2644
- Hexadecimal colors are here only as an example on a white background.
2645
-
2646
- Stylus: borderMainColor - #DFE0E0, CSS: var(--borderMainColor)
2647
- Stylus: borderDisabledColor - #EFEFF0, CSS: var(--borderDisabledColor)
2648
- Stylus: borderGhostColor - #9D9EA1, CSS: var(--borderGhostColor)
2649
- Stylus: borderGhostDisabledColor - #DFE0E0, CSS: var(--borderGhostDisabledColor)
2650
-
2651
- Styleguide Settings.theme.border
2652
- */
2653
- --borderMainColor: rgba(29,33,42,0.16);
2654
- --borderDisabledColor: rgba(29,33,42,0.08);
2655
- --borderGhostColor: rgba(29,33,42,0.48);
2656
- --borderGhostDisabledColor: rgba(29,33,42,0.16);
2657
- /*
2658
- Divider colors
2659
-
2660
- These colors use the alpha layer. Be careful to use the semantic variable.
2661
- Hexadecimal colors are here only as an example on a white background.
2662
-
2663
- Stylus: dividerColor - #E3E4E5, CSS: var(--dividerColor)
2664
-
2665
- Styleguide Settings.theme.divider
2666
- */
2667
- --dividerColor: rgba(29,33,42,0.12);
2668
- /*
2669
- Success colors
2670
-
2671
- Stylus: successColorLight - #38C949, CSS: var(--successColorLight)
2672
- Stylus: successColor - #09AB1B, CSS: var(--successColor)
2673
- Stylus: successColorDark - #018711, CSS: var(--successColorDark)
2674
- Stylus: successColorContrastText - #FFF, CSS: var(--successColorContrastText)
2675
-
2676
- Styleguide Settings.theme.success
2677
- */
2678
- --successColorLight: #38c949;
2679
- --successColor: #09ab1b;
2680
- --successColorDark: #018711;
2681
- --successColorContrastText: #fff;
2682
- /*
2683
- Warning colors
2684
-
2685
- Stylus: warningColorLight - #EFA82F, CSS: var(--warningColorLight)
2686
- Stylus: warningColor - #CB8100, CSS: var(--warningColor)
2687
- Stylus: warningColorDark - #986100, CSS: var(--warningColorDark)
2688
- Stylus: warningColorContrastText - #FFF, CSS: var(--warningColorContrastText)
2689
-
2690
- Styleguide Settings.theme.warning
2691
- */
2692
- --warningColorLight: #efa82d;
2693
- --warningColor: #cb8100;
2694
- --warningColorDark: #986100;
2695
- --warningColorContrastText: #fff;
2696
- /*
2697
- Error colors
2698
-
2699
- Stylus: errorColorLightest - #FFECEC, CSS: var(--errorColorLightest)
2700
- Stylus: errorColorLight - #F96B6B, CSS: var(--errorColorLight)
2701
- Stylus: errorColor - #EA3F3F, CSS: var(--errorColor)
2702
- Stylus: errorColorDark - #D31F1F, CSS: var(--errorColorDark)
2703
- Stylus: errorBackground - #FFECEC, CSS: var(--errorBackground)
2704
- Stylus: errorColorContrastText - #FFF, CSS: var(--errorColorContrastText)
2705
-
2706
- Styleguide Settings.theme.error
2707
- */
2708
- --errorColorLightest: #ffecec;
2709
- --errorColorLight: #f96b6b;
2710
- --errorColor: #ea3f3f;
2711
- --errorColorDark: #d31f1f;
2712
- --errorBackground: #ffecec;
2713
- --errorColorContrastText: #fff;
2714
- /*
2715
- Info colors
2716
-
2717
- Stylus: infoColorLight - #0EC4C7, CSS: var(--infoColorLight)
2718
- Stylus: infoColor - #009FA2, CSS: var(--infoColor)
2719
- Stylus: infoColorDark - #007578, CSS: var(--infoColorDark)
2720
- Stylus: infoColorContrastText - #FFF, CSS: var(--infoColorContrastText)
2721
-
2722
- Styleguide Settings.theme.info
2723
- */
2724
- --infoColorLight: #0ec4c7;
2725
- --infoColor: #009fa2;
2726
- --infoColorDark: #007578;
2727
- --infoColorContrastText: #fff;
2728
- /*
2729
- Shadow colors
2730
- */
2731
- --shadow0: none;
2732
- --shadow1: 0px 2px 4px 0px rgba(29,33,42,0.08), 0px 4px 16px 0px rgba(29,33,42,0.06), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2733
- --shadow2: 0px 3px 5px 0px rgba(29,33,42,0.09), 0px 4px 17px 0px rgba(29,33,42,0.07), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2734
- --shadow3: 0px 3px 5px -1px rgba(29,33,42,0.09), 0px 5px 19px 1px rgba(29,33,42,0.08), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2735
- --shadow4: 0px 3px 6px -1px rgba(29,33,42,0.1), 0px 5px 20px 1px rgba(29,33,42,0.08), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2736
- --shadow5: 0px 4px 6px -1px rgba(29,33,42,0.11), 0px 5px 22px 1px rgba(29,33,42,0.09), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2737
- --shadow6: 0px 4px 7px -2px rgba(29,33,42,0.11), 0px 6px 23px 2px rgba(29,33,42,0.1), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2738
- --shadow7: 0px 5px 7px -2px rgba(29,33,42,0.12), 0px 6px 24px 2px rgba(29,33,42,0.11), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2739
- --shadow8: 0px 5px 8px -2px rgba(29,33,42,0.13), 0px 6px 26px 2px rgba(29,33,42,0.11), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2740
- --shadow9: 0px 5px 8px -3px rgba(29,33,42,0.14), 0px 7px 27px 3px rgba(29,33,42,0.12), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2741
- --shadow10: 0px 6px 9px -3px rgba(29,33,42,0.14), 0px 7px 29px 3px rgba(29,33,42,0.13), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2742
- --shadow11: 0px 6px 9px -3px rgba(29,33,42,0.15), 0px 7px 30px 3px rgba(29,33,42,0.14), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2743
- --shadow12: 0px 7px 10px -4px rgba(29,33,42,0.16), 0px 8px 31px 4px rgba(29,33,42,0.15), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2744
- --shadow13: 0px 7px 10px -4px rgba(29,33,42,0.16), 0px 8px 33px 4px rgba(29,33,42,0.15), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2745
- --shadow14: 0px 8px 11px -5px rgba(29,33,42,0.17), 0px 9px 34px 5px rgba(29,33,42,0.16), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2746
- --shadow15: 0px 8px 11px -5px rgba(29,33,42,0.18), 0px 9px 35px 5px rgba(29,33,42,0.17), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2747
- --shadow16: 0px 9px 12px -5px rgba(29,33,42,0.18), 0px 9px 37px 5px rgba(29,33,42,0.18), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2748
- --shadow17: 0px 9px 12px -6px rgba(29,33,42,0.19), 0px 10px 38px 6px rgba(29,33,42,0.19), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2749
- --shadow18: 0px 9px 13px -6px rgba(29,33,42,0.2), 0px 10px 40px 6px rgba(29,33,42,0.19), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2750
- --shadow19: 0px 10px 13px -6px rgba(29,33,42,0.21), 0px 10px 41px 6px rgba(29,33,42,0.2), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2751
- --shadow20: 0px 10px 14px -7px rgba(29,33,42,0.21), 0px 11px 42px 7px rgba(29,33,42,0.21), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2752
- --shadow21: 0px 11px 14px -7px rgba(29,33,42,0.22), 0px 11px 44px 7px rgba(29,33,42,0.22), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2753
- --shadow22: 0px 11px 15px -7px rgba(29,33,42,0.23), 0px 11px 45px 7px rgba(29,33,42,0.22), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2754
- --shadow23: 0px 12px 15px -8px rgba(29,33,42,0.23), 0px 12px 47px 8px rgba(29,33,42,0.23), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2755
- --shadow24: 0px 12px 16px -8px rgba(29,33,42,0.24), 0px 12px 48px 8px rgba(29,33,42,0.24), 0px 0px 0px 0.5px rgba(29,33,42,0.12);
2756
- --shadow25: 0px 1px 4px rgba(29,33,42,0.04);
2757
- /*
2758
- ---------------------------------------------------------------------
2759
- */
2760
- /*
2761
- The CSS variables below are historic and we should strive not to
2762
- use them. Prefer to use directly semantic colors above.
2763
- */
2764
- --spinnerColor: var(--primaryColor);
2765
- --linkColor: var(--primaryColor);
2766
- --linkTextDecoration: none;
2767
- --linkColorActive: var(--primaryColorDark);
2768
- --invertedTabsActiveTextColor: var(--primaryContrastTextColor);
2769
- --invertedTabsInactiveTextColor: var(--primaryContrastTextColor);
2770
- --invertedTabsIndicatorColor: var(--primaryContrastTextColor);
2771
- --invertedTabsBackgroundColor: var(--primaryColor);
2772
- --regularButtonPrimaryColor: var(--primaryColor);
2773
- --regularButtonSecondaryColor: var(--primaryColor);
2774
- --regularButtonActiveColor: var(--primaryColorDark);
2775
- --regularButtonConstrastColor: var(--primaryContrastTextColor);
2776
- --secondaryButtonPrimaryColor: #fff;
2777
- --secondaryButtonSecondaryColor: var(--silver);
2778
- --secondaryButtonActiveColor: var(--silver);
2779
- --secondaryButtonContrastColor: var(--black);
2780
- --dividerColor2: var(--coolGrey);
2781
- --iconColor: currentColor;
2782
- --textIconColor: var(--charcoalGrey);
2783
- --actionMenuIconColor: var(--slateGrey);
2784
- --neutralBackground: var(--paleGrey);
2785
- --buttonTextTransform: uppercase;
2786
- --buttonBorderRadius: 0.125rem;
2787
- --navTextColor: var(--slateGrey);
2788
- --navTextActiveColor: var(--slateGrey);
2789
- --navTextHoverColor: var(--charcoalGrey);
2790
- --alertErrorColor: #fff;
2791
- --alertErrorBackgroundColor: var(--errorColor);
2792
- --alertSuccessColor: #fff;
2793
- --alertSuccessBackgroundColor: var(--successColor);
2794
- --alertInfoColor: #fff;
2795
- --alertInfoBackgroundColor: var(--slateGrey);
2796
- }
2797
- html {
2798
- --zIndex-below: -1;
2799
- --zIndex-app: 0;
2800
- --zIndex-low: 1;
2801
- --zIndex-alertMobile: 10;
2802
- --zIndex-nav: 20;
2803
- --zIndex-bar: 31;
2804
- --zIndex-selection: 40;
2805
- --zIndex-popover: 30;
2806
- --zIndex-overlay: 50;
2807
- --zIndex-fileActionMenu: 60;
2808
- --zIndex-drawer: 60;
2809
- --zIndex-modal: 70;
2810
- --zIndex-modal-footer: 71;
2811
- --zIndex-modal-toolbar: 72;
2812
- --zIndex-alert: 80;
2813
- }
2814
393
  .autosuggest__container___1Yro7 {
2815
394
  position: relative;
2816
395
  }
@@ -2819,7 +398,7 @@ html {
2819
398
  position: absolute;
2820
399
  top: 100%;
2821
400
  margin-top: 0.25rem;
2822
- z-index: 10;
401
+ z-index: var(--zIndex-alertMobile);
2823
402
  width: 100%;
2824
403
  overflow: hidden;
2825
404
  box-shadow: 0px 0px 0px 0.5px rgba(29,33,42,0.12), 0px 2px 4px rgba(29,33,42,0.079), 0px 4px 16px rgba(29,33,42,0.06);