quasar-ui-sellmate-ui-kit 3.12.7 → 3.13.1
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/index.common.js +2 -2
- package/dist/index.css +493 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.min.css +2 -2
- package/dist/index.rtl.css +493 -1
- package/dist/index.rtl.min.css +2 -2
- package/dist/index.umd.js +39 -29
- package/dist/index.umd.min.js +2 -2
- package/package.json +1 -1
- package/src/components/SButton.vue +224 -206
- package/src/css/default.scss +397 -393
package/dist/index.rtl.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* quasar-ui-sellmate-ui-kit v3.
|
|
2
|
+
* quasar-ui-sellmate-ui-kit v3.13.0
|
|
3
3
|
* (c) 2025 Sellmate Dev Team <dev@sellmate.co.kr>
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -2954,6 +2954,10 @@
|
|
|
2954
2954
|
color: #051d36;
|
|
2955
2955
|
}
|
|
2956
2956
|
|
|
2957
|
+
.text-important-primary {
|
|
2958
|
+
color: #051d36 !important;
|
|
2959
|
+
}
|
|
2960
|
+
|
|
2957
2961
|
.bg-primary {
|
|
2958
2962
|
background-color: #051d36;
|
|
2959
2963
|
}
|
|
@@ -2982,6 +2986,10 @@
|
|
|
2982
2986
|
color: #555555;
|
|
2983
2987
|
}
|
|
2984
2988
|
|
|
2989
|
+
.text-important-secondary {
|
|
2990
|
+
color: #555555 !important;
|
|
2991
|
+
}
|
|
2992
|
+
|
|
2985
2993
|
.bg-secondary {
|
|
2986
2994
|
background-color: #555555;
|
|
2987
2995
|
}
|
|
@@ -3010,6 +3018,10 @@
|
|
|
3010
3018
|
color: #9c27b0;
|
|
3011
3019
|
}
|
|
3012
3020
|
|
|
3021
|
+
.text-important-accent {
|
|
3022
|
+
color: #9c27b0 !important;
|
|
3023
|
+
}
|
|
3024
|
+
|
|
3013
3025
|
.bg-accent {
|
|
3014
3026
|
background-color: #9c27b0;
|
|
3015
3027
|
}
|
|
@@ -3038,6 +3050,10 @@
|
|
|
3038
3050
|
color: #0075ff;
|
|
3039
3051
|
}
|
|
3040
3052
|
|
|
3053
|
+
.text-important-positive {
|
|
3054
|
+
color: #0075ff !important;
|
|
3055
|
+
}
|
|
3056
|
+
|
|
3041
3057
|
.bg-positive {
|
|
3042
3058
|
background-color: #0075ff;
|
|
3043
3059
|
}
|
|
@@ -3066,6 +3082,10 @@
|
|
|
3066
3082
|
color: #e30000;
|
|
3067
3083
|
}
|
|
3068
3084
|
|
|
3085
|
+
.text-important-negative {
|
|
3086
|
+
color: #e30000 !important;
|
|
3087
|
+
}
|
|
3088
|
+
|
|
3069
3089
|
.bg-negative {
|
|
3070
3090
|
background-color: #e30000;
|
|
3071
3091
|
}
|
|
@@ -3094,6 +3114,10 @@
|
|
|
3094
3114
|
color: #00cd52;
|
|
3095
3115
|
}
|
|
3096
3116
|
|
|
3117
|
+
.text-important-info {
|
|
3118
|
+
color: #00cd52 !important;
|
|
3119
|
+
}
|
|
3120
|
+
|
|
3097
3121
|
.bg-info {
|
|
3098
3122
|
background-color: #00cd52;
|
|
3099
3123
|
}
|
|
@@ -3122,6 +3146,10 @@
|
|
|
3122
3146
|
color: #f2c037;
|
|
3123
3147
|
}
|
|
3124
3148
|
|
|
3149
|
+
.text-important-warning {
|
|
3150
|
+
color: #f2c037 !important;
|
|
3151
|
+
}
|
|
3152
|
+
|
|
3125
3153
|
.bg-warning {
|
|
3126
3154
|
background-color: #f2c037;
|
|
3127
3155
|
}
|
|
@@ -3150,6 +3178,10 @@
|
|
|
3150
3178
|
color: #220000;
|
|
3151
3179
|
}
|
|
3152
3180
|
|
|
3181
|
+
.text-important-Red_Darken-5 {
|
|
3182
|
+
color: #220000 !important;
|
|
3183
|
+
}
|
|
3184
|
+
|
|
3153
3185
|
.bg-Red_Darken-5 {
|
|
3154
3186
|
background-color: #220000;
|
|
3155
3187
|
}
|
|
@@ -3178,6 +3210,10 @@
|
|
|
3178
3210
|
color: #440000;
|
|
3179
3211
|
}
|
|
3180
3212
|
|
|
3213
|
+
.text-important-Red_Darken-4 {
|
|
3214
|
+
color: #440000 !important;
|
|
3215
|
+
}
|
|
3216
|
+
|
|
3181
3217
|
.bg-Red_Darken-4 {
|
|
3182
3218
|
background-color: #440000;
|
|
3183
3219
|
}
|
|
@@ -3206,6 +3242,10 @@
|
|
|
3206
3242
|
color: #5E0000;
|
|
3207
3243
|
}
|
|
3208
3244
|
|
|
3245
|
+
.text-important-Red_Darken-3 {
|
|
3246
|
+
color: #5E0000 !important;
|
|
3247
|
+
}
|
|
3248
|
+
|
|
3209
3249
|
.bg-Red_Darken-3 {
|
|
3210
3250
|
background-color: #5E0000;
|
|
3211
3251
|
}
|
|
@@ -3234,6 +3274,10 @@
|
|
|
3234
3274
|
color: #820000;
|
|
3235
3275
|
}
|
|
3236
3276
|
|
|
3277
|
+
.text-important-Red_Darken-2 {
|
|
3278
|
+
color: #820000 !important;
|
|
3279
|
+
}
|
|
3280
|
+
|
|
3237
3281
|
.bg-Red_Darken-2 {
|
|
3238
3282
|
background-color: #820000;
|
|
3239
3283
|
}
|
|
@@ -3262,6 +3306,10 @@
|
|
|
3262
3306
|
color: #AD0000;
|
|
3263
3307
|
}
|
|
3264
3308
|
|
|
3309
|
+
.text-important-Red_Darken-1 {
|
|
3310
|
+
color: #AD0000 !important;
|
|
3311
|
+
}
|
|
3312
|
+
|
|
3265
3313
|
.bg-Red_Darken-1 {
|
|
3266
3314
|
background-color: #AD0000;
|
|
3267
3315
|
}
|
|
@@ -3290,6 +3338,10 @@
|
|
|
3290
3338
|
color: #E30000;
|
|
3291
3339
|
}
|
|
3292
3340
|
|
|
3341
|
+
.text-important-Red_Default {
|
|
3342
|
+
color: #E30000 !important;
|
|
3343
|
+
}
|
|
3344
|
+
|
|
3293
3345
|
.bg-Red_Default {
|
|
3294
3346
|
background-color: #E30000;
|
|
3295
3347
|
}
|
|
@@ -3318,6 +3370,10 @@
|
|
|
3318
3370
|
color: #FB4444;
|
|
3319
3371
|
}
|
|
3320
3372
|
|
|
3373
|
+
.text-important-Red_Lighten-1 {
|
|
3374
|
+
color: #FB4444 !important;
|
|
3375
|
+
}
|
|
3376
|
+
|
|
3321
3377
|
.bg-Red_Lighten-1 {
|
|
3322
3378
|
background-color: #FB4444;
|
|
3323
3379
|
}
|
|
@@ -3346,6 +3402,10 @@
|
|
|
3346
3402
|
color: #FF7C7C;
|
|
3347
3403
|
}
|
|
3348
3404
|
|
|
3405
|
+
.text-important-Red_Lighten-2 {
|
|
3406
|
+
color: #FF7C7C !important;
|
|
3407
|
+
}
|
|
3408
|
+
|
|
3349
3409
|
.bg-Red_Lighten-2 {
|
|
3350
3410
|
background-color: #FF7C7C;
|
|
3351
3411
|
}
|
|
@@ -3374,6 +3434,10 @@
|
|
|
3374
3434
|
color: #FFB5B5;
|
|
3375
3435
|
}
|
|
3376
3436
|
|
|
3437
|
+
.text-important-Red_Lighten-3 {
|
|
3438
|
+
color: #FFB5B5 !important;
|
|
3439
|
+
}
|
|
3440
|
+
|
|
3377
3441
|
.bg-Red_Lighten-3 {
|
|
3378
3442
|
background-color: #FFB5B5;
|
|
3379
3443
|
}
|
|
@@ -3402,6 +3466,10 @@
|
|
|
3402
3466
|
color: #FFD3D3;
|
|
3403
3467
|
}
|
|
3404
3468
|
|
|
3469
|
+
.text-important-Red_Lighten-4 {
|
|
3470
|
+
color: #FFD3D3 !important;
|
|
3471
|
+
}
|
|
3472
|
+
|
|
3405
3473
|
.bg-Red_Lighten-4 {
|
|
3406
3474
|
background-color: #FFD3D3;
|
|
3407
3475
|
}
|
|
@@ -3430,6 +3498,10 @@
|
|
|
3430
3498
|
color: #FCE6E6;
|
|
3431
3499
|
}
|
|
3432
3500
|
|
|
3501
|
+
.text-important-Red_Lighten-5 {
|
|
3502
|
+
color: #FCE6E6 !important;
|
|
3503
|
+
}
|
|
3504
|
+
|
|
3433
3505
|
.bg-Red_Lighten-5 {
|
|
3434
3506
|
background-color: #FCE6E6;
|
|
3435
3507
|
}
|
|
@@ -3458,6 +3530,10 @@
|
|
|
3458
3530
|
color: #FCEFEF;
|
|
3459
3531
|
}
|
|
3460
3532
|
|
|
3533
|
+
.text-important-Red_Lighten-6 {
|
|
3534
|
+
color: #FCEFEF !important;
|
|
3535
|
+
}
|
|
3536
|
+
|
|
3461
3537
|
.bg-Red_Lighten-6 {
|
|
3462
3538
|
background-color: #FCEFEF;
|
|
3463
3539
|
}
|
|
@@ -3486,6 +3562,10 @@
|
|
|
3486
3562
|
color: #fd9595;
|
|
3487
3563
|
}
|
|
3488
3564
|
|
|
3565
|
+
.text-important-Caution_Icon {
|
|
3566
|
+
color: #fd9595 !important;
|
|
3567
|
+
}
|
|
3568
|
+
|
|
3489
3569
|
.bg-Caution_Icon {
|
|
3490
3570
|
background-color: #fd9595;
|
|
3491
3571
|
}
|
|
@@ -3514,6 +3594,10 @@
|
|
|
3514
3594
|
color: #2F1100;
|
|
3515
3595
|
}
|
|
3516
3596
|
|
|
3597
|
+
.text-important-Orange_Darken-5 {
|
|
3598
|
+
color: #2F1100 !important;
|
|
3599
|
+
}
|
|
3600
|
+
|
|
3517
3601
|
.bg-Orange_Darken-5 {
|
|
3518
3602
|
background-color: #2F1100;
|
|
3519
3603
|
}
|
|
@@ -3542,6 +3626,10 @@
|
|
|
3542
3626
|
color: #4D1B00;
|
|
3543
3627
|
}
|
|
3544
3628
|
|
|
3629
|
+
.text-important-Orange_Darken-4 {
|
|
3630
|
+
color: #4D1B00 !important;
|
|
3631
|
+
}
|
|
3632
|
+
|
|
3545
3633
|
.bg-Orange_Darken-4 {
|
|
3546
3634
|
background-color: #4D1B00;
|
|
3547
3635
|
}
|
|
@@ -3570,6 +3658,10 @@
|
|
|
3570
3658
|
color: #752A00;
|
|
3571
3659
|
}
|
|
3572
3660
|
|
|
3661
|
+
.text-important-Orange_Darken-3 {
|
|
3662
|
+
color: #752A00 !important;
|
|
3663
|
+
}
|
|
3664
|
+
|
|
3573
3665
|
.bg-Orange_Darken-3 {
|
|
3574
3666
|
background-color: #752A00;
|
|
3575
3667
|
}
|
|
@@ -3598,6 +3690,10 @@
|
|
|
3598
3690
|
color: #9B3700;
|
|
3599
3691
|
}
|
|
3600
3692
|
|
|
3693
|
+
.text-important-Orange_Darken-2 {
|
|
3694
|
+
color: #9B3700 !important;
|
|
3695
|
+
}
|
|
3696
|
+
|
|
3601
3697
|
.bg-Orange_Darken-2 {
|
|
3602
3698
|
background-color: #9B3700;
|
|
3603
3699
|
}
|
|
@@ -3626,6 +3722,10 @@
|
|
|
3626
3722
|
color: #CE4900;
|
|
3627
3723
|
}
|
|
3628
3724
|
|
|
3725
|
+
.text-important-Orange_Darken-1 {
|
|
3726
|
+
color: #CE4900 !important;
|
|
3727
|
+
}
|
|
3728
|
+
|
|
3629
3729
|
.bg-Orange_Darken-1 {
|
|
3630
3730
|
background-color: #CE4900;
|
|
3631
3731
|
}
|
|
@@ -3654,6 +3754,10 @@
|
|
|
3654
3754
|
color: #FF6B00;
|
|
3655
3755
|
}
|
|
3656
3756
|
|
|
3757
|
+
.text-important-Orange_Default {
|
|
3758
|
+
color: #FF6B00 !important;
|
|
3759
|
+
}
|
|
3760
|
+
|
|
3657
3761
|
.bg-Orange_Default {
|
|
3658
3762
|
background-color: #FF6B00;
|
|
3659
3763
|
}
|
|
@@ -3682,6 +3786,10 @@
|
|
|
3682
3786
|
color: #FF7F22;
|
|
3683
3787
|
}
|
|
3684
3788
|
|
|
3789
|
+
.text-important-Orange_Lighten-1 {
|
|
3790
|
+
color: #FF7F22 !important;
|
|
3791
|
+
}
|
|
3792
|
+
|
|
3685
3793
|
.bg-Orange_Lighten-1 {
|
|
3686
3794
|
background-color: #FF7F22;
|
|
3687
3795
|
}
|
|
@@ -3710,6 +3818,10 @@
|
|
|
3710
3818
|
color: #FFA452;
|
|
3711
3819
|
}
|
|
3712
3820
|
|
|
3821
|
+
.text-important-Orange_Lighten-2 {
|
|
3822
|
+
color: #FFA452 !important;
|
|
3823
|
+
}
|
|
3824
|
+
|
|
3713
3825
|
.bg-Orange_Lighten-2 {
|
|
3714
3826
|
background-color: #FFA452;
|
|
3715
3827
|
}
|
|
@@ -3738,6 +3850,10 @@
|
|
|
3738
3850
|
color: #FFBC81;
|
|
3739
3851
|
}
|
|
3740
3852
|
|
|
3853
|
+
.text-important-Orange_Lighten-3 {
|
|
3854
|
+
color: #FFBC81 !important;
|
|
3855
|
+
}
|
|
3856
|
+
|
|
3741
3857
|
.bg-Orange_Lighten-3 {
|
|
3742
3858
|
background-color: #FFBC81;
|
|
3743
3859
|
}
|
|
@@ -3766,6 +3882,10 @@
|
|
|
3766
3882
|
color: #FFD5AF;
|
|
3767
3883
|
}
|
|
3768
3884
|
|
|
3885
|
+
.text-important-Orange_Lighten-4 {
|
|
3886
|
+
color: #FFD5AF !important;
|
|
3887
|
+
}
|
|
3888
|
+
|
|
3769
3889
|
.bg-Orange_Lighten-4 {
|
|
3770
3890
|
background-color: #FFD5AF;
|
|
3771
3891
|
}
|
|
@@ -3794,6 +3914,10 @@
|
|
|
3794
3914
|
color: #FFEAD7;
|
|
3795
3915
|
}
|
|
3796
3916
|
|
|
3917
|
+
.text-important-Orange_Lighten-5 {
|
|
3918
|
+
color: #FFEAD7 !important;
|
|
3919
|
+
}
|
|
3920
|
+
|
|
3797
3921
|
.bg-Orange_Lighten-5 {
|
|
3798
3922
|
background-color: #FFEAD7;
|
|
3799
3923
|
}
|
|
@@ -3822,6 +3946,10 @@
|
|
|
3822
3946
|
color: #FEF1EA;
|
|
3823
3947
|
}
|
|
3824
3948
|
|
|
3949
|
+
.text-important-Orange_Lighten-6 {
|
|
3950
|
+
color: #FEF1EA !important;
|
|
3951
|
+
}
|
|
3952
|
+
|
|
3825
3953
|
.bg-Orange_Lighten-6 {
|
|
3826
3954
|
background-color: #FEF1EA;
|
|
3827
3955
|
}
|
|
@@ -3850,6 +3978,10 @@
|
|
|
3850
3978
|
color: #FF7A00;
|
|
3851
3979
|
}
|
|
3852
3980
|
|
|
3981
|
+
.text-important-Header_Alert {
|
|
3982
|
+
color: #FF7A00 !important;
|
|
3983
|
+
}
|
|
3984
|
+
|
|
3853
3985
|
.bg-Header_Alert {
|
|
3854
3986
|
background-color: #FF7A00;
|
|
3855
3987
|
}
|
|
@@ -3878,6 +4010,10 @@
|
|
|
3878
4010
|
color: #553D00;
|
|
3879
4011
|
}
|
|
3880
4012
|
|
|
4013
|
+
.text-important-Yellow_Darken-5 {
|
|
4014
|
+
color: #553D00 !important;
|
|
4015
|
+
}
|
|
4016
|
+
|
|
3881
4017
|
.bg-Yellow_Darken-5 {
|
|
3882
4018
|
background-color: #553D00;
|
|
3883
4019
|
}
|
|
@@ -3906,6 +4042,10 @@
|
|
|
3906
4042
|
color: #7D5A00;
|
|
3907
4043
|
}
|
|
3908
4044
|
|
|
4045
|
+
.text-important-Yellow_Darken-4 {
|
|
4046
|
+
color: #7D5A00 !important;
|
|
4047
|
+
}
|
|
4048
|
+
|
|
3909
4049
|
.bg-Yellow_Darken-4 {
|
|
3910
4050
|
background-color: #7D5A00;
|
|
3911
4051
|
}
|
|
@@ -3934,6 +4074,10 @@
|
|
|
3934
4074
|
color: #A87900;
|
|
3935
4075
|
}
|
|
3936
4076
|
|
|
4077
|
+
.text-important-Yellow_Darken-3 {
|
|
4078
|
+
color: #A87900 !important;
|
|
4079
|
+
}
|
|
4080
|
+
|
|
3937
4081
|
.bg-Yellow_Darken-3 {
|
|
3938
4082
|
background-color: #A87900;
|
|
3939
4083
|
}
|
|
@@ -3962,6 +4106,10 @@
|
|
|
3962
4106
|
color: #CD9400;
|
|
3963
4107
|
}
|
|
3964
4108
|
|
|
4109
|
+
.text-important-Yellow_Darken-2 {
|
|
4110
|
+
color: #CD9400 !important;
|
|
4111
|
+
}
|
|
4112
|
+
|
|
3965
4113
|
.bg-Yellow_Darken-2 {
|
|
3966
4114
|
background-color: #CD9400;
|
|
3967
4115
|
}
|
|
@@ -3990,6 +4138,10 @@
|
|
|
3990
4138
|
color: #F3BE00;
|
|
3991
4139
|
}
|
|
3992
4140
|
|
|
4141
|
+
.text-important-Yellow_Darken-1 {
|
|
4142
|
+
color: #F3BE00 !important;
|
|
4143
|
+
}
|
|
4144
|
+
|
|
3993
4145
|
.bg-Yellow_Darken-1 {
|
|
3994
4146
|
background-color: #F3BE00;
|
|
3995
4147
|
}
|
|
@@ -4018,6 +4170,10 @@
|
|
|
4018
4170
|
color: #FFC700;
|
|
4019
4171
|
}
|
|
4020
4172
|
|
|
4173
|
+
.text-important-Yellow_Default {
|
|
4174
|
+
color: #FFC700 !important;
|
|
4175
|
+
}
|
|
4176
|
+
|
|
4021
4177
|
.bg-Yellow_Default {
|
|
4022
4178
|
background-color: #FFC700;
|
|
4023
4179
|
}
|
|
@@ -4046,6 +4202,10 @@
|
|
|
4046
4202
|
color: #FFD359;
|
|
4047
4203
|
}
|
|
4048
4204
|
|
|
4205
|
+
.text-important-Yellow_Lighten-1 {
|
|
4206
|
+
color: #FFD359 !important;
|
|
4207
|
+
}
|
|
4208
|
+
|
|
4049
4209
|
.bg-Yellow_Lighten-1 {
|
|
4050
4210
|
background-color: #FFD359;
|
|
4051
4211
|
}
|
|
@@ -4074,6 +4234,10 @@
|
|
|
4074
4234
|
color: #FFDF87;
|
|
4075
4235
|
}
|
|
4076
4236
|
|
|
4237
|
+
.text-important-Yellow_Lighten-2 {
|
|
4238
|
+
color: #FFDF87 !important;
|
|
4239
|
+
}
|
|
4240
|
+
|
|
4077
4241
|
.bg-Yellow_Lighten-2 {
|
|
4078
4242
|
background-color: #FFDF87;
|
|
4079
4243
|
}
|
|
@@ -4102,6 +4266,10 @@
|
|
|
4102
4266
|
color: #FFECB9;
|
|
4103
4267
|
}
|
|
4104
4268
|
|
|
4269
|
+
.text-important-Yellow_Lighten-3 {
|
|
4270
|
+
color: #FFECB9 !important;
|
|
4271
|
+
}
|
|
4272
|
+
|
|
4105
4273
|
.bg-Yellow_Lighten-3 {
|
|
4106
4274
|
background-color: #FFECB9;
|
|
4107
4275
|
}
|
|
@@ -4130,6 +4298,10 @@
|
|
|
4130
4298
|
color: #FFF3D0;
|
|
4131
4299
|
}
|
|
4132
4300
|
|
|
4301
|
+
.text-important-Yellow_Lighten-4 {
|
|
4302
|
+
color: #FFF3D0 !important;
|
|
4303
|
+
}
|
|
4304
|
+
|
|
4133
4305
|
.bg-Yellow_Lighten-4 {
|
|
4134
4306
|
background-color: #FFF3D0;
|
|
4135
4307
|
}
|
|
@@ -4158,6 +4330,10 @@
|
|
|
4158
4330
|
color: #FFF6DE;
|
|
4159
4331
|
}
|
|
4160
4332
|
|
|
4333
|
+
.text-important-Yellow_Lighten-5 {
|
|
4334
|
+
color: #FFF6DE !important;
|
|
4335
|
+
}
|
|
4336
|
+
|
|
4161
4337
|
.bg-Yellow_Lighten-5 {
|
|
4162
4338
|
background-color: #FFF6DE;
|
|
4163
4339
|
}
|
|
@@ -4186,6 +4362,10 @@
|
|
|
4186
4362
|
color: #FFFBF2;
|
|
4187
4363
|
}
|
|
4188
4364
|
|
|
4365
|
+
.text-important-Yellow_Lighten-6 {
|
|
4366
|
+
color: #FFFBF2 !important;
|
|
4367
|
+
}
|
|
4368
|
+
|
|
4189
4369
|
.bg-Yellow_Lighten-6 {
|
|
4190
4370
|
background-color: #FFFBF2;
|
|
4191
4371
|
}
|
|
@@ -4214,6 +4394,10 @@
|
|
|
4214
4394
|
color: #2C2C00;
|
|
4215
4395
|
}
|
|
4216
4396
|
|
|
4397
|
+
.text-important-Greenish-yellow_Darken-5 {
|
|
4398
|
+
color: #2C2C00 !important;
|
|
4399
|
+
}
|
|
4400
|
+
|
|
4217
4401
|
.bg-Greenish-yellow_Darken-5 {
|
|
4218
4402
|
background-color: #2C2C00;
|
|
4219
4403
|
}
|
|
@@ -4242,6 +4426,10 @@
|
|
|
4242
4426
|
color: #454500;
|
|
4243
4427
|
}
|
|
4244
4428
|
|
|
4429
|
+
.text-important-Greenish-yellow_Darken-4 {
|
|
4430
|
+
color: #454500 !important;
|
|
4431
|
+
}
|
|
4432
|
+
|
|
4245
4433
|
.bg-Greenish-yellow_Darken-4 {
|
|
4246
4434
|
background-color: #454500;
|
|
4247
4435
|
}
|
|
@@ -4270,6 +4458,10 @@
|
|
|
4270
4458
|
color: #636300;
|
|
4271
4459
|
}
|
|
4272
4460
|
|
|
4461
|
+
.text-important-Greenish-yellow_Darken-3 {
|
|
4462
|
+
color: #636300 !important;
|
|
4463
|
+
}
|
|
4464
|
+
|
|
4273
4465
|
.bg-Greenish-yellow_Darken-3 {
|
|
4274
4466
|
background-color: #636300;
|
|
4275
4467
|
}
|
|
@@ -4298,6 +4490,10 @@
|
|
|
4298
4490
|
color: #838300;
|
|
4299
4491
|
}
|
|
4300
4492
|
|
|
4493
|
+
.text-important-Greenish-yellow_Darken-2 {
|
|
4494
|
+
color: #838300 !important;
|
|
4495
|
+
}
|
|
4496
|
+
|
|
4301
4497
|
.bg-Greenish-yellow_Darken-2 {
|
|
4302
4498
|
background-color: #838300;
|
|
4303
4499
|
}
|
|
@@ -4326,6 +4522,10 @@
|
|
|
4326
4522
|
color: #A5A500;
|
|
4327
4523
|
}
|
|
4328
4524
|
|
|
4525
|
+
.text-important-Greenish-Yellow_Darken-1 {
|
|
4526
|
+
color: #A5A500 !important;
|
|
4527
|
+
}
|
|
4528
|
+
|
|
4329
4529
|
.bg-Greenish-Yellow_Darken-1 {
|
|
4330
4530
|
background-color: #A5A500;
|
|
4331
4531
|
}
|
|
@@ -4354,6 +4554,10 @@
|
|
|
4354
4554
|
color: #C7C700;
|
|
4355
4555
|
}
|
|
4356
4556
|
|
|
4557
|
+
.text-important-Greenish-Yellow_Default {
|
|
4558
|
+
color: #C7C700 !important;
|
|
4559
|
+
}
|
|
4560
|
+
|
|
4357
4561
|
.bg-Greenish-Yellow_Default {
|
|
4358
4562
|
background-color: #C7C700;
|
|
4359
4563
|
}
|
|
@@ -4382,6 +4586,10 @@
|
|
|
4382
4586
|
color: #E0E01F;
|
|
4383
4587
|
}
|
|
4384
4588
|
|
|
4589
|
+
.text-important-Greenish-Yellow_Lighten-1 {
|
|
4590
|
+
color: #E0E01F !important;
|
|
4591
|
+
}
|
|
4592
|
+
|
|
4385
4593
|
.bg-Greenish-Yellow_Lighten-1 {
|
|
4386
4594
|
background-color: #E0E01F;
|
|
4387
4595
|
}
|
|
@@ -4410,6 +4618,10 @@
|
|
|
4410
4618
|
color: #F3F354;
|
|
4411
4619
|
}
|
|
4412
4620
|
|
|
4621
|
+
.text-important-Greenish-Yellow_Lighten-2 {
|
|
4622
|
+
color: #F3F354 !important;
|
|
4623
|
+
}
|
|
4624
|
+
|
|
4413
4625
|
.bg-Greenish-Yellow_Lighten-2 {
|
|
4414
4626
|
background-color: #F3F354;
|
|
4415
4627
|
}
|
|
@@ -4438,6 +4650,10 @@
|
|
|
4438
4650
|
color: #FFFF80;
|
|
4439
4651
|
}
|
|
4440
4652
|
|
|
4653
|
+
.text-important-Greenish-Yellow_Lighten-3 {
|
|
4654
|
+
color: #FFFF80 !important;
|
|
4655
|
+
}
|
|
4656
|
+
|
|
4441
4657
|
.bg-Greenish-Yellow_Lighten-3 {
|
|
4442
4658
|
background-color: #FFFF80;
|
|
4443
4659
|
}
|
|
@@ -4466,6 +4682,10 @@
|
|
|
4466
4682
|
color: #FAFAB2;
|
|
4467
4683
|
}
|
|
4468
4684
|
|
|
4685
|
+
.text-important-Greenish-Yellow_Lighten-4 {
|
|
4686
|
+
color: #FAFAB2 !important;
|
|
4687
|
+
}
|
|
4688
|
+
|
|
4469
4689
|
.bg-Greenish-Yellow_Lighten-4 {
|
|
4470
4690
|
background-color: #FAFAB2;
|
|
4471
4691
|
}
|
|
@@ -4494,6 +4714,10 @@
|
|
|
4494
4714
|
color: #FAFAD8;
|
|
4495
4715
|
}
|
|
4496
4716
|
|
|
4717
|
+
.text-important-Greenish-Yellow_Lighten-5 {
|
|
4718
|
+
color: #FAFAD8 !important;
|
|
4719
|
+
}
|
|
4720
|
+
|
|
4497
4721
|
.bg-Greenish-Yellow_Lighten-5 {
|
|
4498
4722
|
background-color: #FAFAD8;
|
|
4499
4723
|
}
|
|
@@ -4522,6 +4746,10 @@
|
|
|
4522
4746
|
color: #F9F9E4;
|
|
4523
4747
|
}
|
|
4524
4748
|
|
|
4749
|
+
.text-important-Greenish-Yellow_Lighten-6 {
|
|
4750
|
+
color: #F9F9E4 !important;
|
|
4751
|
+
}
|
|
4752
|
+
|
|
4525
4753
|
.bg-Greenish-Yellow_Lighten-6 {
|
|
4526
4754
|
background-color: #F9F9E4;
|
|
4527
4755
|
}
|
|
@@ -4550,6 +4778,10 @@
|
|
|
4550
4778
|
color: #001D0B;
|
|
4551
4779
|
}
|
|
4552
4780
|
|
|
4781
|
+
.text-important-Green_Darken-5 {
|
|
4782
|
+
color: #001D0B !important;
|
|
4783
|
+
}
|
|
4784
|
+
|
|
4553
4785
|
.bg-Green_Darken-5 {
|
|
4554
4786
|
background-color: #001D0B;
|
|
4555
4787
|
}
|
|
@@ -4578,6 +4810,10 @@
|
|
|
4578
4810
|
color: #003013;
|
|
4579
4811
|
}
|
|
4580
4812
|
|
|
4813
|
+
.text-important-Green_Darken-4 {
|
|
4814
|
+
color: #003013 !important;
|
|
4815
|
+
}
|
|
4816
|
+
|
|
4581
4817
|
.bg-Green_Darken-4 {
|
|
4582
4818
|
background-color: #003013;
|
|
4583
4819
|
}
|
|
@@ -4606,6 +4842,10 @@
|
|
|
4606
4842
|
color: #00461C;
|
|
4607
4843
|
}
|
|
4608
4844
|
|
|
4845
|
+
.text-important-Green_Darken-3 {
|
|
4846
|
+
color: #00461C !important;
|
|
4847
|
+
}
|
|
4848
|
+
|
|
4609
4849
|
.bg-Green_Darken-3 {
|
|
4610
4850
|
background-color: #00461C;
|
|
4611
4851
|
}
|
|
@@ -4634,6 +4874,10 @@
|
|
|
4634
4874
|
color: #006629;
|
|
4635
4875
|
}
|
|
4636
4876
|
|
|
4877
|
+
.text-important-Green_Darken-2 {
|
|
4878
|
+
color: #006629 !important;
|
|
4879
|
+
}
|
|
4880
|
+
|
|
4637
4881
|
.bg-Green_Darken-2 {
|
|
4638
4882
|
background-color: #006629;
|
|
4639
4883
|
}
|
|
@@ -4662,6 +4906,10 @@
|
|
|
4662
4906
|
color: #007B31;
|
|
4663
4907
|
}
|
|
4664
4908
|
|
|
4909
|
+
.text-important-Green_Darken-1 {
|
|
4910
|
+
color: #007B31 !important;
|
|
4911
|
+
}
|
|
4912
|
+
|
|
4665
4913
|
.bg-Green_Darken-1 {
|
|
4666
4914
|
background-color: #007B31;
|
|
4667
4915
|
}
|
|
@@ -4690,6 +4938,10 @@
|
|
|
4690
4938
|
color: #00973C;
|
|
4691
4939
|
}
|
|
4692
4940
|
|
|
4941
|
+
.text-important-Green_Default {
|
|
4942
|
+
color: #00973C !important;
|
|
4943
|
+
}
|
|
4944
|
+
|
|
4693
4945
|
.bg-Green_Default {
|
|
4694
4946
|
background-color: #00973C;
|
|
4695
4947
|
}
|
|
@@ -4718,6 +4970,10 @@
|
|
|
4718
4970
|
color: #01BB4B;
|
|
4719
4971
|
}
|
|
4720
4972
|
|
|
4973
|
+
.text-important-Green_Lighten-1 {
|
|
4974
|
+
color: #01BB4B !important;
|
|
4975
|
+
}
|
|
4976
|
+
|
|
4721
4977
|
.bg-Green_Lighten-1 {
|
|
4722
4978
|
background-color: #01BB4B;
|
|
4723
4979
|
}
|
|
@@ -4746,6 +5002,10 @@
|
|
|
4746
5002
|
color: #05D358;
|
|
4747
5003
|
}
|
|
4748
5004
|
|
|
5005
|
+
.text-important-Green_Lighten-2 {
|
|
5006
|
+
color: #05D358 !important;
|
|
5007
|
+
}
|
|
5008
|
+
|
|
4749
5009
|
.bg-Green_Lighten-2 {
|
|
4750
5010
|
background-color: #05D358;
|
|
4751
5011
|
}
|
|
@@ -4774,6 +5034,10 @@
|
|
|
4774
5034
|
color: #3EE882;
|
|
4775
5035
|
}
|
|
4776
5036
|
|
|
5037
|
+
.text-important-Green_Lighten-3 {
|
|
5038
|
+
color: #3EE882 !important;
|
|
5039
|
+
}
|
|
5040
|
+
|
|
4777
5041
|
.bg-Green_Lighten-3 {
|
|
4778
5042
|
background-color: #3EE882;
|
|
4779
5043
|
}
|
|
@@ -4802,6 +5066,10 @@
|
|
|
4802
5066
|
color: #87EDB0;
|
|
4803
5067
|
}
|
|
4804
5068
|
|
|
5069
|
+
.text-important-Green_Lighten-4 {
|
|
5070
|
+
color: #87EDB0 !important;
|
|
5071
|
+
}
|
|
5072
|
+
|
|
4805
5073
|
.bg-Green_Lighten-4 {
|
|
4806
5074
|
background-color: #87EDB0;
|
|
4807
5075
|
}
|
|
@@ -4830,6 +5098,10 @@
|
|
|
4830
5098
|
color: #C4F9D9;
|
|
4831
5099
|
}
|
|
4832
5100
|
|
|
5101
|
+
.text-important-Green_Lighten-5 {
|
|
5102
|
+
color: #C4F9D9 !important;
|
|
5103
|
+
}
|
|
5104
|
+
|
|
4833
5105
|
.bg-Green_Lighten-5 {
|
|
4834
5106
|
background-color: #C4F9D9;
|
|
4835
5107
|
}
|
|
@@ -4858,6 +5130,10 @@
|
|
|
4858
5130
|
color: #E8F9EF;
|
|
4859
5131
|
}
|
|
4860
5132
|
|
|
5133
|
+
.text-important-Green_Lighten-6 {
|
|
5134
|
+
color: #E8F9EF !important;
|
|
5135
|
+
}
|
|
5136
|
+
|
|
4861
5137
|
.bg-Green_Lighten-6 {
|
|
4862
5138
|
background-color: #E8F9EF;
|
|
4863
5139
|
}
|
|
@@ -4886,6 +5162,10 @@
|
|
|
4886
5162
|
color: #021a25;
|
|
4887
5163
|
}
|
|
4888
5164
|
|
|
5165
|
+
.text-important-Blue_A_Darken-5 {
|
|
5166
|
+
color: #021a25 !important;
|
|
5167
|
+
}
|
|
5168
|
+
|
|
4889
5169
|
.bg-Blue_A_Darken-5 {
|
|
4890
5170
|
background-color: #021a25;
|
|
4891
5171
|
}
|
|
@@ -4914,6 +5194,10 @@
|
|
|
4914
5194
|
color: #02212f;
|
|
4915
5195
|
}
|
|
4916
5196
|
|
|
5197
|
+
.text-important-Blue_A_Darken-4 {
|
|
5198
|
+
color: #02212f !important;
|
|
5199
|
+
}
|
|
5200
|
+
|
|
4917
5201
|
.bg-Blue_A_Darken-4 {
|
|
4918
5202
|
background-color: #02212f;
|
|
4919
5203
|
}
|
|
@@ -4942,6 +5226,10 @@
|
|
|
4942
5226
|
color: #032d40;
|
|
4943
5227
|
}
|
|
4944
5228
|
|
|
5229
|
+
.text-important-Blue_A_Darken-3 {
|
|
5230
|
+
color: #032d40 !important;
|
|
5231
|
+
}
|
|
5232
|
+
|
|
4945
5233
|
.bg-Blue_A_Darken-3 {
|
|
4946
5234
|
background-color: #032d40;
|
|
4947
5235
|
}
|
|
@@ -4970,6 +5258,10 @@
|
|
|
4970
5258
|
color: #033f59;
|
|
4971
5259
|
}
|
|
4972
5260
|
|
|
5261
|
+
.text-important-Blue_A_Darken-2 {
|
|
5262
|
+
color: #033f59 !important;
|
|
5263
|
+
}
|
|
5264
|
+
|
|
4973
5265
|
.bg-Blue_A_Darken-2 {
|
|
4974
5266
|
background-color: #033f59;
|
|
4975
5267
|
}
|
|
@@ -4998,6 +5290,10 @@
|
|
|
4998
5290
|
color: #06587d;
|
|
4999
5291
|
}
|
|
5000
5292
|
|
|
5293
|
+
.text-important-Blue_A_Darken-1 {
|
|
5294
|
+
color: #06587d !important;
|
|
5295
|
+
}
|
|
5296
|
+
|
|
5001
5297
|
.bg-Blue_A_Darken-1 {
|
|
5002
5298
|
background-color: #06587d;
|
|
5003
5299
|
}
|
|
@@ -5026,6 +5322,10 @@
|
|
|
5026
5322
|
color: #066d9b;
|
|
5027
5323
|
}
|
|
5028
5324
|
|
|
5325
|
+
.text-important-Blue_A_Default {
|
|
5326
|
+
color: #066d9b !important;
|
|
5327
|
+
}
|
|
5328
|
+
|
|
5029
5329
|
.bg-Blue_A_Default {
|
|
5030
5330
|
background-color: #066d9b;
|
|
5031
5331
|
}
|
|
@@ -5054,6 +5354,10 @@
|
|
|
5054
5354
|
color: #128fc7;
|
|
5055
5355
|
}
|
|
5056
5356
|
|
|
5357
|
+
.text-important-Blue_A_Lighten-1 {
|
|
5358
|
+
color: #128fc7 !important;
|
|
5359
|
+
}
|
|
5360
|
+
|
|
5057
5361
|
.bg-Blue_A_Lighten-1 {
|
|
5058
5362
|
background-color: #128fc7;
|
|
5059
5363
|
}
|
|
@@ -5082,6 +5386,10 @@
|
|
|
5082
5386
|
color: #229fd7;
|
|
5083
5387
|
}
|
|
5084
5388
|
|
|
5389
|
+
.text-important-Blue_A_Lighten-2 {
|
|
5390
|
+
color: #229fd7 !important;
|
|
5391
|
+
}
|
|
5392
|
+
|
|
5085
5393
|
.bg-Blue_A_Lighten-2 {
|
|
5086
5394
|
background-color: #229fd7;
|
|
5087
5395
|
}
|
|
@@ -5110,6 +5418,10 @@
|
|
|
5110
5418
|
color: #50bff0;
|
|
5111
5419
|
}
|
|
5112
5420
|
|
|
5421
|
+
.text-important-Blue_A_Lighten-3 {
|
|
5422
|
+
color: #50bff0 !important;
|
|
5423
|
+
}
|
|
5424
|
+
|
|
5113
5425
|
.bg-Blue_A_Lighten-3 {
|
|
5114
5426
|
background-color: #50bff0;
|
|
5115
5427
|
}
|
|
@@ -5138,6 +5450,10 @@
|
|
|
5138
5450
|
color: #a4e2fd;
|
|
5139
5451
|
}
|
|
5140
5452
|
|
|
5453
|
+
.text-important-Blue_A_Lighten-4 {
|
|
5454
|
+
color: #a4e2fd !important;
|
|
5455
|
+
}
|
|
5456
|
+
|
|
5141
5457
|
.bg-Blue_A_Lighten-4 {
|
|
5142
5458
|
background-color: #a4e2fd;
|
|
5143
5459
|
}
|
|
@@ -5166,6 +5482,10 @@
|
|
|
5166
5482
|
color: #d9f2fd;
|
|
5167
5483
|
}
|
|
5168
5484
|
|
|
5485
|
+
.text-important-Blue_A_Lighten-5 {
|
|
5486
|
+
color: #d9f2fd !important;
|
|
5487
|
+
}
|
|
5488
|
+
|
|
5169
5489
|
.bg-Blue_A_Lighten-5 {
|
|
5170
5490
|
background-color: #d9f2fd;
|
|
5171
5491
|
}
|
|
@@ -5194,6 +5514,10 @@
|
|
|
5194
5514
|
color: #ecf8fd;
|
|
5195
5515
|
}
|
|
5196
5516
|
|
|
5517
|
+
.text-important-Blue_A_Lighten-6 {
|
|
5518
|
+
color: #ecf8fd !important;
|
|
5519
|
+
}
|
|
5520
|
+
|
|
5197
5521
|
.bg-Blue_A_Lighten-6 {
|
|
5198
5522
|
background-color: #ecf8fd;
|
|
5199
5523
|
}
|
|
@@ -5222,6 +5546,10 @@
|
|
|
5222
5546
|
color: #011428;
|
|
5223
5547
|
}
|
|
5224
5548
|
|
|
5549
|
+
.text-important-Blue_B_Darken-5 {
|
|
5550
|
+
color: #011428 !important;
|
|
5551
|
+
}
|
|
5552
|
+
|
|
5225
5553
|
.bg-Blue_B_Darken-5 {
|
|
5226
5554
|
background-color: #011428;
|
|
5227
5555
|
}
|
|
@@ -5250,6 +5578,10 @@
|
|
|
5250
5578
|
color: #03172d;
|
|
5251
5579
|
}
|
|
5252
5580
|
|
|
5581
|
+
.text-important-Blue_B_Darken-4 {
|
|
5582
|
+
color: #03172d !important;
|
|
5583
|
+
}
|
|
5584
|
+
|
|
5253
5585
|
.bg-Blue_B_Darken-4 {
|
|
5254
5586
|
background-color: #03172d;
|
|
5255
5587
|
}
|
|
@@ -5278,6 +5610,10 @@
|
|
|
5278
5610
|
color: #051d36;
|
|
5279
5611
|
}
|
|
5280
5612
|
|
|
5613
|
+
.text-important-Blue_B_Darken-3 {
|
|
5614
|
+
color: #051d36 !important;
|
|
5615
|
+
}
|
|
5616
|
+
|
|
5281
5617
|
.bg-Blue_B_Darken-3 {
|
|
5282
5618
|
background-color: #051d36;
|
|
5283
5619
|
}
|
|
@@ -5306,6 +5642,10 @@
|
|
|
5306
5642
|
color: #07284a;
|
|
5307
5643
|
}
|
|
5308
5644
|
|
|
5645
|
+
.text-important-Blue_B_Darken-2 {
|
|
5646
|
+
color: #07284a !important;
|
|
5647
|
+
}
|
|
5648
|
+
|
|
5309
5649
|
.bg-Blue_B_Darken-2 {
|
|
5310
5650
|
background-color: #07284a;
|
|
5311
5651
|
}
|
|
@@ -5334,6 +5674,10 @@
|
|
|
5334
5674
|
color: #004177;
|
|
5335
5675
|
}
|
|
5336
5676
|
|
|
5677
|
+
.text-important-Blue_B_Darken-1 {
|
|
5678
|
+
color: #004177 !important;
|
|
5679
|
+
}
|
|
5680
|
+
|
|
5337
5681
|
.bg-Blue_B_Darken-1 {
|
|
5338
5682
|
background-color: #004177;
|
|
5339
5683
|
}
|
|
@@ -5362,6 +5706,10 @@
|
|
|
5362
5706
|
color: #025497;
|
|
5363
5707
|
}
|
|
5364
5708
|
|
|
5709
|
+
.text-important-Blue_B_Default {
|
|
5710
|
+
color: #025497 !important;
|
|
5711
|
+
}
|
|
5712
|
+
|
|
5365
5713
|
.bg-Blue_B_Default {
|
|
5366
5714
|
background-color: #025497;
|
|
5367
5715
|
}
|
|
@@ -5390,6 +5738,10 @@
|
|
|
5390
5738
|
color: #006ac1;
|
|
5391
5739
|
}
|
|
5392
5740
|
|
|
5741
|
+
.text-important-Blue_B_Lighten-1 {
|
|
5742
|
+
color: #006ac1 !important;
|
|
5743
|
+
}
|
|
5744
|
+
|
|
5393
5745
|
.bg-Blue_B_Lighten-1 {
|
|
5394
5746
|
background-color: #006ac1;
|
|
5395
5747
|
}
|
|
@@ -5418,6 +5770,10 @@
|
|
|
5418
5770
|
color: #1f8ae1;
|
|
5419
5771
|
}
|
|
5420
5772
|
|
|
5773
|
+
.text-important-Blue_B_Lighten-2 {
|
|
5774
|
+
color: #1f8ae1 !important;
|
|
5775
|
+
}
|
|
5776
|
+
|
|
5421
5777
|
.bg-Blue_B_Lighten-2 {
|
|
5422
5778
|
background-color: #1f8ae1;
|
|
5423
5779
|
}
|
|
@@ -5446,6 +5802,10 @@
|
|
|
5446
5802
|
color: #5cb0f3;
|
|
5447
5803
|
}
|
|
5448
5804
|
|
|
5805
|
+
.text-important-Blue_B_Lighten-3 {
|
|
5806
|
+
color: #5cb0f3 !important;
|
|
5807
|
+
}
|
|
5808
|
+
|
|
5449
5809
|
.bg-Blue_B_Lighten-3 {
|
|
5450
5810
|
background-color: #5cb0f3;
|
|
5451
5811
|
}
|
|
@@ -5474,6 +5834,10 @@
|
|
|
5474
5834
|
color: #9cd1fc;
|
|
5475
5835
|
}
|
|
5476
5836
|
|
|
5837
|
+
.text-important-Blue_B_Lighten-4 {
|
|
5838
|
+
color: #9cd1fc !important;
|
|
5839
|
+
}
|
|
5840
|
+
|
|
5477
5841
|
.bg-Blue_B_Lighten-4 {
|
|
5478
5842
|
background-color: #9cd1fc;
|
|
5479
5843
|
}
|
|
@@ -5502,6 +5866,10 @@
|
|
|
5502
5866
|
color: #d5ebfe;
|
|
5503
5867
|
}
|
|
5504
5868
|
|
|
5869
|
+
.text-important-Blue_B_Lighten-5 {
|
|
5870
|
+
color: #d5ebfe !important;
|
|
5871
|
+
}
|
|
5872
|
+
|
|
5505
5873
|
.bg-Blue_B_Lighten-5 {
|
|
5506
5874
|
background-color: #d5ebfe;
|
|
5507
5875
|
}
|
|
@@ -5530,6 +5898,10 @@
|
|
|
5530
5898
|
color: #eaf5fe;
|
|
5531
5899
|
}
|
|
5532
5900
|
|
|
5901
|
+
.text-important-Blue_B_Lighten-6 {
|
|
5902
|
+
color: #eaf5fe !important;
|
|
5903
|
+
}
|
|
5904
|
+
|
|
5533
5905
|
.bg-Blue_B_Lighten-6 {
|
|
5534
5906
|
background-color: #eaf5fe;
|
|
5535
5907
|
}
|
|
@@ -5558,6 +5930,10 @@
|
|
|
5558
5930
|
color: #001226;
|
|
5559
5931
|
}
|
|
5560
5932
|
|
|
5933
|
+
.text-important-Blue_C_Darken-5 {
|
|
5934
|
+
color: #001226 !important;
|
|
5935
|
+
}
|
|
5936
|
+
|
|
5561
5937
|
.bg-Blue_C_Darken-5 {
|
|
5562
5938
|
background-color: #001226;
|
|
5563
5939
|
}
|
|
@@ -5586,6 +5962,10 @@
|
|
|
5586
5962
|
color: #001b39;
|
|
5587
5963
|
}
|
|
5588
5964
|
|
|
5965
|
+
.text-important-Blue_C_Darken-4 {
|
|
5966
|
+
color: #001b39 !important;
|
|
5967
|
+
}
|
|
5968
|
+
|
|
5589
5969
|
.bg-Blue_C_Darken-4 {
|
|
5590
5970
|
background-color: #001b39;
|
|
5591
5971
|
}
|
|
@@ -5614,6 +5994,10 @@
|
|
|
5614
5994
|
color: #002b5e;
|
|
5615
5995
|
}
|
|
5616
5996
|
|
|
5997
|
+
.text-important-Blue_C_Darken-3 {
|
|
5998
|
+
color: #002b5e !important;
|
|
5999
|
+
}
|
|
6000
|
+
|
|
5617
6001
|
.bg-Blue_C_Darken-3 {
|
|
5618
6002
|
background-color: #002b5e;
|
|
5619
6003
|
}
|
|
@@ -5642,6 +6026,10 @@
|
|
|
5642
6026
|
color: #004290;
|
|
5643
6027
|
}
|
|
5644
6028
|
|
|
6029
|
+
.text-important-Blue_C_Darken-2 {
|
|
6030
|
+
color: #004290 !important;
|
|
6031
|
+
}
|
|
6032
|
+
|
|
5645
6033
|
.bg-Blue_C_Darken-2 {
|
|
5646
6034
|
background-color: #004290;
|
|
5647
6035
|
}
|
|
@@ -5670,6 +6058,10 @@
|
|
|
5670
6058
|
color: #005cc9;
|
|
5671
6059
|
}
|
|
5672
6060
|
|
|
6061
|
+
.text-important-Blue_C_Darken-1 {
|
|
6062
|
+
color: #005cc9 !important;
|
|
6063
|
+
}
|
|
6064
|
+
|
|
5673
6065
|
.bg-Blue_C_Darken-1 {
|
|
5674
6066
|
background-color: #005cc9;
|
|
5675
6067
|
}
|
|
@@ -5698,6 +6090,10 @@
|
|
|
5698
6090
|
color: #0075ff;
|
|
5699
6091
|
}
|
|
5700
6092
|
|
|
6093
|
+
.text-important-Blue_C_Default {
|
|
6094
|
+
color: #0075ff !important;
|
|
6095
|
+
}
|
|
6096
|
+
|
|
5701
6097
|
.bg-Blue_C_Default {
|
|
5702
6098
|
background-color: #0075ff;
|
|
5703
6099
|
}
|
|
@@ -5726,6 +6122,10 @@
|
|
|
5726
6122
|
color: #2d8dff;
|
|
5727
6123
|
}
|
|
5728
6124
|
|
|
6125
|
+
.text-important-Blue_C_Lighten-1 {
|
|
6126
|
+
color: #2d8dff !important;
|
|
6127
|
+
}
|
|
6128
|
+
|
|
5729
6129
|
.bg-Blue_C_Lighten-1 {
|
|
5730
6130
|
background-color: #2d8dff;
|
|
5731
6131
|
}
|
|
@@ -5754,6 +6154,10 @@
|
|
|
5754
6154
|
color: #64abff;
|
|
5755
6155
|
}
|
|
5756
6156
|
|
|
6157
|
+
.text-important-Blue_C_Lighten-2 {
|
|
6158
|
+
color: #64abff !important;
|
|
6159
|
+
}
|
|
6160
|
+
|
|
5757
6161
|
.bg-Blue_C_Lighten-2 {
|
|
5758
6162
|
background-color: #64abff;
|
|
5759
6163
|
}
|
|
@@ -5782,6 +6186,10 @@
|
|
|
5782
6186
|
color: #93c4ff;
|
|
5783
6187
|
}
|
|
5784
6188
|
|
|
6189
|
+
.text-important-Blue_C_Lighten-3 {
|
|
6190
|
+
color: #93c4ff !important;
|
|
6191
|
+
}
|
|
6192
|
+
|
|
5785
6193
|
.bg-Blue_C_Lighten-3 {
|
|
5786
6194
|
background-color: #93c4ff;
|
|
5787
6195
|
}
|
|
@@ -5810,6 +6218,10 @@
|
|
|
5810
6218
|
color: #bbdaff;
|
|
5811
6219
|
}
|
|
5812
6220
|
|
|
6221
|
+
.text-important-Blue_C_Lighten-4 {
|
|
6222
|
+
color: #bbdaff !important;
|
|
6223
|
+
}
|
|
6224
|
+
|
|
5813
6225
|
.bg-Blue_C_Lighten-4 {
|
|
5814
6226
|
background-color: #bbdaff;
|
|
5815
6227
|
}
|
|
@@ -5838,6 +6250,10 @@
|
|
|
5838
6250
|
color: #d9eaff;
|
|
5839
6251
|
}
|
|
5840
6252
|
|
|
6253
|
+
.text-important-Blue_C_Lighten-5 {
|
|
6254
|
+
color: #d9eaff !important;
|
|
6255
|
+
}
|
|
6256
|
+
|
|
5841
6257
|
.bg-Blue_C_Lighten-5 {
|
|
5842
6258
|
background-color: #d9eaff;
|
|
5843
6259
|
}
|
|
@@ -5866,6 +6282,10 @@
|
|
|
5866
6282
|
color: #e6f1ff;
|
|
5867
6283
|
}
|
|
5868
6284
|
|
|
6285
|
+
.text-important-Blue_C_Lighten-6 {
|
|
6286
|
+
color: #e6f1ff !important;
|
|
6287
|
+
}
|
|
6288
|
+
|
|
5869
6289
|
.bg-Blue_C_Lighten-6 {
|
|
5870
6290
|
background-color: #e6f1ff;
|
|
5871
6291
|
}
|
|
@@ -5894,6 +6314,10 @@
|
|
|
5894
6314
|
color: #eff6ff;
|
|
5895
6315
|
}
|
|
5896
6316
|
|
|
6317
|
+
.text-important-Blue_C_Lighten-7 {
|
|
6318
|
+
color: #eff6ff !important;
|
|
6319
|
+
}
|
|
6320
|
+
|
|
5897
6321
|
.bg-Blue_C_Lighten-7 {
|
|
5898
6322
|
background-color: #eff6ff;
|
|
5899
6323
|
}
|
|
@@ -5922,6 +6346,10 @@
|
|
|
5922
6346
|
color: #f5faff;
|
|
5923
6347
|
}
|
|
5924
6348
|
|
|
6349
|
+
.text-important-Blue_C_Lighten-8 {
|
|
6350
|
+
color: #f5faff !important;
|
|
6351
|
+
}
|
|
6352
|
+
|
|
5925
6353
|
.bg-Blue_C_Lighten-8 {
|
|
5926
6354
|
background-color: #f5faff;
|
|
5927
6355
|
}
|
|
@@ -5950,6 +6378,10 @@
|
|
|
5950
6378
|
color: #222222;
|
|
5951
6379
|
}
|
|
5952
6380
|
|
|
6381
|
+
.text-important-Grey_Darken-5 {
|
|
6382
|
+
color: #222222 !important;
|
|
6383
|
+
}
|
|
6384
|
+
|
|
5953
6385
|
.bg-Grey_Darken-5 {
|
|
5954
6386
|
background-color: #222222;
|
|
5955
6387
|
}
|
|
@@ -5978,6 +6410,10 @@
|
|
|
5978
6410
|
color: #333333;
|
|
5979
6411
|
}
|
|
5980
6412
|
|
|
6413
|
+
.text-important-Grey_Darken-4 {
|
|
6414
|
+
color: #333333 !important;
|
|
6415
|
+
}
|
|
6416
|
+
|
|
5981
6417
|
.bg-Grey_Darken-4 {
|
|
5982
6418
|
background-color: #333333;
|
|
5983
6419
|
}
|
|
@@ -6006,6 +6442,10 @@
|
|
|
6006
6442
|
color: #444444;
|
|
6007
6443
|
}
|
|
6008
6444
|
|
|
6445
|
+
.text-important-Grey_Darken-3 {
|
|
6446
|
+
color: #444444 !important;
|
|
6447
|
+
}
|
|
6448
|
+
|
|
6009
6449
|
.bg-Grey_Darken-3 {
|
|
6010
6450
|
background-color: #444444;
|
|
6011
6451
|
}
|
|
@@ -6034,6 +6474,10 @@
|
|
|
6034
6474
|
color: #555555;
|
|
6035
6475
|
}
|
|
6036
6476
|
|
|
6477
|
+
.text-important-Grey_Darken-2 {
|
|
6478
|
+
color: #555555 !important;
|
|
6479
|
+
}
|
|
6480
|
+
|
|
6037
6481
|
.bg-Grey_Darken-2 {
|
|
6038
6482
|
background-color: #555555;
|
|
6039
6483
|
}
|
|
@@ -6062,6 +6506,10 @@
|
|
|
6062
6506
|
color: #737373;
|
|
6063
6507
|
}
|
|
6064
6508
|
|
|
6509
|
+
.text-important-Grey_Darken-1 {
|
|
6510
|
+
color: #737373 !important;
|
|
6511
|
+
}
|
|
6512
|
+
|
|
6065
6513
|
.bg-Grey_Darken-1 {
|
|
6066
6514
|
background-color: #737373;
|
|
6067
6515
|
}
|
|
@@ -6090,6 +6538,10 @@
|
|
|
6090
6538
|
color: #888888;
|
|
6091
6539
|
}
|
|
6092
6540
|
|
|
6541
|
+
.text-important-Grey_Default {
|
|
6542
|
+
color: #888888 !important;
|
|
6543
|
+
}
|
|
6544
|
+
|
|
6093
6545
|
.bg-Grey_Default {
|
|
6094
6546
|
background-color: #888888;
|
|
6095
6547
|
}
|
|
@@ -6118,6 +6570,10 @@
|
|
|
6118
6570
|
color: #aaaaaa;
|
|
6119
6571
|
}
|
|
6120
6572
|
|
|
6573
|
+
.text-important-Grey_Lighten-1 {
|
|
6574
|
+
color: #aaaaaa !important;
|
|
6575
|
+
}
|
|
6576
|
+
|
|
6121
6577
|
.bg-Grey_Lighten-1 {
|
|
6122
6578
|
background-color: #aaaaaa;
|
|
6123
6579
|
}
|
|
@@ -6146,6 +6602,10 @@
|
|
|
6146
6602
|
color: #cccccc;
|
|
6147
6603
|
}
|
|
6148
6604
|
|
|
6605
|
+
.text-important-Grey_Lighten-2 {
|
|
6606
|
+
color: #cccccc !important;
|
|
6607
|
+
}
|
|
6608
|
+
|
|
6149
6609
|
.bg-Grey_Lighten-2 {
|
|
6150
6610
|
background-color: #cccccc;
|
|
6151
6611
|
}
|
|
@@ -6174,6 +6634,10 @@
|
|
|
6174
6634
|
color: #e1e1e1;
|
|
6175
6635
|
}
|
|
6176
6636
|
|
|
6637
|
+
.text-important-Grey_Lighten-3 {
|
|
6638
|
+
color: #e1e1e1 !important;
|
|
6639
|
+
}
|
|
6640
|
+
|
|
6177
6641
|
.bg-Grey_Lighten-3 {
|
|
6178
6642
|
background-color: #e1e1e1;
|
|
6179
6643
|
}
|
|
@@ -6202,6 +6666,10 @@
|
|
|
6202
6666
|
color: #eeeeee;
|
|
6203
6667
|
}
|
|
6204
6668
|
|
|
6669
|
+
.text-important-Grey_Lighten-4 {
|
|
6670
|
+
color: #eeeeee !important;
|
|
6671
|
+
}
|
|
6672
|
+
|
|
6205
6673
|
.bg-Grey_Lighten-4 {
|
|
6206
6674
|
background-color: #eeeeee;
|
|
6207
6675
|
}
|
|
@@ -6230,6 +6698,10 @@
|
|
|
6230
6698
|
color: #f6f6f6;
|
|
6231
6699
|
}
|
|
6232
6700
|
|
|
6701
|
+
.text-important-Grey_Lighten-5 {
|
|
6702
|
+
color: #f6f6f6 !important;
|
|
6703
|
+
}
|
|
6704
|
+
|
|
6233
6705
|
.bg-Grey_Lighten-5 {
|
|
6234
6706
|
background-color: #f6f6f6;
|
|
6235
6707
|
}
|
|
@@ -6258,6 +6730,10 @@
|
|
|
6258
6730
|
color: #f9f9f9;
|
|
6259
6731
|
}
|
|
6260
6732
|
|
|
6733
|
+
.text-important-Grey_Lighten-6 {
|
|
6734
|
+
color: #f9f9f9 !important;
|
|
6735
|
+
}
|
|
6736
|
+
|
|
6261
6737
|
.bg-Grey_Lighten-6 {
|
|
6262
6738
|
background-color: #f9f9f9;
|
|
6263
6739
|
}
|
|
@@ -6286,6 +6762,10 @@
|
|
|
6286
6762
|
color: #E5E5E5;
|
|
6287
6763
|
}
|
|
6288
6764
|
|
|
6765
|
+
.text-important-Grey_Lighten-7 {
|
|
6766
|
+
color: #E5E5E5 !important;
|
|
6767
|
+
}
|
|
6768
|
+
|
|
6289
6769
|
.bg-Grey_Lighten-7 {
|
|
6290
6770
|
background-color: #E5E5E5;
|
|
6291
6771
|
}
|
|
@@ -6314,6 +6794,10 @@
|
|
|
6314
6794
|
color: #D8D8D8;
|
|
6315
6795
|
}
|
|
6316
6796
|
|
|
6797
|
+
.text-important-Grey_Lighten-8 {
|
|
6798
|
+
color: #D8D8D8 !important;
|
|
6799
|
+
}
|
|
6800
|
+
|
|
6317
6801
|
.bg-Grey_Lighten-8 {
|
|
6318
6802
|
background-color: #D8D8D8;
|
|
6319
6803
|
}
|
|
@@ -6342,6 +6826,10 @@
|
|
|
6342
6826
|
color: #ffffff;
|
|
6343
6827
|
}
|
|
6344
6828
|
|
|
6829
|
+
.text-important-white {
|
|
6830
|
+
color: #ffffff !important;
|
|
6831
|
+
}
|
|
6832
|
+
|
|
6345
6833
|
.bg-white {
|
|
6346
6834
|
background-color: #ffffff;
|
|
6347
6835
|
}
|
|
@@ -6370,6 +6858,10 @@
|
|
|
6370
6858
|
color: #000000;
|
|
6371
6859
|
}
|
|
6372
6860
|
|
|
6861
|
+
.text-important-black {
|
|
6862
|
+
color: #000000 !important;
|
|
6863
|
+
}
|
|
6864
|
+
|
|
6373
6865
|
.bg-black {
|
|
6374
6866
|
background-color: #000000;
|
|
6375
6867
|
}
|