@limetech/lime-elements 34.1.0-next.13 → 34.1.0-next.17

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.
@@ -1,3 +1,9 @@
1
+ /*
2
+ * This file is imported into every component!
3
+ *
4
+ * Nothing in this file may output any CSS
5
+ * without being explicitly called by outside code.
6
+ */
1
7
  /*
2
8
  * This file is imported into every component!
3
9
  *
@@ -68,7 +74,7 @@
68
74
  * @prop --list-grid-item-min-width: Minimum width of items in a list that has `has-grid-layout` class. Defaults to `7.5rem`.
69
75
  * @prop --list-grid-gap: Distance between items in a list that has `has-grid-layout` class. Defaults to `0.75rem`.
70
76
  */
71
- :host {
77
+ :host(limel-list) {
72
78
  display: block;
73
79
  }
74
80
 
@@ -3052,10 +3058,6 @@ a.mdc-list-item {
3052
3058
  pointer-events: none;
3053
3059
  }
3054
3060
 
3055
- .mdc-menu {
3056
- max-height: 70vh;
3057
- }
3058
-
3059
3061
  .mdc-deprecated-list {
3060
3062
  --mdc-theme-text-icon-on-background: var(
3061
3063
  --icon-color,
@@ -3065,6 +3067,7 @@ a.mdc-list-item {
3065
3067
  border-radius: 0.375rem;
3066
3068
  }
3067
3069
  .mdc-deprecated-list .mdc-deprecated-list-item {
3070
+ box-sizing: border-box;
3068
3071
  z-index: 0;
3069
3072
  }
3070
3073
  .mdc-deprecated-list .mdc-deprecated-list-item.mdc-deprecated-list-item--disabled {
@@ -3123,12 +3126,6 @@ a.mdc-list-item {
3123
3126
  .mdc-deprecated-list.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item:last-child hr.mdc-deprecated-list-divider {
3124
3127
  display: none;
3125
3128
  }
3126
- .mdc-deprecated-list .mdc-deprecated-list-item[role=menuitem] {
3127
- font-size: 0.8125rem;
3128
- }
3129
- .mdc-deprecated-list .mdc-deprecated-list-item[role=menuitem] .mdc-deprecated-list-item__graphic {
3130
- margin-right: 0.875rem;
3131
- }
3132
3129
  .mdc-deprecated-list.mdc-deprecated-list--two-line .mdc-deprecated-list-item__text {
3133
3130
  padding: 0.5rem 0;
3134
3131
  }
@@ -3299,69 +3296,994 @@ a.mdc-list-item {
3299
3296
  * Nothing in this file may output any CSS
3300
3297
  * without being explicitly called by outside code.
3301
3298
  */
3302
- :host(.has-striped-rows) .mdc-deprecated-list {
3303
- border: 1px solid rgb(var(--contrast-400));
3304
- }
3305
- :host(.has-striped-rows) .mdc-deprecated-list-item:nth-child(even) {
3306
- background-color: rgb(var(--contrast-200));
3299
+ /*
3300
+ * This file is imported into every component that uses MDC!
3301
+ *
3302
+ * Anything in this file that generates CSS output on its own,
3303
+ * without being explicitly used, will output that CSS in every
3304
+ * single component, increasing the size of the production build.
3305
+ * Avoid that unless there's very good reason for it!
3306
+ */
3307
+ /*
3308
+ * This file is imported into every component that uses MDC!
3309
+ *
3310
+ * Anything in this file that generates CSS output on its own,
3311
+ * without being explicitly used, will output that CSS in every
3312
+ * single component, increasing the size of the production build.
3313
+ * Avoid that unless there's very good reason for it!
3314
+ */
3315
+ :host {
3316
+ --mdc-theme-primary: var(
3317
+ --lime-primary-color,
3318
+ rgb(var(--color-teal-default))
3319
+ );
3320
+ --mdc-theme-secondary: var(
3321
+ --lime-secondary-color,
3322
+ rgb(var(--contrast-1100))
3323
+ );
3324
+ --mdc-theme-on-primary: var(
3325
+ --lime-on-primary-color,
3326
+ rgb(var(--contrast-100))
3327
+ );
3328
+ --mdc-theme-on-secondary: var(
3329
+ --lime-on-secondary-color,
3330
+ rgb(var(--contrast-100))
3331
+ );
3332
+ --mdc-theme-text-disabled-on-background: var(
3333
+ --lime-text-disabled-on-background-color,
3334
+ rgba(var(--contrast-1700), 0.38)
3335
+ );
3336
+ --mdc-theme-text-primary-on-background: var(
3337
+ --lime-text-primary-on-background-color,
3338
+ rgba(var(--contrast-1700), 0.87)
3339
+ );
3340
+ --mdc-theme-text-secondary-on-background: var(
3341
+ --lime-text-secondary-on-background-color,
3342
+ rgba(var(--contrast-1700), 0.54)
3343
+ );
3344
+ --lime-error-text-color: rgb(var(--color-red-darker));
3345
+ --mdc-theme-surface: var(
3346
+ --lime-surface-background-color,
3347
+ rgb(var(--contrast-100))
3348
+ );
3349
+ --mdc-theme-on-surface: var(
3350
+ --lime-on-surface-color,
3351
+ var(--lime-text-primary-on-background-color)
3352
+ );
3307
3353
  }
3308
- :host(.has-striped-rows) .mdc-deprecated-list-item:nth-child(odd) {
3309
- background-color: rgb(var(--contrast-100));
3354
+
3355
+ :host {
3356
+ --mdc-checkbox-checked-color: var(--mdc-theme-primary);
3310
3357
  }
3311
3358
 
3312
- :host(.has-interactive-items) .mdc-deprecated-list-item:not(.mdc-deprecated-list-item--disabled) {
3313
- transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;
3359
+ .mdc-checkbox {
3360
+ padding: calc((40px - 18px) / 2);
3361
+ /* @alternate */
3362
+ padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
3363
+ margin: calc((40px - 40px) / 2);
3364
+ /* @alternate */
3365
+ margin: calc((var(--mdc-checkbox-ripple-size, 40px) - var(--mdc-checkbox-ripple-size, 40px)) / 2);
3314
3366
  }
3315
- :host(.has-interactive-items) .mdc-deprecated-list-item:not(.mdc-deprecated-list-item--disabled):hover {
3316
- box-shadow: var(--button-shadow-hovered);
3367
+ .mdc-checkbox .mdc-checkbox__ripple::before, .mdc-checkbox .mdc-checkbox__ripple::after {
3368
+ background-color: #000;
3369
+ /* @alternate */
3370
+ background-color: var(--mdc-ripple-color, #000);
3317
3371
  }
3318
- :host(.has-interactive-items) .mdc-deprecated-list-item:not(.mdc-deprecated-list-item--disabled):active {
3319
- box-shadow: var(--button-shadow-pressed);
3320
- transform: translate3d(0, 0.08rem, 0);
3372
+ .mdc-checkbox:hover .mdc-checkbox__ripple::before, .mdc-checkbox.mdc-ripple-surface--hover .mdc-checkbox__ripple::before {
3373
+ opacity: 0.04;
3374
+ /* @alternate */
3375
+ opacity: var(--mdc-ripple-hover-opacity, 0.04);
3321
3376
  }
3322
- :host(.has-interactive-items) .mdc-deprecated-list-item:not(.mdc-deprecated-list-item--disabled):hover {
3323
- z-index: 1;
3324
- background-color: rgb(var(--contrast-100));
3377
+ .mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before, .mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before {
3378
+ transition-duration: 75ms;
3379
+ opacity: 0.12;
3380
+ /* @alternate */
3381
+ opacity: var(--mdc-ripple-focus-opacity, 0.12);
3325
3382
  }
3326
- :host(.has-interactive-items) .mdc-deprecated-list-item:not(.mdc-deprecated-list-item--disabled):hover:before {
3327
- background-color: rgb(var(--contrast-100));
3383
+ .mdc-checkbox:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after {
3384
+ transition: opacity 150ms linear;
3385
+ }
3386
+ .mdc-checkbox:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after {
3387
+ transition-duration: 75ms;
3388
+ opacity: 0.12;
3389
+ /* @alternate */
3390
+ opacity: var(--mdc-ripple-press-opacity, 0.12);
3391
+ }
3392
+ .mdc-checkbox.mdc-ripple-upgraded {
3393
+ --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
3394
+ }
3395
+ .mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before, .mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after {
3396
+ background-color: #575756;
3397
+ /* @alternate */
3398
+ background-color: var(--mdc-ripple-color, var(--mdc-theme-secondary, #575756));
3399
+ }
3400
+ .mdc-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before, .mdc-checkbox.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before {
3401
+ opacity: 0.04;
3402
+ /* @alternate */
3403
+ opacity: var(--mdc-ripple-hover-opacity, 0.04);
3404
+ }
3405
+ .mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before, .mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before {
3406
+ transition-duration: 75ms;
3407
+ opacity: 0.12;
3408
+ /* @alternate */
3409
+ opacity: var(--mdc-ripple-focus-opacity, 0.12);
3410
+ }
3411
+ .mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after {
3412
+ transition: opacity 150ms linear;
3413
+ }
3414
+ .mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after {
3415
+ transition-duration: 75ms;
3416
+ opacity: 0.12;
3417
+ /* @alternate */
3418
+ opacity: var(--mdc-ripple-press-opacity, 0.12);
3419
+ }
3420
+ .mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded {
3421
+ --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
3422
+ }
3423
+ .mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,
3424
+ .mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after {
3425
+ background-color: #575756;
3426
+ /* @alternate */
3427
+ background-color: var(--mdc-ripple-color, var(--mdc-theme-secondary, #575756));
3428
+ }
3429
+ .mdc-checkbox .mdc-checkbox__background {
3430
+ top: calc((40px - 18px) / 2);
3431
+ /* @alternate */
3432
+ top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
3433
+ left: calc((40px - 18px) / 2);
3434
+ /* @alternate */
3435
+ left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
3436
+ }
3437
+ .mdc-checkbox .mdc-checkbox__native-control {
3438
+ top: calc((40px - 40px) / 2);
3439
+ /* @alternate */
3440
+ top: calc((var(--mdc-checkbox-ripple-size, 40px) - var(--mdc-checkbox-ripple-size, 40px)) / 2);
3441
+ right: calc((40px - 40px) / 2);
3442
+ /* @alternate */
3443
+ right: calc((var(--mdc-checkbox-ripple-size, 40px) - var(--mdc-checkbox-ripple-size, 40px)) / 2);
3444
+ left: calc((40px - 40px) / 2);
3445
+ /* @alternate */
3446
+ left: calc((var(--mdc-checkbox-ripple-size, 40px) - var(--mdc-checkbox-ripple-size, 40px)) / 2);
3447
+ width: 40px;
3448
+ /* @alternate */
3449
+ width: var(--mdc-checkbox-ripple-size, 40px);
3450
+ height: 40px;
3451
+ /* @alternate */
3452
+ height: var(--mdc-checkbox-ripple-size, 40px);
3453
+ }
3454
+ .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
3455
+ border-color: rgba(0, 0, 0, 0.54);
3456
+ /* @alternate */
3457
+ border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
3458
+ background-color: transparent;
3459
+ }
3460
+ .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
3461
+ .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
3462
+ .mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled ~ .mdc-checkbox__background {
3463
+ border-color: #575756;
3464
+ /* @alternate */
3465
+ border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #575756));
3466
+ background-color: #575756;
3467
+ /* @alternate */
3468
+ background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #575756));
3469
+ }
3470
+ @keyframes mdc-checkbox-fade-in-background-8A000000FF57575600000000FF575756 {
3471
+ 0% {
3472
+ border-color: rgba(0, 0, 0, 0.54);
3473
+ /* @alternate */
3474
+ border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
3475
+ background-color: transparent;
3476
+ }
3477
+ 50% {
3478
+ border-color: #575756;
3479
+ /* @alternate */
3480
+ border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #575756));
3481
+ background-color: #575756;
3482
+ /* @alternate */
3483
+ background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #575756));
3484
+ }
3485
+ }
3486
+ @keyframes mdc-checkbox-fade-out-background-8A000000FF57575600000000FF575756 {
3487
+ 0%, 80% {
3488
+ border-color: #575756;
3489
+ /* @alternate */
3490
+ border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #575756));
3491
+ background-color: #575756;
3492
+ /* @alternate */
3493
+ background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #575756));
3494
+ }
3495
+ 100% {
3496
+ border-color: rgba(0, 0, 0, 0.54);
3497
+ /* @alternate */
3498
+ border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
3499
+ background-color: transparent;
3500
+ }
3501
+ }
3502
+ .mdc-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
3503
+ animation-name: mdc-checkbox-fade-in-background-8A000000FF57575600000000FF575756;
3504
+ }
3505
+ .mdc-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
3506
+ animation-name: mdc-checkbox-fade-out-background-8A000000FF57575600000000FF575756;
3507
+ }
3508
+ .mdc-checkbox .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
3509
+ border-color: rgba(0, 0, 0, 0.38);
3510
+ /* @alternate */
3511
+ border-color: var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38));
3512
+ background-color: transparent;
3513
+ }
3514
+ .mdc-checkbox .mdc-checkbox__native-control[disabled]:checked ~ .mdc-checkbox__background,
3515
+ .mdc-checkbox .mdc-checkbox__native-control[disabled]:indeterminate ~ .mdc-checkbox__background,
3516
+ .mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true][disabled] ~ .mdc-checkbox__background {
3517
+ border-color: transparent;
3518
+ background-color: rgba(0, 0, 0, 0.38);
3519
+ /* @alternate */
3520
+ background-color: var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38));
3521
+ }
3522
+ .mdc-checkbox .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
3523
+ color: #fff;
3524
+ /* @alternate */
3525
+ color: var(--mdc-checkbox-ink-color, #fff);
3526
+ }
3527
+ .mdc-checkbox .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
3528
+ border-color: #fff;
3529
+ /* @alternate */
3530
+ border-color: var(--mdc-checkbox-ink-color, #fff);
3531
+ }
3532
+ .mdc-checkbox .mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
3533
+ color: #fff;
3534
+ /* @alternate */
3535
+ color: var(--mdc-checkbox-ink-color, #fff);
3536
+ }
3537
+ .mdc-checkbox .mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
3538
+ border-color: #fff;
3539
+ /* @alternate */
3540
+ border-color: var(--mdc-checkbox-ink-color, #fff);
3328
3541
  }
3329
3542
 
3330
- :host {
3331
- --line-height-of-secondary-text: 1.2rem;
3543
+ .mdc-touch-target-wrapper {
3544
+ display: inline;
3332
3545
  }
3333
3546
 
3334
- .mdc-deprecated-list-item {
3335
- height: auto !important;
3336
- min-height: 3rem;
3547
+ @keyframes mdc-checkbox-unchecked-checked-checkmark-path {
3548
+ 0%, 50% {
3549
+ stroke-dashoffset: 29.7833385;
3550
+ }
3551
+ 50% {
3552
+ animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
3553
+ }
3554
+ 100% {
3555
+ stroke-dashoffset: 0;
3556
+ }
3337
3557
  }
3338
- .mdc-deprecated-list-item .mdc-deprecated-list-item__secondary-text {
3339
- line-height: var(--line-height-of-secondary-text);
3340
- white-space: normal;
3341
- display: -webkit-box;
3342
- -webkit-line-clamp: var(--maxLinesSecondaryText);
3343
- -webkit-box-orient: vertical;
3558
+ @keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {
3559
+ 0%, 68.2% {
3560
+ transform: scaleX(0);
3561
+ }
3562
+ 68.2% {
3563
+ animation-timing-function: cubic-bezier(0, 0, 0, 1);
3564
+ }
3565
+ 100% {
3566
+ transform: scaleX(1);
3567
+ }
3344
3568
  }
3345
-
3346
- :host(.has-grid-layout) {
3347
- --gap: var(--list-grid-gap, 0.75rem);
3348
- padding: var(--gap);
3349
- /* prettier-ignore */
3569
+ @keyframes mdc-checkbox-checked-unchecked-checkmark-path {
3570
+ from {
3571
+ animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
3572
+ opacity: 1;
3573
+ stroke-dashoffset: 0;
3574
+ }
3575
+ to {
3576
+ opacity: 0;
3577
+ stroke-dashoffset: -29.7833385;
3578
+ }
3350
3579
  }
3351
- :host(.has-grid-layout) .mdc-deprecated-list {
3352
- display: grid;
3353
- grid-gap: var(--gap);
3354
- grid-template-columns: repeat(auto-fit, minmax(min(100%, max(calc(var(--list-grid-item-max-width, 10rem) - var(--gap)), var(--list-grid-item-min-width, 7.5rem))), 1fr));
3355
- max-width: var(--list-grid-max-width, 100%);
3580
+ @keyframes mdc-checkbox-checked-indeterminate-checkmark {
3581
+ from {
3582
+ animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
3583
+ transform: rotate(0deg);
3584
+ opacity: 1;
3585
+ }
3586
+ to {
3587
+ transform: rotate(45deg);
3588
+ opacity: 0;
3589
+ }
3356
3590
  }
3357
- :host(.has-grid-layout) .mdc-deprecated-list-divider {
3358
- grid-column: 1/-1;
3591
+ @keyframes mdc-checkbox-indeterminate-checked-checkmark {
3592
+ from {
3593
+ animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
3594
+ transform: rotate(45deg);
3595
+ opacity: 0;
3596
+ }
3597
+ to {
3598
+ transform: rotate(360deg);
3599
+ opacity: 1;
3600
+ }
3359
3601
  }
3360
- :host(.has-grid-layout) .mdc-deprecated-list-item {
3361
- border-radius: 0.25rem;
3362
- background-color: rgb(var(--contrast-100));
3602
+ @keyframes mdc-checkbox-checked-indeterminate-mixedmark {
3603
+ from {
3604
+ animation-timing-function: mdc-animation-deceleration-curve-timing-function;
3605
+ transform: rotate(-45deg);
3606
+ opacity: 0;
3607
+ }
3608
+ to {
3609
+ transform: rotate(0deg);
3610
+ opacity: 1;
3611
+ }
3363
3612
  }
3364
- :host(.has-grid-layout) .mdc-deprecated-list--avatar-list limel-icon {
3365
- margin-right: 0.25rem;
3366
- margin-left: -0.5rem;
3613
+ @keyframes mdc-checkbox-indeterminate-checked-mixedmark {
3614
+ from {
3615
+ animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
3616
+ transform: rotate(0deg);
3617
+ opacity: 1;
3618
+ }
3619
+ to {
3620
+ transform: rotate(315deg);
3621
+ opacity: 0;
3622
+ }
3623
+ }
3624
+ @keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
3625
+ 0% {
3626
+ animation-timing-function: linear;
3627
+ transform: scaleX(1);
3628
+ opacity: 1;
3629
+ }
3630
+ 32.8%, 100% {
3631
+ transform: scaleX(0);
3632
+ opacity: 0;
3633
+ }
3634
+ }
3635
+ .mdc-checkbox {
3636
+ display: inline-block;
3637
+ position: relative;
3638
+ flex: 0 0 18px;
3639
+ box-sizing: content-box;
3640
+ width: 18px;
3641
+ height: 18px;
3642
+ line-height: 0;
3643
+ white-space: nowrap;
3644
+ cursor: pointer;
3645
+ vertical-align: bottom;
3646
+ }
3647
+
3648
+ @media screen and (-ms-high-contrast: active) {
3649
+ .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
3650
+ border-color: GrayText;
3651
+ /* @alternate */
3652
+ border-color: var(--mdc-checkbox-disabled-color, GrayText);
3653
+ background-color: transparent;
3654
+ }
3655
+
3656
+ .mdc-checkbox__native-control[disabled]:checked ~ .mdc-checkbox__background,
3657
+ .mdc-checkbox__native-control[disabled]:indeterminate ~ .mdc-checkbox__background,
3658
+ .mdc-checkbox__native-control[data-indeterminate=true][disabled] ~ .mdc-checkbox__background {
3659
+ border-color: GrayText;
3660
+ background-color: transparent;
3661
+ /* @alternate */
3662
+ background-color: var(--mdc-checkbox-disabled-color, transparent);
3663
+ }
3664
+
3665
+ .mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
3666
+ color: GrayText;
3667
+ /* @alternate */
3668
+ color: var(--mdc-checkbox-ink-color, GrayText);
3669
+ }
3670
+ .mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
3671
+ border-color: GrayText;
3672
+ /* @alternate */
3673
+ border-color: var(--mdc-checkbox-ink-color, GrayText);
3674
+ }
3675
+
3676
+ .mdc-checkbox__mixedmark {
3677
+ margin: 0 1px;
3678
+ }
3679
+ }
3680
+ .mdc-checkbox--disabled {
3681
+ cursor: default;
3682
+ pointer-events: none;
3683
+ }
3684
+
3685
+ .mdc-checkbox__background {
3686
+ display: inline-flex;
3687
+ position: absolute;
3688
+ align-items: center;
3689
+ justify-content: center;
3690
+ box-sizing: border-box;
3691
+ width: 18px;
3692
+ height: 18px;
3693
+ border: 2px solid currentColor;
3694
+ border-radius: 2px;
3695
+ background-color: transparent;
3696
+ pointer-events: none;
3697
+ will-change: background-color, border-color;
3698
+ 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);
3699
+ }
3700
+
3701
+ .mdc-checkbox__checkmark {
3702
+ position: absolute;
3703
+ top: 0;
3704
+ right: 0;
3705
+ bottom: 0;
3706
+ left: 0;
3707
+ width: 100%;
3708
+ opacity: 0;
3709
+ transition: opacity 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
3710
+ }
3711
+ .mdc-checkbox--upgraded .mdc-checkbox__checkmark {
3712
+ opacity: 1;
3713
+ }
3714
+
3715
+ .mdc-checkbox__checkmark-path {
3716
+ transition: stroke-dashoffset 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
3717
+ stroke: currentColor;
3718
+ stroke-width: 3.12px;
3719
+ stroke-dashoffset: 29.7833385;
3720
+ stroke-dasharray: 29.7833385;
3721
+ }
3722
+
3723
+ .mdc-checkbox__mixedmark {
3724
+ width: 100%;
3725
+ height: 0;
3726
+ transform: scaleX(0) rotate(0deg);
3727
+ border-width: 1px;
3728
+ border-style: solid;
3729
+ opacity: 0;
3730
+ transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
3731
+ }
3732
+
3733
+ .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 {
3734
+ animation-duration: 180ms;
3735
+ animation-timing-function: linear;
3736
+ }
3737
+ .mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path {
3738
+ animation: mdc-checkbox-unchecked-checked-checkmark-path 180ms linear 0s;
3739
+ transition: none;
3740
+ }
3741
+ .mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark {
3742
+ animation: mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;
3743
+ transition: none;
3744
+ }
3745
+ .mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path {
3746
+ animation: mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;
3747
+ transition: none;
3748
+ }
3749
+ .mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark {
3750
+ animation: mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;
3751
+ transition: none;
3752
+ }
3753
+ .mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark {
3754
+ animation: mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;
3755
+ transition: none;
3756
+ }
3757
+ .mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark {
3758
+ animation: mdc-checkbox-indeterminate-checked-checkmark 500ms linear 0s;
3759
+ transition: none;
3760
+ }
3761
+ .mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark {
3762
+ animation: mdc-checkbox-indeterminate-checked-mixedmark 500ms linear 0s;
3763
+ transition: none;
3764
+ }
3765
+ .mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark {
3766
+ animation: mdc-checkbox-indeterminate-unchecked-mixedmark 300ms linear 0s;
3767
+ transition: none;
3768
+ }
3769
+
3770
+ .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
3771
+ .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background,
3772
+ .mdc-checkbox__native-control[data-indeterminate=true] ~ .mdc-checkbox__background {
3773
+ transition: border-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1), background-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1);
3774
+ }
3775
+ .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path,
3776
+ .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path,
3777
+ .mdc-checkbox__native-control[data-indeterminate=true] ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path {
3778
+ stroke-dashoffset: 0;
3779
+ }
3780
+
3781
+ .mdc-checkbox__native-control {
3782
+ position: absolute;
3783
+ margin: 0;
3784
+ padding: 0;
3785
+ opacity: 0;
3786
+ cursor: inherit;
3787
+ }
3788
+ .mdc-checkbox__native-control:disabled {
3789
+ cursor: default;
3790
+ pointer-events: none;
3791
+ }
3792
+
3793
+ .mdc-checkbox--touch {
3794
+ margin: calc((48px - 40px) / 2);
3795
+ /* @alternate */
3796
+ margin: calc((var(--mdc-checkbox-touch-target-size, 48px) - var(--mdc-checkbox-ripple-size, 40px)) / 2);
3797
+ }
3798
+ .mdc-checkbox--touch .mdc-checkbox__native-control {
3799
+ top: calc((40px - 48px) / 2);
3800
+ /* @alternate */
3801
+ top: calc((var(--mdc-checkbox-ripple-size, 40px) - var(--mdc-checkbox-touch-target-size, 48px)) / 2);
3802
+ right: calc((40px - 48px) / 2);
3803
+ /* @alternate */
3804
+ right: calc((var(--mdc-checkbox-ripple-size, 40px) - var(--mdc-checkbox-touch-target-size, 48px)) / 2);
3805
+ left: calc((40px - 48px) / 2);
3806
+ /* @alternate */
3807
+ left: calc((var(--mdc-checkbox-ripple-size, 40px) - var(--mdc-checkbox-touch-target-size, 48px)) / 2);
3808
+ width: 48px;
3809
+ /* @alternate */
3810
+ width: var(--mdc-checkbox-touch-target-size, 48px);
3811
+ height: 48px;
3812
+ /* @alternate */
3813
+ height: var(--mdc-checkbox-touch-target-size, 48px);
3814
+ }
3815
+
3816
+ .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
3817
+ transition: opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);
3818
+ opacity: 1;
3819
+ }
3820
+ .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
3821
+ transform: scaleX(1) rotate(-45deg);
3822
+ }
3823
+
3824
+ .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark,
3825
+ .mdc-checkbox__native-control[data-indeterminate=true] ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
3826
+ transform: rotate(45deg);
3827
+ opacity: 0;
3828
+ transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
3829
+ }
3830
+ .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__mixedmark,
3831
+ .mdc-checkbox__native-control[data-indeterminate=true] ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
3832
+ transform: scaleX(1) rotate(0deg);
3833
+ opacity: 1;
3834
+ }
3835
+
3836
+ .mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__background,
3837
+ .mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__checkmark,
3838
+ .mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__checkmark-path,
3839
+ .mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__mixedmark {
3840
+ transition: none;
3841
+ }
3842
+
3843
+ .mdc-checkbox {
3844
+ --mdc-ripple-fg-size: 0;
3845
+ --mdc-ripple-left: 0;
3846
+ --mdc-ripple-top: 0;
3847
+ --mdc-ripple-fg-scale: 1;
3848
+ --mdc-ripple-fg-translate-end: 0;
3849
+ --mdc-ripple-fg-translate-start: 0;
3850
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
3851
+ will-change: transform, opacity;
3852
+ }
3853
+ .mdc-checkbox .mdc-checkbox__ripple::before,
3854
+ .mdc-checkbox .mdc-checkbox__ripple::after {
3855
+ position: absolute;
3856
+ border-radius: 50%;
3857
+ opacity: 0;
3858
+ pointer-events: none;
3859
+ content: "";
3860
+ }
3861
+ .mdc-checkbox .mdc-checkbox__ripple::before {
3862
+ transition: opacity 15ms linear, background-color 15ms linear;
3863
+ z-index: 1;
3864
+ /* @alternate */
3865
+ z-index: var(--mdc-ripple-z-index, 1);
3866
+ }
3867
+ .mdc-checkbox .mdc-checkbox__ripple::after {
3868
+ z-index: 0;
3869
+ /* @alternate */
3870
+ z-index: var(--mdc-ripple-z-index, 0);
3871
+ }
3872
+ .mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::before {
3873
+ transform: scale(var(--mdc-ripple-fg-scale, 1));
3874
+ }
3875
+ .mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
3876
+ top: 0;
3877
+ /* @noflip */
3878
+ left: 0;
3879
+ transform: scale(0);
3880
+ transform-origin: center center;
3881
+ }
3882
+ .mdc-checkbox.mdc-ripple-upgraded--unbounded .mdc-checkbox__ripple::after {
3883
+ top: var(--mdc-ripple-top, 0);
3884
+ /* @noflip */
3885
+ left: var(--mdc-ripple-left, 0);
3886
+ }
3887
+ .mdc-checkbox.mdc-ripple-upgraded--foreground-activation .mdc-checkbox__ripple::after {
3888
+ animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
3889
+ }
3890
+ .mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation .mdc-checkbox__ripple::after {
3891
+ animation: mdc-ripple-fg-opacity-out 150ms;
3892
+ transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
3893
+ }
3894
+ .mdc-checkbox .mdc-checkbox__ripple::before,
3895
+ .mdc-checkbox .mdc-checkbox__ripple::after {
3896
+ top: calc(50% - 50%);
3897
+ /* @noflip */
3898
+ left: calc(50% - 50%);
3899
+ width: 100%;
3900
+ height: 100%;
3901
+ }
3902
+ .mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::before,
3903
+ .mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
3904
+ top: var(--mdc-ripple-top, calc(50% - 50%));
3905
+ /* @noflip */
3906
+ left: var(--mdc-ripple-left, calc(50% - 50%));
3907
+ width: var(--mdc-ripple-fg-size, 100%);
3908
+ height: var(--mdc-ripple-fg-size, 100%);
3909
+ }
3910
+ .mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
3911
+ width: var(--mdc-ripple-fg-size, 100%);
3912
+ height: var(--mdc-ripple-fg-size, 100%);
3913
+ }
3914
+ .mdc-checkbox {
3915
+ z-index: 0;
3916
+ }
3917
+ .mdc-checkbox .mdc-checkbox__ripple::before,
3918
+ .mdc-checkbox .mdc-checkbox__ripple::after {
3919
+ z-index: -1;
3920
+ /* @alternate */
3921
+ z-index: var(--mdc-ripple-z-index, -1);
3922
+ }
3923
+
3924
+ .mdc-checkbox__ripple {
3925
+ position: absolute;
3926
+ top: 0;
3927
+ left: 0;
3928
+ width: 100%;
3929
+ height: 100%;
3930
+ pointer-events: none;
3931
+ }
3932
+
3933
+ .mdc-form-field {
3934
+ -moz-osx-font-smoothing: grayscale;
3935
+ -webkit-font-smoothing: antialiased;
3936
+ font-family: Roboto, sans-serif;
3937
+ /* @alternate */
3938
+ font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
3939
+ font-size: 0.8125rem;
3940
+ /* @alternate */
3941
+ font-size: var(--mdc-typography-body2-font-size, 0.8125rem);
3942
+ line-height: 1.625rem;
3943
+ /* @alternate */
3944
+ line-height: var(--mdc-typography-body2-line-height, 1.625rem);
3945
+ font-weight: 400;
3946
+ /* @alternate */
3947
+ font-weight: var(--mdc-typography-body2-font-weight, 400);
3948
+ letter-spacing: 0.0178571429em;
3949
+ /* @alternate */
3950
+ letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
3951
+ text-decoration: inherit;
3952
+ /* @alternate */
3953
+ text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
3954
+ text-transform: inherit;
3955
+ /* @alternate */
3956
+ text-transform: var(--mdc-typography-body2-text-transform, inherit);
3957
+ color: rgba(0, 0, 0, 0.87);
3958
+ /* @alternate */
3959
+ color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
3960
+ display: inline-flex;
3961
+ align-items: center;
3962
+ vertical-align: middle;
3963
+ }
3964
+ .mdc-form-field > label {
3965
+ /* @noflip */
3966
+ margin-left: 0;
3967
+ /* @noflip */
3968
+ margin-right: auto;
3969
+ /* @noflip */
3970
+ padding-left: 4px;
3971
+ /* @noflip */
3972
+ padding-right: 0;
3973
+ order: 0;
3974
+ }
3975
+ [dir=rtl] .mdc-form-field > label, .mdc-form-field > label[dir=rtl] {
3976
+ /* @noflip */
3977
+ margin-left: auto;
3978
+ /* @noflip */
3979
+ margin-right: 0;
3980
+ }
3981
+ [dir=rtl] .mdc-form-field > label, .mdc-form-field > label[dir=rtl] {
3982
+ /* @noflip */
3983
+ padding-left: 0;
3984
+ /* @noflip */
3985
+ padding-right: 4px;
3986
+ }
3987
+
3988
+ .mdc-form-field--nowrap > label {
3989
+ text-overflow: ellipsis;
3990
+ overflow: hidden;
3991
+ white-space: nowrap;
3992
+ }
3993
+
3994
+ .mdc-form-field--align-end > label {
3995
+ /* @noflip */
3996
+ margin-left: auto;
3997
+ /* @noflip */
3998
+ margin-right: 0;
3999
+ /* @noflip */
4000
+ padding-left: 0;
4001
+ /* @noflip */
4002
+ padding-right: 4px;
4003
+ order: -1;
4004
+ }
4005
+ [dir=rtl] .mdc-form-field--align-end > label, .mdc-form-field--align-end > label[dir=rtl] {
4006
+ /* @noflip */
4007
+ margin-left: 0;
4008
+ /* @noflip */
4009
+ margin-right: auto;
4010
+ }
4011
+ [dir=rtl] .mdc-form-field--align-end > label, .mdc-form-field--align-end > label[dir=rtl] {
4012
+ /* @noflip */
4013
+ padding-left: 4px;
4014
+ /* @noflip */
4015
+ padding-right: 0;
4016
+ }
4017
+
4018
+ .mdc-form-field--space-between {
4019
+ justify-content: space-between;
4020
+ }
4021
+ .mdc-form-field--space-between > label {
4022
+ margin: 0;
4023
+ }
4024
+ [dir=rtl] .mdc-form-field--space-between > label, .mdc-form-field--space-between > label[dir=rtl] {
4025
+ margin: 0;
4026
+ }
4027
+
4028
+ .mdc-form-field {
4029
+ display: flex;
4030
+ }
4031
+ .mdc-form-field .mdc-checkbox.mdc-checkbox--invalid .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
4032
+ border-color: var(--lime-error-text-color);
4033
+ }
4034
+ .mdc-form-field .mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__native-control:focus-visible + .mdc-checkbox__background:after {
4035
+ content: "";
4036
+ display: block;
4037
+ position: absolute;
4038
+ top: -0.75rem;
4039
+ right: -0.75rem;
4040
+ bottom: -0.75rem;
4041
+ left: -0.75rem;
4042
+ border-radius: 50%;
4043
+ box-shadow: var(--shadow-depth-8-focused);
4044
+ }
4045
+ .mdc-form-field label {
4046
+ cursor: pointer;
4047
+ line-height: normal;
4048
+ padding-left: 0;
4049
+ }
4050
+ .mdc-form-field label.mdc-checkbox--disabled {
4051
+ opacity: 0.37;
4052
+ }
4053
+ .mdc-form-field label.mdc-checkbox--required::after {
4054
+ margin-left: 0.0625rem;
4055
+ content: "*";
4056
+ }
4057
+ .mdc-form-field label.mdc-checkbox--invalid {
4058
+ color: var(--lime-error-text-color);
4059
+ }
4060
+
4061
+ .mdc-form-field .mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple:before {
4062
+ animation: fade-out-focus-style 1s ease forwards;
4063
+ }
4064
+
4065
+ @keyframes fade-out-focus-style {
4066
+ 0% {
4067
+ opacity: 0.12;
4068
+ }
4069
+ 100% {
4070
+ opacity: 0;
4071
+ }
4072
+ }
4073
+ .mdc-form-field {
4074
+ -moz-osx-font-smoothing: grayscale;
4075
+ -webkit-font-smoothing: antialiased;
4076
+ font-family: Roboto, sans-serif;
4077
+ /* @alternate */
4078
+ font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
4079
+ font-size: 0.8125rem;
4080
+ /* @alternate */
4081
+ font-size: var(--mdc-typography-body2-font-size, 0.8125rem);
4082
+ line-height: 1.625rem;
4083
+ /* @alternate */
4084
+ line-height: var(--mdc-typography-body2-line-height, 1.625rem);
4085
+ font-weight: 400;
4086
+ /* @alternate */
4087
+ font-weight: var(--mdc-typography-body2-font-weight, 400);
4088
+ letter-spacing: 0.0178571429em;
4089
+ /* @alternate */
4090
+ letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
4091
+ text-decoration: inherit;
4092
+ /* @alternate */
4093
+ text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
4094
+ text-transform: inherit;
4095
+ /* @alternate */
4096
+ text-transform: var(--mdc-typography-body2-text-transform, inherit);
4097
+ color: rgba(0, 0, 0, 0.87);
4098
+ /* @alternate */
4099
+ color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
4100
+ display: inline-flex;
4101
+ align-items: center;
4102
+ vertical-align: middle;
4103
+ }
4104
+ .mdc-form-field > label {
4105
+ /* @noflip */
4106
+ margin-left: 0;
4107
+ /* @noflip */
4108
+ margin-right: auto;
4109
+ /* @noflip */
4110
+ padding-left: 4px;
4111
+ /* @noflip */
4112
+ padding-right: 0;
4113
+ order: 0;
4114
+ }
4115
+ [dir=rtl] .mdc-form-field > label, .mdc-form-field > label[dir=rtl] {
4116
+ /* @noflip */
4117
+ margin-left: auto;
4118
+ /* @noflip */
4119
+ margin-right: 0;
4120
+ }
4121
+ [dir=rtl] .mdc-form-field > label, .mdc-form-field > label[dir=rtl] {
4122
+ /* @noflip */
4123
+ padding-left: 0;
4124
+ /* @noflip */
4125
+ padding-right: 4px;
4126
+ }
4127
+
4128
+ .mdc-form-field--nowrap > label {
4129
+ text-overflow: ellipsis;
4130
+ overflow: hidden;
4131
+ white-space: nowrap;
4132
+ }
4133
+
4134
+ .mdc-form-field--align-end > label {
4135
+ /* @noflip */
4136
+ margin-left: auto;
4137
+ /* @noflip */
4138
+ margin-right: 0;
4139
+ /* @noflip */
4140
+ padding-left: 0;
4141
+ /* @noflip */
4142
+ padding-right: 4px;
4143
+ order: -1;
4144
+ }
4145
+ [dir=rtl] .mdc-form-field--align-end > label, .mdc-form-field--align-end > label[dir=rtl] {
4146
+ /* @noflip */
4147
+ margin-left: 0;
4148
+ /* @noflip */
4149
+ margin-right: auto;
4150
+ }
4151
+ [dir=rtl] .mdc-form-field--align-end > label, .mdc-form-field--align-end > label[dir=rtl] {
4152
+ /* @noflip */
4153
+ padding-left: 4px;
4154
+ /* @noflip */
4155
+ padding-right: 0;
4156
+ }
4157
+
4158
+ .mdc-form-field--space-between {
4159
+ justify-content: space-between;
4160
+ }
4161
+ .mdc-form-field--space-between > label {
4162
+ margin: 0;
4163
+ }
4164
+ [dir=rtl] .mdc-form-field--space-between > label, .mdc-form-field--space-between > label[dir=rtl] {
4165
+ margin: 0;
4166
+ }
4167
+
4168
+ .mdc-form-field {
4169
+ display: flex;
4170
+ }
4171
+ .mdc-form-field .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
4172
+ border-color: #26a69a;
4173
+ /* @alternate */
4174
+ border-color: var(--mdc-theme-primary, #26a69a);
4175
+ }
4176
+
4177
+ /*
4178
+ * This file is imported into every component!
4179
+ *
4180
+ * Nothing in this file may output any CSS
4181
+ * without being explicitly called by outside code.
4182
+ */
4183
+ :host(.has-striped-rows) .mdc-deprecated-list {
4184
+ border: 1px solid rgb(var(--contrast-400));
4185
+ }
4186
+ :host(.has-striped-rows) .mdc-deprecated-list-item:nth-child(even) {
4187
+ background-color: rgb(var(--contrast-200));
4188
+ }
4189
+ :host(.has-striped-rows) .mdc-deprecated-list-item:nth-child(odd) {
4190
+ background-color: rgb(var(--contrast-100));
4191
+ }
4192
+
4193
+ :host(.has-interactive-items) .mdc-deprecated-list-item:not(.mdc-deprecated-list-item--disabled) {
4194
+ transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;
4195
+ }
4196
+ :host(.has-interactive-items) .mdc-deprecated-list-item:not(.mdc-deprecated-list-item--disabled):hover {
4197
+ box-shadow: var(--button-shadow-hovered);
4198
+ }
4199
+ :host(.has-interactive-items) .mdc-deprecated-list-item:not(.mdc-deprecated-list-item--disabled):active {
4200
+ box-shadow: var(--button-shadow-pressed);
4201
+ transform: translate3d(0, 0.08rem, 0);
4202
+ }
4203
+ :host(.has-interactive-items) .mdc-deprecated-list-item:not(.mdc-deprecated-list-item--disabled):hover {
4204
+ z-index: 1;
4205
+ background-color: rgb(var(--contrast-100));
4206
+ }
4207
+ :host(.has-interactive-items) .mdc-deprecated-list-item:not(.mdc-deprecated-list-item--disabled):hover:before {
4208
+ background-color: rgb(var(--contrast-100));
4209
+ }
4210
+
4211
+ :host {
4212
+ --line-height-of-secondary-text: 1.2rem;
4213
+ }
4214
+
4215
+ .mdc-deprecated-list-item {
4216
+ height: auto !important;
4217
+ min-height: 3rem;
4218
+ }
4219
+ .mdc-deprecated-list-item .mdc-deprecated-list-item__secondary-text {
4220
+ line-height: var(--line-height-of-secondary-text);
4221
+ white-space: normal;
4222
+ display: -webkit-box;
4223
+ -webkit-line-clamp: var(--maxLinesSecondaryText);
4224
+ -webkit-box-orient: vertical;
4225
+ }
4226
+
4227
+ :host(.has-grid-layout) {
4228
+ --gap: var(--list-grid-gap, 0.75rem);
4229
+ padding: var(--gap);
4230
+ /* prettier-ignore */
4231
+ }
4232
+ :host(.has-grid-layout) .mdc-deprecated-list {
4233
+ display: grid;
4234
+ grid-gap: var(--gap);
4235
+ grid-template-columns: repeat(auto-fit, minmax(min(100%, max(calc(var(--list-grid-item-max-width, 10rem) - var(--gap)), var(--list-grid-item-min-width, 7.5rem))), 1fr));
4236
+ max-width: var(--list-grid-max-width, 100%);
4237
+ }
4238
+ :host(.has-grid-layout) .mdc-deprecated-list-divider {
4239
+ grid-column: 1/-1;
4240
+ }
4241
+ :host(.has-grid-layout) .mdc-deprecated-list-item {
4242
+ border-radius: 0.25rem;
4243
+ background-color: rgb(var(--contrast-100));
4244
+ }
4245
+ :host(.has-grid-layout) .mdc-deprecated-list--avatar-list limel-icon {
4246
+ margin-right: 0.25rem;
4247
+ margin-left: -0.5rem;
4248
+ }
4249
+
4250
+ :host(.static-actions-list) {
4251
+ z-index: 1;
4252
+ background-color: var(--mdc-theme-surface);
4253
+ }
4254
+
4255
+ :host(.has-position-sticky) {
4256
+ position: sticky;
4257
+ box-shadow: 0 0 0.75rem 0.5rem var(--mdc-theme-surface);
4258
+ }
4259
+
4260
+ :host(.has-position-sticky.is-on-top) {
4261
+ top: 0;
4262
+ }
4263
+
4264
+ :host(.has-position-sticky.is-at-bottom) {
4265
+ bottom: 0;
4266
+ }
4267
+
4268
+ :host(.is-on-top) {
4269
+ border-bottom: 1px solid rgb(var(--contrast-400));
4270
+ margin-bottom: 0.5rem;
4271
+ padding-bottom: 0.25rem;
4272
+ }
4273
+
4274
+ :host(.is-at-bottom) {
4275
+ border-top: 1px solid rgb(var(--contrast-400));
4276
+ margin-top: 0.5rem;
4277
+ padding-top: 0.25rem;
4278
+ }
4279
+
4280
+ .mdc-menu {
4281
+ max-height: 70vh;
4282
+ }
4283
+
4284
+ .mdc-deprecated-list .mdc-deprecated-list-item[role=menuitem] {
4285
+ font-size: 0.8125rem;
4286
+ }
4287
+ .mdc-deprecated-list .mdc-deprecated-list-item[role=menuitem] .mdc-deprecated-list-item__graphic {
4288
+ margin-right: 0.875rem;
3367
4289
  }