@mycause/ui 0.0.0-ca77e183 → 0.0.0-caf3b48e
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/CHANGELOG.md +536 -2
- package/README.md +10 -0
- package/dist/components/anchor/anchor.d.ts +1 -1
- package/dist/components/anchor/anchor.stories.d.ts +1 -1
- package/dist/components/anchor/bold-anchor.d.ts +1 -1
- package/dist/components/button/button.d.ts +3 -7
- package/dist/components/button/button.stories.d.ts +12 -0
- package/dist/components/button-select/button-select.d.ts +12 -0
- package/dist/components/button-select/button-select.stories.d.ts +13 -0
- package/dist/components/button-select/index.d.ts +1 -0
- package/dist/components/campaign-card/campaign-card.d.ts +9 -0
- package/dist/components/campaign-card/campaign-card.stories.d.ts +14 -0
- package/dist/components/campaign-card/index.d.ts +1 -0
- package/dist/components/campaign-of-month/campaign-of-month.d.ts +14 -0
- package/dist/components/campaign-of-month/campaign-of-month.stories.d.ts +14 -0
- package/dist/components/campaign-of-month/index.d.ts +1 -0
- package/dist/components/charity-card/charity-card.d.ts +7 -0
- package/dist/components/charity-card/charity-card.stories.d.ts +14 -0
- package/dist/components/charity-card/index.d.ts +1 -0
- package/dist/components/checkbox/checkbox.d.ts +16 -0
- package/dist/components/checkbox/checkbox.stories.d.ts +25 -0
- package/dist/components/checkbox/index.d.ts +1 -0
- package/dist/components/chips/chip.d.ts +12 -0
- package/dist/components/chips/chips.d.ts +11 -0
- package/dist/components/chips/chips.stories.d.ts +25 -0
- package/dist/components/chips/index.d.ts +3 -0
- package/dist/components/chips/input-chips.d.ts +12 -0
- package/dist/components/chips/input-chips.stories.d.ts +13 -0
- package/dist/components/combo-field/combo-field-expander.d.ts +11 -0
- package/dist/components/combo-field/combo-field.d.ts +21 -0
- package/dist/components/combo-field/combo-field.stories.d.ts +19 -0
- package/dist/components/combo-field/index.d.ts +2 -0
- package/dist/components/comment-section/comment-section-v2/comment-section-v2.d.ts +31 -0
- package/dist/components/comment-section/comment-section-v2/sub-comments-v2.d.ts +11 -0
- package/dist/components/comment-section/comment-section.d.ts +24 -0
- package/dist/components/comment-section/comment-section.stories.d.ts +19 -0
- package/dist/components/comment-section/index.d.ts +2 -0
- package/dist/components/comment-section/sub-comments.d.ts +6 -0
- package/dist/components/cropper/cropper.d.ts +22 -0
- package/dist/components/cropper/cropper.stories.d.ts +12 -0
- package/dist/components/cropper/index.d.ts +1 -0
- package/dist/components/date-picker/date-picker.d.ts +27 -0
- package/dist/components/date-picker/date-picker.stories.d.ts +32 -0
- package/dist/components/date-picker/index.d.ts +2 -0
- package/dist/components/date-picker/single-date-picker.d.ts +25 -0
- package/dist/components/donate-card/donate-card.d.ts +8 -0
- package/dist/components/donate-card/donate-card.stories.d.ts +14 -0
- package/dist/components/donate-card/index.d.ts +1 -0
- package/dist/components/donation-form/donation-details.d.ts +12 -0
- package/dist/components/donation-form/donation-form-v2/donation-form-v2.d.ts +13 -0
- package/dist/components/donation-form/donation-form.d.ts +64 -0
- package/dist/components/donation-form/donation-form.stories.d.ts +18 -0
- package/dist/components/donation-form/donation-payment.d.ts +13 -0
- package/dist/components/donation-form/donation-select.d.ts +13 -0
- package/dist/components/donation-form/index.d.ts +2 -0
- package/dist/components/elevation/elevation.d.ts +13 -0
- package/dist/components/elevation/elevation.stories.d.ts +13 -0
- package/dist/components/elevation/index.d.ts +1 -0
- package/dist/components/featured-campaign-card/featured-campaign-card.d.ts +17 -0
- package/dist/components/featured-campaign-card/featured-campaign-card.stories.d.ts +14 -0
- package/dist/components/featured-campaign-card/index.d.ts +1 -0
- package/dist/components/field-helpers/field-helper-text.d.ts +8 -0
- package/dist/components/field-helpers/field-label.d.ts +8 -0
- package/dist/components/field-helpers/index.d.ts +2 -0
- package/dist/components/fundraising-section/fundraising-section.d.ts +9 -0
- package/dist/components/fundraising-section/fundraising-section.stories.d.ts +14 -0
- package/dist/components/fundraising-section/index.d.ts +1 -0
- package/dist/components/hero-banner/hero-banner.d.ts +9 -0
- package/dist/components/hero-banner/hero-banner.stories.d.ts +14 -0
- package/dist/components/hero-banner/index.d.ts +1 -0
- package/dist/components/horizontalbar/horizontalbar.d.ts +11 -0
- package/dist/components/horizontalbar/horizontalbar.stories.d.ts +26 -0
- package/dist/components/horizontalbar/index.d.ts +1 -0
- package/dist/components/icon/{toggle-button.d.ts → heart-toggle.d.ts} +3 -3
- package/dist/components/icon/{toggle-button.stories.d.ts → heart-toggle.stories.d.ts} +1 -1
- package/dist/components/icon/icon-button-group.d.ts +8 -0
- package/dist/components/icon/icon-button-group.stories.d.ts +13 -0
- package/dist/components/icon/icon-button.d.ts +3 -1
- package/dist/components/icon/icon-button.stories.d.ts +6 -0
- package/dist/components/icon/index.d.ts +2 -0
- package/dist/components/index.d.ts +31 -0
- package/dist/components/info-represent-campaign/index.d.ts +1 -0
- package/dist/components/info-represent-campaign/info-represent-campaign.d.ts +11 -0
- package/dist/components/info-represent-campaign/info-represent-campaign.stories.d.ts +12 -0
- package/dist/components/layout/box.d.ts +382 -0
- package/dist/components/layout/flex.d.ts +25 -0
- package/dist/components/layout/flex.stories.d.ts +14 -0
- package/dist/components/layout/grid.d.ts +9 -0
- package/dist/components/layout/grid.stories.d.ts +13 -0
- package/dist/components/layout/index.d.ts +3 -0
- package/dist/components/layout/stack.d.ts +5 -5
- package/dist/components/list/index.d.ts +1 -0
- package/dist/components/list/list.d.ts +42 -0
- package/dist/components/list/list.stories.d.ts +43 -0
- package/dist/components/login/index.d.ts +1 -0
- package/dist/components/login/login.d.ts +15 -0
- package/dist/components/login/login.stories.d.ts +19 -0
- package/dist/components/logo/logo-type.d.ts +2 -1
- package/dist/components/menu/index.d.ts +2 -0
- package/dist/components/menu/menu-list-divider.d.ts +2 -0
- package/dist/components/menu/menu-list-item-meta.d.ts +2 -0
- package/dist/components/modal/index.d.ts +1 -0
- package/dist/components/modal/modal.d.ts +20 -0
- package/dist/components/modal/modal.stories.d.ts +31 -0
- package/dist/components/nav/icons/IconBigger.d.ts +5 -0
- package/dist/components/nav/icons/IconSmaller.d.ts +5 -0
- package/dist/components/nav/index.d.ts +1 -0
- package/dist/components/nav/nav-actions.d.ts +5 -0
- package/dist/components/nav/nav-bar.d.ts +7 -0
- package/dist/components/nav/nav-call-to-action.d.ts +5 -0
- package/dist/components/nav/nav-expanded-charity.d.ts +13 -0
- package/dist/components/nav/nav-expanded.d.ts +14 -0
- package/dist/components/nav/nav-list.d.ts +29 -0
- package/dist/components/nav/nav-menu-control.d.ts +8 -0
- package/dist/components/nav/nav-menu.d.ts +12 -0
- package/dist/components/nav/nav-search-control.d.ts +8 -0
- package/dist/components/nav/nav-search.d.ts +10 -0
- package/dist/components/nav/nav-sign-in-control.d.ts +12 -0
- package/dist/components/nav/nav-user-menu-items.d.ts +20 -0
- package/dist/components/nav/nav-user-menu.d.ts +18 -0
- package/dist/components/nav/nav.d.ts +56 -0
- package/dist/components/nav/nav.stories.d.ts +11 -0
- package/dist/components/navigation/navigation-actions.d.ts +4 -27
- package/dist/components/navigation/navigation-bar.d.ts +2 -1
- package/dist/components/navigation/navigation-call-to-action.d.ts +5 -0
- package/dist/components/navigation/navigation-expanded.d.ts +3 -8
- package/dist/components/navigation/navigation-list.d.ts +3 -1
- package/dist/components/navigation/navigation-menu-control.d.ts +7 -0
- package/dist/components/navigation/navigation-menu.d.ts +2 -1
- package/dist/components/navigation/navigation-search-control.d.ts +7 -0
- package/dist/components/navigation/navigation-sign-in-control.d.ts +11 -0
- package/dist/components/navigation/navigation-user-menu-items.d.ts +20 -0
- package/dist/components/navigation/navigation-user-menu.d.ts +18 -0
- package/dist/components/navigation/navigation.d.ts +37 -17
- package/dist/components/navigation/navigation.stories.d.ts +3 -33
- package/dist/components/phone-number-input/index.d.ts +2 -0
- package/dist/components/phone-number-input/phone-number-input.d.ts +25 -0
- package/dist/components/phone-number-input/phone-number-input.stories.d.ts +13 -0
- package/dist/components/phone-number-input/util.d.ts +2 -0
- package/dist/components/popup/index.d.ts +1 -0
- package/dist/components/popup/popup.d.ts +8 -0
- package/dist/components/popup/popup.stories.d.ts +14 -0
- package/dist/components/progressbar/index.d.ts +1 -0
- package/dist/components/progressbar/progressbar.d.ts +8 -0
- package/dist/components/progressbar/progressbar.stories.d.ts +14 -0
- package/dist/components/radio/index.d.ts +2 -0
- package/dist/components/radio/radio-group.d.ts +16 -0
- package/dist/components/radio/radio-group.stories.d.ts +13 -0
- package/dist/components/radio/radio.d.ts +17 -0
- package/dist/components/radio/radio.stories.d.ts +25 -0
- package/dist/components/select/index.d.ts +1 -0
- package/dist/components/select/select-helper-text.d.ts +7 -0
- package/dist/components/select/select.d.ts +17 -6
- package/dist/components/select/select.stories.d.ts +2 -21
- package/dist/components/spinner/index.d.ts +1 -0
- package/dist/components/spinner/spinner.d.ts +8 -0
- package/dist/components/spinner/spinner.stories.d.ts +13 -0
- package/dist/components/start-campaign-card/index.d.ts +1 -0
- package/dist/components/start-campaign-card/start-campaign-card.d.ts +8 -0
- package/dist/components/start-campaign-card/start-campaign-card.stories.d.ts +14 -0
- package/dist/components/statistics/index.d.ts +1 -0
- package/dist/components/statistics/statistics.d.ts +13 -0
- package/dist/components/statistics/statistics.stories.d.ts +13 -0
- package/dist/components/switch/index.d.ts +1 -0
- package/dist/components/switch/switch.d.ts +14 -0
- package/dist/components/switch/switch.stories.d.ts +25 -0
- package/dist/components/tabs/nav-tabs.d.ts +18 -0
- package/dist/components/tabs/tab.d.ts +3 -1
- package/dist/components/tabs/tabs.d.ts +9 -5
- package/dist/components/text/text.d.ts +5 -2
- package/dist/components/text/text.stories.d.ts +10 -1
- package/dist/components/text-field/index.d.ts +1 -0
- package/dist/components/text-field/text-field.d.ts +5 -3
- package/dist/components/text-field/text-field.stories.d.ts +2 -51
- package/dist/components/uploader/index.d.ts +1 -0
- package/dist/components/uploader/uploader.d.ts +23 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js +10688 -1002
- package/dist/index.js +10742 -1002
- package/dist/theme/index.d.ts +2 -0
- package/dist/theme/theme.d.ts +2 -0
- package/dist/utils/parse-numbers.d.ts +2 -0
- package/dist/utils/tap-event.d.ts +1 -0
- package/dist/utils/wrap.d.ts +2 -0
- package/package.json +23 -1
- package/styles/index.css +2846 -50
- package/styles/reset.css +1 -0
- package/dist/components/mycause-statistics/index.d.ts +0 -1
- package/dist/components/mycause-statistics/mycause-statistics.d.ts +0 -12
package/styles/index.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@import url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.4.3/css/flag-icon.min.css");
|
|
1
2
|
:root {
|
|
2
3
|
--mdc-theme-primary: #358b76;
|
|
3
4
|
--mdc-theme-secondary: #f05c6a;
|
|
@@ -480,59 +481,1978 @@ svg.mdc-button__icon {
|
|
|
480
481
|
.mdc-button--unelevated.mdc-ripple-upgraded {
|
|
481
482
|
--mdc-ripple-fg-opacity: 0.24; }
|
|
482
483
|
|
|
484
|
+
/* add the display size */
|
|
485
|
+
.mdc-button--display {
|
|
486
|
+
height: 3rem;
|
|
487
|
+
padding: 0 1rem;
|
|
488
|
+
font-size: 1rem; }
|
|
489
|
+
|
|
490
|
+
.mdc-button--unelevated.mdc-button--display,
|
|
491
|
+
.mdc-button--raised.mdc-button--display {
|
|
492
|
+
padding: 0 1.75rem; }
|
|
493
|
+
|
|
483
494
|
.mdc-button {
|
|
495
|
+
background: #358b76;
|
|
496
|
+
background: var(--mdc-theme-primary); }
|
|
497
|
+
|
|
498
|
+
.mdc-button--outlined.mdc-button--display {
|
|
499
|
+
padding: 0 calc(1.75rem - 2px); }
|
|
500
|
+
|
|
501
|
+
/* add the large size */
|
|
502
|
+
.mdc-button--large {
|
|
503
|
+
height: 3.5rem;
|
|
504
|
+
padding: 0 1.375rem;
|
|
505
|
+
font-size: 1rem; }
|
|
506
|
+
|
|
507
|
+
.mdc-button--outlined.mdc-button--large {
|
|
508
|
+
padding: 0 calc(1.375rem - 2px); }
|
|
509
|
+
|
|
510
|
+
/* use larger icons with the large and display sizes */
|
|
511
|
+
.mdc-button--display .mdc-button__icon,
|
|
512
|
+
.mdc-button--large .mdc-button__icon {
|
|
513
|
+
width: 24px;
|
|
514
|
+
height: 24px;
|
|
515
|
+
font-size: 24px;
|
|
516
|
+
vertical-align: top; }
|
|
517
|
+
|
|
518
|
+
.mdc-button--display .mdc-button__icon {
|
|
519
|
+
margin-left: -0.25rem;
|
|
520
|
+
margin-right: 0.5rem; }
|
|
521
|
+
|
|
522
|
+
.mdc-button--display.mdc-button--unelevated .mdc-button__icon,
|
|
523
|
+
.mdc-button--display.mdc-button--raised .mdc-button__icon {
|
|
524
|
+
margin-left: -0.75rem;
|
|
525
|
+
margin-right: 0.75rem; }
|
|
526
|
+
|
|
527
|
+
.mdc-button--large .mdc-button__icon {
|
|
528
|
+
margin-right: 1rem; }
|
|
529
|
+
|
|
530
|
+
/* modify the outlines style so the background fills in and
|
|
531
|
+
* the text inverts on hover instead of just showing a transparent ripple */
|
|
532
|
+
.mdc-button--outlined:hover:not(:disabled),
|
|
533
|
+
.mdc-button--outlined:focus:not(:disabled) {
|
|
534
|
+
color: #fff;
|
|
535
|
+
color: var(--mdc-theme-on-primary, #fff);
|
|
536
|
+
background-color: #358b76;
|
|
537
|
+
background-color: var(--mdc-theme-primary); }
|
|
538
|
+
|
|
539
|
+
.mdc-button--outlined::before,
|
|
540
|
+
.mdc-button--outlined::after {
|
|
541
|
+
background-color: #fff;
|
|
542
|
+
background-color: var(--mdc-theme-on-primary, #fff); }
|
|
543
|
+
|
|
544
|
+
/* add the control button style, this is to match the outlined text-field
|
|
545
|
+
* and select styles */
|
|
546
|
+
.mdc-button--control {
|
|
547
|
+
height: 3.5rem;
|
|
548
|
+
font-weight: 500;
|
|
549
|
+
font-size: 1rem;
|
|
550
|
+
padding-left: 12px;
|
|
551
|
+
padding-right: 12px;
|
|
552
|
+
border: 1px solid #9e9e9e; }
|
|
553
|
+
|
|
554
|
+
.mdc-button--control:not(:disabled) {
|
|
555
|
+
color: rgba(0, 0, 0, 0.6); }
|
|
556
|
+
|
|
557
|
+
.mdc-button.mdc-button--control:hover,
|
|
558
|
+
.mdc-button.mdc-button--control:focus {
|
|
559
|
+
border-color: rgba(0, 0, 0, 0.87); }
|
|
560
|
+
|
|
561
|
+
.mdc-button.mdc-button--control:focus {
|
|
562
|
+
border: 2px solid #358b76;
|
|
563
|
+
border: 2px solid var(--mdc-theme-primary);
|
|
564
|
+
padding-left: 11px;
|
|
565
|
+
padding-right: 11px; }
|
|
566
|
+
|
|
567
|
+
.mdc-button--control:active {
|
|
568
|
+
color: #358b76;
|
|
569
|
+
color: var(--mdc-theme-primary); }
|
|
570
|
+
|
|
571
|
+
.mdc-button--control.mdc-button--dense {
|
|
572
|
+
height: 3rem;
|
|
573
|
+
font-size: 0.875rem; }
|
|
574
|
+
|
|
575
|
+
.mdc-chip__icon--leading {
|
|
576
|
+
color: rgba(0, 0, 0, 0.54); }
|
|
577
|
+
|
|
578
|
+
.mdc-chip__icon--trailing {
|
|
579
|
+
color: rgba(0, 0, 0, 0.54); }
|
|
580
|
+
.mdc-chip__icon--trailing:hover {
|
|
581
|
+
color: rgba(0, 0, 0, 0.62); }
|
|
582
|
+
.mdc-chip__icon--trailing:focus {
|
|
583
|
+
color: rgba(0, 0, 0, 0.87); }
|
|
584
|
+
|
|
585
|
+
.mdc-chip__icon.mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden) {
|
|
586
|
+
width: 20px;
|
|
587
|
+
height: 20px;
|
|
588
|
+
font-size: 20px; }
|
|
589
|
+
|
|
590
|
+
.mdc-chip__icon.mdc-chip__icon--trailing {
|
|
591
|
+
width: 18px;
|
|
592
|
+
height: 18px;
|
|
593
|
+
font-size: 18px; }
|
|
594
|
+
|
|
595
|
+
.mdc-chip__icon--trailing {
|
|
596
|
+
margin: 0 -4px 0 4px; }
|
|
597
|
+
|
|
598
|
+
.mdc-chip {
|
|
599
|
+
border-radius: 16px;
|
|
600
|
+
background-color: #e0e0e0;
|
|
601
|
+
color: rgba(0, 0, 0, 0.87);
|
|
602
|
+
font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
|
|
603
|
+
-moz-osx-font-smoothing: grayscale;
|
|
604
|
+
-webkit-font-smoothing: antialiased;
|
|
605
|
+
font-size: 0.875rem;
|
|
606
|
+
line-height: 1.25rem;
|
|
607
|
+
font-weight: 400;
|
|
608
|
+
letter-spacing: 0.01786em;
|
|
609
|
+
text-decoration: inherit;
|
|
610
|
+
text-transform: inherit;
|
|
611
|
+
height: 32px;
|
|
612
|
+
display: inline-flex;
|
|
613
|
+
position: relative;
|
|
614
|
+
align-items: center;
|
|
615
|
+
box-sizing: border-box;
|
|
616
|
+
padding: 7px 12px;
|
|
617
|
+
outline: none;
|
|
618
|
+
cursor: pointer;
|
|
619
|
+
overflow: hidden; }
|
|
620
|
+
.mdc-chip:hover {
|
|
621
|
+
color: rgba(0, 0, 0, 0.87); }
|
|
622
|
+
.mdc-chip.mdc-chip--selected .mdc-chip__checkmark,
|
|
623
|
+
.mdc-chip .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden) {
|
|
624
|
+
/* @noflip */
|
|
625
|
+
margin-left: -4px;
|
|
626
|
+
/* @noflip */
|
|
627
|
+
margin-right: 4px;
|
|
628
|
+
margin-top: -4px;
|
|
629
|
+
margin-bottom: -4px; }
|
|
630
|
+
[dir="rtl"] .mdc-chip.mdc-chip--selected .mdc-chip__checkmark, .mdc-chip.mdc-chip--selected .mdc-chip__checkmark[dir="rtl"], [dir="rtl"]
|
|
631
|
+
.mdc-chip .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden),
|
|
632
|
+
.mdc-chip .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden)[dir="rtl"] {
|
|
633
|
+
/* @noflip */
|
|
634
|
+
margin-left: 4px;
|
|
635
|
+
/* @noflip */
|
|
636
|
+
margin-right: -4px; }
|
|
637
|
+
.mdc-chip:hover {
|
|
638
|
+
color: #000;
|
|
639
|
+
/* @alternate */
|
|
640
|
+
color: #000;
|
|
641
|
+
color: var(--mdc-theme-on-surface, #000); }
|
|
642
|
+
|
|
643
|
+
.mdc-chip--exit {
|
|
644
|
+
transition: opacity 75ms cubic-bezier(0.4, 0, 0.2, 1), width 150ms cubic-bezier(0, 0, 0.2, 1), padding 100ms linear, margin 100ms linear;
|
|
645
|
+
opacity: 0; }
|
|
646
|
+
|
|
647
|
+
.mdc-chip__text {
|
|
648
|
+
white-space: nowrap; }
|
|
649
|
+
|
|
650
|
+
.mdc-chip__icon {
|
|
651
|
+
border-radius: 50%;
|
|
652
|
+
outline: none;
|
|
653
|
+
vertical-align: middle; }
|
|
654
|
+
|
|
655
|
+
.mdc-chip__checkmark {
|
|
656
|
+
height: 20px; }
|
|
657
|
+
|
|
658
|
+
.mdc-chip__checkmark-path {
|
|
659
|
+
transition: stroke-dashoffset 150ms 50ms cubic-bezier(0.4, 0, 0.6, 1);
|
|
660
|
+
stroke-width: 2px;
|
|
661
|
+
stroke-dashoffset: 29.78334;
|
|
662
|
+
stroke-dasharray: 29.78334; }
|
|
663
|
+
|
|
664
|
+
.mdc-chip--selected .mdc-chip__checkmark-path {
|
|
665
|
+
stroke-dashoffset: 0; }
|
|
666
|
+
|
|
667
|
+
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected {
|
|
668
|
+
color: #358b76;
|
|
669
|
+
/* @alternate */
|
|
670
|
+
color: #358b76;
|
|
671
|
+
color: var(--mdc-theme-primary, #358b76); }
|
|
672
|
+
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected .mdc-chip__icon--leading {
|
|
673
|
+
color: rgba(53, 139, 118, 0.54); }
|
|
674
|
+
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:hover {
|
|
675
|
+
color: #358b76;
|
|
676
|
+
/* @alternate */
|
|
677
|
+
color: #358b76;
|
|
678
|
+
color: var(--mdc-theme-primary, #358b76); }
|
|
679
|
+
|
|
680
|
+
.mdc-chip-set--choice .mdc-chip .mdc-chip__checkmark-path {
|
|
681
|
+
stroke: #358b76;
|
|
682
|
+
/* @alternate */
|
|
683
|
+
stroke: #358b76;
|
|
684
|
+
stroke: var(--mdc-theme-primary, #358b76); }
|
|
685
|
+
|
|
686
|
+
.mdc-chip-set--choice .mdc-chip--selected {
|
|
687
|
+
background-color: #fff;
|
|
688
|
+
/* @alternate */
|
|
689
|
+
background-color: #fff;
|
|
690
|
+
background-color: var(--mdc-theme-surface, #fff); }
|
|
691
|
+
|
|
692
|
+
.mdc-chip__checkmark-svg {
|
|
693
|
+
width: 0;
|
|
694
|
+
height: 20px;
|
|
695
|
+
transition: width 150ms cubic-bezier(0.4, 0, 0.2, 1); }
|
|
696
|
+
|
|
697
|
+
.mdc-chip--selected .mdc-chip__checkmark-svg {
|
|
698
|
+
width: 20px; }
|
|
699
|
+
|
|
700
|
+
.mdc-chip-set--filter .mdc-chip__icon--leading {
|
|
701
|
+
transition: opacity 75ms linear;
|
|
702
|
+
transition-delay: -50ms;
|
|
703
|
+
opacity: 1; }
|
|
704
|
+
.mdc-chip-set--filter .mdc-chip__icon--leading + .mdc-chip__checkmark {
|
|
705
|
+
transition: opacity 75ms linear;
|
|
706
|
+
transition-delay: 80ms;
|
|
707
|
+
opacity: 0; }
|
|
708
|
+
.mdc-chip-set--filter .mdc-chip__icon--leading + .mdc-chip__checkmark .mdc-chip__checkmark-svg {
|
|
709
|
+
transition: width 0ms; }
|
|
710
|
+
|
|
711
|
+
.mdc-chip-set--filter .mdc-chip--selected .mdc-chip__icon--leading {
|
|
712
|
+
opacity: 0; }
|
|
713
|
+
.mdc-chip-set--filter .mdc-chip--selected .mdc-chip__icon--leading + .mdc-chip__checkmark {
|
|
714
|
+
width: 0;
|
|
715
|
+
opacity: 1; }
|
|
716
|
+
|
|
717
|
+
.mdc-chip-set--filter .mdc-chip__icon--leading-hidden.mdc-chip__icon--leading {
|
|
718
|
+
width: 0;
|
|
719
|
+
opacity: 0; }
|
|
720
|
+
.mdc-chip-set--filter .mdc-chip__icon--leading-hidden.mdc-chip__icon--leading + .mdc-chip__checkmark {
|
|
721
|
+
width: 20px; }
|
|
722
|
+
|
|
723
|
+
.mdc-chip {
|
|
724
|
+
--mdc-ripple-fg-size: 0;
|
|
725
|
+
--mdc-ripple-left: 0;
|
|
726
|
+
--mdc-ripple-top: 0;
|
|
727
|
+
--mdc-ripple-fg-scale: 1;
|
|
728
|
+
--mdc-ripple-fg-translate-end: 0;
|
|
729
|
+
--mdc-ripple-fg-translate-start: 0;
|
|
730
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
731
|
+
will-change: transform, opacity; }
|
|
732
|
+
.mdc-chip::before, .mdc-chip::after {
|
|
733
|
+
position: absolute;
|
|
734
|
+
border-radius: 50%;
|
|
735
|
+
opacity: 0;
|
|
736
|
+
pointer-events: none;
|
|
737
|
+
content: ""; }
|
|
738
|
+
.mdc-chip::before {
|
|
739
|
+
transition: opacity 15ms linear, background-color 15ms linear;
|
|
740
|
+
z-index: 1; }
|
|
741
|
+
.mdc-chip.mdc-ripple-upgraded::before {
|
|
742
|
+
transform: scale(1);
|
|
743
|
+
transform: scale(var(--mdc-ripple-fg-scale, 1)); }
|
|
744
|
+
.mdc-chip.mdc-ripple-upgraded::after {
|
|
745
|
+
top: 0;
|
|
746
|
+
/* @noflip */
|
|
747
|
+
left: 0;
|
|
748
|
+
transform: scale(0);
|
|
749
|
+
transform-origin: center center; }
|
|
750
|
+
.mdc-chip.mdc-ripple-upgraded--unbounded::after {
|
|
751
|
+
top: 0;
|
|
752
|
+
top: var(--mdc-ripple-top, 0);
|
|
753
|
+
/* @noflip */
|
|
754
|
+
left: 0;
|
|
755
|
+
left: var(--mdc-ripple-left, 0); }
|
|
756
|
+
.mdc-chip.mdc-ripple-upgraded--foreground-activation::after {
|
|
757
|
+
animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
|
|
758
|
+
.mdc-chip.mdc-ripple-upgraded--foreground-deactivation::after {
|
|
759
|
+
animation: mdc-ripple-fg-opacity-out 150ms;
|
|
760
|
+
transform: translate(0) scale(1);
|
|
761
|
+
transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
|
|
762
|
+
.mdc-chip::before, .mdc-chip::after {
|
|
763
|
+
top: calc(50% - 100%);
|
|
764
|
+
/* @noflip */
|
|
765
|
+
left: calc(50% - 100%);
|
|
766
|
+
width: 200%;
|
|
767
|
+
height: 200%; }
|
|
768
|
+
.mdc-chip.mdc-ripple-upgraded::after {
|
|
769
|
+
width: 100%;
|
|
770
|
+
width: var(--mdc-ripple-fg-size, 100%);
|
|
771
|
+
height: 100%;
|
|
772
|
+
height: var(--mdc-ripple-fg-size, 100%); }
|
|
773
|
+
.mdc-chip::before, .mdc-chip::after {
|
|
774
|
+
background-color: rgba(0, 0, 0, 0.87); }
|
|
775
|
+
.mdc-chip:hover::before {
|
|
776
|
+
opacity: 0.04; }
|
|
777
|
+
.mdc-chip:not(.mdc-ripple-upgraded):focus::before, .mdc-chip.mdc-ripple-upgraded--background-focused::before {
|
|
778
|
+
transition-duration: 75ms;
|
|
779
|
+
opacity: 0.12; }
|
|
780
|
+
.mdc-chip:not(.mdc-ripple-upgraded)::after {
|
|
781
|
+
transition: opacity 150ms linear; }
|
|
782
|
+
.mdc-chip:not(.mdc-ripple-upgraded):active::after {
|
|
783
|
+
transition-duration: 75ms;
|
|
784
|
+
opacity: 0.12; }
|
|
785
|
+
.mdc-chip.mdc-ripple-upgraded {
|
|
786
|
+
--mdc-ripple-fg-opacity: 0.12; }
|
|
787
|
+
|
|
788
|
+
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected::before {
|
|
789
|
+
opacity: 0.08; }
|
|
790
|
+
|
|
791
|
+
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected::before, .mdc-chip-set--choice .mdc-chip.mdc-chip--selected::after {
|
|
792
|
+
background-color: #358b76; }
|
|
793
|
+
@supports not (-ms-ime-align: auto) {
|
|
794
|
+
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected::before, .mdc-chip-set--choice .mdc-chip.mdc-chip--selected::after {
|
|
795
|
+
/* @alternate */
|
|
796
|
+
background-color: #358b76;
|
|
797
|
+
background-color: var(--mdc-theme-primary, #358b76); } }
|
|
798
|
+
|
|
799
|
+
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:hover::before {
|
|
800
|
+
opacity: 0.12; }
|
|
801
|
+
|
|
802
|
+
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):focus::before, .mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-ripple-upgraded--background-focused::before {
|
|
803
|
+
transition-duration: 75ms;
|
|
804
|
+
opacity: 0.2; }
|
|
805
|
+
|
|
806
|
+
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded)::after {
|
|
807
|
+
transition: opacity 150ms linear; }
|
|
808
|
+
|
|
809
|
+
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):active::after {
|
|
810
|
+
transition-duration: 75ms;
|
|
811
|
+
opacity: 0.2; }
|
|
812
|
+
|
|
813
|
+
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-ripple-upgraded {
|
|
814
|
+
--mdc-ripple-fg-opacity: 0.2; }
|
|
815
|
+
|
|
816
|
+
@keyframes mdc-chip-entry {
|
|
817
|
+
from {
|
|
818
|
+
transform: scale(0.8);
|
|
819
|
+
opacity: .4; }
|
|
820
|
+
to {
|
|
821
|
+
transform: scale(1);
|
|
822
|
+
opacity: 1; } }
|
|
823
|
+
|
|
824
|
+
.mdc-chip-set {
|
|
825
|
+
padding: 4px;
|
|
826
|
+
display: flex;
|
|
827
|
+
flex-wrap: wrap;
|
|
828
|
+
box-sizing: border-box; }
|
|
829
|
+
.mdc-chip-set .mdc-chip {
|
|
830
|
+
margin: 4px; }
|
|
831
|
+
|
|
832
|
+
.mdc-chip-set--input .mdc-chip {
|
|
833
|
+
animation: mdc-chip-entry 100ms cubic-bezier(0, 0, 0.2, 1); }
|
|
834
|
+
|
|
835
|
+
/* override the padding on the chipset */
|
|
836
|
+
.mdc-chip-set {
|
|
837
|
+
padding: 4px 0; }
|
|
838
|
+
|
|
839
|
+
@keyframes mdc-checkbox-unchecked-checked-checkmark-path {
|
|
840
|
+
0%,
|
|
841
|
+
50% {
|
|
842
|
+
stroke-dashoffset: 29.78334; }
|
|
843
|
+
50% {
|
|
844
|
+
animation-timing-function: cubic-bezier(0, 0, 0.2, 1); }
|
|
845
|
+
100% {
|
|
846
|
+
stroke-dashoffset: 0; } }
|
|
847
|
+
|
|
848
|
+
@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {
|
|
849
|
+
0%,
|
|
850
|
+
68.2% {
|
|
851
|
+
transform: scaleX(0); }
|
|
852
|
+
68.2% {
|
|
853
|
+
animation-timing-function: cubic-bezier(0, 0, 0, 1); }
|
|
854
|
+
100% {
|
|
855
|
+
transform: scaleX(1); } }
|
|
856
|
+
|
|
857
|
+
@keyframes mdc-checkbox-checked-unchecked-checkmark-path {
|
|
858
|
+
from {
|
|
859
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
860
|
+
opacity: 1;
|
|
861
|
+
stroke-dashoffset: 0; }
|
|
862
|
+
to {
|
|
863
|
+
opacity: 0;
|
|
864
|
+
stroke-dashoffset: -29.78334; } }
|
|
865
|
+
|
|
866
|
+
@keyframes mdc-checkbox-checked-indeterminate-checkmark {
|
|
867
|
+
from {
|
|
868
|
+
animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
869
|
+
transform: rotate(0deg);
|
|
870
|
+
opacity: 1; }
|
|
871
|
+
to {
|
|
872
|
+
transform: rotate(45deg);
|
|
873
|
+
opacity: 0; } }
|
|
874
|
+
|
|
875
|
+
@keyframes mdc-checkbox-indeterminate-checked-checkmark {
|
|
876
|
+
from {
|
|
877
|
+
animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
|
|
878
|
+
transform: rotate(45deg);
|
|
879
|
+
opacity: 0; }
|
|
880
|
+
to {
|
|
881
|
+
transform: rotate(360deg);
|
|
882
|
+
opacity: 1; } }
|
|
883
|
+
|
|
884
|
+
@keyframes mdc-checkbox-checked-indeterminate-mixedmark {
|
|
885
|
+
from {
|
|
886
|
+
animation-timing-function: mdc-animation-deceleration-curve-timing-function;
|
|
887
|
+
transform: rotate(-45deg);
|
|
888
|
+
opacity: 0; }
|
|
889
|
+
to {
|
|
890
|
+
transform: rotate(0deg);
|
|
891
|
+
opacity: 1; } }
|
|
892
|
+
|
|
893
|
+
@keyframes mdc-checkbox-indeterminate-checked-mixedmark {
|
|
894
|
+
from {
|
|
895
|
+
animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
|
|
896
|
+
transform: rotate(0deg);
|
|
897
|
+
opacity: 1; }
|
|
898
|
+
to {
|
|
899
|
+
transform: rotate(315deg);
|
|
900
|
+
opacity: 0; } }
|
|
901
|
+
|
|
902
|
+
@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
|
|
903
|
+
0% {
|
|
904
|
+
animation-timing-function: linear;
|
|
905
|
+
transform: scaleX(1);
|
|
906
|
+
opacity: 1; }
|
|
907
|
+
32.8%,
|
|
908
|
+
100% {
|
|
909
|
+
transform: scaleX(0);
|
|
910
|
+
opacity: 0; } }
|
|
911
|
+
|
|
912
|
+
.mdc-checkbox {
|
|
913
|
+
display: inline-block;
|
|
914
|
+
position: relative;
|
|
915
|
+
flex: 0 0 18px;
|
|
916
|
+
box-sizing: content-box;
|
|
917
|
+
width: 18px;
|
|
918
|
+
height: 18px;
|
|
919
|
+
padding: 11px;
|
|
920
|
+
line-height: 0;
|
|
921
|
+
white-space: nowrap;
|
|
922
|
+
cursor: pointer;
|
|
923
|
+
vertical-align: bottom; }
|
|
924
|
+
|
|
925
|
+
.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
|
|
926
|
+
border-color: rgba(0, 0, 0, 0.54);
|
|
927
|
+
background-color: transparent; }
|
|
928
|
+
|
|
929
|
+
.mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
|
|
930
|
+
.mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background {
|
|
931
|
+
border-color: #f05c6a;
|
|
932
|
+
/* @alternate */
|
|
933
|
+
border-color: #f05c6a;
|
|
934
|
+
border-color: var(--mdc-theme-secondary, #f05c6a);
|
|
935
|
+
background-color: #f05c6a;
|
|
936
|
+
/* @alternate */
|
|
937
|
+
background-color: #f05c6a;
|
|
938
|
+
background-color: var(--mdc-theme-secondary, #f05c6a); }
|
|
939
|
+
|
|
940
|
+
@keyframes mdc-checkbox-fade-in-background-0 {
|
|
941
|
+
0% {
|
|
942
|
+
border-color: rgba(0, 0, 0, 0.54);
|
|
943
|
+
background-color: transparent; }
|
|
944
|
+
50% {
|
|
945
|
+
border-color: #f05c6a;
|
|
946
|
+
/* @alternate */
|
|
947
|
+
border-color: #f05c6a;
|
|
948
|
+
border-color: var(--mdc-theme-secondary, #f05c6a);
|
|
949
|
+
background-color: #f05c6a;
|
|
950
|
+
/* @alternate */
|
|
951
|
+
background-color: #f05c6a;
|
|
952
|
+
background-color: var(--mdc-theme-secondary, #f05c6a); } }
|
|
953
|
+
|
|
954
|
+
@keyframes mdc-checkbox-fade-out-background-0 {
|
|
955
|
+
0%,
|
|
956
|
+
80% {
|
|
957
|
+
border-color: #f05c6a;
|
|
958
|
+
/* @alternate */
|
|
959
|
+
border-color: #f05c6a;
|
|
960
|
+
border-color: var(--mdc-theme-secondary, #f05c6a);
|
|
961
|
+
background-color: #f05c6a;
|
|
962
|
+
/* @alternate */
|
|
963
|
+
background-color: #f05c6a;
|
|
964
|
+
background-color: var(--mdc-theme-secondary, #f05c6a); }
|
|
965
|
+
100% {
|
|
966
|
+
border-color: rgba(0, 0, 0, 0.54);
|
|
967
|
+
background-color: transparent; } }
|
|
968
|
+
|
|
969
|
+
.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
|
|
970
|
+
animation-name: mdc-checkbox-fade-in-background-0; }
|
|
971
|
+
|
|
972
|
+
.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
|
|
973
|
+
animation-name: mdc-checkbox-fade-out-background-0; }
|
|
974
|
+
|
|
975
|
+
.mdc-checkbox__checkmark {
|
|
976
|
+
color: #fff; }
|
|
977
|
+
|
|
978
|
+
.mdc-checkbox__mixedmark {
|
|
979
|
+
border-color: #fff; }
|
|
980
|
+
|
|
981
|
+
.mdc-checkbox__background::before {
|
|
982
|
+
background-color: #f05c6a; }
|
|
983
|
+
@supports not (-ms-ime-align: auto) {
|
|
984
|
+
.mdc-checkbox__background::before {
|
|
985
|
+
/* @alternate */
|
|
986
|
+
background-color: #f05c6a;
|
|
987
|
+
background-color: var(--mdc-theme-secondary, #f05c6a); } }
|
|
988
|
+
|
|
989
|
+
.mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
|
|
990
|
+
border-color: rgba(0, 0, 0, 0.26); }
|
|
991
|
+
|
|
992
|
+
.mdc-checkbox__native-control[disabled]:checked ~ .mdc-checkbox__background,
|
|
993
|
+
.mdc-checkbox__native-control[disabled]:indeterminate ~ .mdc-checkbox__background {
|
|
994
|
+
border-color: transparent;
|
|
995
|
+
background-color: rgba(0, 0, 0, 0.26); }
|
|
996
|
+
|
|
997
|
+
@media screen and (-ms-high-contrast: active) {
|
|
998
|
+
.mdc-checkbox__mixedmark {
|
|
999
|
+
margin: 0 1px; } }
|
|
1000
|
+
|
|
1001
|
+
.mdc-checkbox--disabled {
|
|
1002
|
+
cursor: default;
|
|
1003
|
+
pointer-events: none; }
|
|
1004
|
+
|
|
1005
|
+
.mdc-checkbox__background {
|
|
1006
|
+
/* @noflip */
|
|
1007
|
+
left: 11px;
|
|
1008
|
+
/* @noflip */
|
|
1009
|
+
right: auto;
|
|
1010
|
+
right: initial;
|
|
1011
|
+
display: inline-flex;
|
|
1012
|
+
position: absolute;
|
|
1013
|
+
top: 11px;
|
|
1014
|
+
bottom: 0;
|
|
1015
|
+
align-items: center;
|
|
1016
|
+
justify-content: center;
|
|
1017
|
+
box-sizing: border-box;
|
|
1018
|
+
width: 45%;
|
|
1019
|
+
height: 45%;
|
|
1020
|
+
border: 2px solid currentColor;
|
|
1021
|
+
border-radius: 2px;
|
|
1022
|
+
background-color: transparent;
|
|
1023
|
+
pointer-events: none;
|
|
1024
|
+
will-change: background-color, border-color;
|
|
1025
|
+
transition: background-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), border-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }
|
|
1026
|
+
.mdc-checkbox[dir="rtl"] .mdc-checkbox__background,
|
|
1027
|
+
[dir="rtl"] .mdc-checkbox .mdc-checkbox__background {
|
|
1028
|
+
/* @noflip */
|
|
1029
|
+
left: auto;
|
|
1030
|
+
left: initial;
|
|
1031
|
+
/* @noflip */
|
|
1032
|
+
right: 11px; }
|
|
1033
|
+
|
|
1034
|
+
.mdc-checkbox__checkmark {
|
|
1035
|
+
position: absolute;
|
|
1036
|
+
top: 0;
|
|
1037
|
+
right: 0;
|
|
1038
|
+
bottom: 0;
|
|
1039
|
+
left: 0;
|
|
1040
|
+
width: 100%;
|
|
1041
|
+
opacity: 0;
|
|
1042
|
+
transition: opacity 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }
|
|
1043
|
+
.mdc-checkbox--upgraded .mdc-checkbox__checkmark {
|
|
1044
|
+
opacity: 1; }
|
|
1045
|
+
|
|
1046
|
+
.mdc-checkbox__checkmark-path {
|
|
1047
|
+
transition: stroke-dashoffset 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
|
|
1048
|
+
stroke: currentColor;
|
|
1049
|
+
stroke-width: 3.12px;
|
|
1050
|
+
stroke-dashoffset: 29.78334;
|
|
1051
|
+
stroke-dasharray: 29.78334; }
|
|
1052
|
+
|
|
1053
|
+
.mdc-checkbox__mixedmark {
|
|
1054
|
+
width: 100%;
|
|
1055
|
+
height: 0;
|
|
1056
|
+
transform: scaleX(0) rotate(0deg);
|
|
1057
|
+
border-width: 1px;
|
|
1058
|
+
border-style: solid;
|
|
1059
|
+
opacity: 0;
|
|
1060
|
+
transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }
|
|
1061
|
+
|
|
1062
|
+
.mdc-checkbox--upgraded .mdc-checkbox__background,
|
|
1063
|
+
.mdc-checkbox--upgraded .mdc-checkbox__checkmark,
|
|
1064
|
+
.mdc-checkbox--upgraded .mdc-checkbox__checkmark-path,
|
|
1065
|
+
.mdc-checkbox--upgraded .mdc-checkbox__mixedmark {
|
|
1066
|
+
transition: none !important; }
|
|
1067
|
+
|
|
1068
|
+
.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background, .mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background, .mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background, .mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background {
|
|
1069
|
+
animation-duration: 180ms;
|
|
1070
|
+
animation-timing-function: linear; }
|
|
1071
|
+
|
|
1072
|
+
.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path {
|
|
1073
|
+
animation: mdc-checkbox-unchecked-checked-checkmark-path 180ms linear 0s;
|
|
1074
|
+
transition: none; }
|
|
1075
|
+
|
|
1076
|
+
.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark {
|
|
1077
|
+
animation: mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;
|
|
1078
|
+
transition: none; }
|
|
1079
|
+
|
|
1080
|
+
.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path {
|
|
1081
|
+
animation: mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;
|
|
1082
|
+
transition: none; }
|
|
1083
|
+
|
|
1084
|
+
.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark {
|
|
1085
|
+
animation: mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;
|
|
1086
|
+
transition: none; }
|
|
1087
|
+
|
|
1088
|
+
.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark {
|
|
1089
|
+
animation: mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;
|
|
1090
|
+
transition: none; }
|
|
1091
|
+
|
|
1092
|
+
.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark {
|
|
1093
|
+
animation: mdc-checkbox-indeterminate-checked-checkmark 500ms linear 0s;
|
|
1094
|
+
transition: none; }
|
|
1095
|
+
|
|
1096
|
+
.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark {
|
|
1097
|
+
animation: mdc-checkbox-indeterminate-checked-mixedmark 500ms linear 0s;
|
|
1098
|
+
transition: none; }
|
|
1099
|
+
|
|
1100
|
+
.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark {
|
|
1101
|
+
animation: mdc-checkbox-indeterminate-unchecked-mixedmark 300ms linear 0s;
|
|
1102
|
+
transition: none; }
|
|
1103
|
+
|
|
1104
|
+
.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
|
|
1105
|
+
.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background {
|
|
1106
|
+
transition: border-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1), background-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1); }
|
|
1107
|
+
.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path,
|
|
1108
|
+
.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path {
|
|
1109
|
+
stroke-dashoffset: 0; }
|
|
1110
|
+
|
|
1111
|
+
.mdc-checkbox__background::before {
|
|
1112
|
+
position: absolute;
|
|
1113
|
+
top: 0;
|
|
1114
|
+
right: 0;
|
|
1115
|
+
bottom: 0;
|
|
1116
|
+
left: 0;
|
|
1117
|
+
width: 100%;
|
|
1118
|
+
height: 100%;
|
|
1119
|
+
transform: scale(0, 0);
|
|
1120
|
+
border-radius: 50%;
|
|
1121
|
+
opacity: 0;
|
|
1122
|
+
pointer-events: none;
|
|
1123
|
+
content: "";
|
|
1124
|
+
will-change: opacity, transform;
|
|
1125
|
+
transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }
|
|
1126
|
+
|
|
1127
|
+
.mdc-checkbox__native-control:focus ~ .mdc-checkbox__background::before {
|
|
1128
|
+
transform: scale(2.75, 2.75);
|
|
1129
|
+
opacity: 0.12;
|
|
1130
|
+
transition: opacity 80ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 80ms 0ms cubic-bezier(0, 0, 0.2, 1); }
|
|
1131
|
+
|
|
1132
|
+
.mdc-checkbox__native-control {
|
|
1133
|
+
position: absolute;
|
|
1134
|
+
top: 0;
|
|
1135
|
+
left: 0;
|
|
1136
|
+
width: 100%;
|
|
1137
|
+
height: 100%;
|
|
1138
|
+
margin: 0;
|
|
1139
|
+
padding: 0;
|
|
1140
|
+
opacity: 0;
|
|
1141
|
+
cursor: inherit; }
|
|
1142
|
+
.mdc-checkbox__native-control:disabled {
|
|
1143
|
+
cursor: default;
|
|
1144
|
+
pointer-events: none; }
|
|
1145
|
+
|
|
1146
|
+
.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
|
|
1147
|
+
transition: opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);
|
|
1148
|
+
opacity: 1; }
|
|
1149
|
+
|
|
1150
|
+
.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
|
|
1151
|
+
transform: scaleX(1) rotate(-45deg); }
|
|
1152
|
+
|
|
1153
|
+
.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
|
|
1154
|
+
transform: rotate(45deg);
|
|
1155
|
+
opacity: 0;
|
|
1156
|
+
transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }
|
|
1157
|
+
|
|
1158
|
+
.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
|
|
1159
|
+
transform: scaleX(1) rotate(0deg);
|
|
1160
|
+
opacity: 1; }
|
|
1161
|
+
|
|
1162
|
+
.mdc-checkbox {
|
|
1163
|
+
--mdc-ripple-fg-size: 0;
|
|
1164
|
+
--mdc-ripple-left: 0;
|
|
1165
|
+
--mdc-ripple-top: 0;
|
|
1166
|
+
--mdc-ripple-fg-scale: 1;
|
|
1167
|
+
--mdc-ripple-fg-translate-end: 0;
|
|
1168
|
+
--mdc-ripple-fg-translate-start: 0;
|
|
1169
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1170
|
+
will-change: transform, opacity; }
|
|
1171
|
+
.mdc-checkbox::before, .mdc-checkbox::after {
|
|
1172
|
+
position: absolute;
|
|
1173
|
+
border-radius: 50%;
|
|
1174
|
+
opacity: 0;
|
|
1175
|
+
pointer-events: none;
|
|
1176
|
+
content: ""; }
|
|
1177
|
+
.mdc-checkbox::before {
|
|
1178
|
+
transition: opacity 15ms linear, background-color 15ms linear;
|
|
1179
|
+
z-index: 1; }
|
|
1180
|
+
.mdc-checkbox.mdc-ripple-upgraded::before {
|
|
1181
|
+
transform: scale(1);
|
|
1182
|
+
transform: scale(var(--mdc-ripple-fg-scale, 1)); }
|
|
1183
|
+
.mdc-checkbox.mdc-ripple-upgraded::after {
|
|
1184
|
+
top: 0;
|
|
1185
|
+
/* @noflip */
|
|
1186
|
+
left: 0;
|
|
1187
|
+
transform: scale(0);
|
|
1188
|
+
transform-origin: center center; }
|
|
1189
|
+
.mdc-checkbox.mdc-ripple-upgraded--unbounded::after {
|
|
1190
|
+
top: 0;
|
|
1191
|
+
top: var(--mdc-ripple-top, 0);
|
|
1192
|
+
/* @noflip */
|
|
1193
|
+
left: 0;
|
|
1194
|
+
left: var(--mdc-ripple-left, 0); }
|
|
1195
|
+
.mdc-checkbox.mdc-ripple-upgraded--foreground-activation::after {
|
|
1196
|
+
animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
|
|
1197
|
+
.mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation::after {
|
|
1198
|
+
animation: mdc-ripple-fg-opacity-out 150ms;
|
|
1199
|
+
transform: translate(0) scale(1);
|
|
1200
|
+
transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
|
|
1201
|
+
.mdc-checkbox::before, .mdc-checkbox::after {
|
|
1202
|
+
background-color: #f05c6a; }
|
|
1203
|
+
@supports not (-ms-ime-align: auto) {
|
|
1204
|
+
.mdc-checkbox::before, .mdc-checkbox::after {
|
|
1205
|
+
/* @alternate */
|
|
1206
|
+
background-color: #f05c6a;
|
|
1207
|
+
background-color: var(--mdc-theme-secondary, #f05c6a); } }
|
|
1208
|
+
.mdc-checkbox:hover::before {
|
|
1209
|
+
opacity: 0.04; }
|
|
1210
|
+
.mdc-checkbox:not(.mdc-ripple-upgraded):focus::before, .mdc-checkbox.mdc-ripple-upgraded--background-focused::before {
|
|
1211
|
+
transition-duration: 75ms;
|
|
1212
|
+
opacity: 0.12; }
|
|
1213
|
+
.mdc-checkbox:not(.mdc-ripple-upgraded)::after {
|
|
1214
|
+
transition: opacity 150ms linear; }
|
|
1215
|
+
.mdc-checkbox:not(.mdc-ripple-upgraded):active::after {
|
|
1216
|
+
transition-duration: 75ms;
|
|
1217
|
+
opacity: 0.12; }
|
|
1218
|
+
.mdc-checkbox.mdc-ripple-upgraded {
|
|
1219
|
+
--mdc-ripple-fg-opacity: 0.12; }
|
|
1220
|
+
.mdc-checkbox::before, .mdc-checkbox::after {
|
|
1221
|
+
top: calc(50% - 50%);
|
|
1222
|
+
/* @noflip */
|
|
1223
|
+
left: calc(50% - 50%);
|
|
1224
|
+
width: 100%;
|
|
1225
|
+
height: 100%; }
|
|
1226
|
+
.mdc-checkbox.mdc-ripple-upgraded::before, .mdc-checkbox.mdc-ripple-upgraded::after {
|
|
1227
|
+
top: calc(50% - 50%);
|
|
1228
|
+
top: var(--mdc-ripple-top, calc(50% - 50%));
|
|
1229
|
+
/* @noflip */
|
|
1230
|
+
left: calc(50% - 50%);
|
|
1231
|
+
left: var(--mdc-ripple-left, calc(50% - 50%));
|
|
1232
|
+
width: 100%;
|
|
1233
|
+
width: var(--mdc-ripple-fg-size, 100%);
|
|
1234
|
+
height: 100%;
|
|
1235
|
+
height: var(--mdc-ripple-fg-size, 100%); }
|
|
1236
|
+
.mdc-checkbox.mdc-ripple-upgraded::after {
|
|
1237
|
+
width: 100%;
|
|
1238
|
+
width: var(--mdc-ripple-fg-size, 100%);
|
|
1239
|
+
height: 100%;
|
|
1240
|
+
height: var(--mdc-ripple-fg-size, 100%); }
|
|
1241
|
+
|
|
1242
|
+
.mdc-ripple-upgraded--background-focused .mdc-checkbox__background::before {
|
|
1243
|
+
content: none; }
|
|
1244
|
+
|
|
1245
|
+
.PresetDateRangePicker_panel {
|
|
1246
|
+
padding: 0 22px 11px; }
|
|
1247
|
+
|
|
1248
|
+
.PresetDateRangePicker_button {
|
|
1249
|
+
position: relative;
|
|
1250
|
+
height: 100%;
|
|
1251
|
+
text-align: center;
|
|
1252
|
+
background: 0 0;
|
|
1253
|
+
border: 2px solid #00a699;
|
|
1254
|
+
color: #00a699;
|
|
1255
|
+
padding: 4px 12px;
|
|
1256
|
+
margin-right: 8px;
|
|
1257
|
+
font: inherit;
|
|
1258
|
+
font-weight: 700;
|
|
1259
|
+
line-height: normal;
|
|
1260
|
+
overflow: visible;
|
|
1261
|
+
box-sizing: border-box;
|
|
1262
|
+
cursor: pointer; }
|
|
1263
|
+
|
|
1264
|
+
.PresetDateRangePicker_button:active {
|
|
1265
|
+
outline: 0; }
|
|
1266
|
+
|
|
1267
|
+
.PresetDateRangePicker_button__selected {
|
|
1268
|
+
color: #fff;
|
|
1269
|
+
background: #00a699; }
|
|
1270
|
+
|
|
1271
|
+
.SingleDatePickerInput {
|
|
1272
|
+
display: inline-block;
|
|
1273
|
+
background-color: #fff; }
|
|
1274
|
+
|
|
1275
|
+
.SingleDatePickerInput__withBorder {
|
|
1276
|
+
border-radius: 2px;
|
|
1277
|
+
border: 1px solid #dbdbdb; }
|
|
1278
|
+
|
|
1279
|
+
.SingleDatePickerInput__rtl {
|
|
1280
|
+
direction: rtl; }
|
|
1281
|
+
|
|
1282
|
+
.SingleDatePickerInput__disabled {
|
|
1283
|
+
background-color: #f2f2f2; }
|
|
1284
|
+
|
|
1285
|
+
.SingleDatePickerInput__block {
|
|
1286
|
+
display: block; }
|
|
1287
|
+
|
|
1288
|
+
.SingleDatePickerInput__showClearDate {
|
|
1289
|
+
padding-right: 30px; }
|
|
1290
|
+
|
|
1291
|
+
.SingleDatePickerInput_clearDate {
|
|
1292
|
+
background: 0 0;
|
|
1293
|
+
border: 0;
|
|
1294
|
+
color: inherit;
|
|
1295
|
+
font: inherit;
|
|
1296
|
+
line-height: normal;
|
|
1297
|
+
overflow: visible;
|
|
1298
|
+
cursor: pointer;
|
|
1299
|
+
padding: 10px;
|
|
1300
|
+
margin: 0 10px 0 5px;
|
|
1301
|
+
position: absolute;
|
|
1302
|
+
right: 0;
|
|
1303
|
+
top: 50%;
|
|
1304
|
+
transform: translateY(-50%); }
|
|
1305
|
+
|
|
1306
|
+
.SingleDatePickerInput_clearDate__default:focus,
|
|
1307
|
+
.SingleDatePickerInput_clearDate__default:hover {
|
|
1308
|
+
background: #dbdbdb;
|
|
1309
|
+
border-radius: 50%; }
|
|
1310
|
+
|
|
1311
|
+
.SingleDatePickerInput_clearDate__small {
|
|
1312
|
+
padding: 6px; }
|
|
1313
|
+
|
|
1314
|
+
.SingleDatePickerInput_clearDate__hide {
|
|
1315
|
+
visibility: hidden; }
|
|
1316
|
+
|
|
1317
|
+
.SingleDatePickerInput_clearDate_svg {
|
|
1318
|
+
fill: #82888a;
|
|
1319
|
+
height: 12px;
|
|
1320
|
+
width: 15px;
|
|
1321
|
+
vertical-align: middle; }
|
|
1322
|
+
|
|
1323
|
+
.SingleDatePickerInput_clearDate_svg__small {
|
|
1324
|
+
height: 9px; }
|
|
1325
|
+
|
|
1326
|
+
.SingleDatePickerInput_calendarIcon {
|
|
1327
|
+
background: 0 0;
|
|
1328
|
+
border: 0;
|
|
1329
|
+
color: inherit;
|
|
1330
|
+
font: inherit;
|
|
1331
|
+
line-height: normal;
|
|
1332
|
+
overflow: visible;
|
|
1333
|
+
cursor: pointer;
|
|
1334
|
+
display: inline-block;
|
|
1335
|
+
vertical-align: middle;
|
|
1336
|
+
padding: 10px;
|
|
1337
|
+
margin: 0 5px 0 10px; }
|
|
1338
|
+
|
|
1339
|
+
.SingleDatePickerInput_calendarIcon_svg {
|
|
1340
|
+
fill: #82888a;
|
|
1341
|
+
height: 15px;
|
|
1342
|
+
width: 14px;
|
|
1343
|
+
vertical-align: middle; }
|
|
1344
|
+
|
|
1345
|
+
.SingleDatePicker {
|
|
1346
|
+
position: relative;
|
|
1347
|
+
display: inline-block; }
|
|
1348
|
+
|
|
1349
|
+
.SingleDatePicker__block {
|
|
1350
|
+
display: block; }
|
|
1351
|
+
|
|
1352
|
+
.SingleDatePicker_picker {
|
|
1353
|
+
z-index: 1;
|
|
1354
|
+
background-color: #fff;
|
|
1355
|
+
position: absolute; }
|
|
1356
|
+
|
|
1357
|
+
.SingleDatePicker_picker__rtl {
|
|
1358
|
+
direction: rtl; }
|
|
1359
|
+
|
|
1360
|
+
.SingleDatePicker_picker__directionLeft {
|
|
1361
|
+
left: 0; }
|
|
1362
|
+
|
|
1363
|
+
.SingleDatePicker_picker__directionRight {
|
|
1364
|
+
right: 0; }
|
|
1365
|
+
|
|
1366
|
+
.SingleDatePicker_picker__portal {
|
|
1367
|
+
background-color: rgba(0, 0, 0, 0.3);
|
|
1368
|
+
position: fixed;
|
|
1369
|
+
top: 0;
|
|
1370
|
+
left: 0;
|
|
1371
|
+
height: 100%;
|
|
1372
|
+
width: 100%; }
|
|
1373
|
+
|
|
1374
|
+
.SingleDatePicker_picker__fullScreenPortal {
|
|
1375
|
+
background-color: #fff; }
|
|
1376
|
+
|
|
1377
|
+
.SingleDatePicker_closeButton {
|
|
1378
|
+
background: 0 0;
|
|
1379
|
+
border: 0;
|
|
1380
|
+
color: inherit;
|
|
1381
|
+
font: inherit;
|
|
1382
|
+
line-height: normal;
|
|
1383
|
+
overflow: visible;
|
|
1384
|
+
cursor: pointer;
|
|
1385
|
+
position: absolute;
|
|
1386
|
+
top: 0;
|
|
1387
|
+
right: 0;
|
|
1388
|
+
padding: 15px;
|
|
1389
|
+
z-index: 2; }
|
|
1390
|
+
|
|
1391
|
+
.SingleDatePicker_closeButton:focus,
|
|
1392
|
+
.SingleDatePicker_closeButton:hover {
|
|
1393
|
+
color: #b0b3b4;
|
|
1394
|
+
text-decoration: none; }
|
|
1395
|
+
|
|
1396
|
+
.SingleDatePicker_closeButton_svg {
|
|
1397
|
+
height: 15px;
|
|
1398
|
+
width: 15px;
|
|
1399
|
+
fill: #cacccd; }
|
|
1400
|
+
|
|
1401
|
+
.DayPickerKeyboardShortcuts_buttonReset {
|
|
1402
|
+
background: 0 0;
|
|
1403
|
+
border: 0;
|
|
1404
|
+
border-radius: 0;
|
|
1405
|
+
color: inherit;
|
|
1406
|
+
font: inherit;
|
|
1407
|
+
line-height: normal;
|
|
1408
|
+
overflow: visible;
|
|
1409
|
+
padding: 0;
|
|
1410
|
+
cursor: pointer;
|
|
1411
|
+
font-size: 14px; }
|
|
1412
|
+
|
|
1413
|
+
.DayPickerKeyboardShortcuts_buttonReset:active {
|
|
1414
|
+
outline: 0; }
|
|
1415
|
+
|
|
1416
|
+
.DayPickerKeyboardShortcuts_show {
|
|
1417
|
+
width: 33px;
|
|
1418
|
+
height: 26px;
|
|
1419
|
+
position: absolute;
|
|
1420
|
+
z-index: 2; }
|
|
1421
|
+
|
|
1422
|
+
.DayPickerKeyboardShortcuts_show::before {
|
|
1423
|
+
content: "";
|
|
1424
|
+
display: block;
|
|
1425
|
+
position: absolute; }
|
|
1426
|
+
|
|
1427
|
+
.DayPickerKeyboardShortcuts_show__bottomRight {
|
|
1428
|
+
bottom: 0;
|
|
1429
|
+
right: 0; }
|
|
1430
|
+
|
|
1431
|
+
.DayPickerKeyboardShortcuts_show__bottomRight::before {
|
|
1432
|
+
border-top: 26px solid transparent;
|
|
1433
|
+
border-right: 33px solid #00a699;
|
|
1434
|
+
bottom: 0;
|
|
1435
|
+
right: 0; }
|
|
1436
|
+
|
|
1437
|
+
.DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
|
|
1438
|
+
border-right: 33px solid #008489; }
|
|
1439
|
+
|
|
1440
|
+
.DayPickerKeyboardShortcuts_show__topRight {
|
|
1441
|
+
top: 0;
|
|
1442
|
+
right: 0; }
|
|
1443
|
+
|
|
1444
|
+
.DayPickerKeyboardShortcuts_show__topRight::before {
|
|
1445
|
+
border-bottom: 26px solid transparent;
|
|
1446
|
+
border-right: 33px solid #00a699;
|
|
1447
|
+
top: 0;
|
|
1448
|
+
right: 0; }
|
|
1449
|
+
|
|
1450
|
+
.DayPickerKeyboardShortcuts_show__topRight:hover::before {
|
|
1451
|
+
border-right: 33px solid #008489; }
|
|
1452
|
+
|
|
1453
|
+
.DayPickerKeyboardShortcuts_show__topLeft {
|
|
1454
|
+
top: 0;
|
|
1455
|
+
left: 0; }
|
|
1456
|
+
|
|
1457
|
+
.DayPickerKeyboardShortcuts_show__topLeft::before {
|
|
1458
|
+
border-bottom: 26px solid transparent;
|
|
1459
|
+
border-left: 33px solid #00a699;
|
|
1460
|
+
top: 0;
|
|
1461
|
+
left: 0; }
|
|
1462
|
+
|
|
1463
|
+
.DayPickerKeyboardShortcuts_show__topLeft:hover::before {
|
|
1464
|
+
border-left: 33px solid #008489; }
|
|
1465
|
+
|
|
1466
|
+
.DayPickerKeyboardShortcuts_showSpan {
|
|
1467
|
+
color: #fff;
|
|
1468
|
+
position: absolute; }
|
|
1469
|
+
|
|
1470
|
+
.DayPickerKeyboardShortcuts_showSpan__bottomRight {
|
|
1471
|
+
bottom: 0;
|
|
1472
|
+
right: 5px; }
|
|
1473
|
+
|
|
1474
|
+
.DayPickerKeyboardShortcuts_showSpan__topRight {
|
|
1475
|
+
top: 1px;
|
|
1476
|
+
right: 5px; }
|
|
1477
|
+
|
|
1478
|
+
.DayPickerKeyboardShortcuts_showSpan__topLeft {
|
|
1479
|
+
top: 1px;
|
|
1480
|
+
left: 5px; }
|
|
1481
|
+
|
|
1482
|
+
.DayPickerKeyboardShortcuts_panel {
|
|
1483
|
+
overflow: auto;
|
|
1484
|
+
background: #fff;
|
|
1485
|
+
border: 1px solid #dbdbdb;
|
|
1486
|
+
border-radius: 2px;
|
|
1487
|
+
position: absolute;
|
|
1488
|
+
top: 0;
|
|
1489
|
+
bottom: 0;
|
|
1490
|
+
right: 0;
|
|
1491
|
+
left: 0;
|
|
1492
|
+
z-index: 2;
|
|
1493
|
+
padding: 22px;
|
|
1494
|
+
margin: 33px;
|
|
1495
|
+
text-align: left; }
|
|
1496
|
+
|
|
1497
|
+
.DayPickerKeyboardShortcuts_title {
|
|
1498
|
+
font-size: 16px;
|
|
1499
|
+
font-weight: 700;
|
|
1500
|
+
margin: 0; }
|
|
1501
|
+
|
|
1502
|
+
.DayPickerKeyboardShortcuts_list {
|
|
1503
|
+
list-style: none;
|
|
1504
|
+
padding: 0;
|
|
1505
|
+
font-size: 14px; }
|
|
1506
|
+
|
|
1507
|
+
.DayPickerKeyboardShortcuts_close {
|
|
1508
|
+
position: absolute;
|
|
1509
|
+
right: 22px;
|
|
1510
|
+
top: 22px;
|
|
1511
|
+
z-index: 2; }
|
|
1512
|
+
|
|
1513
|
+
.DayPickerKeyboardShortcuts_close:active {
|
|
1514
|
+
outline: 0; }
|
|
1515
|
+
|
|
1516
|
+
.DayPickerKeyboardShortcuts_closeSvg {
|
|
1517
|
+
height: 15px;
|
|
1518
|
+
width: 15px;
|
|
1519
|
+
fill: #cacccd; }
|
|
1520
|
+
|
|
1521
|
+
.DayPickerKeyboardShortcuts_closeSvg:focus,
|
|
1522
|
+
.DayPickerKeyboardShortcuts_closeSvg:hover {
|
|
1523
|
+
fill: #82888a; }
|
|
1524
|
+
|
|
1525
|
+
.CalendarDay {
|
|
1526
|
+
box-sizing: border-box;
|
|
1527
|
+
cursor: pointer;
|
|
1528
|
+
font-size: 14px;
|
|
1529
|
+
text-align: center; }
|
|
1530
|
+
|
|
1531
|
+
.CalendarDay:active {
|
|
1532
|
+
outline: 0; }
|
|
1533
|
+
|
|
1534
|
+
.CalendarDay__defaultCursor {
|
|
1535
|
+
cursor: default; }
|
|
1536
|
+
|
|
1537
|
+
.CalendarDay__default {
|
|
1538
|
+
border: 1px solid #e4e7e7;
|
|
1539
|
+
color: #484848;
|
|
1540
|
+
background: #fff; }
|
|
1541
|
+
|
|
1542
|
+
.CalendarDay__default:hover {
|
|
1543
|
+
background: #e4e7e7;
|
|
1544
|
+
border: 1px solid #e4e7e7;
|
|
1545
|
+
color: inherit; }
|
|
1546
|
+
|
|
1547
|
+
.CalendarDay__hovered_offset {
|
|
1548
|
+
background: #f4f5f5;
|
|
1549
|
+
border: 1px double #e4e7e7;
|
|
1550
|
+
color: inherit; }
|
|
1551
|
+
|
|
1552
|
+
.CalendarDay__outside {
|
|
1553
|
+
border: 0;
|
|
1554
|
+
background: #fff;
|
|
1555
|
+
color: #484848; }
|
|
1556
|
+
|
|
1557
|
+
.CalendarDay__outside:hover {
|
|
1558
|
+
border: 0; }
|
|
1559
|
+
|
|
1560
|
+
.CalendarDay__blocked_minimum_nights {
|
|
1561
|
+
background: #fff;
|
|
1562
|
+
border: 1px solid #eceeee;
|
|
1563
|
+
color: #cacccd; }
|
|
1564
|
+
|
|
1565
|
+
.CalendarDay__blocked_minimum_nights:active,
|
|
1566
|
+
.CalendarDay__blocked_minimum_nights:hover {
|
|
1567
|
+
background: #fff;
|
|
1568
|
+
color: #cacccd; }
|
|
1569
|
+
|
|
1570
|
+
.CalendarDay__highlighted_calendar {
|
|
1571
|
+
background: #ffe8bc;
|
|
1572
|
+
color: #484848; }
|
|
1573
|
+
|
|
1574
|
+
.CalendarDay__highlighted_calendar:active,
|
|
1575
|
+
.CalendarDay__highlighted_calendar:hover {
|
|
1576
|
+
background: #ffce71;
|
|
1577
|
+
color: #484848; }
|
|
1578
|
+
|
|
1579
|
+
.CalendarDay__selected_span {
|
|
1580
|
+
background: #66e2da;
|
|
1581
|
+
border: 1px double #33dacd;
|
|
1582
|
+
color: #fff; }
|
|
1583
|
+
|
|
1584
|
+
.CalendarDay__selected_span:active,
|
|
1585
|
+
.CalendarDay__selected_span:hover {
|
|
1586
|
+
background: #33dacd;
|
|
1587
|
+
border: 1px double #33dacd;
|
|
1588
|
+
color: #fff; }
|
|
1589
|
+
|
|
1590
|
+
.CalendarDay__selected,
|
|
1591
|
+
.CalendarDay__selected:active,
|
|
1592
|
+
.CalendarDay__selected:hover {
|
|
1593
|
+
background: #00a699;
|
|
1594
|
+
border: 1px double #00a699;
|
|
1595
|
+
color: #fff; }
|
|
1596
|
+
|
|
1597
|
+
.CalendarDay__hovered_span,
|
|
1598
|
+
.CalendarDay__hovered_span:hover {
|
|
1599
|
+
background: #b2f1ec;
|
|
1600
|
+
border: 1px double #80e8e0;
|
|
1601
|
+
color: #007a87; }
|
|
1602
|
+
|
|
1603
|
+
.CalendarDay__hovered_span:active {
|
|
1604
|
+
background: #80e8e0;
|
|
1605
|
+
border: 1px double #80e8e0;
|
|
1606
|
+
color: #007a87; }
|
|
1607
|
+
|
|
1608
|
+
.CalendarDay__blocked_calendar,
|
|
1609
|
+
.CalendarDay__blocked_calendar:active,
|
|
1610
|
+
.CalendarDay__blocked_calendar:hover {
|
|
1611
|
+
background: #cacccd;
|
|
1612
|
+
border: 1px solid #cacccd;
|
|
1613
|
+
color: #82888a; }
|
|
1614
|
+
|
|
1615
|
+
.CalendarDay__blocked_out_of_range,
|
|
1616
|
+
.CalendarDay__blocked_out_of_range:active,
|
|
1617
|
+
.CalendarDay__blocked_out_of_range:hover {
|
|
1618
|
+
background: #fff;
|
|
1619
|
+
border: 1px solid #e4e7e7;
|
|
1620
|
+
color: #cacccd; }
|
|
1621
|
+
|
|
1622
|
+
.CalendarDay__hovered_start_first_possible_end {
|
|
1623
|
+
background: #eceeee;
|
|
1624
|
+
border: 1px double #eceeee; }
|
|
1625
|
+
|
|
1626
|
+
.CalendarDay__hovered_start_blocked_min_nights {
|
|
1627
|
+
background: #eceeee;
|
|
1628
|
+
border: 1px double #e4e7e7; }
|
|
1629
|
+
|
|
1630
|
+
.CalendarMonth {
|
|
1631
|
+
background: #fff;
|
|
1632
|
+
text-align: center;
|
|
1633
|
+
vertical-align: top;
|
|
1634
|
+
-webkit-user-select: none;
|
|
1635
|
+
-moz-user-select: none;
|
|
1636
|
+
-ms-user-select: none;
|
|
1637
|
+
user-select: none; }
|
|
1638
|
+
|
|
1639
|
+
.CalendarMonth_table {
|
|
1640
|
+
border-collapse: collapse;
|
|
1641
|
+
border-spacing: 0; }
|
|
1642
|
+
|
|
1643
|
+
.CalendarMonth_verticalSpacing {
|
|
1644
|
+
border-collapse: separate; }
|
|
1645
|
+
|
|
1646
|
+
.CalendarMonth_caption {
|
|
1647
|
+
color: #484848;
|
|
1648
|
+
font-size: 18px;
|
|
1649
|
+
text-align: center;
|
|
1650
|
+
padding-top: 22px;
|
|
1651
|
+
padding-bottom: 37px;
|
|
1652
|
+
caption-side: top;
|
|
1653
|
+
caption-side: initial; }
|
|
1654
|
+
|
|
1655
|
+
.CalendarMonth_caption__verticalScrollable {
|
|
1656
|
+
padding-top: 12px;
|
|
1657
|
+
padding-bottom: 7px; }
|
|
1658
|
+
|
|
1659
|
+
.CalendarMonthGrid {
|
|
1660
|
+
background: #fff;
|
|
1661
|
+
text-align: left;
|
|
1662
|
+
z-index: 0; }
|
|
1663
|
+
|
|
1664
|
+
.CalendarMonthGrid__animating {
|
|
1665
|
+
z-index: 1; }
|
|
1666
|
+
|
|
1667
|
+
.CalendarMonthGrid__horizontal {
|
|
1668
|
+
position: absolute;
|
|
1669
|
+
left: 9px; }
|
|
1670
|
+
|
|
1671
|
+
.CalendarMonthGrid__vertical {
|
|
1672
|
+
margin: 0 auto; }
|
|
1673
|
+
|
|
1674
|
+
.CalendarMonthGrid__vertical_scrollable {
|
|
1675
|
+
margin: 0 auto;
|
|
1676
|
+
overflow-y: scroll; }
|
|
1677
|
+
|
|
1678
|
+
.CalendarMonthGrid_month__horizontal {
|
|
1679
|
+
display: inline-block;
|
|
1680
|
+
vertical-align: top;
|
|
1681
|
+
min-height: 100%; }
|
|
1682
|
+
|
|
1683
|
+
.CalendarMonthGrid_month__hideForAnimation {
|
|
1684
|
+
position: absolute;
|
|
1685
|
+
z-index: -1;
|
|
1686
|
+
opacity: 0;
|
|
1687
|
+
pointer-events: none; }
|
|
1688
|
+
|
|
1689
|
+
.CalendarMonthGrid_month__hidden {
|
|
1690
|
+
visibility: hidden; }
|
|
1691
|
+
|
|
1692
|
+
.DayPickerNavigation {
|
|
1693
|
+
position: relative;
|
|
1694
|
+
z-index: 2; }
|
|
1695
|
+
|
|
1696
|
+
.DayPickerNavigation__horizontal {
|
|
1697
|
+
height: 0; }
|
|
1698
|
+
|
|
1699
|
+
.DayPickerNavigation__verticalDefault {
|
|
1700
|
+
position: absolute;
|
|
1701
|
+
width: 100%;
|
|
1702
|
+
height: 52px;
|
|
1703
|
+
bottom: 0;
|
|
1704
|
+
left: 0; }
|
|
1705
|
+
|
|
1706
|
+
.DayPickerNavigation__verticalScrollableDefault {
|
|
1707
|
+
position: relative; }
|
|
1708
|
+
|
|
1709
|
+
.DayPickerNavigation__bottom {
|
|
1710
|
+
height: auto; }
|
|
1711
|
+
|
|
1712
|
+
.DayPickerNavigation__bottomDefault {
|
|
1713
|
+
-webkit-box-pack: justify;
|
|
1714
|
+
-ms-flex-pack: justify;
|
|
1715
|
+
display: flex;
|
|
1716
|
+
justify-content: space-between; }
|
|
1717
|
+
|
|
1718
|
+
.DayPickerNavigation_button {
|
|
1719
|
+
cursor: pointer;
|
|
1720
|
+
-webkit-user-select: none;
|
|
1721
|
+
-moz-user-select: none;
|
|
1722
|
+
-ms-user-select: none;
|
|
1723
|
+
user-select: none;
|
|
1724
|
+
border: 0;
|
|
1725
|
+
padding: 0;
|
|
1726
|
+
margin: 0; }
|
|
1727
|
+
|
|
1728
|
+
.DayPickerNavigation_button__default {
|
|
1729
|
+
border: 1px solid #e4e7e7;
|
|
1730
|
+
background-color: #fff;
|
|
1731
|
+
color: #757575; }
|
|
1732
|
+
|
|
1733
|
+
.DayPickerNavigation_button__default:focus,
|
|
1734
|
+
.DayPickerNavigation_button__default:hover {
|
|
1735
|
+
border: 1px solid #c4c4c4; }
|
|
1736
|
+
|
|
1737
|
+
.DayPickerNavigation_button__default:active {
|
|
1738
|
+
background: #f2f2f2; }
|
|
1739
|
+
|
|
1740
|
+
.DayPickerNavigation_button__disabled {
|
|
1741
|
+
cursor: default;
|
|
1742
|
+
border: 1px solid #f2f2f2; }
|
|
1743
|
+
|
|
1744
|
+
.DayPickerNavigation_button__disabled:focus,
|
|
1745
|
+
.DayPickerNavigation_button__disabled:hover {
|
|
1746
|
+
border: 1px solid #f2f2f2; }
|
|
1747
|
+
|
|
1748
|
+
.DayPickerNavigation_button__disabled:active {
|
|
1749
|
+
background: 0 0; }
|
|
1750
|
+
|
|
1751
|
+
.DayPickerNavigation_button__horizontalDefault {
|
|
1752
|
+
position: absolute;
|
|
1753
|
+
top: 18px;
|
|
1754
|
+
line-height: .78;
|
|
1755
|
+
border-radius: 3px;
|
|
1756
|
+
padding: 6px 9px; }
|
|
1757
|
+
|
|
1758
|
+
.DayPickerNavigation_bottomButton__horizontalDefault {
|
|
1759
|
+
position: static;
|
|
1760
|
+
margin: -10px 22px 30px; }
|
|
1761
|
+
|
|
1762
|
+
.DayPickerNavigation_leftButton__horizontalDefault {
|
|
1763
|
+
left: 22px; }
|
|
1764
|
+
|
|
1765
|
+
.DayPickerNavigation_rightButton__horizontalDefault {
|
|
1766
|
+
right: 22px; }
|
|
1767
|
+
|
|
1768
|
+
.DayPickerNavigation_button__verticalDefault {
|
|
1769
|
+
padding: 5px;
|
|
1770
|
+
background: #fff;
|
|
1771
|
+
box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
|
|
1772
|
+
position: relative;
|
|
1773
|
+
display: inline-block;
|
|
1774
|
+
text-align: center;
|
|
1775
|
+
height: 100%;
|
|
1776
|
+
width: 50%; }
|
|
1777
|
+
|
|
1778
|
+
.DayPickerNavigation_nextButton__verticalDefault {
|
|
1779
|
+
border-left: 0; }
|
|
1780
|
+
|
|
1781
|
+
.DayPickerNavigation_nextButton__verticalScrollableDefault {
|
|
1782
|
+
width: 100%; }
|
|
1783
|
+
|
|
1784
|
+
.DayPickerNavigation_svg__horizontal {
|
|
1785
|
+
height: 19px;
|
|
1786
|
+
width: 19px;
|
|
1787
|
+
fill: #82888a;
|
|
1788
|
+
display: block; }
|
|
1789
|
+
|
|
1790
|
+
.DayPickerNavigation_svg__vertical {
|
|
1791
|
+
height: 42px;
|
|
1792
|
+
width: 42px;
|
|
1793
|
+
fill: #484848; }
|
|
1794
|
+
|
|
1795
|
+
.DayPickerNavigation_svg__disabled {
|
|
1796
|
+
fill: #f2f2f2; }
|
|
1797
|
+
|
|
1798
|
+
.DayPicker {
|
|
1799
|
+
background: #fff;
|
|
1800
|
+
position: relative;
|
|
1801
|
+
text-align: left; }
|
|
1802
|
+
|
|
1803
|
+
.DayPicker__horizontal {
|
|
1804
|
+
background: #fff; }
|
|
1805
|
+
|
|
1806
|
+
.DayPicker__verticalScrollable {
|
|
1807
|
+
height: 100%; }
|
|
1808
|
+
|
|
1809
|
+
.DayPicker__hidden {
|
|
1810
|
+
visibility: hidden; }
|
|
1811
|
+
|
|
1812
|
+
.DayPicker__withBorder {
|
|
1813
|
+
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
|
|
1814
|
+
border-radius: 3px; }
|
|
1815
|
+
|
|
1816
|
+
.DayPicker_portal__horizontal {
|
|
1817
|
+
box-shadow: none;
|
|
1818
|
+
position: absolute;
|
|
1819
|
+
left: 50%;
|
|
1820
|
+
top: 50%; }
|
|
1821
|
+
|
|
1822
|
+
.DayPicker_portal__vertical {
|
|
1823
|
+
position: static;
|
|
1824
|
+
position: initial; }
|
|
1825
|
+
|
|
1826
|
+
.DayPicker_focusRegion {
|
|
1827
|
+
outline: 0; }
|
|
1828
|
+
|
|
1829
|
+
.DayPicker_calendarInfo__horizontal,
|
|
1830
|
+
.DayPicker_wrapper__horizontal {
|
|
1831
|
+
display: inline-block;
|
|
1832
|
+
vertical-align: top; }
|
|
1833
|
+
|
|
1834
|
+
.DayPicker_weekHeaders {
|
|
1835
|
+
position: relative; }
|
|
1836
|
+
|
|
1837
|
+
.DayPicker_weekHeaders__horizontal {
|
|
1838
|
+
margin-left: 9px; }
|
|
1839
|
+
|
|
1840
|
+
.DayPicker_weekHeader {
|
|
1841
|
+
color: #757575;
|
|
1842
|
+
position: absolute;
|
|
1843
|
+
top: 62px;
|
|
1844
|
+
z-index: 2;
|
|
1845
|
+
text-align: left; }
|
|
1846
|
+
|
|
1847
|
+
.DayPicker_weekHeader__vertical {
|
|
1848
|
+
left: 50%; }
|
|
1849
|
+
|
|
1850
|
+
.DayPicker_weekHeader__verticalScrollable {
|
|
1851
|
+
top: 0;
|
|
1852
|
+
display: table-row;
|
|
1853
|
+
border-bottom: 1px solid #dbdbdb;
|
|
1854
|
+
background: #fff;
|
|
1855
|
+
margin-left: 0;
|
|
1856
|
+
left: 0;
|
|
1857
|
+
width: 100%;
|
|
1858
|
+
text-align: center; }
|
|
1859
|
+
|
|
1860
|
+
.DayPicker_weekHeader_ul {
|
|
1861
|
+
list-style: none;
|
|
1862
|
+
margin: 1px 0;
|
|
1863
|
+
padding-left: 0;
|
|
1864
|
+
padding-right: 0;
|
|
1865
|
+
font-size: 14px; }
|
|
1866
|
+
|
|
1867
|
+
.DayPicker_weekHeader_li {
|
|
1868
|
+
display: inline-block;
|
|
1869
|
+
text-align: center; }
|
|
1870
|
+
|
|
1871
|
+
.DayPicker_transitionContainer {
|
|
1872
|
+
position: relative;
|
|
1873
|
+
overflow: hidden;
|
|
484
1874
|
border-radius: 3px; }
|
|
485
1875
|
|
|
486
|
-
.
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
1876
|
+
.DayPicker_transitionContainer__horizontal {
|
|
1877
|
+
transition: height .2s ease-in-out; }
|
|
1878
|
+
|
|
1879
|
+
.DayPicker_transitionContainer__vertical {
|
|
1880
|
+
width: 100%; }
|
|
1881
|
+
|
|
1882
|
+
.DayPicker_transitionContainer__verticalScrollable {
|
|
1883
|
+
padding-top: 20px;
|
|
1884
|
+
height: 100%;
|
|
1885
|
+
position: absolute;
|
|
1886
|
+
top: 0;
|
|
1887
|
+
bottom: 0;
|
|
1888
|
+
right: 0;
|
|
1889
|
+
left: 0;
|
|
1890
|
+
overflow-y: scroll; }
|
|
1891
|
+
|
|
1892
|
+
.DateInput {
|
|
1893
|
+
margin: 0;
|
|
1894
|
+
padding: 0;
|
|
1895
|
+
background: #fff;
|
|
1896
|
+
position: relative;
|
|
1897
|
+
display: inline-block;
|
|
1898
|
+
width: 130px;
|
|
1899
|
+
vertical-align: middle; }
|
|
1900
|
+
|
|
1901
|
+
.DateInput__small {
|
|
1902
|
+
width: 97px; }
|
|
1903
|
+
|
|
1904
|
+
.DateInput__block {
|
|
1905
|
+
width: 100%; }
|
|
1906
|
+
|
|
1907
|
+
.DateInput__disabled {
|
|
1908
|
+
background: #f2f2f2;
|
|
1909
|
+
color: #dbdbdb; }
|
|
1910
|
+
|
|
1911
|
+
.DateInput_input {
|
|
1912
|
+
font-weight: 200;
|
|
1913
|
+
font-size: 19px;
|
|
1914
|
+
line-height: 24px;
|
|
1915
|
+
color: #484848;
|
|
1916
|
+
background-color: #fff;
|
|
1917
|
+
width: 100%;
|
|
1918
|
+
padding: 11px 11px 9px;
|
|
1919
|
+
border: 0;
|
|
1920
|
+
border-top: 0;
|
|
1921
|
+
border-right: 0;
|
|
1922
|
+
border-bottom: 2px solid transparent;
|
|
1923
|
+
border-left: 0;
|
|
1924
|
+
border-radius: 0; }
|
|
1925
|
+
|
|
1926
|
+
.DateInput_input__small {
|
|
1927
|
+
font-size: 15px;
|
|
1928
|
+
line-height: 18px;
|
|
1929
|
+
letter-spacing: .2px;
|
|
1930
|
+
padding: 7px 7px 5px; }
|
|
1931
|
+
|
|
1932
|
+
.DateInput_input__regular {
|
|
1933
|
+
font-weight: auto; }
|
|
1934
|
+
|
|
1935
|
+
.DateInput_input__readOnly {
|
|
1936
|
+
-webkit-user-select: none;
|
|
1937
|
+
-moz-user-select: none;
|
|
1938
|
+
-ms-user-select: none;
|
|
1939
|
+
user-select: none; }
|
|
1940
|
+
|
|
1941
|
+
.DateInput_input__focused {
|
|
1942
|
+
outline: 0;
|
|
1943
|
+
background: #fff;
|
|
1944
|
+
border: 0;
|
|
1945
|
+
border-top: 0;
|
|
1946
|
+
border-right: 0;
|
|
1947
|
+
border-bottom: 2px solid #008489;
|
|
1948
|
+
border-left: 0; }
|
|
1949
|
+
|
|
1950
|
+
.DateInput_input__disabled {
|
|
1951
|
+
background: #f2f2f2;
|
|
1952
|
+
font-style: italic; }
|
|
1953
|
+
|
|
1954
|
+
.DateInput_screenReaderMessage {
|
|
1955
|
+
border: 0;
|
|
1956
|
+
clip: rect(0, 0, 0, 0);
|
|
1957
|
+
height: 1px;
|
|
1958
|
+
margin: -1px;
|
|
1959
|
+
overflow: hidden;
|
|
1960
|
+
padding: 0;
|
|
1961
|
+
position: absolute;
|
|
1962
|
+
width: 1px; }
|
|
1963
|
+
|
|
1964
|
+
.DateInput_fang {
|
|
1965
|
+
position: absolute;
|
|
1966
|
+
width: 20px;
|
|
1967
|
+
height: 10px;
|
|
1968
|
+
left: 22px;
|
|
1969
|
+
z-index: 2; }
|
|
1970
|
+
|
|
1971
|
+
.DateInput_fangShape {
|
|
1972
|
+
fill: #fff; }
|
|
1973
|
+
|
|
1974
|
+
.DateInput_fangStroke {
|
|
1975
|
+
stroke: #dbdbdb;
|
|
1976
|
+
fill: transparent; }
|
|
1977
|
+
|
|
1978
|
+
.DateRangePickerInput {
|
|
1979
|
+
background-color: #fff;
|
|
1980
|
+
display: inline-block; }
|
|
1981
|
+
|
|
1982
|
+
.DateRangePickerInput__disabled {
|
|
1983
|
+
background: #f2f2f2; }
|
|
1984
|
+
|
|
1985
|
+
.DateRangePickerInput__withBorder {
|
|
1986
|
+
border-radius: 2px;
|
|
1987
|
+
border: 1px solid #dbdbdb; }
|
|
1988
|
+
|
|
1989
|
+
.DateRangePickerInput__rtl {
|
|
1990
|
+
direction: rtl; }
|
|
1991
|
+
|
|
1992
|
+
.DateRangePickerInput__block {
|
|
1993
|
+
display: block; }
|
|
1994
|
+
|
|
1995
|
+
.DateRangePickerInput__showClearDates {
|
|
1996
|
+
padding-right: 30px; }
|
|
1997
|
+
|
|
1998
|
+
.DateRangePickerInput_arrow {
|
|
1999
|
+
display: inline-block;
|
|
2000
|
+
vertical-align: middle;
|
|
2001
|
+
color: #484848; }
|
|
2002
|
+
|
|
2003
|
+
.DateRangePickerInput_arrow_svg {
|
|
2004
|
+
vertical-align: middle;
|
|
2005
|
+
fill: #484848;
|
|
2006
|
+
height: 24px;
|
|
2007
|
+
width: 24px; }
|
|
2008
|
+
|
|
2009
|
+
.DateRangePickerInput_clearDates {
|
|
2010
|
+
background: 0 0;
|
|
2011
|
+
border: 0;
|
|
2012
|
+
color: inherit;
|
|
2013
|
+
font: inherit;
|
|
2014
|
+
line-height: normal;
|
|
2015
|
+
overflow: visible;
|
|
2016
|
+
cursor: pointer;
|
|
2017
|
+
padding: 10px;
|
|
2018
|
+
margin: 0 10px 0 5px;
|
|
2019
|
+
position: absolute;
|
|
2020
|
+
right: 0;
|
|
2021
|
+
top: 50%;
|
|
2022
|
+
transform: translateY(-50%); }
|
|
2023
|
+
|
|
2024
|
+
.DateRangePickerInput_clearDates__small {
|
|
2025
|
+
padding: 6px; }
|
|
2026
|
+
|
|
2027
|
+
.DateRangePickerInput_clearDates_default:focus,
|
|
2028
|
+
.DateRangePickerInput_clearDates_default:hover {
|
|
2029
|
+
background: #dbdbdb;
|
|
2030
|
+
border-radius: 50%; }
|
|
2031
|
+
|
|
2032
|
+
.DateRangePickerInput_clearDates__hide {
|
|
2033
|
+
visibility: hidden; }
|
|
2034
|
+
|
|
2035
|
+
.DateRangePickerInput_clearDates_svg {
|
|
2036
|
+
fill: #82888a;
|
|
2037
|
+
height: 12px;
|
|
2038
|
+
width: 15px;
|
|
2039
|
+
vertical-align: middle; }
|
|
2040
|
+
|
|
2041
|
+
.DateRangePickerInput_clearDates_svg__small {
|
|
2042
|
+
height: 9px; }
|
|
2043
|
+
|
|
2044
|
+
.DateRangePickerInput_calendarIcon {
|
|
2045
|
+
background: 0 0;
|
|
2046
|
+
border: 0;
|
|
2047
|
+
color: inherit;
|
|
2048
|
+
font: inherit;
|
|
2049
|
+
line-height: normal;
|
|
2050
|
+
overflow: visible;
|
|
2051
|
+
cursor: pointer;
|
|
2052
|
+
display: inline-block;
|
|
2053
|
+
vertical-align: middle;
|
|
2054
|
+
padding: 10px;
|
|
2055
|
+
margin: 0 5px 0 10px; }
|
|
2056
|
+
|
|
2057
|
+
.DateRangePickerInput_calendarIcon_svg {
|
|
2058
|
+
fill: #82888a;
|
|
2059
|
+
height: 15px;
|
|
2060
|
+
width: 14px;
|
|
2061
|
+
vertical-align: middle; }
|
|
2062
|
+
|
|
2063
|
+
.DateRangePicker {
|
|
2064
|
+
position: relative;
|
|
2065
|
+
display: inline-block; }
|
|
2066
|
+
|
|
2067
|
+
.DateRangePicker__block {
|
|
2068
|
+
display: block; }
|
|
2069
|
+
|
|
2070
|
+
.DateRangePicker_picker {
|
|
2071
|
+
z-index: 1;
|
|
2072
|
+
background-color: #fff;
|
|
2073
|
+
position: absolute; }
|
|
2074
|
+
|
|
2075
|
+
.DateRangePicker_picker__rtl {
|
|
2076
|
+
direction: rtl; }
|
|
2077
|
+
|
|
2078
|
+
.DateRangePicker_picker__directionLeft {
|
|
2079
|
+
left: 0; }
|
|
2080
|
+
|
|
2081
|
+
.DateRangePicker_picker__directionRight {
|
|
2082
|
+
right: 0; }
|
|
2083
|
+
|
|
2084
|
+
.DateRangePicker_picker__portal {
|
|
2085
|
+
background-color: rgba(0, 0, 0, 0.3);
|
|
2086
|
+
position: fixed;
|
|
2087
|
+
top: 0;
|
|
2088
|
+
left: 0;
|
|
2089
|
+
height: 100%;
|
|
2090
|
+
width: 100%; }
|
|
2091
|
+
|
|
2092
|
+
.DateRangePicker_picker__fullScreenPortal {
|
|
2093
|
+
background-color: #fff; }
|
|
2094
|
+
|
|
2095
|
+
.DateRangePicker_closeButton {
|
|
2096
|
+
background: 0 0;
|
|
2097
|
+
border: 0;
|
|
2098
|
+
color: inherit;
|
|
2099
|
+
font: inherit;
|
|
2100
|
+
line-height: normal;
|
|
2101
|
+
overflow: visible;
|
|
2102
|
+
cursor: pointer;
|
|
2103
|
+
position: absolute;
|
|
2104
|
+
top: 0;
|
|
2105
|
+
right: 0;
|
|
2106
|
+
padding: 15px;
|
|
2107
|
+
z-index: 2; }
|
|
2108
|
+
|
|
2109
|
+
.DateRangePicker_closeButton:focus,
|
|
2110
|
+
.DateRangePicker_closeButton:hover {
|
|
2111
|
+
color: #b0b3b4;
|
|
2112
|
+
text-decoration: none; }
|
|
2113
|
+
|
|
2114
|
+
.DateRangePicker_closeButton_svg {
|
|
2115
|
+
height: 15px;
|
|
2116
|
+
width: 15px;
|
|
2117
|
+
fill: #cacccd; }
|
|
2118
|
+
|
|
2119
|
+
/*!
|
|
2120
|
+
* Cropper.js v1.5.6
|
|
2121
|
+
* https://fengyuanchen.github.io/cropperjs
|
|
2122
|
+
*
|
|
2123
|
+
* Copyright 2015-present Chen Fengyuan
|
|
2124
|
+
* Released under the MIT license
|
|
2125
|
+
*
|
|
2126
|
+
* Date: 2019-10-04T04:33:44.164Z
|
|
2127
|
+
*/
|
|
2128
|
+
.cropper-container {
|
|
2129
|
+
direction: ltr;
|
|
2130
|
+
font-size: 0;
|
|
2131
|
+
line-height: 0;
|
|
2132
|
+
position: relative;
|
|
2133
|
+
touch-action: none;
|
|
2134
|
+
-webkit-user-select: none;
|
|
2135
|
+
-moz-user-select: none;
|
|
2136
|
+
-ms-user-select: none;
|
|
2137
|
+
user-select: none; }
|
|
2138
|
+
|
|
2139
|
+
.cropper-container img {
|
|
2140
|
+
display: block;
|
|
2141
|
+
height: 100%;
|
|
2142
|
+
image-orientation: 0deg;
|
|
2143
|
+
max-height: none !important;
|
|
2144
|
+
max-width: none !important;
|
|
2145
|
+
min-height: 0 !important;
|
|
2146
|
+
min-width: 0 !important;
|
|
2147
|
+
width: 100%; }
|
|
2148
|
+
|
|
2149
|
+
.cropper-wrap-box,
|
|
2150
|
+
.cropper-canvas,
|
|
2151
|
+
.cropper-drag-box,
|
|
2152
|
+
.cropper-crop-box,
|
|
2153
|
+
.cropper-modal {
|
|
2154
|
+
bottom: 0;
|
|
2155
|
+
left: 0;
|
|
2156
|
+
position: absolute;
|
|
2157
|
+
right: 0;
|
|
2158
|
+
top: 0; }
|
|
2159
|
+
|
|
2160
|
+
.cropper-wrap-box,
|
|
2161
|
+
.cropper-canvas {
|
|
2162
|
+
overflow: hidden; }
|
|
2163
|
+
|
|
2164
|
+
.cropper-drag-box {
|
|
2165
|
+
background-color: #fff;
|
|
2166
|
+
opacity: 0; }
|
|
2167
|
+
|
|
2168
|
+
.cropper-modal {
|
|
2169
|
+
background-color: #000;
|
|
2170
|
+
opacity: 0.5; }
|
|
2171
|
+
|
|
2172
|
+
.cropper-view-box {
|
|
2173
|
+
display: block;
|
|
2174
|
+
height: 100%;
|
|
2175
|
+
outline: 1px solid #39f;
|
|
2176
|
+
outline-color: rgba(51, 153, 255, 0.75);
|
|
2177
|
+
overflow: hidden;
|
|
2178
|
+
width: 100%; }
|
|
2179
|
+
|
|
2180
|
+
.cropper-dashed {
|
|
2181
|
+
border: 0 dashed #eee;
|
|
2182
|
+
display: block;
|
|
2183
|
+
opacity: 0.5;
|
|
2184
|
+
position: absolute; }
|
|
2185
|
+
|
|
2186
|
+
.cropper-dashed.dashed-h {
|
|
2187
|
+
border-bottom-width: 1px;
|
|
2188
|
+
border-top-width: 1px;
|
|
2189
|
+
height: calc(100% / 3);
|
|
2190
|
+
left: 0;
|
|
2191
|
+
top: calc(100% / 3);
|
|
2192
|
+
width: 100%; }
|
|
2193
|
+
|
|
2194
|
+
.cropper-dashed.dashed-v {
|
|
2195
|
+
border-left-width: 1px;
|
|
2196
|
+
border-right-width: 1px;
|
|
2197
|
+
height: 100%;
|
|
2198
|
+
left: calc(100% / 3);
|
|
2199
|
+
top: 0;
|
|
2200
|
+
width: calc(100% / 3); }
|
|
2201
|
+
|
|
2202
|
+
.cropper-center {
|
|
2203
|
+
display: block;
|
|
2204
|
+
height: 0;
|
|
2205
|
+
left: 50%;
|
|
2206
|
+
opacity: 0.75;
|
|
2207
|
+
position: absolute;
|
|
2208
|
+
top: 50%;
|
|
2209
|
+
width: 0; }
|
|
2210
|
+
|
|
2211
|
+
.cropper-center::before,
|
|
2212
|
+
.cropper-center::after {
|
|
2213
|
+
background-color: #eee;
|
|
2214
|
+
content: ' ';
|
|
2215
|
+
display: block;
|
|
2216
|
+
position: absolute; }
|
|
2217
|
+
|
|
2218
|
+
.cropper-center::before {
|
|
2219
|
+
height: 1px;
|
|
2220
|
+
left: -3px;
|
|
2221
|
+
top: 0;
|
|
2222
|
+
width: 7px; }
|
|
2223
|
+
|
|
2224
|
+
.cropper-center::after {
|
|
2225
|
+
height: 7px;
|
|
2226
|
+
left: 0;
|
|
2227
|
+
top: -3px;
|
|
2228
|
+
width: 1px; }
|
|
2229
|
+
|
|
2230
|
+
.cropper-face,
|
|
2231
|
+
.cropper-line,
|
|
2232
|
+
.cropper-point {
|
|
2233
|
+
display: block;
|
|
2234
|
+
height: 100%;
|
|
2235
|
+
opacity: 0.1;
|
|
2236
|
+
position: absolute;
|
|
2237
|
+
width: 100%; }
|
|
2238
|
+
|
|
2239
|
+
.cropper-face {
|
|
2240
|
+
background-color: #fff;
|
|
2241
|
+
left: 0;
|
|
2242
|
+
top: 0; }
|
|
2243
|
+
|
|
2244
|
+
.cropper-line {
|
|
2245
|
+
background-color: #39f; }
|
|
2246
|
+
|
|
2247
|
+
.cropper-line.line-e {
|
|
2248
|
+
cursor: ew-resize;
|
|
2249
|
+
right: -3px;
|
|
2250
|
+
top: 0;
|
|
2251
|
+
width: 5px; }
|
|
2252
|
+
|
|
2253
|
+
.cropper-line.line-n {
|
|
2254
|
+
cursor: ns-resize;
|
|
2255
|
+
height: 5px;
|
|
2256
|
+
left: 0;
|
|
2257
|
+
top: -3px; }
|
|
2258
|
+
|
|
2259
|
+
.cropper-line.line-w {
|
|
2260
|
+
cursor: ew-resize;
|
|
2261
|
+
left: -3px;
|
|
2262
|
+
top: 0;
|
|
2263
|
+
width: 5px; }
|
|
2264
|
+
|
|
2265
|
+
.cropper-line.line-s {
|
|
2266
|
+
bottom: -3px;
|
|
2267
|
+
cursor: ns-resize;
|
|
2268
|
+
height: 5px;
|
|
2269
|
+
left: 0; }
|
|
2270
|
+
|
|
2271
|
+
.cropper-point {
|
|
2272
|
+
background-color: #39f;
|
|
2273
|
+
height: 5px;
|
|
2274
|
+
opacity: 0.75;
|
|
2275
|
+
width: 5px; }
|
|
2276
|
+
|
|
2277
|
+
.cropper-point.point-e {
|
|
2278
|
+
cursor: ew-resize;
|
|
2279
|
+
margin-top: -3px;
|
|
2280
|
+
right: -3px;
|
|
2281
|
+
top: 50%; }
|
|
2282
|
+
|
|
2283
|
+
.cropper-point.point-n {
|
|
2284
|
+
cursor: ns-resize;
|
|
2285
|
+
left: 50%;
|
|
2286
|
+
margin-left: -3px;
|
|
2287
|
+
top: -3px; }
|
|
2288
|
+
|
|
2289
|
+
.cropper-point.point-w {
|
|
2290
|
+
cursor: ew-resize;
|
|
2291
|
+
left: -3px;
|
|
2292
|
+
margin-top: -3px;
|
|
2293
|
+
top: 50%; }
|
|
2294
|
+
|
|
2295
|
+
.cropper-point.point-s {
|
|
2296
|
+
bottom: -3px;
|
|
2297
|
+
cursor: s-resize;
|
|
2298
|
+
left: 50%;
|
|
2299
|
+
margin-left: -3px; }
|
|
2300
|
+
|
|
2301
|
+
.cropper-point.point-ne {
|
|
2302
|
+
cursor: nesw-resize;
|
|
2303
|
+
right: -3px;
|
|
2304
|
+
top: -3px; }
|
|
2305
|
+
|
|
2306
|
+
.cropper-point.point-nw {
|
|
2307
|
+
cursor: nwse-resize;
|
|
2308
|
+
left: -3px;
|
|
2309
|
+
top: -3px; }
|
|
2310
|
+
|
|
2311
|
+
.cropper-point.point-sw {
|
|
2312
|
+
bottom: -3px;
|
|
2313
|
+
cursor: nesw-resize;
|
|
2314
|
+
left: -3px; }
|
|
2315
|
+
|
|
2316
|
+
.cropper-point.point-se {
|
|
2317
|
+
bottom: -3px;
|
|
2318
|
+
cursor: nwse-resize;
|
|
2319
|
+
height: 20px;
|
|
2320
|
+
opacity: 1;
|
|
2321
|
+
right: -3px;
|
|
2322
|
+
width: 20px; }
|
|
2323
|
+
|
|
2324
|
+
@media (min-width: 768px) {
|
|
2325
|
+
.cropper-point.point-se {
|
|
2326
|
+
height: 15px;
|
|
2327
|
+
width: 15px; } }
|
|
2328
|
+
|
|
2329
|
+
@media (min-width: 992px) {
|
|
2330
|
+
.cropper-point.point-se {
|
|
2331
|
+
height: 10px;
|
|
2332
|
+
width: 10px; } }
|
|
2333
|
+
|
|
2334
|
+
@media (min-width: 1200px) {
|
|
2335
|
+
.cropper-point.point-se {
|
|
2336
|
+
height: 5px;
|
|
2337
|
+
opacity: 0.75;
|
|
2338
|
+
width: 5px; } }
|
|
2339
|
+
|
|
2340
|
+
.cropper-point.point-se::before {
|
|
2341
|
+
background-color: #39f;
|
|
2342
|
+
bottom: -50%;
|
|
2343
|
+
content: ' ';
|
|
2344
|
+
display: block;
|
|
2345
|
+
height: 200%;
|
|
2346
|
+
opacity: 0;
|
|
2347
|
+
position: absolute;
|
|
2348
|
+
right: -50%;
|
|
2349
|
+
width: 200%; }
|
|
490
2350
|
|
|
491
|
-
.
|
|
492
|
-
|
|
493
|
-
padding: 0 1.375rem;
|
|
494
|
-
font-size: 1rem; }
|
|
2351
|
+
.cropper-invisible {
|
|
2352
|
+
opacity: 0; }
|
|
495
2353
|
|
|
496
|
-
.
|
|
497
|
-
|
|
498
|
-
padding: 0 1.75rem; }
|
|
2354
|
+
.cropper-bg {
|
|
2355
|
+
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC"); }
|
|
499
2356
|
|
|
500
|
-
.
|
|
501
|
-
|
|
2357
|
+
.cropper-hide {
|
|
2358
|
+
display: block;
|
|
2359
|
+
height: 0;
|
|
2360
|
+
position: absolute;
|
|
2361
|
+
width: 0; }
|
|
502
2362
|
|
|
503
|
-
.
|
|
504
|
-
|
|
2363
|
+
.cropper-hidden {
|
|
2364
|
+
display: none !important; }
|
|
505
2365
|
|
|
506
|
-
.
|
|
507
|
-
|
|
508
|
-
width: 24px;
|
|
509
|
-
height: 24px;
|
|
510
|
-
font-size: 24px;
|
|
511
|
-
vertical-align: top; }
|
|
2366
|
+
.cropper-move {
|
|
2367
|
+
cursor: move; }
|
|
512
2368
|
|
|
513
|
-
.
|
|
514
|
-
|
|
515
|
-
margin-right: 0.5rem; }
|
|
2369
|
+
.cropper-crop {
|
|
2370
|
+
cursor: crosshair; }
|
|
516
2371
|
|
|
517
|
-
.
|
|
518
|
-
.
|
|
519
|
-
|
|
520
|
-
|
|
2372
|
+
.cropper-disabled .cropper-drag-box,
|
|
2373
|
+
.cropper-disabled .cropper-face,
|
|
2374
|
+
.cropper-disabled .cropper-line,
|
|
2375
|
+
.cropper-disabled .cropper-point {
|
|
2376
|
+
cursor: not-allowed; }
|
|
521
2377
|
|
|
522
|
-
.mdc-
|
|
523
|
-
|
|
2378
|
+
.mdc-elevation--z0 {
|
|
2379
|
+
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12); }
|
|
524
2380
|
|
|
525
|
-
.mdc-
|
|
526
|
-
|
|
527
|
-
color: #fff;
|
|
528
|
-
color: var(--mdc-theme-on-primary, #fff);
|
|
529
|
-
background-color: #358b76;
|
|
530
|
-
background-color: var(--mdc-theme-primary); }
|
|
2381
|
+
.mdc-elevation--z1 {
|
|
2382
|
+
box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12); }
|
|
531
2383
|
|
|
532
|
-
.mdc-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
2384
|
+
.mdc-elevation--z2 {
|
|
2385
|
+
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); }
|
|
2386
|
+
|
|
2387
|
+
.mdc-elevation--z3 {
|
|
2388
|
+
box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12); }
|
|
2389
|
+
|
|
2390
|
+
.mdc-elevation--z4 {
|
|
2391
|
+
box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }
|
|
2392
|
+
|
|
2393
|
+
.mdc-elevation--z5 {
|
|
2394
|
+
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12); }
|
|
2395
|
+
|
|
2396
|
+
.mdc-elevation--z6 {
|
|
2397
|
+
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12); }
|
|
2398
|
+
|
|
2399
|
+
.mdc-elevation--z7 {
|
|
2400
|
+
box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12); }
|
|
2401
|
+
|
|
2402
|
+
.mdc-elevation--z8 {
|
|
2403
|
+
box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); }
|
|
2404
|
+
|
|
2405
|
+
.mdc-elevation--z9 {
|
|
2406
|
+
box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12); }
|
|
2407
|
+
|
|
2408
|
+
.mdc-elevation--z10 {
|
|
2409
|
+
box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12); }
|
|
2410
|
+
|
|
2411
|
+
.mdc-elevation--z11 {
|
|
2412
|
+
box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12); }
|
|
2413
|
+
|
|
2414
|
+
.mdc-elevation--z12 {
|
|
2415
|
+
box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12); }
|
|
2416
|
+
|
|
2417
|
+
.mdc-elevation--z13 {
|
|
2418
|
+
box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12); }
|
|
2419
|
+
|
|
2420
|
+
.mdc-elevation--z14 {
|
|
2421
|
+
box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12); }
|
|
2422
|
+
|
|
2423
|
+
.mdc-elevation--z15 {
|
|
2424
|
+
box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12); }
|
|
2425
|
+
|
|
2426
|
+
.mdc-elevation--z16 {
|
|
2427
|
+
box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12); }
|
|
2428
|
+
|
|
2429
|
+
.mdc-elevation--z17 {
|
|
2430
|
+
box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12); }
|
|
2431
|
+
|
|
2432
|
+
.mdc-elevation--z18 {
|
|
2433
|
+
box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12); }
|
|
2434
|
+
|
|
2435
|
+
.mdc-elevation--z19 {
|
|
2436
|
+
box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12); }
|
|
2437
|
+
|
|
2438
|
+
.mdc-elevation--z20 {
|
|
2439
|
+
box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12); }
|
|
2440
|
+
|
|
2441
|
+
.mdc-elevation--z21 {
|
|
2442
|
+
box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12); }
|
|
2443
|
+
|
|
2444
|
+
.mdc-elevation--z22 {
|
|
2445
|
+
box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12); }
|
|
2446
|
+
|
|
2447
|
+
.mdc-elevation--z23 {
|
|
2448
|
+
box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12); }
|
|
2449
|
+
|
|
2450
|
+
.mdc-elevation--z24 {
|
|
2451
|
+
box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); }
|
|
2452
|
+
|
|
2453
|
+
.mdc-elevation-transition {
|
|
2454
|
+
transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
2455
|
+
will-change: box-shadow; }
|
|
536
2456
|
|
|
537
2457
|
.mdc-icon-button {
|
|
538
2458
|
width: 48px;
|
|
@@ -650,6 +2570,12 @@ svg.mdc-button__icon {
|
|
|
650
2570
|
.mdc-icon-button.mdc-ripple-upgraded {
|
|
651
2571
|
--mdc-ripple-fg-opacity: 0.12; }
|
|
652
2572
|
|
|
2573
|
+
.main-list-text-left > .mdc-list-item__secondary-text {
|
|
2574
|
+
text-align: left; }
|
|
2575
|
+
|
|
2576
|
+
.main-list-text-right > .mdc-list-item__secondary-text {
|
|
2577
|
+
text-align: right; }
|
|
2578
|
+
|
|
653
2579
|
.mdc-list {
|
|
654
2580
|
font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
|
|
655
2581
|
-moz-osx-font-smoothing: grayscale;
|
|
@@ -1173,8 +3099,447 @@ a.mdc-list-item {
|
|
|
1173
3099
|
/* @noflip */
|
|
1174
3100
|
right: 16px; }
|
|
1175
3101
|
|
|
1176
|
-
.mdc-menu-item--selected .mdc-menu__selection-group-icon {
|
|
1177
|
-
display: inline; }
|
|
3102
|
+
.mdc-menu-item--selected .mdc-menu__selection-group-icon {
|
|
3103
|
+
display: inline; }
|
|
3104
|
+
|
|
3105
|
+
.mdc-dialog,
|
|
3106
|
+
.mdc-dialog__scrim {
|
|
3107
|
+
position: fixed;
|
|
3108
|
+
top: 0;
|
|
3109
|
+
left: 0;
|
|
3110
|
+
align-items: center;
|
|
3111
|
+
justify-content: center;
|
|
3112
|
+
box-sizing: border-box;
|
|
3113
|
+
width: 100%;
|
|
3114
|
+
height: 100%; }
|
|
3115
|
+
|
|
3116
|
+
.mdc-dialog {
|
|
3117
|
+
display: none;
|
|
3118
|
+
z-index: 7; }
|
|
3119
|
+
.mdc-dialog .mdc-dialog__surface {
|
|
3120
|
+
background-color: #fff;
|
|
3121
|
+
/* @alternate */
|
|
3122
|
+
background-color: #fff;
|
|
3123
|
+
background-color: var(--mdc-theme-surface, #fff); }
|
|
3124
|
+
.mdc-dialog .mdc-dialog__scrim {
|
|
3125
|
+
background-color: rgba(0, 0, 0, 0.32); }
|
|
3126
|
+
.mdc-dialog .mdc-dialog__title {
|
|
3127
|
+
color: rgba(0, 0, 0, 0.87); }
|
|
3128
|
+
.mdc-dialog .mdc-dialog__content {
|
|
3129
|
+
color: rgba(0, 0, 0, 0.6); }
|
|
3130
|
+
.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title,
|
|
3131
|
+
.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__actions {
|
|
3132
|
+
border-color: rgba(0, 0, 0, 0.12); }
|
|
3133
|
+
.mdc-dialog .mdc-dialog__surface {
|
|
3134
|
+
min-width: 280px; }
|
|
3135
|
+
@media (max-width: 592px) {
|
|
3136
|
+
.mdc-dialog .mdc-dialog__surface {
|
|
3137
|
+
max-width: calc(100vw - 32px); } }
|
|
3138
|
+
@media (min-width: 592px) {
|
|
3139
|
+
.mdc-dialog .mdc-dialog__surface {
|
|
3140
|
+
max-width: 560px; } }
|
|
3141
|
+
.mdc-dialog .mdc-dialog__surface {
|
|
3142
|
+
max-height: calc(100vh - 32px); }
|
|
3143
|
+
.mdc-dialog .mdc-dialog__surface {
|
|
3144
|
+
border-radius: 4px; }
|
|
3145
|
+
|
|
3146
|
+
.mdc-dialog__scrim {
|
|
3147
|
+
opacity: 0;
|
|
3148
|
+
z-index: -1; }
|
|
3149
|
+
|
|
3150
|
+
.mdc-dialog__container {
|
|
3151
|
+
display: flex;
|
|
3152
|
+
flex-direction: row;
|
|
3153
|
+
justify-content: space-around;
|
|
3154
|
+
box-sizing: border-box;
|
|
3155
|
+
transform: scale(0.8);
|
|
3156
|
+
opacity: 0; }
|
|
3157
|
+
|
|
3158
|
+
.mdc-dialog__surface {
|
|
3159
|
+
box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
|
|
3160
|
+
display: flex;
|
|
3161
|
+
flex-direction: column;
|
|
3162
|
+
flex-grow: 0;
|
|
3163
|
+
flex-shrink: 0;
|
|
3164
|
+
box-sizing: border-box;
|
|
3165
|
+
max-width: 100%;
|
|
3166
|
+
max-height: 100%; }
|
|
3167
|
+
.mdc-dialog[dir="rtl"] .mdc-dialog__surface,
|
|
3168
|
+
[dir="rtl"] .mdc-dialog .mdc-dialog__surface {
|
|
3169
|
+
text-align: right; }
|
|
3170
|
+
|
|
3171
|
+
.mdc-dialog__title {
|
|
3172
|
+
display: block;
|
|
3173
|
+
margin-top: 0;
|
|
3174
|
+
/* @alternate */
|
|
3175
|
+
line-height: normal;
|
|
3176
|
+
font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
|
|
3177
|
+
-moz-osx-font-smoothing: grayscale;
|
|
3178
|
+
-webkit-font-smoothing: antialiased;
|
|
3179
|
+
font-size: 1.25rem;
|
|
3180
|
+
line-height: 2rem;
|
|
3181
|
+
font-weight: 500;
|
|
3182
|
+
letter-spacing: 0.0125em;
|
|
3183
|
+
text-decoration: inherit;
|
|
3184
|
+
text-transform: inherit;
|
|
3185
|
+
display: block;
|
|
3186
|
+
position: relative;
|
|
3187
|
+
flex-shrink: 0;
|
|
3188
|
+
box-sizing: border-box;
|
|
3189
|
+
margin: 0;
|
|
3190
|
+
padding: 0 24px 9px;
|
|
3191
|
+
border-bottom: 1px solid transparent; }
|
|
3192
|
+
.mdc-dialog__title::before {
|
|
3193
|
+
display: inline-block;
|
|
3194
|
+
width: 0;
|
|
3195
|
+
height: 40px;
|
|
3196
|
+
content: "";
|
|
3197
|
+
vertical-align: 0; }
|
|
3198
|
+
.mdc-dialog[dir="rtl"] .mdc-dialog__title,
|
|
3199
|
+
[dir="rtl"] .mdc-dialog .mdc-dialog__title {
|
|
3200
|
+
text-align: right; }
|
|
3201
|
+
|
|
3202
|
+
.mdc-dialog--scrollable .mdc-dialog__title {
|
|
3203
|
+
padding-bottom: 15px; }
|
|
3204
|
+
|
|
3205
|
+
.mdc-dialog__content {
|
|
3206
|
+
font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
|
|
3207
|
+
-moz-osx-font-smoothing: grayscale;
|
|
3208
|
+
-webkit-font-smoothing: antialiased;
|
|
3209
|
+
font-size: 1rem;
|
|
3210
|
+
line-height: 1.5rem;
|
|
3211
|
+
font-weight: 400;
|
|
3212
|
+
letter-spacing: 0.03125em;
|
|
3213
|
+
text-decoration: inherit;
|
|
3214
|
+
text-transform: inherit;
|
|
3215
|
+
flex-grow: 1;
|
|
3216
|
+
box-sizing: border-box;
|
|
3217
|
+
margin: 0;
|
|
3218
|
+
padding: 20px 24px;
|
|
3219
|
+
overflow: auto;
|
|
3220
|
+
-webkit-overflow-scrolling: touch; }
|
|
3221
|
+
.mdc-dialog__content > :first-child {
|
|
3222
|
+
margin-top: 0; }
|
|
3223
|
+
.mdc-dialog__content > :last-child {
|
|
3224
|
+
margin-bottom: 0; }
|
|
3225
|
+
|
|
3226
|
+
.mdc-dialog__title + .mdc-dialog__content {
|
|
3227
|
+
padding-top: 0; }
|
|
3228
|
+
|
|
3229
|
+
.mdc-dialog--scrollable .mdc-dialog__content {
|
|
3230
|
+
padding-top: 8px;
|
|
3231
|
+
padding-bottom: 8px; }
|
|
3232
|
+
|
|
3233
|
+
.mdc-dialog__content .mdc-list:first-child:last-child {
|
|
3234
|
+
padding: 6px 0 0; }
|
|
3235
|
+
|
|
3236
|
+
.mdc-dialog--scrollable .mdc-dialog__content .mdc-list:first-child:last-child {
|
|
3237
|
+
padding: 0; }
|
|
3238
|
+
|
|
3239
|
+
.mdc-dialog__actions {
|
|
3240
|
+
display: flex;
|
|
3241
|
+
position: relative;
|
|
3242
|
+
flex-shrink: 0;
|
|
3243
|
+
flex-wrap: wrap;
|
|
3244
|
+
align-items: center;
|
|
3245
|
+
justify-content: flex-end;
|
|
3246
|
+
box-sizing: border-box;
|
|
3247
|
+
min-height: 52px;
|
|
3248
|
+
margin: 0;
|
|
3249
|
+
padding: 8px;
|
|
3250
|
+
border-top: 1px solid transparent; }
|
|
3251
|
+
.mdc-dialog--stacked .mdc-dialog__actions {
|
|
3252
|
+
flex-direction: column;
|
|
3253
|
+
align-items: flex-end; }
|
|
3254
|
+
|
|
3255
|
+
.mdc-dialog__button {
|
|
3256
|
+
/* @noflip */
|
|
3257
|
+
margin-left: 8px;
|
|
3258
|
+
/* @noflip */
|
|
3259
|
+
margin-right: 0;
|
|
3260
|
+
max-width: 100%;
|
|
3261
|
+
text-align: right; }
|
|
3262
|
+
[dir="rtl"] .mdc-dialog__button, .mdc-dialog__button[dir="rtl"] {
|
|
3263
|
+
/* @noflip */
|
|
3264
|
+
margin-left: 0;
|
|
3265
|
+
/* @noflip */
|
|
3266
|
+
margin-right: 8px; }
|
|
3267
|
+
.mdc-dialog__button:first-child {
|
|
3268
|
+
/* @noflip */
|
|
3269
|
+
margin-left: 0;
|
|
3270
|
+
/* @noflip */
|
|
3271
|
+
margin-right: 0; }
|
|
3272
|
+
[dir="rtl"] .mdc-dialog__button:first-child, .mdc-dialog__button:first-child[dir="rtl"] {
|
|
3273
|
+
/* @noflip */
|
|
3274
|
+
margin-left: 0;
|
|
3275
|
+
/* @noflip */
|
|
3276
|
+
margin-right: 0; }
|
|
3277
|
+
.mdc-dialog[dir="rtl"] .mdc-dialog__button,
|
|
3278
|
+
[dir="rtl"] .mdc-dialog .mdc-dialog__button {
|
|
3279
|
+
text-align: left; }
|
|
3280
|
+
.mdc-dialog--stacked .mdc-dialog__button:not(:first-child) {
|
|
3281
|
+
margin-top: 12px; }
|
|
3282
|
+
|
|
3283
|
+
.mdc-dialog--open,
|
|
3284
|
+
.mdc-dialog--opening,
|
|
3285
|
+
.mdc-dialog--closing {
|
|
3286
|
+
display: flex; }
|
|
3287
|
+
|
|
3288
|
+
.mdc-dialog--opening .mdc-dialog__scrim {
|
|
3289
|
+
transition: opacity 150ms linear; }
|
|
3290
|
+
|
|
3291
|
+
.mdc-dialog--opening .mdc-dialog__container {
|
|
3292
|
+
transition: opacity 75ms linear, transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1); }
|
|
3293
|
+
|
|
3294
|
+
.mdc-dialog--closing .mdc-dialog__scrim,
|
|
3295
|
+
.mdc-dialog--closing .mdc-dialog__container {
|
|
3296
|
+
transition: opacity 75ms linear; }
|
|
3297
|
+
|
|
3298
|
+
.mdc-dialog--closing .mdc-dialog__container {
|
|
3299
|
+
transform: scale(1); }
|
|
3300
|
+
|
|
3301
|
+
.mdc-dialog--open .mdc-dialog__scrim {
|
|
3302
|
+
opacity: 1; }
|
|
3303
|
+
|
|
3304
|
+
.mdc-dialog--open .mdc-dialog__container {
|
|
3305
|
+
transform: scale(1);
|
|
3306
|
+
opacity: 1; }
|
|
3307
|
+
|
|
3308
|
+
.mdc-dialog-scroll-lock {
|
|
3309
|
+
overflow: hidden; }
|
|
3310
|
+
|
|
3311
|
+
.mdc-radio {
|
|
3312
|
+
display: inline-block;
|
|
3313
|
+
position: relative;
|
|
3314
|
+
flex: 0 0 auto;
|
|
3315
|
+
box-sizing: border-box;
|
|
3316
|
+
width: 40px;
|
|
3317
|
+
height: 40px;
|
|
3318
|
+
padding: 10px;
|
|
3319
|
+
cursor: pointer;
|
|
3320
|
+
/* @alternate */
|
|
3321
|
+
will-change: opacity, transform, border-color, color; }
|
|
3322
|
+
.mdc-radio .mdc-radio__native-control:enabled:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle {
|
|
3323
|
+
border-color: rgba(0, 0, 0, 0.54); }
|
|
3324
|
+
.mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
|
|
3325
|
+
border-color: #f05c6a;
|
|
3326
|
+
/* @alternate */
|
|
3327
|
+
border-color: #f05c6a;
|
|
3328
|
+
border-color: var(--mdc-theme-secondary, #f05c6a); }
|
|
3329
|
+
.mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
|
|
3330
|
+
border-color: #f05c6a;
|
|
3331
|
+
/* @alternate */
|
|
3332
|
+
border-color: #f05c6a;
|
|
3333
|
+
border-color: var(--mdc-theme-secondary, #f05c6a); }
|
|
3334
|
+
.mdc-radio .mdc-radio__background::before {
|
|
3335
|
+
background-color: #f05c6a; }
|
|
3336
|
+
@supports not (-ms-ime-align: auto) {
|
|
3337
|
+
.mdc-radio .mdc-radio__background::before {
|
|
3338
|
+
/* @alternate */
|
|
3339
|
+
background-color: #f05c6a;
|
|
3340
|
+
background-color: var(--mdc-theme-secondary, #f05c6a); } }
|
|
3341
|
+
.mdc-radio__background {
|
|
3342
|
+
display: inline-block;
|
|
3343
|
+
position: absolute;
|
|
3344
|
+
left: 10px;
|
|
3345
|
+
box-sizing: border-box;
|
|
3346
|
+
width: 50%;
|
|
3347
|
+
height: 50%; }
|
|
3348
|
+
.mdc-radio__background::before {
|
|
3349
|
+
position: absolute;
|
|
3350
|
+
top: 0;
|
|
3351
|
+
left: 0;
|
|
3352
|
+
width: 100%;
|
|
3353
|
+
height: 100%;
|
|
3354
|
+
transform: scale(0, 0);
|
|
3355
|
+
border-radius: 50%;
|
|
3356
|
+
opacity: 0;
|
|
3357
|
+
pointer-events: none;
|
|
3358
|
+
content: "";
|
|
3359
|
+
transition: opacity 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }
|
|
3360
|
+
.mdc-radio__outer-circle {
|
|
3361
|
+
position: absolute;
|
|
3362
|
+
top: 0;
|
|
3363
|
+
left: 0;
|
|
3364
|
+
box-sizing: border-box;
|
|
3365
|
+
width: 100%;
|
|
3366
|
+
height: 100%;
|
|
3367
|
+
border-width: 2px;
|
|
3368
|
+
border-style: solid;
|
|
3369
|
+
border-radius: 50%;
|
|
3370
|
+
transition: border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }
|
|
3371
|
+
.mdc-radio__inner-circle {
|
|
3372
|
+
position: absolute;
|
|
3373
|
+
top: 0;
|
|
3374
|
+
left: 0;
|
|
3375
|
+
box-sizing: border-box;
|
|
3376
|
+
width: 100%;
|
|
3377
|
+
height: 100%;
|
|
3378
|
+
transform: scale(0, 0);
|
|
3379
|
+
border-width: 10px;
|
|
3380
|
+
border-style: solid;
|
|
3381
|
+
border-radius: 50%;
|
|
3382
|
+
transition: transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }
|
|
3383
|
+
.mdc-radio__native-control {
|
|
3384
|
+
position: absolute;
|
|
3385
|
+
top: 0;
|
|
3386
|
+
left: 0;
|
|
3387
|
+
width: 100%;
|
|
3388
|
+
height: 100%;
|
|
3389
|
+
margin: 0;
|
|
3390
|
+
padding: 0;
|
|
3391
|
+
opacity: 0;
|
|
3392
|
+
cursor: inherit;
|
|
3393
|
+
z-index: 1; }
|
|
3394
|
+
|
|
3395
|
+
.mdc-radio__native-control:checked + .mdc-radio__background,
|
|
3396
|
+
.mdc-radio__native-control:disabled + .mdc-radio__background {
|
|
3397
|
+
transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1); }
|
|
3398
|
+
.mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__outer-circle,
|
|
3399
|
+
.mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__outer-circle {
|
|
3400
|
+
transition: border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1); }
|
|
3401
|
+
.mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle,
|
|
3402
|
+
.mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__inner-circle {
|
|
3403
|
+
transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1); }
|
|
3404
|
+
|
|
3405
|
+
.mdc-radio--disabled {
|
|
3406
|
+
cursor: default;
|
|
3407
|
+
pointer-events: none; }
|
|
3408
|
+
|
|
3409
|
+
.mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle {
|
|
3410
|
+
transform: scale(0.5);
|
|
3411
|
+
transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1); }
|
|
3412
|
+
|
|
3413
|
+
.mdc-radio__native-control:disabled + .mdc-radio__background,
|
|
3414
|
+
[aria-disabled="true"] .mdc-radio__native-control + .mdc-radio__background {
|
|
3415
|
+
cursor: default; }
|
|
3416
|
+
.mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__outer-circle,
|
|
3417
|
+
[aria-disabled="true"] .mdc-radio__native-control + .mdc-radio__background .mdc-radio__outer-circle {
|
|
3418
|
+
border-color: rgba(0, 0, 0, 0.26); }
|
|
3419
|
+
.mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__inner-circle,
|
|
3420
|
+
[aria-disabled="true"] .mdc-radio__native-control + .mdc-radio__background .mdc-radio__inner-circle {
|
|
3421
|
+
border-color: rgba(0, 0, 0, 0.26); }
|
|
3422
|
+
|
|
3423
|
+
.mdc-radio__native-control:focus + .mdc-radio__background::before {
|
|
3424
|
+
transform: scale(2, 2);
|
|
3425
|
+
opacity: 0.12;
|
|
3426
|
+
transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1); }
|
|
3427
|
+
|
|
3428
|
+
.mdc-radio {
|
|
3429
|
+
--mdc-ripple-fg-size: 0;
|
|
3430
|
+
--mdc-ripple-left: 0;
|
|
3431
|
+
--mdc-ripple-top: 0;
|
|
3432
|
+
--mdc-ripple-fg-scale: 1;
|
|
3433
|
+
--mdc-ripple-fg-translate-end: 0;
|
|
3434
|
+
--mdc-ripple-fg-translate-start: 0;
|
|
3435
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
3436
|
+
will-change: transform, opacity; }
|
|
3437
|
+
.mdc-radio::before, .mdc-radio::after {
|
|
3438
|
+
position: absolute;
|
|
3439
|
+
border-radius: 50%;
|
|
3440
|
+
opacity: 0;
|
|
3441
|
+
pointer-events: none;
|
|
3442
|
+
content: ""; }
|
|
3443
|
+
.mdc-radio::before {
|
|
3444
|
+
transition: opacity 15ms linear, background-color 15ms linear;
|
|
3445
|
+
z-index: 1; }
|
|
3446
|
+
.mdc-radio.mdc-ripple-upgraded::before {
|
|
3447
|
+
transform: scale(1);
|
|
3448
|
+
transform: scale(var(--mdc-ripple-fg-scale, 1)); }
|
|
3449
|
+
.mdc-radio.mdc-ripple-upgraded::after {
|
|
3450
|
+
top: 0;
|
|
3451
|
+
/* @noflip */
|
|
3452
|
+
left: 0;
|
|
3453
|
+
transform: scale(0);
|
|
3454
|
+
transform-origin: center center; }
|
|
3455
|
+
.mdc-radio.mdc-ripple-upgraded--unbounded::after {
|
|
3456
|
+
top: 0;
|
|
3457
|
+
top: var(--mdc-ripple-top, 0);
|
|
3458
|
+
/* @noflip */
|
|
3459
|
+
left: 0;
|
|
3460
|
+
left: var(--mdc-ripple-left, 0); }
|
|
3461
|
+
.mdc-radio.mdc-ripple-upgraded--foreground-activation::after {
|
|
3462
|
+
animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
|
|
3463
|
+
.mdc-radio.mdc-ripple-upgraded--foreground-deactivation::after {
|
|
3464
|
+
animation: mdc-ripple-fg-opacity-out 150ms;
|
|
3465
|
+
transform: translate(0) scale(1);
|
|
3466
|
+
transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
|
|
3467
|
+
.mdc-radio::before, .mdc-radio::after {
|
|
3468
|
+
top: calc(50% - 50%);
|
|
3469
|
+
/* @noflip */
|
|
3470
|
+
left: calc(50% - 50%);
|
|
3471
|
+
width: 100%;
|
|
3472
|
+
height: 100%; }
|
|
3473
|
+
.mdc-radio.mdc-ripple-upgraded::before, .mdc-radio.mdc-ripple-upgraded::after {
|
|
3474
|
+
top: calc(50% - 50%);
|
|
3475
|
+
top: var(--mdc-ripple-top, calc(50% - 50%));
|
|
3476
|
+
/* @noflip */
|
|
3477
|
+
left: calc(50% - 50%);
|
|
3478
|
+
left: var(--mdc-ripple-left, calc(50% - 50%));
|
|
3479
|
+
width: 100%;
|
|
3480
|
+
width: var(--mdc-ripple-fg-size, 100%);
|
|
3481
|
+
height: 100%;
|
|
3482
|
+
height: var(--mdc-ripple-fg-size, 100%); }
|
|
3483
|
+
.mdc-radio.mdc-ripple-upgraded::after {
|
|
3484
|
+
width: 100%;
|
|
3485
|
+
width: var(--mdc-ripple-fg-size, 100%);
|
|
3486
|
+
height: 100%;
|
|
3487
|
+
height: var(--mdc-ripple-fg-size, 100%); }
|
|
3488
|
+
.mdc-radio::before, .mdc-radio::after {
|
|
3489
|
+
background-color: #f05c6a; }
|
|
3490
|
+
@supports not (-ms-ime-align: auto) {
|
|
3491
|
+
.mdc-radio::before, .mdc-radio::after {
|
|
3492
|
+
/* @alternate */
|
|
3493
|
+
background-color: #f05c6a;
|
|
3494
|
+
background-color: var(--mdc-theme-secondary, #f05c6a); } }
|
|
3495
|
+
.mdc-radio:hover::before {
|
|
3496
|
+
opacity: 0.04; }
|
|
3497
|
+
.mdc-radio:not(.mdc-ripple-upgraded):focus::before, .mdc-radio.mdc-ripple-upgraded--background-focused::before {
|
|
3498
|
+
transition-duration: 75ms;
|
|
3499
|
+
opacity: 0.12; }
|
|
3500
|
+
.mdc-radio:not(.mdc-ripple-upgraded)::after {
|
|
3501
|
+
transition: opacity 150ms linear; }
|
|
3502
|
+
.mdc-radio:not(.mdc-ripple-upgraded):active::after {
|
|
3503
|
+
transition-duration: 75ms;
|
|
3504
|
+
opacity: 0.12; }
|
|
3505
|
+
.mdc-radio.mdc-ripple-upgraded {
|
|
3506
|
+
--mdc-ripple-fg-opacity: 0.12; }
|
|
3507
|
+
.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__background::before {
|
|
3508
|
+
content: none; }
|
|
3509
|
+
|
|
3510
|
+
.mdc-form-field {
|
|
3511
|
+
font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
|
|
3512
|
+
-moz-osx-font-smoothing: grayscale;
|
|
3513
|
+
-webkit-font-smoothing: antialiased;
|
|
3514
|
+
font-size: 0.875rem;
|
|
3515
|
+
line-height: 1.25rem;
|
|
3516
|
+
font-weight: 400;
|
|
3517
|
+
letter-spacing: 0.01786em;
|
|
3518
|
+
text-decoration: inherit;
|
|
3519
|
+
text-transform: inherit;
|
|
3520
|
+
color: rgba(0, 0, 0, 0.87);
|
|
3521
|
+
/* @alternate */
|
|
3522
|
+
color: rgba(0, 0, 0, 0.87);
|
|
3523
|
+
color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
|
|
3524
|
+
display: inline-flex;
|
|
3525
|
+
align-items: center;
|
|
3526
|
+
vertical-align: middle; }
|
|
3527
|
+
.mdc-form-field > label {
|
|
3528
|
+
order: 0;
|
|
3529
|
+
margin-right: auto;
|
|
3530
|
+
padding-left: 4px; }
|
|
3531
|
+
[dir="rtl"] .mdc-form-field > label, .mdc-form-field[dir="rtl"] > label {
|
|
3532
|
+
margin-left: auto;
|
|
3533
|
+
padding-right: 4px; }
|
|
3534
|
+
|
|
3535
|
+
.mdc-form-field--align-end > label {
|
|
3536
|
+
order: -1;
|
|
3537
|
+
margin-left: auto;
|
|
3538
|
+
padding-right: 4px; }
|
|
3539
|
+
|
|
3540
|
+
[dir="rtl"] .mdc-form-field--align-end > label, .mdc-form-field--align-end[dir="rtl"] > label {
|
|
3541
|
+
margin-right: auto;
|
|
3542
|
+
padding-left: 4px; }
|
|
1178
3543
|
|
|
1179
3544
|
.mdc-list {
|
|
1180
3545
|
font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
|
|
@@ -2460,13 +4825,31 @@ a.mdc-list-item {
|
|
|
2460
4825
|
100% {
|
|
2461
4826
|
transform: translateX(calc(0 - -32px)) translateY(-130%) scale(0.75); } }
|
|
2462
4827
|
|
|
4828
|
+
/* adjust the dropdown arrow so that it looks more like it's
|
|
4829
|
+
* spinning from the center */
|
|
2463
4830
|
.mdc-select__dropdown-icon {
|
|
2464
4831
|
transform-origin: 50% 45%; }
|
|
2465
4832
|
|
|
4833
|
+
/* recenter the text in the select */
|
|
4834
|
+
.mdc-select--outlined .mdc-text-field__native-control {
|
|
4835
|
+
padding-top: 14px;
|
|
4836
|
+
padding-bottom: 12px; }
|
|
4837
|
+
|
|
4838
|
+
.mdc-select.mdc-select--outlined .mdc-floating-label {
|
|
4839
|
+
top: 19px; }
|
|
4840
|
+
|
|
4841
|
+
/* add a dense size */
|
|
2466
4842
|
.mdc-select--dense,
|
|
2467
4843
|
.mdc-select--dense .mdc-select__native-control {
|
|
2468
4844
|
height: 3rem; }
|
|
2469
4845
|
|
|
4846
|
+
.mdc-select--dense .mdc-select__native-control {
|
|
4847
|
+
padding-right: 2rem; }
|
|
4848
|
+
|
|
4849
|
+
.mdc-select--dense .mdc-floating-label,
|
|
4850
|
+
.mdc-select--dense .mdc-select__native-control {
|
|
4851
|
+
font-size: 0.875rem; }
|
|
4852
|
+
|
|
2470
4853
|
.mdc-select--outlined.mdc-select--dense .mdc-select__native-control {
|
|
2471
4854
|
padding-top: 8px;
|
|
2472
4855
|
padding-bottom: 8px; }
|
|
@@ -2474,17 +4857,250 @@ a.mdc-list-item {
|
|
|
2474
4857
|
.mdc-select--outlined.mdc-select--dense .mdc-floating-label {
|
|
2475
4858
|
top: 14px; }
|
|
2476
4859
|
|
|
2477
|
-
.mdc-select--dense .mdc-floating-label {
|
|
2478
|
-
font-size: 0.813rem; }
|
|
2479
|
-
|
|
2480
4860
|
.mdc-select--dense .mdc-select__dropdown-icon {
|
|
2481
4861
|
bottom: 12px; }
|
|
2482
4862
|
|
|
4863
|
+
.mdc-select--with-leading-icon.mdc-select--dense .mdc-select__icon {
|
|
4864
|
+
bottom: 12px;
|
|
4865
|
+
left: 12px;
|
|
4866
|
+
right: 12px;
|
|
4867
|
+
transform: scale(0.8); }
|
|
4868
|
+
|
|
2483
4869
|
.mdc-select--outlined.mdc-select--dense
|
|
2484
4870
|
.mdc-notched-outline--upgraded
|
|
2485
4871
|
.mdc-floating-label--float-above {
|
|
2486
4872
|
transform: translateY(-120%) scale(0.8); }
|
|
2487
4873
|
|
|
4874
|
+
/* make the border consistent with the text-field */
|
|
4875
|
+
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
|
|
4876
|
+
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
|
|
4877
|
+
.mdc-select--outlined:not(.mdc-select--disabled)
|
|
4878
|
+
.mdc-notched-outline__trailing {
|
|
4879
|
+
border-color: #9e9e9e; }
|
|
4880
|
+
|
|
4881
|
+
.mdc-select--no-arrow .mdc-select__native-control {
|
|
4882
|
+
padding-right: 1rem; }
|
|
4883
|
+
|
|
4884
|
+
.mdc-select--no-arrow .mdc-select__dropdown-icon {
|
|
4885
|
+
display: none; }
|
|
4886
|
+
|
|
4887
|
+
.mdc-switch {
|
|
4888
|
+
display: inline-block;
|
|
4889
|
+
position: relative;
|
|
4890
|
+
outline: none;
|
|
4891
|
+
-webkit-user-select: none;
|
|
4892
|
+
-moz-user-select: none;
|
|
4893
|
+
-ms-user-select: none;
|
|
4894
|
+
user-select: none; }
|
|
4895
|
+
.mdc-switch.mdc-switch--checked .mdc-switch__track {
|
|
4896
|
+
background-color: #f05c6a;
|
|
4897
|
+
/* @alternate */
|
|
4898
|
+
background-color: #f05c6a;
|
|
4899
|
+
background-color: var(--mdc-theme-secondary, #f05c6a);
|
|
4900
|
+
border-color: #f05c6a;
|
|
4901
|
+
/* @alternate */
|
|
4902
|
+
border-color: #f05c6a;
|
|
4903
|
+
border-color: var(--mdc-theme-secondary, #f05c6a); }
|
|
4904
|
+
.mdc-switch.mdc-switch--checked .mdc-switch__thumb {
|
|
4905
|
+
background-color: #f05c6a;
|
|
4906
|
+
/* @alternate */
|
|
4907
|
+
background-color: #f05c6a;
|
|
4908
|
+
background-color: var(--mdc-theme-secondary, #f05c6a);
|
|
4909
|
+
border-color: #f05c6a;
|
|
4910
|
+
/* @alternate */
|
|
4911
|
+
border-color: #f05c6a;
|
|
4912
|
+
border-color: var(--mdc-theme-secondary, #f05c6a); }
|
|
4913
|
+
.mdc-switch:not(.mdc-switch--checked) .mdc-switch__track {
|
|
4914
|
+
background-color: #000;
|
|
4915
|
+
border-color: #000; }
|
|
4916
|
+
.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb {
|
|
4917
|
+
background-color: #fff;
|
|
4918
|
+
border-color: #fff; }
|
|
4919
|
+
|
|
4920
|
+
.mdc-switch__native-control {
|
|
4921
|
+
/* @noflip */
|
|
4922
|
+
left: 0;
|
|
4923
|
+
/* @noflip */
|
|
4924
|
+
right: auto;
|
|
4925
|
+
right: initial;
|
|
4926
|
+
position: absolute;
|
|
4927
|
+
top: 0;
|
|
4928
|
+
width: 68px;
|
|
4929
|
+
height: 48px;
|
|
4930
|
+
margin: 0;
|
|
4931
|
+
opacity: 0;
|
|
4932
|
+
cursor: pointer;
|
|
4933
|
+
pointer-events: auto; }
|
|
4934
|
+
[dir="rtl"] .mdc-switch__native-control, .mdc-switch__native-control[dir="rtl"] {
|
|
4935
|
+
/* @noflip */
|
|
4936
|
+
left: auto;
|
|
4937
|
+
left: initial;
|
|
4938
|
+
/* @noflip */
|
|
4939
|
+
right: 0; }
|
|
4940
|
+
|
|
4941
|
+
.mdc-switch__track {
|
|
4942
|
+
box-sizing: border-box;
|
|
4943
|
+
width: 32px;
|
|
4944
|
+
height: 14px;
|
|
4945
|
+
border: 1px solid;
|
|
4946
|
+
border-radius: 7px;
|
|
4947
|
+
opacity: .38;
|
|
4948
|
+
transition: opacity 90ms cubic-bezier(0.4, 0, 0.2, 1), background-color 90ms cubic-bezier(0.4, 0, 0.2, 1), border-color 90ms cubic-bezier(0.4, 0, 0.2, 1); }
|
|
4949
|
+
|
|
4950
|
+
.mdc-switch__thumb-underlay {
|
|
4951
|
+
/* @noflip */
|
|
4952
|
+
left: -18px;
|
|
4953
|
+
/* @noflip */
|
|
4954
|
+
right: auto;
|
|
4955
|
+
right: initial;
|
|
4956
|
+
display: flex;
|
|
4957
|
+
position: absolute;
|
|
4958
|
+
top: -17px;
|
|
4959
|
+
align-items: center;
|
|
4960
|
+
justify-content: center;
|
|
4961
|
+
width: 48px;
|
|
4962
|
+
height: 48px;
|
|
4963
|
+
transform: translateX(0);
|
|
4964
|
+
transition: transform 90ms cubic-bezier(0.4, 0, 0.2, 1), background-color 90ms cubic-bezier(0.4, 0, 0.2, 1), border-color 90ms cubic-bezier(0.4, 0, 0.2, 1); }
|
|
4965
|
+
[dir="rtl"] .mdc-switch__thumb-underlay, .mdc-switch__thumb-underlay[dir="rtl"] {
|
|
4966
|
+
/* @noflip */
|
|
4967
|
+
left: auto;
|
|
4968
|
+
left: initial;
|
|
4969
|
+
/* @noflip */
|
|
4970
|
+
right: -18px; }
|
|
4971
|
+
|
|
4972
|
+
.mdc-switch__thumb {
|
|
4973
|
+
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
4974
|
+
box-sizing: border-box;
|
|
4975
|
+
width: 20px;
|
|
4976
|
+
height: 20px;
|
|
4977
|
+
border: 10px solid;
|
|
4978
|
+
border-radius: 50%;
|
|
4979
|
+
pointer-events: none;
|
|
4980
|
+
z-index: 1; }
|
|
4981
|
+
|
|
4982
|
+
.mdc-switch--checked .mdc-switch__track {
|
|
4983
|
+
opacity: .54; }
|
|
4984
|
+
|
|
4985
|
+
.mdc-switch--checked .mdc-switch__thumb-underlay {
|
|
4986
|
+
transform: translateX(20px); }
|
|
4987
|
+
[dir="rtl"] .mdc-switch--checked .mdc-switch__thumb-underlay, .mdc-switch--checked .mdc-switch__thumb-underlay[dir="rtl"] {
|
|
4988
|
+
transform: translateX(-20px); }
|
|
4989
|
+
|
|
4990
|
+
.mdc-switch--checked .mdc-switch__native-control {
|
|
4991
|
+
transform: translateX(-20px); }
|
|
4992
|
+
[dir="rtl"] .mdc-switch--checked .mdc-switch__native-control, .mdc-switch--checked .mdc-switch__native-control[dir="rtl"] {
|
|
4993
|
+
transform: translateX(20px); }
|
|
4994
|
+
|
|
4995
|
+
.mdc-switch--disabled {
|
|
4996
|
+
opacity: .38;
|
|
4997
|
+
pointer-events: none; }
|
|
4998
|
+
.mdc-switch--disabled .mdc-switch__thumb {
|
|
4999
|
+
border-width: 1px; }
|
|
5000
|
+
.mdc-switch--disabled .mdc-switch__native-control {
|
|
5001
|
+
cursor: default;
|
|
5002
|
+
pointer-events: none; }
|
|
5003
|
+
|
|
5004
|
+
.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::before, .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::after {
|
|
5005
|
+
background-color: #9e9e9e; }
|
|
5006
|
+
|
|
5007
|
+
.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:hover::before {
|
|
5008
|
+
opacity: 0.08; }
|
|
5009
|
+
|
|
5010
|
+
.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus::before, .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused::before {
|
|
5011
|
+
transition-duration: 75ms;
|
|
5012
|
+
opacity: 0.24; }
|
|
5013
|
+
|
|
5014
|
+
.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded)::after {
|
|
5015
|
+
transition: opacity 150ms linear; }
|
|
5016
|
+
|
|
5017
|
+
.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active::after {
|
|
5018
|
+
transition-duration: 75ms;
|
|
5019
|
+
opacity: 0.24; }
|
|
5020
|
+
|
|
5021
|
+
.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded {
|
|
5022
|
+
--mdc-ripple-fg-opacity: 0.24; }
|
|
5023
|
+
|
|
5024
|
+
.mdc-switch__thumb-underlay {
|
|
5025
|
+
--mdc-ripple-fg-size: 0;
|
|
5026
|
+
--mdc-ripple-left: 0;
|
|
5027
|
+
--mdc-ripple-top: 0;
|
|
5028
|
+
--mdc-ripple-fg-scale: 1;
|
|
5029
|
+
--mdc-ripple-fg-translate-end: 0;
|
|
5030
|
+
--mdc-ripple-fg-translate-start: 0;
|
|
5031
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
5032
|
+
will-change: transform, opacity; }
|
|
5033
|
+
.mdc-switch__thumb-underlay::before, .mdc-switch__thumb-underlay::after {
|
|
5034
|
+
position: absolute;
|
|
5035
|
+
border-radius: 50%;
|
|
5036
|
+
opacity: 0;
|
|
5037
|
+
pointer-events: none;
|
|
5038
|
+
content: ""; }
|
|
5039
|
+
.mdc-switch__thumb-underlay::before {
|
|
5040
|
+
transition: opacity 15ms linear, background-color 15ms linear;
|
|
5041
|
+
z-index: 1; }
|
|
5042
|
+
.mdc-switch__thumb-underlay.mdc-ripple-upgraded::before {
|
|
5043
|
+
transform: scale(1);
|
|
5044
|
+
transform: scale(var(--mdc-ripple-fg-scale, 1)); }
|
|
5045
|
+
.mdc-switch__thumb-underlay.mdc-ripple-upgraded::after {
|
|
5046
|
+
top: 0;
|
|
5047
|
+
/* @noflip */
|
|
5048
|
+
left: 0;
|
|
5049
|
+
transform: scale(0);
|
|
5050
|
+
transform-origin: center center; }
|
|
5051
|
+
.mdc-switch__thumb-underlay.mdc-ripple-upgraded--unbounded::after {
|
|
5052
|
+
top: 0;
|
|
5053
|
+
top: var(--mdc-ripple-top, 0);
|
|
5054
|
+
/* @noflip */
|
|
5055
|
+
left: 0;
|
|
5056
|
+
left: var(--mdc-ripple-left, 0); }
|
|
5057
|
+
.mdc-switch__thumb-underlay.mdc-ripple-upgraded--foreground-activation::after {
|
|
5058
|
+
animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
|
|
5059
|
+
.mdc-switch__thumb-underlay.mdc-ripple-upgraded--foreground-deactivation::after {
|
|
5060
|
+
animation: mdc-ripple-fg-opacity-out 150ms;
|
|
5061
|
+
transform: translate(0) scale(1);
|
|
5062
|
+
transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
|
|
5063
|
+
.mdc-switch__thumb-underlay::before, .mdc-switch__thumb-underlay::after {
|
|
5064
|
+
top: calc(50% - 50%);
|
|
5065
|
+
/* @noflip */
|
|
5066
|
+
left: calc(50% - 50%);
|
|
5067
|
+
width: 100%;
|
|
5068
|
+
height: 100%; }
|
|
5069
|
+
.mdc-switch__thumb-underlay.mdc-ripple-upgraded::before, .mdc-switch__thumb-underlay.mdc-ripple-upgraded::after {
|
|
5070
|
+
top: calc(50% - 50%);
|
|
5071
|
+
top: var(--mdc-ripple-top, calc(50% - 50%));
|
|
5072
|
+
/* @noflip */
|
|
5073
|
+
left: calc(50% - 50%);
|
|
5074
|
+
left: var(--mdc-ripple-left, calc(50% - 50%));
|
|
5075
|
+
width: 100%;
|
|
5076
|
+
width: var(--mdc-ripple-fg-size, 100%);
|
|
5077
|
+
height: 100%;
|
|
5078
|
+
height: var(--mdc-ripple-fg-size, 100%); }
|
|
5079
|
+
.mdc-switch__thumb-underlay.mdc-ripple-upgraded::after {
|
|
5080
|
+
width: 100%;
|
|
5081
|
+
width: var(--mdc-ripple-fg-size, 100%);
|
|
5082
|
+
height: 100%;
|
|
5083
|
+
height: var(--mdc-ripple-fg-size, 100%); }
|
|
5084
|
+
.mdc-switch__thumb-underlay::before, .mdc-switch__thumb-underlay::after {
|
|
5085
|
+
background-color: #f05c6a; }
|
|
5086
|
+
@supports not (-ms-ime-align: auto) {
|
|
5087
|
+
.mdc-switch__thumb-underlay::before, .mdc-switch__thumb-underlay::after {
|
|
5088
|
+
/* @alternate */
|
|
5089
|
+
background-color: #f05c6a;
|
|
5090
|
+
background-color: var(--mdc-theme-secondary, #f05c6a); } }
|
|
5091
|
+
.mdc-switch__thumb-underlay:hover::before {
|
|
5092
|
+
opacity: 0.04; }
|
|
5093
|
+
.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus::before, .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused::before {
|
|
5094
|
+
transition-duration: 75ms;
|
|
5095
|
+
opacity: 0.12; }
|
|
5096
|
+
.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded)::after {
|
|
5097
|
+
transition: opacity 150ms linear; }
|
|
5098
|
+
.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active::after {
|
|
5099
|
+
transition-duration: 75ms;
|
|
5100
|
+
opacity: 0.12; }
|
|
5101
|
+
.mdc-switch__thumb-underlay.mdc-ripple-upgraded {
|
|
5102
|
+
--mdc-ripple-fg-opacity: 0.12; }
|
|
5103
|
+
|
|
2488
5104
|
/**
|
|
2489
5105
|
* @license
|
|
2490
5106
|
* Copyright 2018 Google Inc.
|
|
@@ -3808,8 +6424,8 @@ a.mdc-list-item {
|
|
|
3808
6424
|
.mdc-text-field--dense + .mdc-text-field-helper-line {
|
|
3809
6425
|
margin-bottom: 4px; }
|
|
3810
6426
|
.mdc-text-field + .mdc-text-field-helper-line {
|
|
3811
|
-
padding-right:
|
|
3812
|
-
padding-left:
|
|
6427
|
+
padding-right: 0;
|
|
6428
|
+
padding-left: 0; }
|
|
3813
6429
|
|
|
3814
6430
|
.mdc-form-field > .mdc-text-field + label {
|
|
3815
6431
|
align-self: flex-start; }
|
|
@@ -4073,24 +6689,204 @@ a.mdc-list-item {
|
|
|
4073
6689
|
100% {
|
|
4074
6690
|
transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75); } }
|
|
4075
6691
|
|
|
6692
|
+
/* Make the text field take up 100% width by default */
|
|
4076
6693
|
.mdc-text-field {
|
|
4077
6694
|
width: 100%; }
|
|
4078
6695
|
|
|
4079
|
-
|
|
6696
|
+
/* push the input further right when there is an icon present
|
|
6697
|
+
* to make it look like there's even space around the icon */
|
|
6698
|
+
.mdc-text-field--outlined.mdc-text-field--with-leading-icon
|
|
4080
6699
|
.mdc-text-field__input {
|
|
4081
6700
|
padding-left: 3.25rem; }
|
|
4082
6701
|
|
|
4083
|
-
.mdc-text-field--
|
|
6702
|
+
.mdc-text-field--outlined.mdc-text-field--with-leading-icon
|
|
4084
6703
|
.mdc-floating-label:not(.mdc-floating-label--float-above) {
|
|
4085
6704
|
transform: translateX(0.5rem); }
|
|
4086
6705
|
|
|
6706
|
+
/* recenter the text in the input */
|
|
6707
|
+
.mdc-text-field--outlined .mdc-text-field__input {
|
|
6708
|
+
padding-top: 14px;
|
|
6709
|
+
padding-bottom: 12px; }
|
|
6710
|
+
|
|
6711
|
+
/* recenter the floating label */
|
|
6712
|
+
.mdc-text-field--outlined .mdc-floating-label {
|
|
6713
|
+
top: 19px; }
|
|
6714
|
+
|
|
6715
|
+
/* use smaller text for dense fields */
|
|
6716
|
+
.mdc-text-field--dense .mdc-text-field__input,
|
|
6717
|
+
.mdc-text-field--dense .mdc-floating-label,
|
|
6718
|
+
.mdc-text-field--outlined.mdc-text-field--dense
|
|
6719
|
+
.mdc-notched-outline--upgraded
|
|
6720
|
+
.mdc-floating-label--float-above {
|
|
6721
|
+
font-size: 0.875rem; }
|
|
6722
|
+
|
|
6723
|
+
/* fix line-height for dense textarea text fields */
|
|
6724
|
+
.mdc-text-field--dense.mdc-text-field--textarea .mdc-text-field__input {
|
|
6725
|
+
line-height: 1.25rem; }
|
|
6726
|
+
|
|
6727
|
+
/* recenter the text for dense text fields */
|
|
4087
6728
|
.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__input {
|
|
4088
|
-
padding:
|
|
6729
|
+
padding: 9px 12px 10px 12px; }
|
|
4089
6730
|
|
|
6731
|
+
/* push the input further right when there is an icon present
|
|
6732
|
+
* to make it look like there's even space around the icon for
|
|
6733
|
+
* dense text fields */
|
|
4090
6734
|
.mdc-text-field--outlined.mdc-text-field--dense.mdc-text-field--with-leading-icon
|
|
4091
6735
|
.mdc-text-field__input {
|
|
4092
6736
|
padding-left: 2.5rem; }
|
|
4093
6737
|
|
|
6738
|
+
.mdc-text-field--textarea.mdc-text-field--dense {
|
|
6739
|
+
height: auto; }
|
|
6740
|
+
|
|
6741
|
+
.mdc-text-field--outlined .mdc-notched-outline__notch {
|
|
6742
|
+
min-width: 50px; }
|
|
6743
|
+
|
|
6744
|
+
.mdc-text-field--outlined.mdc-text-field--dense.mdc-text-field--with-leading-icon
|
|
6745
|
+
.mdc-floating-label:not(.mdc-floating-label--float-above) {
|
|
6746
|
+
transform: translateX(0.25rem); }
|
|
6747
|
+
|
|
6748
|
+
.mdc-text-field--outlined.mdc-text-field--dense.mdc-text-field--with-leading-icon
|
|
6749
|
+
.mdc-notched-outline--upgraded
|
|
6750
|
+
.mdc-floating-label--float-above {
|
|
6751
|
+
transform: translateY(-120%) translateX(-28px) scale(0.8); }
|
|
6752
|
+
|
|
6753
|
+
/* patch a bug in the outlined style where the label will be
|
|
6754
|
+
* rendered despite noLabel being set to true */
|
|
4094
6755
|
.mdc-text-field--outlined.mdc-text-field--no-label .mdc-floating-label,
|
|
4095
6756
|
.mdc-text-field--outlined.mdc-text-field--no-label .mdc-notched-outline__notch {
|
|
4096
6757
|
display: none; }
|
|
6758
|
+
|
|
6759
|
+
/* reset the border color to make it consistent with select */
|
|
6760
|
+
.mdc-text-field--outlined:not(.mdc-text-field--disabled)
|
|
6761
|
+
.mdc-notched-outline__leading,
|
|
6762
|
+
.mdc-text-field--outlined:not(.mdc-text-field--disabled)
|
|
6763
|
+
.mdc-notched-outline__notch,
|
|
6764
|
+
.mdc-text-field--outlined:not(.mdc-text-field--disabled)
|
|
6765
|
+
.mdc-notched-outline__trailing {
|
|
6766
|
+
border-color: #9e9e9e; }
|
|
6767
|
+
|
|
6768
|
+
.dzu-dropzone {
|
|
6769
|
+
display: flex;
|
|
6770
|
+
flex-direction: column;
|
|
6771
|
+
align-items: center;
|
|
6772
|
+
width: 100%;
|
|
6773
|
+
min-height: 120px;
|
|
6774
|
+
overflow: scroll;
|
|
6775
|
+
margin: 0 auto;
|
|
6776
|
+
position: relative;
|
|
6777
|
+
box-sizing: border-box;
|
|
6778
|
+
transition: all .15s linear;
|
|
6779
|
+
border: 2px solid #d9d9d9;
|
|
6780
|
+
border-radius: 4px; }
|
|
6781
|
+
|
|
6782
|
+
.dzu-dropzoneActive {
|
|
6783
|
+
background-color: #DEEBFF;
|
|
6784
|
+
border-color: #2484FF; }
|
|
6785
|
+
|
|
6786
|
+
.dzu-dropzoneDisabled {
|
|
6787
|
+
opacity: 0.5; }
|
|
6788
|
+
|
|
6789
|
+
.dzu-dropzoneDisabled *:hover {
|
|
6790
|
+
cursor: unset; }
|
|
6791
|
+
|
|
6792
|
+
.dzu-input {
|
|
6793
|
+
display: none; }
|
|
6794
|
+
|
|
6795
|
+
.dzu-inputLabel {
|
|
6796
|
+
display: flex;
|
|
6797
|
+
justify-content: center;
|
|
6798
|
+
align-items: center;
|
|
6799
|
+
position: absolute;
|
|
6800
|
+
top: 0;
|
|
6801
|
+
bottom: 0;
|
|
6802
|
+
left: 0;
|
|
6803
|
+
right: 0;
|
|
6804
|
+
font-family: 'Helvetica', sans-serif;
|
|
6805
|
+
font-size: 20px;
|
|
6806
|
+
font-weight: 600;
|
|
6807
|
+
color: #2484FF;
|
|
6808
|
+
-moz-osx-font-smoothing: grayscale;
|
|
6809
|
+
-webkit-font-smoothing: antialiased;
|
|
6810
|
+
cursor: pointer; }
|
|
6811
|
+
|
|
6812
|
+
.dzu-inputLabelWithFiles {
|
|
6813
|
+
display: flex;
|
|
6814
|
+
justify-content: center;
|
|
6815
|
+
align-items: center;
|
|
6816
|
+
align-self: flex-start;
|
|
6817
|
+
padding: 0 14px;
|
|
6818
|
+
min-height: 32px;
|
|
6819
|
+
background-color: #E6E6E6;
|
|
6820
|
+
color: #2484FF;
|
|
6821
|
+
border: none;
|
|
6822
|
+
font-family: 'Helvetica', sans-serif;
|
|
6823
|
+
border-radius: 4px;
|
|
6824
|
+
font-size: 14px;
|
|
6825
|
+
font-weight: 600;
|
|
6826
|
+
margin-top: 20px;
|
|
6827
|
+
margin-left: 3%;
|
|
6828
|
+
-moz-osx-font-smoothing: grayscale;
|
|
6829
|
+
-webkit-font-smoothing: antialiased;
|
|
6830
|
+
cursor: pointer; }
|
|
6831
|
+
|
|
6832
|
+
.dzu-previewContainer {
|
|
6833
|
+
padding: 40px 3%;
|
|
6834
|
+
display: flex;
|
|
6835
|
+
flex-direction: row;
|
|
6836
|
+
align-items: center;
|
|
6837
|
+
justify-content: space-between;
|
|
6838
|
+
position: relative;
|
|
6839
|
+
width: 100%;
|
|
6840
|
+
min-height: 60px;
|
|
6841
|
+
z-index: 1;
|
|
6842
|
+
border-bottom: 1px solid #ECECEC;
|
|
6843
|
+
box-sizing: border-box; }
|
|
6844
|
+
|
|
6845
|
+
.dzu-previewStatusContainer {
|
|
6846
|
+
display: flex;
|
|
6847
|
+
align-items: center; }
|
|
6848
|
+
|
|
6849
|
+
.dzu-previewFileName {
|
|
6850
|
+
font-family: 'Helvetica', sans-serif;
|
|
6851
|
+
font-size: 14px;
|
|
6852
|
+
font-weight: 400;
|
|
6853
|
+
color: #333333; }
|
|
6854
|
+
|
|
6855
|
+
.dzu-previewImage {
|
|
6856
|
+
width: auto;
|
|
6857
|
+
max-height: 40px;
|
|
6858
|
+
max-width: 140px;
|
|
6859
|
+
border-radius: 4px; }
|
|
6860
|
+
|
|
6861
|
+
.dzu-previewButton {
|
|
6862
|
+
background-size: 14px 14px;
|
|
6863
|
+
background-position: center;
|
|
6864
|
+
background-repeat: no-repeat;
|
|
6865
|
+
width: 14px;
|
|
6866
|
+
height: 14px;
|
|
6867
|
+
cursor: pointer;
|
|
6868
|
+
opacity: 0.9;
|
|
6869
|
+
margin: 0 0 2px 10px; }
|
|
6870
|
+
|
|
6871
|
+
.dzu-submitButtonContainer {
|
|
6872
|
+
margin: 24px 0;
|
|
6873
|
+
z-index: 1; }
|
|
6874
|
+
|
|
6875
|
+
.dzu-submitButton {
|
|
6876
|
+
padding: 0 14px;
|
|
6877
|
+
min-height: 32px;
|
|
6878
|
+
background-color: #2484FF;
|
|
6879
|
+
border: none;
|
|
6880
|
+
border-radius: 4px;
|
|
6881
|
+
font-family: 'Helvetica', sans-serif;
|
|
6882
|
+
font-size: 14px;
|
|
6883
|
+
font-weight: 600;
|
|
6884
|
+
color: #FFF;
|
|
6885
|
+
-moz-osx-font-smoothing: grayscale;
|
|
6886
|
+
-webkit-font-smoothing: antialiased;
|
|
6887
|
+
cursor: pointer; }
|
|
6888
|
+
|
|
6889
|
+
.dzu-submitButton:disabled {
|
|
6890
|
+
background-color: #E6E6E6;
|
|
6891
|
+
color: #333333;
|
|
6892
|
+
cursor: unset; }
|