@open-condo/ui 1.9.0 → 1.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/styles.css CHANGED
@@ -2443,11 +2443,11 @@ a.condo-btn-sm {
2443
2443
  color: #222;
2444
2444
  border: 1px solid #707695;
2445
2445
  }
2446
- .condo-btn-secondary > .condo-btn-icon {
2446
+ .condo-btn-secondary > span {
2447
2447
  color: #222;
2448
2448
  transition: color 0.15s ease-out;
2449
2449
  }
2450
- .condo-btn-secondary > .condo-btn-icon svg {
2450
+ .condo-btn-secondary > span svg {
2451
2451
  fill: currentcolor;
2452
2452
  }
2453
2453
  .condo-btn-secondary > .condo-btn-text {
@@ -2458,82 +2458,56 @@ a.condo-btn-sm {
2458
2458
  background: transparent;
2459
2459
  border: 1px solid #707695;
2460
2460
  }
2461
- .condo-btn-secondary:not(.condo-btn-dangerous) > .condo-btn-text {
2462
- position: relative;
2463
- color: #222;
2464
- }
2465
- .condo-btn-secondary:not(.condo-btn-dangerous) > .condo-btn-text::before {
2466
- background: linear-gradient(90deg, #4cd174 0%, #6db8f2 100%);
2467
- position: absolute;
2468
- top: 0;
2469
- right: 0;
2470
- bottom: 0;
2471
- left: 0;
2472
- display: block;
2473
- border-radius: inherit;
2474
- content: "";
2475
- -webkit-background-clip: text;
2476
- -webkit-text-fill-color: transparent;
2477
- opacity: 0;
2478
- transition: opacity 0.15s ease-out;
2479
- content: attr(data-before);
2480
- }
2481
- .condo-btn-secondary:hover > .condo-btn-text::before {
2482
- opacity: 1;
2483
- }
2484
- .condo-btn-secondary:active > .condo-btn-text::before {
2485
- opacity: 0.8;
2486
- }
2487
2461
  .condo-btn-secondary:hover {
2488
2462
  background: transparent;
2489
2463
  }
2490
- .condo-btn-secondary:hover > .condo-btn-icon {
2464
+ .condo-btn-secondary:hover > span {
2491
2465
  color: #39ce66;
2492
2466
  transition: color 0.15s ease-out;
2493
2467
  }
2494
- .condo-btn-secondary:hover > .condo-btn-icon svg {
2468
+ .condo-btn-secondary:hover > span svg {
2495
2469
  fill: currentcolor;
2496
2470
  }
2497
2471
  .condo-btn-secondary:active {
2498
2472
  background: transparent;
2499
2473
  }
2500
- .condo-btn-secondary:active > .condo-btn-icon {
2474
+ .condo-btn-secondary:active > span {
2501
2475
  color: #00b538;
2502
2476
  transition: color 0.15s ease-out;
2503
2477
  }
2504
- .condo-btn-secondary:active > .condo-btn-icon svg {
2478
+ .condo-btn-secondary:active > span svg {
2505
2479
  fill: currentcolor;
2506
2480
  }
2507
2481
  .condo-btn-secondary.condo-btn-dangerous {
2508
2482
  border: 1px solid #ff3b30;
2509
2483
  }
2510
- .condo-btn-secondary.condo-btn-dangerous > .condo-btn-icon {
2484
+ .condo-btn-secondary.condo-btn-dangerous > span {
2511
2485
  color: #ff3b30;
2512
2486
  transition: color 0.15s ease-out;
2513
2487
  }
2514
- .condo-btn-secondary.condo-btn-dangerous > .condo-btn-icon svg {
2488
+ .condo-btn-secondary.condo-btn-dangerous > span svg {
2515
2489
  fill: currentcolor;
2516
2490
  }
2517
2491
  .condo-btn-secondary.condo-btn-dangerous > .condo-btn-text {
2518
2492
  color: #ff3b30;
2519
2493
  transition: color 0.15s ease-out;
2520
2494
  }
2521
- .condo-btn-secondary.condo-btn-dangerous:hover > .condo-btn-icon {
2495
+ .condo-btn-secondary.condo-btn-dangerous:hover > span {
2522
2496
  color: #ec0000;
2523
2497
  transition: color 0.15s ease-out;
2524
2498
  }
2525
- .condo-btn-secondary.condo-btn-dangerous:hover > .condo-btn-icon svg {
2499
+ .condo-btn-secondary.condo-btn-dangerous:hover > span svg {
2526
2500
  fill: currentcolor;
2527
2501
  }
2528
2502
  .condo-btn-secondary.condo-btn-dangerous:hover > .condo-btn-text {
2529
2503
  color: #ec0000;
2530
2504
  transition: color 0.15s ease-out;
2531
2505
  }
2532
- .condo-btn-secondary.condo-btn-dangerous:active > .condo-btn-icon {
2506
+ .condo-btn-secondary.condo-btn-dangerous:active > span {
2533
2507
  color: #ff3b30;
2534
2508
  transition: color 0.15s ease-out;
2535
2509
  }
2536
- .condo-btn-secondary.condo-btn-dangerous:active > .condo-btn-icon svg {
2510
+ .condo-btn-secondary.condo-btn-dangerous:active > span svg {
2537
2511
  fill: currentcolor;
2538
2512
  }
2539
2513
  .condo-btn-secondary.condo-btn-dangerous:active > .condo-btn-text {
@@ -2550,15 +2524,15 @@ a.condo-btn-sm {
2550
2524
  .condo-btn-secondary.condo-btn-dangerous:active::before {
2551
2525
  background: #ff3b30 border-box;
2552
2526
  }
2553
- .condo-btn-secondary.condo-btn-dangerous.condo-btn-stateless:hover > .condo-btn-icon,
2554
- .condo-btn-secondary.condo-btn-dangerous.condo-btn-stateless:active > .condo-btn-icon,
2555
- .condo-btn-secondary.condo-btn-dangerous.condo-btn-stateless:focus > .condo-btn-icon {
2527
+ .condo-btn-secondary.condo-btn-dangerous.condo-btn-stateless:hover > span,
2528
+ .condo-btn-secondary.condo-btn-dangerous.condo-btn-stateless:active > span,
2529
+ .condo-btn-secondary.condo-btn-dangerous.condo-btn-stateless:focus > span {
2556
2530
  color: #ff3b30;
2557
2531
  transition: color 0.15s ease-out;
2558
2532
  }
2559
- .condo-btn-secondary.condo-btn-dangerous.condo-btn-stateless:hover > .condo-btn-icon svg,
2560
- .condo-btn-secondary.condo-btn-dangerous.condo-btn-stateless:active > .condo-btn-icon svg,
2561
- .condo-btn-secondary.condo-btn-dangerous.condo-btn-stateless:focus > .condo-btn-icon svg {
2533
+ .condo-btn-secondary.condo-btn-dangerous.condo-btn-stateless:hover > span svg,
2534
+ .condo-btn-secondary.condo-btn-dangerous.condo-btn-stateless:active > span svg,
2535
+ .condo-btn-secondary.condo-btn-dangerous.condo-btn-stateless:focus > span svg {
2562
2536
  fill: currentcolor;
2563
2537
  }
2564
2538
  .condo-btn-secondary.condo-btn-dangerous.condo-btn-stateless:hover > .condo-btn-text,
@@ -2611,28 +2585,25 @@ a.condo-btn-sm {
2611
2585
  border: 1px solid #707695;
2612
2586
  opacity: 0.5;
2613
2587
  }
2614
- .condo-btn-secondary:disabled > .condo-btn-icon {
2588
+ .condo-btn-secondary:disabled > span {
2615
2589
  color: #222;
2616
2590
  transition: color 0.15s ease-out;
2617
2591
  }
2618
- .condo-btn-secondary:disabled > .condo-btn-icon svg {
2592
+ .condo-btn-secondary:disabled > span svg {
2619
2593
  fill: currentcolor;
2620
2594
  }
2621
2595
  .condo-btn-secondary:disabled > .condo-btn-text {
2622
2596
  color: #222;
2623
2597
  transition: color 0.15s ease-out;
2624
2598
  }
2625
- .condo-btn-secondary:disabled > .condo-btn-text::before {
2626
- opacity: 0;
2627
- }
2628
2599
  .condo-btn-secondary:disabled::before {
2629
2600
  opacity: 0;
2630
2601
  }
2631
- .condo-btn-secondary.condo-btn-stateless:not(.condo-btn-dangerous) > .condo-btn-icon {
2602
+ .condo-btn-secondary.condo-btn-stateless:not(.condo-btn-dangerous) > span {
2632
2603
  color: #222;
2633
2604
  transition: color 0.15s ease-out;
2634
2605
  }
2635
- .condo-btn-secondary.condo-btn-stateless:not(.condo-btn-dangerous) > .condo-btn-icon svg {
2606
+ .condo-btn-secondary.condo-btn-stateless:not(.condo-btn-dangerous) > span svg {
2636
2607
  fill: currentcolor;
2637
2608
  }
2638
2609
  .condo-btn-secondary.condo-btn-stateless:not(.condo-btn-dangerous):hover {
@@ -2642,10 +2613,6 @@ a.condo-btn-sm {
2642
2613
  .condo-btn-secondary.condo-btn-stateless:active::before {
2643
2614
  opacity: 0;
2644
2615
  }
2645
- .condo-btn-secondary.condo-btn-stateless:hover > .condo-btn-text::before,
2646
- .condo-btn-secondary.condo-btn-stateless:active > .condo-btn-text::before {
2647
- opacity: 0;
2648
- }
2649
2616
  .condo-btn-secondary:disabled:hover,
2650
2617
  .condo-btn-secondary:disabled:active,
2651
2618
  .condo-btn-secondary:disabled:focus,
@@ -2657,23 +2624,23 @@ a.condo-btn-sm {
2657
2624
  border: 1px solid #707695;
2658
2625
  opacity: 0.5;
2659
2626
  }
2660
- .condo-btn-secondary:disabled:hover > .condo-btn-icon,
2661
- .condo-btn-secondary:disabled:active > .condo-btn-icon,
2662
- .condo-btn-secondary:disabled:focus > .condo-btn-icon,
2663
- .condo-btn-secondary.condo-btn-dangerous:disabled > .condo-btn-icon,
2664
- .condo-btn-secondary.condo-btn-dangerous:disabled:hover > .condo-btn-icon,
2665
- .condo-btn-secondary.condo-btn-dangerous:disabled:active > .condo-btn-icon,
2666
- .condo-btn-secondary.condo-btn-dangerous:disabled:focus > .condo-btn-icon {
2627
+ .condo-btn-secondary:disabled:hover > span,
2628
+ .condo-btn-secondary:disabled:active > span,
2629
+ .condo-btn-secondary:disabled:focus > span,
2630
+ .condo-btn-secondary.condo-btn-dangerous:disabled > span,
2631
+ .condo-btn-secondary.condo-btn-dangerous:disabled:hover > span,
2632
+ .condo-btn-secondary.condo-btn-dangerous:disabled:active > span,
2633
+ .condo-btn-secondary.condo-btn-dangerous:disabled:focus > span {
2667
2634
  color: #222;
2668
2635
  transition: color 0.15s ease-out;
2669
2636
  }
2670
- .condo-btn-secondary:disabled:hover > .condo-btn-icon svg,
2671
- .condo-btn-secondary:disabled:active > .condo-btn-icon svg,
2672
- .condo-btn-secondary:disabled:focus > .condo-btn-icon svg,
2673
- .condo-btn-secondary.condo-btn-dangerous:disabled > .condo-btn-icon svg,
2674
- .condo-btn-secondary.condo-btn-dangerous:disabled:hover > .condo-btn-icon svg,
2675
- .condo-btn-secondary.condo-btn-dangerous:disabled:active > .condo-btn-icon svg,
2676
- .condo-btn-secondary.condo-btn-dangerous:disabled:focus > .condo-btn-icon svg {
2637
+ .condo-btn-secondary:disabled:hover > span svg,
2638
+ .condo-btn-secondary:disabled:active > span svg,
2639
+ .condo-btn-secondary:disabled:focus > span svg,
2640
+ .condo-btn-secondary.condo-btn-dangerous:disabled > span svg,
2641
+ .condo-btn-secondary.condo-btn-dangerous:disabled:hover > span svg,
2642
+ .condo-btn-secondary.condo-btn-dangerous:disabled:active > span svg,
2643
+ .condo-btn-secondary.condo-btn-dangerous:disabled:focus > span svg {
2677
2644
  fill: currentcolor;
2678
2645
  }
2679
2646
  .condo-btn-secondary:disabled:hover > .condo-btn-text,
@@ -2686,15 +2653,6 @@ a.condo-btn-sm {
2686
2653
  color: #222;
2687
2654
  transition: color 0.15s ease-out;
2688
2655
  }
2689
- .condo-btn-secondary:disabled:hover > .condo-btn-text::before,
2690
- .condo-btn-secondary:disabled:active > .condo-btn-text::before,
2691
- .condo-btn-secondary:disabled:focus > .condo-btn-text::before,
2692
- .condo-btn-secondary.condo-btn-dangerous:disabled > .condo-btn-text::before,
2693
- .condo-btn-secondary.condo-btn-dangerous:disabled:hover > .condo-btn-text::before,
2694
- .condo-btn-secondary.condo-btn-dangerous:disabled:active > .condo-btn-text::before,
2695
- .condo-btn-secondary.condo-btn-dangerous:disabled:focus > .condo-btn-text::before {
2696
- opacity: 0;
2697
- }
2698
2656
  .condo-btn-secondary:disabled:hover::before,
2699
2657
  .condo-btn-secondary:disabled:active::before,
2700
2658
  .condo-btn-secondary:disabled:focus::before,
@@ -3334,10 +3292,12 @@ span.condo-typography-ellipsis-single-line {
3334
3292
  .condo-card-head {
3335
3293
  min-height: 0;
3336
3294
  padding: 24px;
3295
+ overflow: hidden;
3337
3296
  border: 1px solid #e1e5ed;
3338
3297
  border-radius: 12px 12px 0 0;
3339
3298
  }
3340
3299
  .condo-card-body {
3300
+ overflow: hidden;
3341
3301
  border: 1px solid #e1e5ed;
3342
3302
  border-radius: 12px;
3343
3303
  }
@@ -3710,7 +3670,7 @@ span.condo-typography-ellipsis-single-line {
3710
3670
  }
3711
3671
  .condo-carousel .slick-arrow.slick-prev {
3712
3672
  left: -20px;
3713
- transform: rotate(180deg);
3673
+ transform: scaleX(-1);
3714
3674
  }
3715
3675
  .condo-carousel .slick-arrow.slick-disabled {
3716
3676
  display: none !important;
@@ -3723,6 +3683,393 @@ span.condo-typography-ellipsis-single-line {
3723
3683
  margin: 0 20px;
3724
3684
  }
3725
3685
 
3686
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
3687
+ /* stylelint-disable no-duplicate-selectors */
3688
+ /* stylelint-disable */
3689
+ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
3690
+ @-webkit-keyframes antCheckboxEffect {
3691
+ 0% {
3692
+ transform: scale(1);
3693
+ opacity: 0.5;
3694
+ }
3695
+ 100% {
3696
+ transform: scale(1.6);
3697
+ opacity: 0;
3698
+ }
3699
+ }
3700
+ @keyframes antCheckboxEffect {
3701
+ 0% {
3702
+ transform: scale(1);
3703
+ opacity: 0.5;
3704
+ }
3705
+ 100% {
3706
+ transform: scale(1.6);
3707
+ opacity: 0;
3708
+ }
3709
+ }
3710
+ .condo-checkbox {
3711
+ box-sizing: border-box;
3712
+ margin: 0;
3713
+ padding: 0;
3714
+ color: rgba(0, 0, 0, 0.85);
3715
+ font-size: 14px;
3716
+ font-variant: tabular-nums;
3717
+ line-height: 1.5715;
3718
+ list-style: none;
3719
+ font-feature-settings: 'tnum', "tnum";
3720
+ position: relative;
3721
+ top: 0.2em;
3722
+ line-height: 1;
3723
+ white-space: nowrap;
3724
+ outline: none;
3725
+ cursor: pointer;
3726
+ }
3727
+ .condo-checkbox-wrapper:hover .condo-checkbox-inner,
3728
+ .condo-checkbox:hover .condo-checkbox-inner,
3729
+ .condo-checkbox-input:focus + .condo-checkbox-inner {
3730
+ border-color: #1890ff;
3731
+ }
3732
+ .condo-checkbox-checked::after {
3733
+ position: absolute;
3734
+ top: 0;
3735
+ left: 0;
3736
+ width: 100%;
3737
+ height: 100%;
3738
+ border: 1px solid #1890ff;
3739
+ border-radius: 4px;
3740
+ visibility: hidden;
3741
+ -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
3742
+ animation: antCheckboxEffect 0.36s ease-in-out;
3743
+ -webkit-animation-fill-mode: backwards;
3744
+ animation-fill-mode: backwards;
3745
+ content: '';
3746
+ }
3747
+ .condo-checkbox:hover::after,
3748
+ .condo-checkbox-wrapper:hover .condo-checkbox::after {
3749
+ visibility: visible;
3750
+ }
3751
+ .condo-checkbox-inner {
3752
+ position: relative;
3753
+ top: 0;
3754
+ left: 0;
3755
+ display: block;
3756
+ width: 22px;
3757
+ height: 22px;
3758
+ direction: ltr;
3759
+ background-color: #fff;
3760
+ border: 1px solid #d9d9d9;
3761
+ border-radius: 4px;
3762
+ border-collapse: separate;
3763
+ transition: all 0.3s;
3764
+ }
3765
+ .condo-checkbox-inner::after {
3766
+ position: absolute;
3767
+ top: 50%;
3768
+ left: 21.5%;
3769
+ display: table;
3770
+ width: 7.85714286px;
3771
+ height: 12.57142857px;
3772
+ border: 2px solid #fff;
3773
+ border-top: 0;
3774
+ border-left: 0;
3775
+ transform: rotate(45deg) scale(0) translate(-50%, -50%);
3776
+ opacity: 0;
3777
+ transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
3778
+ content: ' ';
3779
+ }
3780
+ .condo-checkbox-input {
3781
+ position: absolute;
3782
+ top: 0;
3783
+ right: 0;
3784
+ bottom: 0;
3785
+ left: 0;
3786
+ z-index: 1;
3787
+ width: 100%;
3788
+ height: 100%;
3789
+ cursor: pointer;
3790
+ opacity: 0;
3791
+ }
3792
+ .condo-checkbox-checked .condo-checkbox-inner::after {
3793
+ position: absolute;
3794
+ display: table;
3795
+ border: 2px solid #fff;
3796
+ border-top: 0;
3797
+ border-left: 0;
3798
+ transform: rotate(45deg) scale(1) translate(-50%, -50%);
3799
+ opacity: 1;
3800
+ transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
3801
+ content: ' ';
3802
+ }
3803
+ .condo-checkbox-checked .condo-checkbox-inner {
3804
+ background-color: #1890ff;
3805
+ border-color: #1890ff;
3806
+ }
3807
+ .condo-checkbox-disabled {
3808
+ cursor: not-allowed;
3809
+ }
3810
+ .condo-checkbox-disabled.condo-checkbox-checked .condo-checkbox-inner::after {
3811
+ border-color: rgba(0, 0, 0, 0.25);
3812
+ -webkit-animation-name: none;
3813
+ animation-name: none;
3814
+ }
3815
+ .condo-checkbox-disabled .condo-checkbox-input {
3816
+ cursor: not-allowed;
3817
+ pointer-events: none;
3818
+ }
3819
+ .condo-checkbox-disabled .condo-checkbox-inner {
3820
+ border-color: #d9d9d9 !important;
3821
+ }
3822
+ .condo-checkbox-disabled .condo-checkbox-inner {
3823
+ background-color: #f5f5f5;
3824
+ }
3825
+ .condo-checkbox-disabled .condo-checkbox-inner::after {
3826
+ border-color: #f5f5f5;
3827
+ border-collapse: separate;
3828
+ -webkit-animation-name: none;
3829
+ animation-name: none;
3830
+ }
3831
+ .condo-checkbox-disabled + span {
3832
+ color: rgba(0, 0, 0, 0.25);
3833
+ cursor: not-allowed;
3834
+ }
3835
+ .condo-checkbox-disabled:hover::after,
3836
+ .condo-checkbox-wrapper:hover .condo-checkbox-disabled::after {
3837
+ visibility: hidden;
3838
+ }
3839
+ .condo-checkbox-wrapper {
3840
+ box-sizing: border-box;
3841
+ margin: 0;
3842
+ padding: 0;
3843
+ color: rgba(0, 0, 0, 0.85);
3844
+ font-size: 14px;
3845
+ font-variant: tabular-nums;
3846
+ line-height: 1.5715;
3847
+ list-style: none;
3848
+ font-feature-settings: 'tnum', "tnum";
3849
+ display: inline-flex;
3850
+ align-items: baseline;
3851
+ line-height: inherit;
3852
+ cursor: pointer;
3853
+ }
3854
+ .condo-checkbox-wrapper::after {
3855
+ display: inline-block;
3856
+ width: 0;
3857
+ overflow: hidden;
3858
+ content: '\a0';
3859
+ }
3860
+ .condo-checkbox-wrapper.condo-checkbox-wrapper-disabled {
3861
+ cursor: not-allowed;
3862
+ }
3863
+ .condo-checkbox-wrapper + .condo-checkbox-wrapper {
3864
+ margin-left: 8px;
3865
+ }
3866
+ .condo-checkbox-wrapper.condo-checkbox-wrapper-in-form-item input[type='checkbox'] {
3867
+ width: 14px;
3868
+ height: 14px;
3869
+ }
3870
+ .condo-checkbox + span {
3871
+ padding-right: 8px;
3872
+ padding-left: 8px;
3873
+ }
3874
+ .condo-checkbox-group {
3875
+ box-sizing: border-box;
3876
+ margin: 0;
3877
+ padding: 0;
3878
+ color: rgba(0, 0, 0, 0.85);
3879
+ font-size: 14px;
3880
+ font-variant: tabular-nums;
3881
+ line-height: 1.5715;
3882
+ list-style: none;
3883
+ font-feature-settings: 'tnum', "tnum";
3884
+ display: inline-block;
3885
+ }
3886
+ .condo-checkbox-group-item {
3887
+ margin-right: 8px;
3888
+ }
3889
+ .condo-checkbox-group-item:last-child {
3890
+ margin-right: 0;
3891
+ }
3892
+ .condo-checkbox-group-item + .condo-checkbox-group-item {
3893
+ margin-left: 0;
3894
+ }
3895
+ .condo-checkbox-indeterminate .condo-checkbox-inner {
3896
+ background-color: #fff;
3897
+ border-color: #d9d9d9;
3898
+ }
3899
+ .condo-checkbox-indeterminate .condo-checkbox-inner::after {
3900
+ top: 50%;
3901
+ left: 50%;
3902
+ width: 14px;
3903
+ height: 14px;
3904
+ background-color: #1890ff;
3905
+ border: 0;
3906
+ transform: translate(-50%, -50%) scale(1);
3907
+ opacity: 1;
3908
+ content: ' ';
3909
+ }
3910
+ .condo-checkbox-indeterminate.condo-checkbox-disabled .condo-checkbox-inner::after {
3911
+ background-color: rgba(0, 0, 0, 0.25);
3912
+ border-color: rgba(0, 0, 0, 0.25);
3913
+ }
3914
+ .condo-checkbox-rtl {
3915
+ direction: rtl;
3916
+ }
3917
+ .condo-checkbox-group-rtl .condo-checkbox-group-item {
3918
+ margin-right: 0;
3919
+ margin-left: 8px;
3920
+ }
3921
+ .condo-checkbox-group-rtl .condo-checkbox-group-item:last-child {
3922
+ margin-left: 0 !important;
3923
+ }
3924
+ .condo-checkbox-group-rtl .condo-checkbox-group-item + .condo-checkbox-group-item {
3925
+ margin-left: 8px;
3926
+ }
3927
+ .condo-checkbox-wrapper {
3928
+ align-items: center;
3929
+ }
3930
+ .condo-checkbox-wrapper .condo-checkbox {
3931
+ top: 0;
3932
+ }
3933
+ .condo-checkbox-wrapper .condo-checkbox-input {
3934
+ margin: 0;
3935
+ }
3936
+ .condo-checkbox-wrapper .condo-checkbox-inner {
3937
+ border-color: #d0d3e5;
3938
+ }
3939
+ .condo-checkbox-wrapper .condo-checkbox-inner::after {
3940
+ transition: none;
3941
+ }
3942
+ .condo-checkbox-wrapper .condo-checkbox-input:focus + .condo-checkbox-inner {
3943
+ background: linear-gradient(90deg, #4cd174 0%, #6db8f2 100%) border-box;
3944
+ border-color: transparent;
3945
+ }
3946
+ .condo-checkbox-wrapper .condo-checkbox-input:focus + .condo-checkbox-inner::before {
3947
+ position: absolute;
3948
+ box-sizing: border-box;
3949
+ width: 100%;
3950
+ height: 100%;
3951
+ background: #fff border-box;
3952
+ border-radius: 3px;
3953
+ content: "";
3954
+ }
3955
+ .condo-checkbox-wrapper .condo-checkbox-indeterminate > .condo-checkbox-input:focus + .condo-checkbox-inner::before {
3956
+ position: absolute;
3957
+ box-sizing: border-box;
3958
+ width: 100%;
3959
+ height: 100%;
3960
+ background: linear-gradient(90deg, #e2ffeb 0%, #e7f4ff 100%) border-box;
3961
+ border-radius: 3px;
3962
+ content: "";
3963
+ }
3964
+ .condo-checkbox-wrapper .condo-checkbox-indeterminate > .condo-checkbox-inner::after {
3965
+ width: 12px;
3966
+ height: 4px;
3967
+ background: linear-gradient(90deg, #4cd174 0%, #6db8f2 100%) border-box;
3968
+ border-radius: 1px;
3969
+ }
3970
+ .condo-checkbox-wrapper .condo-checkbox-indeterminate > .condo-checkbox-inner::before {
3971
+ position: absolute;
3972
+ box-sizing: border-box;
3973
+ width: 100%;
3974
+ height: 100%;
3975
+ background: linear-gradient(90deg, #e2ffeb 0%, #e7f4ff 100%) border-box;
3976
+ border-radius: 3px;
3977
+ content: "";
3978
+ }
3979
+ .condo-checkbox-wrapper .condo-checkbox-indeterminate.condo-checkbox-disabled > .condo-checkbox-inner::after {
3980
+ background: #d0d3e5;
3981
+ }
3982
+ .condo-checkbox-wrapper .condo-checkbox-indeterminate.condo-checkbox-disabled > .condo-checkbox-inner::before {
3983
+ position: absolute;
3984
+ box-sizing: border-box;
3985
+ width: 100%;
3986
+ height: 100%;
3987
+ background: #fff border-box;
3988
+ border-radius: 3px;
3989
+ content: "";
3990
+ }
3991
+ .condo-checkbox-wrapper .condo-checkbox-checked::after {
3992
+ border: none;
3993
+ }
3994
+ .condo-checkbox-wrapper .condo-checkbox-checked > .condo-checkbox-input:focus + .condo-checkbox-inner {
3995
+ background: linear-gradient(90deg, #4cd174 0%, #6db8f2 100%) border-box;
3996
+ border-color: transparent;
3997
+ }
3998
+ .condo-checkbox-wrapper .condo-checkbox-checked > .condo-checkbox-input:focus + .condo-checkbox-inner::before {
3999
+ position: absolute;
4000
+ box-sizing: border-box;
4001
+ width: 100%;
4002
+ height: 100%;
4003
+ background: linear-gradient(90deg, #e2ffeb 0%, #e7f4ff 100%) border-box;
4004
+ border-radius: 3px;
4005
+ content: "";
4006
+ }
4007
+ .condo-checkbox-wrapper .condo-checkbox-checked > .condo-checkbox-inner {
4008
+ background: #d0d3e5 border-box;
4009
+ border-color: transparent;
4010
+ }
4011
+ .condo-checkbox-wrapper .condo-checkbox-checked > .condo-checkbox-inner::before {
4012
+ position: absolute;
4013
+ box-sizing: border-box;
4014
+ width: 100%;
4015
+ height: 100%;
4016
+ background: linear-gradient(90deg, #e2ffeb 0%, #e7f4ff 100%) border-box;
4017
+ border-radius: 3px;
4018
+ content: "";
4019
+ }
4020
+ .condo-checkbox-wrapper .condo-checkbox-checked > .condo-checkbox-inner::after {
4021
+ top: 10px;
4022
+ left: 5px;
4023
+ width: 4.5px;
4024
+ height: 9.5px;
4025
+ border-width: 3px;
4026
+ border-image-source: linear-gradient(45deg, #4cd174 0%, #6db8f2 100%);
4027
+ border-image-slice: 1;
4028
+ transform: rotate(48deg) scale(1) translate(-50%, -50%);
4029
+ transition: none;
4030
+ }
4031
+ .condo-checkbox-wrapper .condo-checkbox-disabled.condo-checkbox-checked > .condo-checkbox-inner::before {
4032
+ background: #f2f4f6;
4033
+ }
4034
+ .condo-checkbox-wrapper .condo-checkbox-disabled.condo-checkbox-checked > .condo-checkbox-inner::after {
4035
+ border-color: #d0d3e5;
4036
+ border-image-source: none;
4037
+ }
4038
+ .condo-checkbox-wrapper .condo-checkbox-disabled > .condo-checkbox-inner {
4039
+ border-color: #e1e5ed !important;
4040
+ }
4041
+ .condo-checkbox-wrapper .condo-checkbox-disabled > .condo-checkbox-inner {
4042
+ background-color: #f2f4f6;
4043
+ }
4044
+ .condo-checkbox-wrapper .condo-checkbox::after {
4045
+ position: absolute;
4046
+ top: -4px;
4047
+ left: -4px;
4048
+ width: 32px;
4049
+ height: 32px;
4050
+ background-color: transparent;
4051
+ border-radius: 4px;
4052
+ visibility: visible;
4053
+ content: '';
4054
+ }
4055
+ .condo-checkbox-wrapper:hover > .condo-checkbox > .condo-checkbox-inner {
4056
+ border-color: #707695;
4057
+ }
4058
+ .condo-checkbox-wrapper:hover > .condo-checkbox::after {
4059
+ visibility: visible;
4060
+ }
4061
+ .condo-checkbox-wrapper:hover > .condo-checkbox-checked > .condo-checkbox-inner {
4062
+ background: linear-gradient(90deg, #4cd174 0%, #6db8f2 100%) border-box;
4063
+ border-color: transparent;
4064
+ }
4065
+ .condo-checkbox-wrapper:hover > .condo-checkbox-checked > .condo-checkbox-inner::before {
4066
+ border-radius: 3px;
4067
+ }
4068
+ .condo-checkbox-wrapper:hover > .condo-checkbox-disabled > .condo-checkbox-inner {
4069
+ background: #f2f4f6 border-box;
4070
+ border-color: transparent;
4071
+ }
4072
+
3726
4073
  .condo-markdown h1:not(:first-child),
3727
4074
  .condo-markdown h2:not(:first-child),
3728
4075
  .condo-markdown h3:not(:first-child),