@fewangsit/wangsvue-presets 1.0.84-alpha.0 → 1.0.84-alpha.2
Sign up to get free protection for your applications and to get access to all the features.
- package/fixedasset/badge/index.d.ts +11 -18
- package/fixedasset/badge/index.js +19 -19
- package/fixedasset/badgegroup/index.js +1 -1
- package/fixedasset/breadcrumb/index.d.ts +2 -2
- package/fixedasset/breadcrumb/index.js +4 -4
- package/fixedasset/button/index.js +16 -16
- package/fixedasset/buttonbulkaction/index.d.ts +28 -0
- package/fixedasset/buttonbulkaction/index.js +31 -0
- package/fixedasset/buttonsearch/index.js +11 -9
- package/fixedasset/checkbox/index.js +13 -13
- package/fixedasset/colors.config.json +57 -61
- package/fixedasset/index.system.js +2 -2
- package/fixedasset/style.css +270 -162
- package/fixedasset/tabmenu/index.d.ts +60 -12
- package/fixedasset/tabmenu/index.js +18 -13
- package/fixedasset/tree/index.d.ts +43 -20
- package/fixedasset/tree/index.js +19 -7
- package/fixedasset/treeselect/index.js +1 -1
- package/package.json +1 -1
- package/wangsvue/style.css +135 -0
package/fixedasset/style.css
CHANGED
@@ -1,12 +1,14 @@
|
|
1
|
-
@import url('https://fonts.googleapis.com/css2?family=
|
2
|
-
|
3
|
-
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');
|
1
|
+
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
|
4
2
|
|
5
3
|
.ic-add {
|
6
4
|
/* ri-add-line */
|
7
5
|
--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z'/%3E%3C/svg%3E");
|
8
6
|
}
|
9
7
|
|
8
|
+
.ic-minus {
|
9
|
+
--svg: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik01IDExdjJoMTR2LTJ6Ii8+PC9zdmc+');
|
10
|
+
}
|
11
|
+
|
10
12
|
.ic-arrow-up-s {
|
11
13
|
/* ri--arrow-up-s-line */
|
12
14
|
--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m12 10.828l-4.95 4.95l-1.414-1.414L12 8l6.364 6.364l-1.414 1.414z'/%3E%3C/svg%3E");
|
@@ -890,6 +892,10 @@
|
|
890
892
|
mask-size: 100% 100%;
|
891
893
|
}
|
892
894
|
|
895
|
+
.\!pointer-events-none{
|
896
|
+
pointer-events: none !important;
|
897
|
+
}
|
898
|
+
|
893
899
|
.pointer-events-none{
|
894
900
|
pointer-events: none;
|
895
901
|
}
|
@@ -1362,6 +1368,10 @@
|
|
1362
1368
|
height: 1.5rem !important;
|
1363
1369
|
}
|
1364
1370
|
|
1371
|
+
.\!h-\[10px\]{
|
1372
|
+
height: 10px !important;
|
1373
|
+
}
|
1374
|
+
|
1365
1375
|
.\!h-\[11px\]{
|
1366
1376
|
height: 11px !important;
|
1367
1377
|
}
|
@@ -1443,6 +1453,10 @@
|
|
1443
1453
|
height: 2rem;
|
1444
1454
|
}
|
1445
1455
|
|
1456
|
+
.h-\[10px\]{
|
1457
|
+
height: 10px;
|
1458
|
+
}
|
1459
|
+
|
1446
1460
|
.h-\[18px\]{
|
1447
1461
|
height: 18px;
|
1448
1462
|
}
|
@@ -1573,6 +1587,10 @@
|
|
1573
1587
|
width: 1.5rem !important;
|
1574
1588
|
}
|
1575
1589
|
|
1590
|
+
.\!w-\[10px\]{
|
1591
|
+
width: 10px !important;
|
1592
|
+
}
|
1593
|
+
|
1576
1594
|
.\!w-\[11px\]{
|
1577
1595
|
width: 11px !important;
|
1578
1596
|
}
|
@@ -1673,6 +1691,10 @@
|
|
1673
1691
|
width: 1%;
|
1674
1692
|
}
|
1675
1693
|
|
1694
|
+
.w-\[10px\]{
|
1695
|
+
width: 10px;
|
1696
|
+
}
|
1697
|
+
|
1676
1698
|
.w-\[18px\]{
|
1677
1699
|
width: 18px;
|
1678
1700
|
}
|
@@ -2442,6 +2464,10 @@
|
|
2442
2464
|
border-radius: 0.125rem;
|
2443
2465
|
}
|
2444
2466
|
|
2467
|
+
.rounded-xl{
|
2468
|
+
border-radius: 0.75rem;
|
2469
|
+
}
|
2470
|
+
|
2445
2471
|
.rounded-b-lg{
|
2446
2472
|
border-bottom-right-radius: 0.5rem;
|
2447
2473
|
border-bottom-left-radius: 0.5rem;
|
@@ -2657,7 +2683,7 @@
|
|
2657
2683
|
|
2658
2684
|
.\!border-danger-500{
|
2659
2685
|
--tw-border-opacity: 1 !important;
|
2660
|
-
border-color: rgb(
|
2686
|
+
border-color: rgb(255 0 34 / var(--tw-border-opacity)) !important;
|
2661
2687
|
}
|
2662
2688
|
|
2663
2689
|
.\!border-general-100{
|
@@ -2667,12 +2693,12 @@
|
|
2667
2693
|
|
2668
2694
|
.\!border-primary-100{
|
2669
2695
|
--tw-border-opacity: 1 !important;
|
2670
|
-
border-color: rgb(
|
2696
|
+
border-color: rgb(204 224 255 / var(--tw-border-opacity)) !important;
|
2671
2697
|
}
|
2672
2698
|
|
2673
2699
|
.border-danger-500{
|
2674
2700
|
--tw-border-opacity: 1;
|
2675
|
-
border-color: rgb(
|
2701
|
+
border-color: rgb(255 0 34 / var(--tw-border-opacity));
|
2676
2702
|
}
|
2677
2703
|
|
2678
2704
|
.border-general-100{
|
@@ -2695,6 +2721,11 @@
|
|
2695
2721
|
border-color: rgb(243 244 246 / var(--tw-border-opacity));
|
2696
2722
|
}
|
2697
2723
|
|
2724
|
+
.border-grayscale-400{
|
2725
|
+
--tw-border-opacity: 1;
|
2726
|
+
border-color: rgb(203 204 205 / var(--tw-border-opacity));
|
2727
|
+
}
|
2728
|
+
|
2698
2729
|
.border-grayscale-900{
|
2699
2730
|
--tw-border-opacity: 1;
|
2700
2731
|
border-color: rgb(38 38 39 / var(--tw-border-opacity));
|
@@ -2702,27 +2733,27 @@
|
|
2702
2733
|
|
2703
2734
|
.border-primary-100{
|
2704
2735
|
--tw-border-opacity: 1;
|
2705
|
-
border-color: rgb(
|
2736
|
+
border-color: rgb(204 224 255 / var(--tw-border-opacity));
|
2706
2737
|
}
|
2707
2738
|
|
2708
2739
|
.border-primary-200{
|
2709
2740
|
--tw-border-opacity: 1;
|
2710
|
-
border-color: rgb(
|
2741
|
+
border-color: rgb(148 191 255 / var(--tw-border-opacity));
|
2711
2742
|
}
|
2712
2743
|
|
2713
2744
|
.border-primary-400{
|
2714
2745
|
--tw-border-opacity: 1;
|
2715
|
-
border-color: rgb(
|
2746
|
+
border-color: rgb(46 130 255 / var(--tw-border-opacity));
|
2716
2747
|
}
|
2717
2748
|
|
2718
2749
|
.border-primary-500{
|
2719
2750
|
--tw-border-opacity: 1;
|
2720
|
-
border-color: rgb(
|
2751
|
+
border-color: rgb(0 99 247 / var(--tw-border-opacity));
|
2721
2752
|
}
|
2722
2753
|
|
2723
2754
|
.border-success-600{
|
2724
2755
|
--tw-border-opacity: 1;
|
2725
|
-
border-color: rgb(0
|
2756
|
+
border-color: rgb(0 133 69 / var(--tw-border-opacity));
|
2726
2757
|
}
|
2727
2758
|
|
2728
2759
|
.border-transparent{
|
@@ -2756,17 +2787,17 @@
|
|
2756
2787
|
|
2757
2788
|
.\!bg-primary-100{
|
2758
2789
|
--tw-bg-opacity: 1 !important;
|
2759
|
-
background-color: rgb(
|
2790
|
+
background-color: rgb(204 224 255 / var(--tw-bg-opacity)) !important;
|
2760
2791
|
}
|
2761
2792
|
|
2762
2793
|
.\!bg-primary-50{
|
2763
2794
|
--tw-bg-opacity: 1 !important;
|
2764
|
-
background-color: rgb(
|
2795
|
+
background-color: rgb(229 240 255 / var(--tw-bg-opacity)) !important;
|
2765
2796
|
}
|
2766
2797
|
|
2767
2798
|
.\!bg-primary-500{
|
2768
2799
|
--tw-bg-opacity: 1 !important;
|
2769
|
-
background-color: rgb(
|
2800
|
+
background-color: rgb(0 99 247 / var(--tw-bg-opacity)) !important;
|
2770
2801
|
}
|
2771
2802
|
|
2772
2803
|
.\!bg-transparent{
|
@@ -2775,7 +2806,7 @@
|
|
2775
2806
|
|
2776
2807
|
.\!bg-warning-200{
|
2777
2808
|
--tw-bg-opacity: 1 !important;
|
2778
|
-
background-color: rgb(
|
2809
|
+
background-color: rgb(255 233 153 / var(--tw-bg-opacity)) !important;
|
2779
2810
|
}
|
2780
2811
|
|
2781
2812
|
.bg-black{
|
@@ -2792,27 +2823,32 @@
|
|
2792
2823
|
background-color: rgb(59 130 246 / var(--tw-bg-opacity));
|
2793
2824
|
}
|
2794
2825
|
|
2826
|
+
.bg-danger-100{
|
2827
|
+
--tw-bg-opacity: 1;
|
2828
|
+
background-color: rgb(255 204 211 / var(--tw-bg-opacity));
|
2829
|
+
}
|
2830
|
+
|
2795
2831
|
.bg-danger-200{
|
2796
2832
|
--tw-bg-opacity: 1;
|
2797
|
-
background-color: rgb(
|
2833
|
+
background-color: rgb(255 153 167 / var(--tw-bg-opacity));
|
2798
2834
|
}
|
2799
2835
|
|
2800
2836
|
.bg-danger-300\/20{
|
2801
|
-
background-color: rgb(
|
2837
|
+
background-color: rgb(255 102 122 / 0.2);
|
2802
2838
|
}
|
2803
2839
|
|
2804
2840
|
.bg-danger-50{
|
2805
2841
|
--tw-bg-opacity: 1;
|
2806
|
-
background-color: rgb(
|
2842
|
+
background-color: rgb(255 229 233 / var(--tw-bg-opacity));
|
2807
2843
|
}
|
2808
2844
|
|
2809
2845
|
.bg-danger-500{
|
2810
2846
|
--tw-bg-opacity: 1;
|
2811
|
-
background-color: rgb(
|
2847
|
+
background-color: rgb(255 0 34 / var(--tw-bg-opacity));
|
2812
2848
|
}
|
2813
2849
|
|
2814
2850
|
.bg-danger-500\/90{
|
2815
|
-
background-color: rgb(
|
2851
|
+
background-color: rgb(255 0 34 / 0.9);
|
2816
2852
|
}
|
2817
2853
|
|
2818
2854
|
.bg-general-100{
|
@@ -2840,6 +2876,16 @@
|
|
2840
2876
|
background-color: rgb(107 114 128 / var(--tw-bg-opacity));
|
2841
2877
|
}
|
2842
2878
|
|
2879
|
+
.bg-grayscale-200{
|
2880
|
+
--tw-bg-opacity: 1;
|
2881
|
+
background-color: rgb(229 230 230 / var(--tw-bg-opacity));
|
2882
|
+
}
|
2883
|
+
|
2884
|
+
.bg-grayscale-300{
|
2885
|
+
--tw-bg-opacity: 1;
|
2886
|
+
background-color: rgb(216 217 217 / var(--tw-bg-opacity));
|
2887
|
+
}
|
2888
|
+
|
2843
2889
|
.bg-grayscale-50{
|
2844
2890
|
--tw-bg-opacity: 1;
|
2845
2891
|
background-color: rgb(247 247 247 / var(--tw-bg-opacity));
|
@@ -2891,57 +2937,52 @@
|
|
2891
2937
|
|
2892
2938
|
.bg-primary-100{
|
2893
2939
|
--tw-bg-opacity: 1;
|
2894
|
-
background-color: rgb(
|
2895
|
-
}
|
2896
|
-
|
2897
|
-
.bg-primary-1000{
|
2898
|
-
--tw-bg-opacity: 1;
|
2899
|
-
background-color: rgb(105 82 0 / var(--tw-bg-opacity));
|
2900
|
-
}
|
2901
|
-
|
2902
|
-
.bg-primary-1000\/90{
|
2903
|
-
background-color: rgb(105 82 0 / 0.9);
|
2940
|
+
background-color: rgb(204 224 255 / var(--tw-bg-opacity));
|
2904
2941
|
}
|
2905
2942
|
|
2906
2943
|
.bg-primary-200{
|
2907
2944
|
--tw-bg-opacity: 1;
|
2908
|
-
background-color: rgb(
|
2945
|
+
background-color: rgb(148 191 255 / var(--tw-bg-opacity));
|
2909
2946
|
}
|
2910
2947
|
|
2911
2948
|
.bg-primary-300\/20{
|
2912
|
-
background-color: rgb(
|
2949
|
+
background-color: rgb(97 160 255 / 0.2);
|
2913
2950
|
}
|
2914
2951
|
|
2915
2952
|
.bg-primary-400{
|
2916
2953
|
--tw-bg-opacity: 1;
|
2917
|
-
background-color: rgb(
|
2954
|
+
background-color: rgb(46 130 255 / var(--tw-bg-opacity));
|
2918
2955
|
}
|
2919
2956
|
|
2920
2957
|
.bg-primary-400\/20{
|
2921
|
-
background-color: rgb(
|
2958
|
+
background-color: rgb(46 130 255 / 0.2);
|
2922
2959
|
}
|
2923
2960
|
|
2924
2961
|
.bg-primary-400\/90{
|
2925
|
-
background-color: rgb(
|
2962
|
+
background-color: rgb(46 130 255 / 0.9);
|
2926
2963
|
}
|
2927
2964
|
|
2928
2965
|
.bg-primary-50{
|
2929
2966
|
--tw-bg-opacity: 1;
|
2930
|
-
background-color: rgb(
|
2967
|
+
background-color: rgb(229 240 255 / var(--tw-bg-opacity));
|
2931
2968
|
}
|
2932
2969
|
|
2933
2970
|
.bg-primary-50\/80{
|
2934
|
-
background-color: rgb(
|
2971
|
+
background-color: rgb(229 240 255 / 0.8);
|
2935
2972
|
}
|
2936
2973
|
|
2937
2974
|
.bg-primary-500{
|
2938
2975
|
--tw-bg-opacity: 1;
|
2939
|
-
background-color: rgb(
|
2976
|
+
background-color: rgb(0 99 247 / var(--tw-bg-opacity));
|
2977
|
+
}
|
2978
|
+
|
2979
|
+
.bg-primary-500\/20{
|
2980
|
+
background-color: rgb(0 99 247 / 0.2);
|
2940
2981
|
}
|
2941
2982
|
|
2942
2983
|
.bg-primary-600{
|
2943
2984
|
--tw-bg-opacity: 1;
|
2944
|
-
background-color: rgb(
|
2985
|
+
background-color: rgb(0 80 199 / var(--tw-bg-opacity));
|
2945
2986
|
}
|
2946
2987
|
|
2947
2988
|
.bg-purple-300\/20{
|
@@ -2968,26 +3009,21 @@
|
|
2968
3009
|
|
2969
3010
|
.bg-success-100{
|
2970
3011
|
--tw-bg-opacity: 1;
|
2971
|
-
background-color: rgb(
|
2972
|
-
}
|
2973
|
-
|
2974
|
-
.bg-success-1000{
|
2975
|
-
--tw-bg-opacity: 1;
|
2976
|
-
background-color: rgb(0 164 85 / var(--tw-bg-opacity));
|
3012
|
+
background-color: rgb(184 255 220 / var(--tw-bg-opacity));
|
2977
3013
|
}
|
2978
3014
|
|
2979
3015
|
.bg-success-300\/20{
|
2980
|
-
background-color: rgb(
|
3016
|
+
background-color: rgb(46 255 154 / 0.2);
|
2981
3017
|
}
|
2982
3018
|
|
2983
3019
|
.bg-success-50{
|
2984
3020
|
--tw-bg-opacity: 1;
|
2985
|
-
background-color: rgb(
|
3021
|
+
background-color: rgb(219 255 238 / var(--tw-bg-opacity));
|
2986
3022
|
}
|
2987
3023
|
|
2988
3024
|
.bg-success-500{
|
2989
3025
|
--tw-bg-opacity: 1;
|
2990
|
-
background-color: rgb(0
|
3026
|
+
background-color: rgb(0 164 85 / var(--tw-bg-opacity));
|
2991
3027
|
}
|
2992
3028
|
|
2993
3029
|
.bg-transparent{
|
@@ -2996,16 +3032,16 @@
|
|
2996
3032
|
|
2997
3033
|
.bg-warning-100{
|
2998
3034
|
--tw-bg-opacity: 1;
|
2999
|
-
background-color: rgb(
|
3035
|
+
background-color: rgb(255 244 204 / var(--tw-bg-opacity));
|
3000
3036
|
}
|
3001
3037
|
|
3002
3038
|
.bg-warning-300\/20{
|
3003
|
-
background-color: rgb(
|
3039
|
+
background-color: rgb(255 222 102 / 0.2);
|
3004
3040
|
}
|
3005
3041
|
|
3006
3042
|
.bg-warning-500{
|
3007
3043
|
--tw-bg-opacity: 1;
|
3008
|
-
background-color: rgb(
|
3044
|
+
background-color: rgb(255 199 0 / var(--tw-bg-opacity));
|
3009
3045
|
}
|
3010
3046
|
|
3011
3047
|
.bg-white{
|
@@ -3026,7 +3062,7 @@
|
|
3026
3062
|
}
|
3027
3063
|
|
3028
3064
|
.stroke-primary-500{
|
3029
|
-
stroke: #
|
3065
|
+
stroke: #0063f7;
|
3030
3066
|
}
|
3031
3067
|
|
3032
3068
|
.object-cover{
|
@@ -3094,10 +3130,19 @@
|
|
3094
3130
|
padding: 2px;
|
3095
3131
|
}
|
3096
3132
|
|
3133
|
+
.p-\[5px\]{
|
3134
|
+
padding: 5px;
|
3135
|
+
}
|
3136
|
+
|
3097
3137
|
.p-\[7px\]{
|
3098
3138
|
padding: 7px;
|
3099
3139
|
}
|
3100
3140
|
|
3141
|
+
.\!px-0{
|
3142
|
+
padding-left: 0px !important;
|
3143
|
+
padding-right: 0px !important;
|
3144
|
+
}
|
3145
|
+
|
3101
3146
|
.\!px-1\.5{
|
3102
3147
|
padding-left: 0.375rem !important;
|
3103
3148
|
padding-right: 0.375rem !important;
|
@@ -3113,6 +3158,11 @@
|
|
3113
3158
|
padding-right: 1.5rem !important;
|
3114
3159
|
}
|
3115
3160
|
|
3161
|
+
.\!py-0{
|
3162
|
+
padding-top: 0px !important;
|
3163
|
+
padding-bottom: 0px !important;
|
3164
|
+
}
|
3165
|
+
|
3116
3166
|
.\!py-1{
|
3117
3167
|
padding-top: 0.25rem !important;
|
3118
3168
|
padding-bottom: 0.25rem !important;
|
@@ -3450,6 +3500,10 @@
|
|
3450
3500
|
font-size: 14px;
|
3451
3501
|
}
|
3452
3502
|
|
3503
|
+
.text-\[9px\]{
|
3504
|
+
font-size: 9px;
|
3505
|
+
}
|
3506
|
+
|
3453
3507
|
.text-base{
|
3454
3508
|
font-size: 1rem;
|
3455
3509
|
line-height: 1.5rem;
|
@@ -3515,6 +3569,10 @@
|
|
3515
3569
|
line-height: 1.25rem !important;
|
3516
3570
|
}
|
3517
3571
|
|
3572
|
+
.leading-3{
|
3573
|
+
line-height: .75rem;
|
3574
|
+
}
|
3575
|
+
|
3518
3576
|
.leading-4{
|
3519
3577
|
line-height: 1rem;
|
3520
3578
|
}
|
@@ -3601,12 +3659,12 @@
|
|
3601
3659
|
|
3602
3660
|
.\!text-danger-500{
|
3603
3661
|
--tw-text-opacity: 1 !important;
|
3604
|
-
color: rgb(
|
3662
|
+
color: rgb(255 0 34 / var(--tw-text-opacity)) !important;
|
3605
3663
|
}
|
3606
3664
|
|
3607
3665
|
.\!text-danger-700{
|
3608
3666
|
--tw-text-opacity: 1 !important;
|
3609
|
-
color: rgb(
|
3667
|
+
color: rgb(153 0 20 / var(--tw-text-opacity)) !important;
|
3610
3668
|
}
|
3611
3669
|
|
3612
3670
|
.\!text-general-200{
|
@@ -3641,22 +3699,22 @@
|
|
3641
3699
|
|
3642
3700
|
.\!text-primary-500{
|
3643
3701
|
--tw-text-opacity: 1 !important;
|
3644
|
-
color: rgb(
|
3702
|
+
color: rgb(0 99 247 / var(--tw-text-opacity)) !important;
|
3645
3703
|
}
|
3646
3704
|
|
3647
3705
|
.\!text-primary-800{
|
3648
3706
|
--tw-text-opacity: 1 !important;
|
3649
|
-
color: rgb(
|
3707
|
+
color: rgb(0 39 97 / var(--tw-text-opacity)) !important;
|
3650
3708
|
}
|
3651
3709
|
|
3652
3710
|
.\!text-success-800{
|
3653
3711
|
--tw-text-opacity: 1 !important;
|
3654
|
-
color: rgb(0
|
3712
|
+
color: rgb(0 66 34 / var(--tw-text-opacity)) !important;
|
3655
3713
|
}
|
3656
3714
|
|
3657
3715
|
.\!text-warning-600{
|
3658
3716
|
--tw-text-opacity: 1 !important;
|
3659
|
-
color: rgb(
|
3717
|
+
color: rgb(204 160 0 / var(--tw-text-opacity)) !important;
|
3660
3718
|
}
|
3661
3719
|
|
3662
3720
|
.\!text-white{
|
@@ -3671,12 +3729,17 @@
|
|
3671
3729
|
|
3672
3730
|
.text-danger-500{
|
3673
3731
|
--tw-text-opacity: 1;
|
3674
|
-
color: rgb(
|
3732
|
+
color: rgb(255 0 34 / var(--tw-text-opacity));
|
3733
|
+
}
|
3734
|
+
|
3735
|
+
.text-danger-600{
|
3736
|
+
--tw-text-opacity: 1;
|
3737
|
+
color: rgb(204 0 27 / var(--tw-text-opacity));
|
3675
3738
|
}
|
3676
3739
|
|
3677
3740
|
.text-danger-700{
|
3678
3741
|
--tw-text-opacity: 1;
|
3679
|
-
color: rgb(
|
3742
|
+
color: rgb(153 0 20 / var(--tw-text-opacity));
|
3680
3743
|
}
|
3681
3744
|
|
3682
3745
|
.text-general-100{
|
@@ -3714,6 +3777,11 @@
|
|
3714
3777
|
color: rgb(16 15 21 / var(--tw-text-opacity));
|
3715
3778
|
}
|
3716
3779
|
|
3780
|
+
.text-grayscale-600{
|
3781
|
+
--tw-text-opacity: 1;
|
3782
|
+
color: rgb(151 153 155 / var(--tw-text-opacity));
|
3783
|
+
}
|
3784
|
+
|
3717
3785
|
.text-grayscale-800{
|
3718
3786
|
--tw-text-opacity: 1;
|
3719
3787
|
color: rgb(75 77 78 / var(--tw-text-opacity));
|
@@ -3740,27 +3808,27 @@
|
|
3740
3808
|
|
3741
3809
|
.text-primary-100{
|
3742
3810
|
--tw-text-opacity: 1;
|
3743
|
-
color: rgb(
|
3811
|
+
color: rgb(204 224 255 / var(--tw-text-opacity));
|
3744
3812
|
}
|
3745
3813
|
|
3746
3814
|
.text-primary-400{
|
3747
3815
|
--tw-text-opacity: 1;
|
3748
|
-
color: rgb(
|
3816
|
+
color: rgb(46 130 255 / var(--tw-text-opacity));
|
3749
3817
|
}
|
3750
3818
|
|
3751
3819
|
.text-primary-500{
|
3752
3820
|
--tw-text-opacity: 1;
|
3753
|
-
color: rgb(
|
3821
|
+
color: rgb(0 99 247 / var(--tw-text-opacity));
|
3754
3822
|
}
|
3755
3823
|
|
3756
3824
|
.text-primary-600{
|
3757
3825
|
--tw-text-opacity: 1;
|
3758
|
-
color: rgb(
|
3826
|
+
color: rgb(0 80 199 / var(--tw-text-opacity));
|
3759
3827
|
}
|
3760
3828
|
|
3761
3829
|
.text-primary-800{
|
3762
3830
|
--tw-text-opacity: 1;
|
3763
|
-
color: rgb(
|
3831
|
+
color: rgb(0 39 97 / var(--tw-text-opacity));
|
3764
3832
|
}
|
3765
3833
|
|
3766
3834
|
.text-purple-500{
|
@@ -3775,17 +3843,17 @@
|
|
3775
3843
|
|
3776
3844
|
.text-success-500{
|
3777
3845
|
--tw-text-opacity: 1;
|
3778
|
-
color: rgb(0
|
3846
|
+
color: rgb(0 164 85 / var(--tw-text-opacity));
|
3779
3847
|
}
|
3780
3848
|
|
3781
3849
|
.text-success-700{
|
3782
3850
|
--tw-text-opacity: 1;
|
3783
|
-
color: rgb(0
|
3851
|
+
color: rgb(0 97 50 / var(--tw-text-opacity));
|
3784
3852
|
}
|
3785
3853
|
|
3786
3854
|
.text-success-800{
|
3787
3855
|
--tw-text-opacity: 1;
|
3788
|
-
color: rgb(0
|
3856
|
+
color: rgb(0 66 34 / var(--tw-text-opacity));
|
3789
3857
|
}
|
3790
3858
|
|
3791
3859
|
.text-transparent{
|
@@ -3794,12 +3862,12 @@
|
|
3794
3862
|
|
3795
3863
|
.text-warning-500{
|
3796
3864
|
--tw-text-opacity: 1;
|
3797
|
-
color: rgb(
|
3865
|
+
color: rgb(255 199 0 / var(--tw-text-opacity));
|
3798
3866
|
}
|
3799
3867
|
|
3800
3868
|
.text-warning-600{
|
3801
3869
|
--tw-text-opacity: 1;
|
3802
|
-
color: rgb(
|
3870
|
+
color: rgb(204 160 0 / var(--tw-text-opacity));
|
3803
3871
|
}
|
3804
3872
|
|
3805
3873
|
.text-white{
|
@@ -3819,6 +3887,14 @@
|
|
3819
3887
|
text-decoration-line: none;
|
3820
3888
|
}
|
3821
3889
|
|
3890
|
+
.caret-primary-700{
|
3891
|
+
caret-color: #003b94;
|
3892
|
+
}
|
3893
|
+
|
3894
|
+
.\!opacity-60{
|
3895
|
+
opacity: 0.6 !important;
|
3896
|
+
}
|
3897
|
+
|
3822
3898
|
.opacity-0{
|
3823
3899
|
opacity: 0;
|
3824
3900
|
}
|
@@ -3974,7 +4050,7 @@
|
|
3974
4050
|
|
3975
4051
|
.\!ring-danger-500{
|
3976
4052
|
--tw-ring-opacity: 1 !important;
|
3977
|
-
--tw-ring-color: rgb(
|
4053
|
+
--tw-ring-color: rgb(255 0 34 / var(--tw-ring-opacity)) !important;
|
3978
4054
|
}
|
3979
4055
|
|
3980
4056
|
.\!ring-general-200{
|
@@ -3989,7 +4065,7 @@
|
|
3989
4065
|
|
3990
4066
|
.\!ring-primary-400{
|
3991
4067
|
--tw-ring-opacity: 1 !important;
|
3992
|
-
--tw-ring-color: rgb(
|
4068
|
+
--tw-ring-color: rgb(46 130 255 / var(--tw-ring-opacity)) !important;
|
3993
4069
|
}
|
3994
4070
|
|
3995
4071
|
.ring-blue-400\/50{
|
@@ -4008,7 +4084,7 @@
|
|
4008
4084
|
|
4009
4085
|
.ring-danger-500{
|
4010
4086
|
--tw-ring-opacity: 1;
|
4011
|
-
--tw-ring-color: rgb(
|
4087
|
+
--tw-ring-color: rgb(255 0 34 / var(--tw-ring-opacity));
|
4012
4088
|
}
|
4013
4089
|
|
4014
4090
|
.ring-general-200{
|
@@ -4021,6 +4097,11 @@
|
|
4021
4097
|
--tw-ring-color: rgb(108 104 141 / var(--tw-ring-opacity));
|
4022
4098
|
}
|
4023
4099
|
|
4100
|
+
.ring-general-500{
|
4101
|
+
--tw-ring-opacity: 1;
|
4102
|
+
--tw-ring-color: rgb(78 75 102 / var(--tw-ring-opacity));
|
4103
|
+
}
|
4104
|
+
|
4024
4105
|
.ring-gray-500{
|
4025
4106
|
--tw-ring-opacity: 1;
|
4026
4107
|
--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity));
|
@@ -4058,26 +4139,26 @@
|
|
4058
4139
|
|
4059
4140
|
.ring-primary-100{
|
4060
4141
|
--tw-ring-opacity: 1;
|
4061
|
-
--tw-ring-color: rgb(
|
4142
|
+
--tw-ring-color: rgb(204 224 255 / var(--tw-ring-opacity));
|
4062
4143
|
}
|
4063
4144
|
|
4064
4145
|
.ring-primary-400{
|
4065
4146
|
--tw-ring-opacity: 1;
|
4066
|
-
--tw-ring-color: rgb(
|
4147
|
+
--tw-ring-color: rgb(46 130 255 / var(--tw-ring-opacity));
|
4067
4148
|
}
|
4068
4149
|
|
4069
4150
|
.ring-primary-400\/\[12\%\]{
|
4070
|
-
--tw-ring-color: rgb(
|
4151
|
+
--tw-ring-color: rgb(46 130 255 / 12%);
|
4071
4152
|
}
|
4072
4153
|
|
4073
4154
|
.ring-primary-500{
|
4074
4155
|
--tw-ring-opacity: 1;
|
4075
|
-
--tw-ring-color: rgb(
|
4156
|
+
--tw-ring-color: rgb(0 99 247 / var(--tw-ring-opacity));
|
4076
4157
|
}
|
4077
4158
|
|
4078
4159
|
.ring-primary-600{
|
4079
4160
|
--tw-ring-opacity: 1;
|
4080
|
-
--tw-ring-color: rgb(
|
4161
|
+
--tw-ring-color: rgb(0 80 199 / var(--tw-ring-opacity));
|
4081
4162
|
}
|
4082
4163
|
|
4083
4164
|
.ring-purple-400\/50{
|
@@ -4106,7 +4187,7 @@
|
|
4106
4187
|
|
4107
4188
|
.ring-success-500{
|
4108
4189
|
--tw-ring-opacity: 1;
|
4109
|
-
--tw-ring-color: rgb(0
|
4190
|
+
--tw-ring-color: rgb(0 164 85 / var(--tw-ring-opacity));
|
4110
4191
|
}
|
4111
4192
|
|
4112
4193
|
.ring-transparent{
|
@@ -4115,7 +4196,7 @@
|
|
4115
4196
|
|
4116
4197
|
.ring-warning-500{
|
4117
4198
|
--tw-ring-opacity: 1;
|
4118
|
-
--tw-ring-color: rgb(
|
4199
|
+
--tw-ring-color: rgb(255 199 0 / var(--tw-ring-opacity));
|
4119
4200
|
}
|
4120
4201
|
|
4121
4202
|
.ring-white{
|
@@ -4282,18 +4363,11 @@
|
|
4282
4363
|
}
|
4283
4364
|
|
4284
4365
|
* {
|
4285
|
-
font-family: '
|
4366
|
+
font-family: 'Manrope', sans-serif;
|
4286
4367
|
}
|
4287
4368
|
|
4288
|
-
.font-
|
4289
|
-
font-family: '
|
4290
|
-
}
|
4291
|
-
|
4292
|
-
.font-source-code-pro {
|
4293
|
-
font-family: 'Source Code Pro', monospace;
|
4294
|
-
font-optical-sizing: auto;
|
4295
|
-
font-weight: 400;
|
4296
|
-
font-style: normal;
|
4369
|
+
.font-manrope {
|
4370
|
+
font-family: 'Manrope', sans-serif !important;
|
4297
4371
|
}
|
4298
4372
|
|
4299
4373
|
h1,
|
@@ -4389,12 +4463,12 @@ h6,
|
|
4389
4463
|
|
4390
4464
|
.placeholder\:text-primary-100::-moz-placeholder{
|
4391
4465
|
--tw-text-opacity: 1;
|
4392
|
-
color: rgb(
|
4466
|
+
color: rgb(204 224 255 / var(--tw-text-opacity));
|
4393
4467
|
}
|
4394
4468
|
|
4395
4469
|
.placeholder\:text-primary-100::placeholder{
|
4396
4470
|
--tw-text-opacity: 1;
|
4397
|
-
color: rgb(
|
4471
|
+
color: rgb(204 224 255 / var(--tw-text-opacity));
|
4398
4472
|
}
|
4399
4473
|
|
4400
4474
|
.placeholder\:text-transparent::-moz-placeholder{
|
@@ -4609,13 +4683,13 @@ h6,
|
|
4609
4683
|
.before\:bg-primary-200::before{
|
4610
4684
|
content: var(--tw-content);
|
4611
4685
|
--tw-bg-opacity: 1;
|
4612
|
-
background-color: rgb(
|
4686
|
+
background-color: rgb(148 191 255 / var(--tw-bg-opacity));
|
4613
4687
|
}
|
4614
4688
|
|
4615
4689
|
.before\:bg-primary-400::before{
|
4616
4690
|
content: var(--tw-content);
|
4617
4691
|
--tw-bg-opacity: 1;
|
4618
|
-
background-color: rgb(
|
4692
|
+
background-color: rgb(46 130 255 / var(--tw-bg-opacity));
|
4619
4693
|
}
|
4620
4694
|
|
4621
4695
|
.before\:bg-white::before{
|
@@ -4710,7 +4784,7 @@ h6,
|
|
4710
4784
|
.after\:border-primary-500::after{
|
4711
4785
|
content: var(--tw-content);
|
4712
4786
|
--tw-border-opacity: 1;
|
4713
|
-
border-color: rgb(
|
4787
|
+
border-color: rgb(0 99 247 / var(--tw-border-opacity));
|
4714
4788
|
}
|
4715
4789
|
|
4716
4790
|
.after\:bg-inherit::after{
|
@@ -4822,7 +4896,12 @@ h6,
|
|
4822
4896
|
|
4823
4897
|
.focus-within\:ring-primary-400:focus-within{
|
4824
4898
|
--tw-ring-opacity: 1;
|
4825
|
-
--tw-ring-color: rgb(
|
4899
|
+
--tw-ring-color: rgb(46 130 255 / var(--tw-ring-opacity));
|
4900
|
+
}
|
4901
|
+
|
4902
|
+
.focus-within\:ring-primary-500:focus-within{
|
4903
|
+
--tw-ring-opacity: 1;
|
4904
|
+
--tw-ring-color: rgb(0 99 247 / var(--tw-ring-opacity));
|
4826
4905
|
}
|
4827
4906
|
|
4828
4907
|
.hover\:mx-6:hover{
|
@@ -4847,16 +4926,16 @@ h6,
|
|
4847
4926
|
|
4848
4927
|
.hover\:border-primary-500:hover{
|
4849
4928
|
--tw-border-opacity: 1;
|
4850
|
-
border-color: rgb(
|
4929
|
+
border-color: rgb(0 99 247 / var(--tw-border-opacity));
|
4851
4930
|
}
|
4852
4931
|
|
4853
4932
|
.hover\:border-primary-600:hover{
|
4854
4933
|
--tw-border-opacity: 1;
|
4855
|
-
border-color: rgb(
|
4934
|
+
border-color: rgb(0 80 199 / var(--tw-border-opacity));
|
4856
4935
|
}
|
4857
4936
|
|
4858
4937
|
.hover\:\!bg-danger-500\/90:hover{
|
4859
|
-
background-color: rgb(
|
4938
|
+
background-color: rgb(255 0 34 / 0.9) !important;
|
4860
4939
|
}
|
4861
4940
|
|
4862
4941
|
.hover\:\!bg-grayscale-900\/90:hover{
|
@@ -4864,25 +4943,29 @@ h6,
|
|
4864
4943
|
}
|
4865
4944
|
|
4866
4945
|
.hover\:\!bg-primary-400\/90:hover{
|
4867
|
-
background-color: rgb(
|
4946
|
+
background-color: rgb(46 130 255 / 0.9) !important;
|
4868
4947
|
}
|
4869
4948
|
|
4870
4949
|
.hover\:\!bg-primary-50:hover{
|
4871
4950
|
--tw-bg-opacity: 1 !important;
|
4872
|
-
background-color: rgb(
|
4951
|
+
background-color: rgb(229 240 255 / var(--tw-bg-opacity)) !important;
|
4952
|
+
}
|
4953
|
+
|
4954
|
+
.hover\:\!bg-primary-500\/90:hover{
|
4955
|
+
background-color: rgb(0 99 247 / 0.9) !important;
|
4873
4956
|
}
|
4874
4957
|
|
4875
4958
|
.hover\:\!bg-success-500\/90:hover{
|
4876
|
-
background-color: rgb(0
|
4959
|
+
background-color: rgb(0 164 85 / 0.9) !important;
|
4877
4960
|
}
|
4878
4961
|
|
4879
4962
|
.hover\:\!bg-warning-300:hover{
|
4880
4963
|
--tw-bg-opacity: 1 !important;
|
4881
|
-
background-color: rgb(
|
4964
|
+
background-color: rgb(255 222 102 / var(--tw-bg-opacity)) !important;
|
4882
4965
|
}
|
4883
4966
|
|
4884
4967
|
.hover\:\!bg-warning-500\/90:hover{
|
4885
|
-
background-color: rgb(
|
4968
|
+
background-color: rgb(255 199 0 / 0.9) !important;
|
4886
4969
|
}
|
4887
4970
|
|
4888
4971
|
.hover\:bg-blue-300\/20:hover{
|
@@ -4895,15 +4978,15 @@ h6,
|
|
4895
4978
|
}
|
4896
4979
|
|
4897
4980
|
.hover\:bg-danger-300\/20:hover{
|
4898
|
-
background-color: rgb(
|
4981
|
+
background-color: rgb(255 102 122 / 0.2);
|
4899
4982
|
}
|
4900
4983
|
|
4901
4984
|
.hover\:bg-danger-500\/90:hover{
|
4902
|
-
background-color: rgb(
|
4985
|
+
background-color: rgb(255 0 34 / 0.9);
|
4903
4986
|
}
|
4904
4987
|
|
4905
4988
|
.hover\:bg-danger-500\/\[8\%\]:hover{
|
4906
|
-
background-color: rgb(
|
4989
|
+
background-color: rgb(255 0 34 / 8%);
|
4907
4990
|
}
|
4908
4991
|
|
4909
4992
|
.hover\:bg-general-50:hover{
|
@@ -4916,6 +4999,11 @@ h6,
|
|
4916
4999
|
background-color: rgb(75 85 99 / var(--tw-bg-opacity));
|
4917
5000
|
}
|
4918
5001
|
|
5002
|
+
.hover\:bg-grayscale-300:hover{
|
5003
|
+
--tw-bg-opacity: 1;
|
5004
|
+
background-color: rgb(216 217 217 / var(--tw-bg-opacity));
|
5005
|
+
}
|
5006
|
+
|
4919
5007
|
.hover\:bg-grayscale-50:hover{
|
4920
5008
|
--tw-bg-opacity: 1;
|
4921
5009
|
background-color: rgb(247 247 247 / var(--tw-bg-opacity));
|
@@ -4950,51 +5038,55 @@ h6,
|
|
4950
5038
|
|
4951
5039
|
.hover\:bg-primary-100:hover{
|
4952
5040
|
--tw-bg-opacity: 1;
|
4953
|
-
background-color: rgb(
|
4954
|
-
}
|
4955
|
-
|
4956
|
-
.hover\:bg-primary-1000\/90:hover{
|
4957
|
-
background-color: rgb(105 82 0 / 0.9);
|
5041
|
+
background-color: rgb(204 224 255 / var(--tw-bg-opacity));
|
4958
5042
|
}
|
4959
5043
|
|
4960
5044
|
.hover\:bg-primary-200:hover{
|
4961
5045
|
--tw-bg-opacity: 1;
|
4962
|
-
background-color: rgb(
|
5046
|
+
background-color: rgb(148 191 255 / var(--tw-bg-opacity));
|
4963
5047
|
}
|
4964
5048
|
|
4965
5049
|
.hover\:bg-primary-300\/20:hover{
|
4966
|
-
background-color: rgb(
|
5050
|
+
background-color: rgb(97 160 255 / 0.2);
|
4967
5051
|
}
|
4968
5052
|
|
4969
5053
|
.hover\:bg-primary-400\/20:hover{
|
4970
|
-
background-color: rgb(
|
5054
|
+
background-color: rgb(46 130 255 / 0.2);
|
4971
5055
|
}
|
4972
5056
|
|
4973
5057
|
.hover\:bg-primary-400\/90:hover{
|
4974
|
-
background-color: rgb(
|
5058
|
+
background-color: rgb(46 130 255 / 0.9);
|
4975
5059
|
}
|
4976
5060
|
|
4977
5061
|
.hover\:bg-primary-400\/\[8\%\]:hover{
|
4978
|
-
background-color: rgb(
|
5062
|
+
background-color: rgb(46 130 255 / 8%);
|
4979
5063
|
}
|
4980
5064
|
|
4981
5065
|
.hover\:bg-primary-50:hover{
|
4982
5066
|
--tw-bg-opacity: 1;
|
4983
|
-
background-color: rgb(
|
5067
|
+
background-color: rgb(229 240 255 / var(--tw-bg-opacity));
|
4984
5068
|
}
|
4985
5069
|
|
4986
5070
|
.hover\:bg-primary-50\/80:hover{
|
4987
|
-
background-color: rgb(
|
5071
|
+
background-color: rgb(229 240 255 / 0.8);
|
4988
5072
|
}
|
4989
5073
|
|
4990
5074
|
.hover\:bg-primary-500:hover{
|
4991
5075
|
--tw-bg-opacity: 1;
|
4992
|
-
background-color: rgb(
|
5076
|
+
background-color: rgb(0 99 247 / var(--tw-bg-opacity));
|
5077
|
+
}
|
5078
|
+
|
5079
|
+
.hover\:bg-primary-500\/20:hover{
|
5080
|
+
background-color: rgb(0 99 247 / 0.2);
|
5081
|
+
}
|
5082
|
+
|
5083
|
+
.hover\:bg-primary-500\/\[8\%\]:hover{
|
5084
|
+
background-color: rgb(0 99 247 / 8%);
|
4993
5085
|
}
|
4994
5086
|
|
4995
5087
|
.hover\:bg-primary-600:hover{
|
4996
5088
|
--tw-bg-opacity: 1;
|
4997
|
-
background-color: rgb(
|
5089
|
+
background-color: rgb(0 80 199 / var(--tw-bg-opacity));
|
4998
5090
|
}
|
4999
5091
|
|
5000
5092
|
.hover\:bg-purple-300\/20:hover{
|
@@ -5016,19 +5108,19 @@ h6,
|
|
5016
5108
|
}
|
5017
5109
|
|
5018
5110
|
.hover\:bg-success-300\/20:hover{
|
5019
|
-
background-color: rgb(
|
5111
|
+
background-color: rgb(46 255 154 / 0.2);
|
5020
5112
|
}
|
5021
5113
|
|
5022
5114
|
.hover\:bg-success-500\/\[8\%\]:hover{
|
5023
|
-
background-color: rgb(0
|
5115
|
+
background-color: rgb(0 164 85 / 8%);
|
5024
5116
|
}
|
5025
5117
|
|
5026
5118
|
.hover\:bg-warning-300\/20:hover{
|
5027
|
-
background-color: rgb(
|
5119
|
+
background-color: rgb(255 222 102 / 0.2);
|
5028
5120
|
}
|
5029
5121
|
|
5030
5122
|
.hover\:bg-warning-500\/\[8\%\]:hover{
|
5031
|
-
background-color: rgb(
|
5123
|
+
background-color: rgb(255 199 0 / 8%);
|
5032
5124
|
}
|
5033
5125
|
|
5034
5126
|
.hover\:bg-white\/10:hover{
|
@@ -5052,17 +5144,17 @@ h6,
|
|
5052
5144
|
|
5053
5145
|
.hover\:text-primary-400:hover{
|
5054
5146
|
--tw-text-opacity: 1;
|
5055
|
-
color: rgb(
|
5147
|
+
color: rgb(46 130 255 / var(--tw-text-opacity));
|
5056
5148
|
}
|
5057
5149
|
|
5058
5150
|
.hover\:text-primary-500:hover{
|
5059
5151
|
--tw-text-opacity: 1;
|
5060
|
-
color: rgb(
|
5152
|
+
color: rgb(0 99 247 / var(--tw-text-opacity));
|
5061
5153
|
}
|
5062
5154
|
|
5063
5155
|
.hover\:text-primary-600:hover{
|
5064
5156
|
--tw-text-opacity: 1;
|
5065
|
-
color: rgb(
|
5157
|
+
color: rgb(0 80 199 / var(--tw-text-opacity));
|
5066
5158
|
}
|
5067
5159
|
|
5068
5160
|
.hover\:text-white:hover{
|
@@ -5117,7 +5209,7 @@ h6,
|
|
5117
5209
|
|
5118
5210
|
.hover\:ring-primary-600:hover{
|
5119
5211
|
--tw-ring-opacity: 1;
|
5120
|
-
--tw-ring-color: rgb(
|
5212
|
+
--tw-ring-color: rgb(0 80 199 / var(--tw-ring-opacity));
|
5121
5213
|
}
|
5122
5214
|
|
5123
5215
|
.hover\:ring-purple-600:hover{
|
@@ -5136,12 +5228,12 @@ h6,
|
|
5136
5228
|
|
5137
5229
|
.focus\:bg-primary-50:focus{
|
5138
5230
|
--tw-bg-opacity: 1;
|
5139
|
-
background-color: rgb(
|
5231
|
+
background-color: rgb(229 240 255 / var(--tw-bg-opacity));
|
5140
5232
|
}
|
5141
5233
|
|
5142
5234
|
.focus\:bg-primary-600:focus{
|
5143
5235
|
--tw-bg-opacity: 1;
|
5144
|
-
background-color: rgb(
|
5236
|
+
background-color: rgb(0 80 199 / var(--tw-bg-opacity));
|
5145
5237
|
}
|
5146
5238
|
|
5147
5239
|
.focus\:px-2:focus{
|
@@ -5220,21 +5312,21 @@ h6,
|
|
5220
5312
|
|
5221
5313
|
.focus\:ring-primary-400:focus{
|
5222
5314
|
--tw-ring-opacity: 1;
|
5223
|
-
--tw-ring-color: rgb(
|
5315
|
+
--tw-ring-color: rgb(46 130 255 / var(--tw-ring-opacity));
|
5224
5316
|
}
|
5225
5317
|
|
5226
5318
|
.focus\:ring-primary-400\/50:focus{
|
5227
|
-
--tw-ring-color: rgb(
|
5319
|
+
--tw-ring-color: rgb(46 130 255 / 0.5);
|
5228
5320
|
}
|
5229
5321
|
|
5230
5322
|
.focus\:ring-primary-500:focus{
|
5231
5323
|
--tw-ring-opacity: 1;
|
5232
|
-
--tw-ring-color: rgb(
|
5324
|
+
--tw-ring-color: rgb(0 99 247 / var(--tw-ring-opacity));
|
5233
5325
|
}
|
5234
5326
|
|
5235
5327
|
.focus\:ring-primary-600:focus{
|
5236
5328
|
--tw-ring-opacity: 1;
|
5237
|
-
--tw-ring-color: rgb(
|
5329
|
+
--tw-ring-color: rgb(0 80 199 / var(--tw-ring-opacity));
|
5238
5330
|
}
|
5239
5331
|
|
5240
5332
|
.focus\:ring-purple-400\/50:focus{
|
@@ -5271,12 +5363,12 @@ h6,
|
|
5271
5363
|
|
5272
5364
|
.focus-visible\:border-primary-200:focus-visible{
|
5273
5365
|
--tw-border-opacity: 1;
|
5274
|
-
border-color: rgb(
|
5366
|
+
border-color: rgb(148 191 255 / var(--tw-border-opacity));
|
5275
5367
|
}
|
5276
5368
|
|
5277
5369
|
.focus-visible\:bg-primary-50:focus-visible{
|
5278
5370
|
--tw-bg-opacity: 1;
|
5279
|
-
background-color: rgb(
|
5371
|
+
background-color: rgb(229 240 255 / var(--tw-bg-opacity));
|
5280
5372
|
}
|
5281
5373
|
|
5282
5374
|
.focus-visible\:text-general-500:focus-visible{
|
@@ -5286,7 +5378,7 @@ h6,
|
|
5286
5378
|
|
5287
5379
|
.focus-visible\:text-primary-400:focus-visible{
|
5288
5380
|
--tw-text-opacity: 1;
|
5289
|
-
color: rgb(
|
5381
|
+
color: rgb(46 130 255 / var(--tw-text-opacity));
|
5290
5382
|
}
|
5291
5383
|
|
5292
5384
|
.focus-visible\:shadow-none:focus-visible{
|
@@ -5327,25 +5419,25 @@ h6,
|
|
5327
5419
|
}
|
5328
5420
|
|
5329
5421
|
.focus-visible\:ring-primary-400\/50:focus-visible{
|
5330
|
-
--tw-ring-color: rgb(
|
5422
|
+
--tw-ring-color: rgb(46 130 255 / 0.5);
|
5331
5423
|
}
|
5332
5424
|
|
5333
5425
|
.focus-visible\:ring-primary-500:focus-visible{
|
5334
5426
|
--tw-ring-opacity: 1;
|
5335
|
-
--tw-ring-color: rgb(
|
5427
|
+
--tw-ring-color: rgb(0 99 247 / var(--tw-ring-opacity));
|
5336
5428
|
}
|
5337
5429
|
|
5338
5430
|
.focus-visible\:ring-primary-600:focus-visible{
|
5339
5431
|
--tw-ring-opacity: 1;
|
5340
|
-
--tw-ring-color: rgb(
|
5432
|
+
--tw-ring-color: rgb(0 80 199 / var(--tw-ring-opacity));
|
5341
5433
|
}
|
5342
5434
|
|
5343
5435
|
.active\:bg-danger-500\/90:active{
|
5344
|
-
background-color: rgb(
|
5436
|
+
background-color: rgb(255 0 34 / 0.9);
|
5345
5437
|
}
|
5346
5438
|
|
5347
5439
|
.active\:bg-danger-500\/\[12\%\]:active{
|
5348
|
-
background-color: rgb(
|
5440
|
+
background-color: rgb(255 0 34 / 12%);
|
5349
5441
|
}
|
5350
5442
|
|
5351
5443
|
.active\:bg-grayscale-900\/90:active{
|
@@ -5357,27 +5449,35 @@ h6,
|
|
5357
5449
|
}
|
5358
5450
|
|
5359
5451
|
.active\:bg-primary-400\/90:active{
|
5360
|
-
background-color: rgb(
|
5452
|
+
background-color: rgb(46 130 255 / 0.9);
|
5361
5453
|
}
|
5362
5454
|
|
5363
5455
|
.active\:bg-primary-400\/\[12\%\]:active{
|
5364
|
-
background-color: rgb(
|
5456
|
+
background-color: rgb(46 130 255 / 12%);
|
5457
|
+
}
|
5458
|
+
|
5459
|
+
.active\:bg-primary-500\/90:active{
|
5460
|
+
background-color: rgb(0 99 247 / 0.9);
|
5461
|
+
}
|
5462
|
+
|
5463
|
+
.active\:bg-primary-500\/\[12\%\]:active{
|
5464
|
+
background-color: rgb(0 99 247 / 12%);
|
5365
5465
|
}
|
5366
5466
|
|
5367
5467
|
.active\:bg-success-500\/90:active{
|
5368
|
-
background-color: rgb(0
|
5468
|
+
background-color: rgb(0 164 85 / 0.9);
|
5369
5469
|
}
|
5370
5470
|
|
5371
5471
|
.active\:bg-success-500\/\[12\%\]:active{
|
5372
|
-
background-color: rgb(0
|
5472
|
+
background-color: rgb(0 164 85 / 12%);
|
5373
5473
|
}
|
5374
5474
|
|
5375
5475
|
.active\:bg-warning-500\/90:active{
|
5376
|
-
background-color: rgb(
|
5476
|
+
background-color: rgb(255 199 0 / 0.9);
|
5377
5477
|
}
|
5378
5478
|
|
5379
5479
|
.active\:bg-warning-500\/\[12\%\]:active{
|
5380
|
-
background-color: rgb(
|
5480
|
+
background-color: rgb(255 199 0 / 12%);
|
5381
5481
|
}
|
5382
5482
|
|
5383
5483
|
.active\:\!shadow-none:active{
|
@@ -5388,12 +5488,12 @@ h6,
|
|
5388
5488
|
|
5389
5489
|
.group:hover .group-hover\:\!bg-primary-50{
|
5390
5490
|
--tw-bg-opacity: 1 !important;
|
5391
|
-
background-color: rgb(
|
5491
|
+
background-color: rgb(229 240 255 / var(--tw-bg-opacity)) !important;
|
5392
5492
|
}
|
5393
5493
|
|
5394
5494
|
.group:hover .group-hover\:\!bg-warning-300{
|
5395
5495
|
--tw-bg-opacity: 1 !important;
|
5396
|
-
background-color: rgb(
|
5496
|
+
background-color: rgb(255 222 102 / var(--tw-bg-opacity)) !important;
|
5397
5497
|
}
|
5398
5498
|
|
5399
5499
|
.peer:focus-visible ~ .peer-focus-visible\:ring-2{
|
@@ -5413,12 +5513,12 @@ h6,
|
|
5413
5513
|
}
|
5414
5514
|
|
5415
5515
|
.peer:focus-visible ~ .peer-focus-visible\:ring-primary-400\/\[8\%\]{
|
5416
|
-
--tw-ring-color: rgb(
|
5516
|
+
--tw-ring-color: rgb(46 130 255 / 8%);
|
5417
5517
|
}
|
5418
5518
|
|
5419
5519
|
.peer:focus-visible ~ .peer-focus-visible\:ring-primary-500{
|
5420
5520
|
--tw-ring-opacity: 1;
|
5421
|
-
--tw-ring-color: rgb(
|
5521
|
+
--tw-ring-color: rgb(0 99 247 / var(--tw-ring-opacity));
|
5422
5522
|
}
|
5423
5523
|
|
5424
5524
|
.peer:focus-visible ~ .peer-focus-visible\:ring-offset-0{
|
@@ -5440,7 +5540,7 @@ h6,
|
|
5440
5540
|
}
|
5441
5541
|
|
5442
5542
|
.peer:active ~ .peer-active\:ring-primary-400\/\[12\%\]{
|
5443
|
-
--tw-ring-color: rgb(
|
5543
|
+
--tw-ring-color: rgb(46 130 255 / 12%);
|
5444
5544
|
}
|
5445
5545
|
|
5446
5546
|
.peer:active ~ .peer-active\:ring-offset-0{
|
@@ -5635,17 +5735,17 @@ h6,
|
|
5635
5735
|
|
5636
5736
|
.\[\&\:has\(\:focus\)\]\:\!ring-primary-400:has(:focus){
|
5637
5737
|
--tw-ring-opacity: 1 !important;
|
5638
|
-
--tw-ring-color: rgb(
|
5738
|
+
--tw-ring-color: rgb(46 130 255 / var(--tw-ring-opacity)) !important;
|
5639
5739
|
}
|
5640
5740
|
|
5641
5741
|
.\[\&\:has\(\:focus\)\]\:ring-primary-400:has(:focus){
|
5642
5742
|
--tw-ring-opacity: 1;
|
5643
|
-
--tw-ring-color: rgb(
|
5743
|
+
--tw-ring-color: rgb(46 130 255 / var(--tw-ring-opacity));
|
5644
5744
|
}
|
5645
5745
|
|
5646
5746
|
.\[\&\:has\(\:focus\)_\.inputgroupaddon\]\:\!ring-primary-400:has(:focus) .inputgroupaddon{
|
5647
5747
|
--tw-ring-opacity: 1 !important;
|
5648
|
-
--tw-ring-color: rgb(
|
5748
|
+
--tw-ring-color: rgb(46 130 255 / var(--tw-ring-opacity)) !important;
|
5649
5749
|
}
|
5650
5750
|
|
5651
5751
|
.\[\&\:has\(\[data-wv-section\=rowcheckbox\]\)\]\:text-center:has([data-wv-section=rowcheckbox]){
|
@@ -5663,7 +5763,7 @@ h6,
|
|
5663
5763
|
|
5664
5764
|
.\[\&\:not\(\:has\(svg\)\)_\[data-pc-section\=box\]\]\:\!bg-primary-400:not(:has(svg)) [data-pc-section=box]{
|
5665
5765
|
--tw-bg-opacity: 1 !important;
|
5666
|
-
background-color: rgb(
|
5766
|
+
background-color: rgb(46 130 255 / var(--tw-bg-opacity)) !important;
|
5667
5767
|
}
|
5668
5768
|
|
5669
5769
|
.\[\&\>\[data-pc-name\=badge\]\]\:h-4>[data-pc-name=badge]{
|
@@ -5689,7 +5789,7 @@ h6,
|
|
5689
5789
|
|
5690
5790
|
.\[\&\[aria-selected\=\"true\"\]\]\:bg-primary-500[aria-selected="true"]{
|
5691
5791
|
--tw-bg-opacity: 1;
|
5692
|
-
background-color: rgb(
|
5792
|
+
background-color: rgb(0 99 247 / var(--tw-bg-opacity));
|
5693
5793
|
}
|
5694
5794
|
|
5695
5795
|
.\[\&\[aria-selected\=\"true\"\]\]\:text-white[aria-selected="true"]{
|
@@ -5703,7 +5803,7 @@ h6,
|
|
5703
5803
|
|
5704
5804
|
.\[\&\[data-in-range\=\"true\"\]\]\:bg-primary-200[data-in-range="true"]{
|
5705
5805
|
--tw-bg-opacity: 1;
|
5706
|
-
background-color: rgb(
|
5806
|
+
background-color: rgb(148 191 255 / var(--tw-bg-opacity));
|
5707
5807
|
}
|
5708
5808
|
|
5709
5809
|
.\[\&\[data-in-range\=\"true\"\]\]\:text-general-800[data-in-range="true"]{
|
@@ -5713,7 +5813,7 @@ h6,
|
|
5713
5813
|
|
5714
5814
|
.\[\&_\*\]\:text-primary-500 *{
|
5715
5815
|
--tw-text-opacity: 1;
|
5716
|
-
color: rgb(
|
5816
|
+
color: rgb(0 99 247 / var(--tw-text-opacity));
|
5717
5817
|
}
|
5718
5818
|
|
5719
5819
|
.\[\&_\.icon\]\:\!h-5 .icon{
|
@@ -5744,7 +5844,7 @@ h6,
|
|
5744
5844
|
|
5745
5845
|
.\[\&_\.inputgroupaddon\]\:ring-danger-500 .inputgroupaddon{
|
5746
5846
|
--tw-ring-opacity: 1;
|
5747
|
-
--tw-ring-color: rgb(
|
5847
|
+
--tw-ring-color: rgb(255 0 34 / var(--tw-ring-opacity));
|
5748
5848
|
}
|
5749
5849
|
|
5750
5850
|
.\[\&_\.inputgroupaddon\]\:ring-general-400 .inputgroupaddon{
|
@@ -5765,10 +5865,18 @@ h6,
|
|
5765
5865
|
background-color: transparent !important;
|
5766
5866
|
}
|
5767
5867
|
|
5868
|
+
.\[\&_i\]\:h-4 i{
|
5869
|
+
height: 1rem;
|
5870
|
+
}
|
5871
|
+
|
5768
5872
|
.\[\&_i\]\:h-5 i{
|
5769
5873
|
height: 1.25rem;
|
5770
5874
|
}
|
5771
5875
|
|
5876
|
+
.\[\&_i\]\:w-4 i{
|
5877
|
+
width: 1rem;
|
5878
|
+
}
|
5879
|
+
|
5772
5880
|
.\[\&_i\]\:w-5 i{
|
5773
5881
|
width: 1.25rem;
|
5774
5882
|
}
|