@keenmate/pure-admin-theme-express 1.0.0-rc01 → 1.0.0-rc02
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/express.css +365 -160
- package/package.json +3 -3
- package/src/scss/express.scss +693 -566
package/dist/express.css
CHANGED
|
@@ -1,10 +1,67 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/* Express Theme - Bold yellow and red palette inspired by logistics brands */
|
|
3
|
+
/* cyrillic-ext */
|
|
3
4
|
@font-face {
|
|
4
|
-
font-family: "
|
|
5
|
-
|
|
5
|
+
font-family: "Fira Sans Condensed";
|
|
6
|
+
font-style: normal;
|
|
7
|
+
font-weight: 400;
|
|
8
|
+
font-display: swap;
|
|
9
|
+
src: url(/fonts/google/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfvtrftV.woff2) format("woff2");
|
|
10
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
11
|
+
}
|
|
12
|
+
/* cyrillic */
|
|
13
|
+
@font-face {
|
|
14
|
+
font-family: "Fira Sans Condensed";
|
|
15
|
+
font-style: normal;
|
|
16
|
+
font-weight: 400;
|
|
17
|
+
font-display: swap;
|
|
18
|
+
src: url(/fonts/google/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfLtrftV.woff2) format("woff2");
|
|
19
|
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
20
|
+
}
|
|
21
|
+
/* greek-ext */
|
|
22
|
+
@font-face {
|
|
23
|
+
font-family: "Fira Sans Condensed";
|
|
24
|
+
font-style: normal;
|
|
25
|
+
font-weight: 400;
|
|
26
|
+
font-display: swap;
|
|
27
|
+
src: url(/fonts/google/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfrtrftV.woff2) format("woff2");
|
|
28
|
+
unicode-range: U+1F00-1FFF;
|
|
29
|
+
}
|
|
30
|
+
/* greek */
|
|
31
|
+
@font-face {
|
|
32
|
+
font-family: "Fira Sans Condensed";
|
|
33
|
+
font-style: normal;
|
|
34
|
+
font-weight: 400;
|
|
35
|
+
font-display: swap;
|
|
36
|
+
src: url(/fonts/google/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfXtrftV.woff2) format("woff2");
|
|
37
|
+
unicode-range: U+0370-03FF;
|
|
38
|
+
}
|
|
39
|
+
/* vietnamese */
|
|
40
|
+
@font-face {
|
|
41
|
+
font-family: "Fira Sans Condensed";
|
|
42
|
+
font-style: normal;
|
|
43
|
+
font-weight: 400;
|
|
44
|
+
font-display: swap;
|
|
45
|
+
src: url(/fonts/google/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfntrftV.woff2) format("woff2");
|
|
46
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
47
|
+
}
|
|
48
|
+
/* latin-ext */
|
|
49
|
+
@font-face {
|
|
50
|
+
font-family: "Fira Sans Condensed";
|
|
51
|
+
font-style: normal;
|
|
6
52
|
font-weight: 400;
|
|
53
|
+
font-display: swap;
|
|
54
|
+
src: url(/fonts/google/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfjtrftV.woff2) format("woff2");
|
|
55
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
56
|
+
}
|
|
57
|
+
/* latin */
|
|
58
|
+
@font-face {
|
|
59
|
+
font-family: "Fira Sans Condensed";
|
|
7
60
|
font-style: normal;
|
|
61
|
+
font-weight: 400;
|
|
62
|
+
font-display: swap;
|
|
63
|
+
src: url(/fonts/google/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfbtrQ.woff2) format("woff2");
|
|
64
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
8
65
|
}
|
|
9
66
|
/* ========================================
|
|
10
67
|
Reset and Base Styles
|
|
@@ -78,7 +135,7 @@ figure {
|
|
|
78
135
|
body {
|
|
79
136
|
margin: 0;
|
|
80
137
|
padding: 0;
|
|
81
|
-
font-family: "
|
|
138
|
+
font-family: "Fira Sans Condensed", "Arial Narrow", "Arial", sans-serif;
|
|
82
139
|
font-size: 1.6rem;
|
|
83
140
|
color: var(--pa-text-primary);
|
|
84
141
|
background-color: var(--pa-primary-bg);
|
|
@@ -113,6 +170,42 @@ label {
|
|
|
113
170
|
font-size: inherit;
|
|
114
171
|
}
|
|
115
172
|
|
|
173
|
+
/* Webkit browsers (Chrome, Safari, Edge) */
|
|
174
|
+
*::-webkit-scrollbar {
|
|
175
|
+
width: 6px;
|
|
176
|
+
height: 6px;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
*::-webkit-scrollbar-track {
|
|
180
|
+
background: var(--pa-primary-bg);
|
|
181
|
+
border-radius: 3px;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
*::-webkit-scrollbar-thumb {
|
|
185
|
+
background: #E5E5E5;
|
|
186
|
+
border-radius: 3px;
|
|
187
|
+
border: 1px solid var(--pa-primary-bg);
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
*::-webkit-scrollbar-thumb:hover {
|
|
191
|
+
background: #D40511;
|
|
192
|
+
border-color: rgba(212, 5, 17, 0.12);
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
*::-webkit-scrollbar-thumb:active {
|
|
196
|
+
background: rgba(212, 5, 17, 0.12);
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
*::-webkit-scrollbar-corner {
|
|
200
|
+
background: var(--pa-primary-bg);
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
/* Firefox */
|
|
204
|
+
* {
|
|
205
|
+
scrollbar-width: thin;
|
|
206
|
+
scrollbar-color: var(--pa-border-color) var(--pa-primary-bg);
|
|
207
|
+
}
|
|
208
|
+
|
|
116
209
|
/* ========================================
|
|
117
210
|
Layout V2 - Based on Testbench Structure
|
|
118
211
|
======================================== */
|
|
@@ -2445,8 +2538,8 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
|
|
|
2445
2538
|
}
|
|
2446
2539
|
|
|
2447
2540
|
.pa-card__header {
|
|
2448
|
-
padding: 0.8rem
|
|
2449
|
-
min-height:
|
|
2541
|
+
padding: 0.8rem 1rem;
|
|
2542
|
+
min-height: 4rem;
|
|
2450
2543
|
border-top-left-radius: 8px;
|
|
2451
2544
|
border-top-right-radius: 8px;
|
|
2452
2545
|
border-bottom: 1px solid var(--pa-border-color);
|
|
@@ -2507,10 +2600,11 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
|
|
|
2507
2600
|
color: var(--pa-text-primary);
|
|
2508
2601
|
font-size: 1.6rem;
|
|
2509
2602
|
font-weight: 600;
|
|
2603
|
+
line-height: 1;
|
|
2510
2604
|
}
|
|
2511
2605
|
|
|
2512
2606
|
.pa-card__body {
|
|
2513
|
-
padding: 1.6rem
|
|
2607
|
+
padding: 1.6rem 1rem;
|
|
2514
2608
|
flex: 1;
|
|
2515
2609
|
}
|
|
2516
2610
|
|
|
@@ -2523,7 +2617,7 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
|
|
|
2523
2617
|
}
|
|
2524
2618
|
|
|
2525
2619
|
.pa-card__footer {
|
|
2526
|
-
padding: 1.2rem
|
|
2620
|
+
padding: 1.2rem 1rem;
|
|
2527
2621
|
border-top: 1px solid var(--pa-border-color);
|
|
2528
2622
|
border-bottom-left-radius: 8px;
|
|
2529
2623
|
border-bottom-right-radius: 8px;
|
|
@@ -2632,7 +2726,7 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
|
|
|
2632
2726
|
}
|
|
2633
2727
|
|
|
2634
2728
|
.pa-card__tab {
|
|
2635
|
-
padding: 1.2rem
|
|
2729
|
+
padding: 1.2rem 1rem;
|
|
2636
2730
|
border: none;
|
|
2637
2731
|
background: none;
|
|
2638
2732
|
color: var(--pa-text-secondary);
|
|
@@ -2960,7 +3054,7 @@ a.pa-card p {
|
|
|
2960
3054
|
.pa-tabs__container--bordered {
|
|
2961
3055
|
border: 1px solid var(--pa-border-color);
|
|
2962
3056
|
border-radius: 8px;
|
|
2963
|
-
padding: 1.6rem;
|
|
3057
|
+
padding: 1.6rem 1rem;
|
|
2964
3058
|
background-color: var(--pa-card-bg);
|
|
2965
3059
|
}
|
|
2966
3060
|
|
|
@@ -2988,7 +3082,7 @@ a.pa-card p {
|
|
|
2988
3082
|
.pa-tabs__vertical-layout--bordered {
|
|
2989
3083
|
border: 1px solid var(--pa-border-color);
|
|
2990
3084
|
border-radius: 8px;
|
|
2991
|
-
padding: 1.6rem;
|
|
3085
|
+
padding: 1.6rem 1rem;
|
|
2992
3086
|
background-color: var(--pa-card-bg);
|
|
2993
3087
|
}
|
|
2994
3088
|
|
|
@@ -3116,8 +3210,8 @@ a.pa-card p {
|
|
|
3116
3210
|
}
|
|
3117
3211
|
|
|
3118
3212
|
.pa-stat__icon--info {
|
|
3119
|
-
background-color: rgba(
|
|
3120
|
-
color: #
|
|
3213
|
+
background-color: rgba(6, 182, 212, 0.1);
|
|
3214
|
+
color: #06b6d4;
|
|
3121
3215
|
}
|
|
3122
3216
|
|
|
3123
3217
|
.pa-stat__content {
|
|
@@ -3155,7 +3249,7 @@ a.pa-card p {
|
|
|
3155
3249
|
font-size: 3.2rem;
|
|
3156
3250
|
font-weight: 700;
|
|
3157
3251
|
color: var(--pa-text-primary);
|
|
3158
|
-
line-height: 1;
|
|
3252
|
+
line-height: 1.1;
|
|
3159
3253
|
margin-bottom: 0.8rem;
|
|
3160
3254
|
}
|
|
3161
3255
|
|
|
@@ -3199,7 +3293,7 @@ a.pa-card p {
|
|
|
3199
3293
|
.pa-stat--square .pa-stat__number {
|
|
3200
3294
|
font-size: clamp(4.8rem, 8vw, 7.2rem);
|
|
3201
3295
|
font-weight: 700;
|
|
3202
|
-
line-height: 1;
|
|
3296
|
+
line-height: 1.1;
|
|
3203
3297
|
color: inherit;
|
|
3204
3298
|
z-index: 2px;
|
|
3205
3299
|
position: relative;
|
|
@@ -3212,7 +3306,7 @@ a.pa-card p {
|
|
|
3212
3306
|
.pa-stat--square .pa-stat__symbol {
|
|
3213
3307
|
font-size: clamp(6.4rem, 10vw, 9.6rem);
|
|
3214
3308
|
font-weight: 700;
|
|
3215
|
-
line-height: 1;
|
|
3309
|
+
line-height: 1.1;
|
|
3216
3310
|
opacity: 0.12;
|
|
3217
3311
|
color: inherit;
|
|
3218
3312
|
position: absolute;
|
|
@@ -3250,13 +3344,13 @@ a.pa-card p {
|
|
|
3250
3344
|
}
|
|
3251
3345
|
|
|
3252
3346
|
.pa-stat--square.pa-stat--info {
|
|
3253
|
-
background-color: #
|
|
3347
|
+
background-color: #06b6d4;
|
|
3254
3348
|
color: #ffffff;
|
|
3255
3349
|
}
|
|
3256
3350
|
|
|
3257
3351
|
.pa-stat--square.pa-stat--warning {
|
|
3258
3352
|
background-color: #f59e0b;
|
|
3259
|
-
color: #
|
|
3353
|
+
color: #ffffff;
|
|
3260
3354
|
}
|
|
3261
3355
|
|
|
3262
3356
|
.pa-stat--square.pa-stat--danger {
|
|
@@ -3360,7 +3454,7 @@ a.pa-card p {
|
|
|
3360
3454
|
|
|
3361
3455
|
.pa-list-basic--icon.pa-list-basic--info li::before {
|
|
3362
3456
|
content: "→";
|
|
3363
|
-
color: #
|
|
3457
|
+
color: #06b6d4;
|
|
3364
3458
|
}
|
|
3365
3459
|
|
|
3366
3460
|
.pa-list-basic--icon.pa-list-basic--warning li::before {
|
|
@@ -3433,7 +3527,7 @@ a.pa-card p {
|
|
|
3433
3527
|
display: flex;
|
|
3434
3528
|
align-items: center;
|
|
3435
3529
|
gap: 1.2rem;
|
|
3436
|
-
padding: 1.2rem
|
|
3530
|
+
padding: 1.2rem 1rem;
|
|
3437
3531
|
border-bottom: 1px solid var(--pa-border-color);
|
|
3438
3532
|
}
|
|
3439
3533
|
|
|
@@ -3751,7 +3845,7 @@ a.pa-card p {
|
|
|
3751
3845
|
}
|
|
3752
3846
|
|
|
3753
3847
|
.pa-composite-badge--secondary .pa-composite-badge__label {
|
|
3754
|
-
background-color: #
|
|
3848
|
+
background-color: #F2F2F2;
|
|
3755
3849
|
color: var(--pa-text-secondary);
|
|
3756
3850
|
}
|
|
3757
3851
|
|
|
@@ -3779,7 +3873,7 @@ a.pa-card p {
|
|
|
3779
3873
|
|
|
3780
3874
|
.pa-composite-badge--success .pa-composite-badge__label {
|
|
3781
3875
|
background-color: #d4edda;
|
|
3782
|
-
color: #
|
|
3876
|
+
color: #065f46;
|
|
3783
3877
|
}
|
|
3784
3878
|
|
|
3785
3879
|
.pa-composite-badge--success .pa-composite-badge__label:hover {
|
|
@@ -3806,7 +3900,7 @@ a.pa-card p {
|
|
|
3806
3900
|
|
|
3807
3901
|
.pa-composite-badge--danger .pa-composite-badge__label {
|
|
3808
3902
|
background-color: #f8d7da;
|
|
3809
|
-
color: #
|
|
3903
|
+
color: #7f1d1d;
|
|
3810
3904
|
}
|
|
3811
3905
|
|
|
3812
3906
|
.pa-composite-badge--danger .pa-composite-badge__label:hover {
|
|
@@ -3833,7 +3927,7 @@ a.pa-card p {
|
|
|
3833
3927
|
|
|
3834
3928
|
.pa-composite-badge--warning .pa-composite-badge__label {
|
|
3835
3929
|
background-color: #fff3cd;
|
|
3836
|
-
color: #
|
|
3930
|
+
color: #78350f;
|
|
3837
3931
|
}
|
|
3838
3932
|
|
|
3839
3933
|
.pa-composite-badge--warning .pa-composite-badge__label:hover {
|
|
@@ -3846,7 +3940,7 @@ a.pa-card p {
|
|
|
3846
3940
|
}
|
|
3847
3941
|
|
|
3848
3942
|
.pa-composite-badge--warning .pa-composite-badge__button:hover {
|
|
3849
|
-
background-color: #
|
|
3943
|
+
background-color: #d97706;
|
|
3850
3944
|
}
|
|
3851
3945
|
|
|
3852
3946
|
.pa-composite-badge--warning .pa-composite-badge__button:focus {
|
|
@@ -3860,7 +3954,7 @@ a.pa-card p {
|
|
|
3860
3954
|
|
|
3861
3955
|
.pa-composite-badge--info .pa-composite-badge__label {
|
|
3862
3956
|
background-color: #d1ecf1;
|
|
3863
|
-
color: #
|
|
3957
|
+
color: #164e63;
|
|
3864
3958
|
}
|
|
3865
3959
|
|
|
3866
3960
|
.pa-composite-badge--info .pa-composite-badge__label:hover {
|
|
@@ -3952,7 +4046,7 @@ a.pa-card p {
|
|
|
3952
4046
|
|
|
3953
4047
|
.pa-composite-badge--warning .pa-composite-badge__icon {
|
|
3954
4048
|
background-color: #f59e0b;
|
|
3955
|
-
color: #
|
|
4049
|
+
color: #ffffff;
|
|
3956
4050
|
}
|
|
3957
4051
|
|
|
3958
4052
|
.pa-composite-badge--info .pa-composite-badge__icon {
|
|
@@ -3988,7 +4082,7 @@ a.pa-card p {
|
|
|
3988
4082
|
|
|
3989
4083
|
.pa-composite-badge--label-success .pa-composite-badge__label {
|
|
3990
4084
|
background-color: #d4edda;
|
|
3991
|
-
color: #
|
|
4085
|
+
color: #065f46;
|
|
3992
4086
|
}
|
|
3993
4087
|
|
|
3994
4088
|
.pa-composite-badge--label-success .pa-composite-badge__label:hover {
|
|
@@ -3997,7 +4091,7 @@ a.pa-card p {
|
|
|
3997
4091
|
|
|
3998
4092
|
.pa-composite-badge--label-danger .pa-composite-badge__label {
|
|
3999
4093
|
background-color: #f8d7da;
|
|
4000
|
-
color: #
|
|
4094
|
+
color: #7f1d1d;
|
|
4001
4095
|
}
|
|
4002
4096
|
|
|
4003
4097
|
.pa-composite-badge--label-danger .pa-composite-badge__label:hover {
|
|
@@ -4006,7 +4100,7 @@ a.pa-card p {
|
|
|
4006
4100
|
|
|
4007
4101
|
.pa-composite-badge--label-warning .pa-composite-badge__label {
|
|
4008
4102
|
background-color: #fff3cd;
|
|
4009
|
-
color: #
|
|
4103
|
+
color: #78350f;
|
|
4010
4104
|
}
|
|
4011
4105
|
|
|
4012
4106
|
.pa-composite-badge--label-warning .pa-composite-badge__label:hover {
|
|
@@ -4015,7 +4109,7 @@ a.pa-card p {
|
|
|
4015
4109
|
|
|
4016
4110
|
.pa-composite-badge--label-info .pa-composite-badge__label {
|
|
4017
4111
|
background-color: #d1ecf1;
|
|
4018
|
-
color: #
|
|
4112
|
+
color: #164e63;
|
|
4019
4113
|
}
|
|
4020
4114
|
|
|
4021
4115
|
.pa-composite-badge--label-info .pa-composite-badge__label:hover {
|
|
@@ -4078,11 +4172,11 @@ a.pa-card p {
|
|
|
4078
4172
|
|
|
4079
4173
|
.pa-composite-badge--btn-warning .pa-composite-badge__button {
|
|
4080
4174
|
background-color: #f59e0b;
|
|
4081
|
-
color: #
|
|
4175
|
+
color: #ffffff;
|
|
4082
4176
|
}
|
|
4083
4177
|
|
|
4084
4178
|
.pa-composite-badge--btn-warning .pa-composite-badge__button:hover {
|
|
4085
|
-
background-color: #
|
|
4179
|
+
background-color: #d97706;
|
|
4086
4180
|
}
|
|
4087
4181
|
|
|
4088
4182
|
.pa-composite-badge--btn-warning .pa-composite-badge__button:focus {
|
|
@@ -5387,7 +5481,7 @@ a.pa-card p {
|
|
|
5387
5481
|
align-items: center;
|
|
5388
5482
|
justify-content: space-between;
|
|
5389
5483
|
padding: 0.8rem 0.3rem 0.8rem 0.8rem;
|
|
5390
|
-
border-bottom: 1px solid #
|
|
5484
|
+
border-bottom: 1px solid #E5E5E5;
|
|
5391
5485
|
background-color: var(--pa-card-header-bg);
|
|
5392
5486
|
border-radius: 4px 4px 0 0;
|
|
5393
5487
|
}
|
|
@@ -5514,7 +5608,7 @@ a.pa-card p {
|
|
|
5514
5608
|
======================================== */
|
|
5515
5609
|
.pa-alert {
|
|
5516
5610
|
position: relative;
|
|
5517
|
-
padding: 1.2rem
|
|
5611
|
+
padding: 1.2rem 1rem;
|
|
5518
5612
|
margin-bottom: 1.6rem;
|
|
5519
5613
|
border: 1px solid transparent;
|
|
5520
5614
|
border-radius: 4px;
|
|
@@ -5558,7 +5652,7 @@ a.pa-card p {
|
|
|
5558
5652
|
color: var(--pa-alert-danger-text);
|
|
5559
5653
|
background-color: var(--pa-alert-danger-bg);
|
|
5560
5654
|
border-color: var(--pa-alert-danger-border);
|
|
5561
|
-
text-transform:
|
|
5655
|
+
text-transform: none;
|
|
5562
5656
|
}
|
|
5563
5657
|
|
|
5564
5658
|
.pa-alert--warning {
|
|
@@ -5616,12 +5710,12 @@ a.pa-card p {
|
|
|
5616
5710
|
}
|
|
5617
5711
|
|
|
5618
5712
|
.pa-alert--sm {
|
|
5619
|
-
padding: 1.2rem
|
|
5713
|
+
padding: 1.2rem 1rem;
|
|
5620
5714
|
font-size: 1.4rem;
|
|
5621
5715
|
}
|
|
5622
5716
|
|
|
5623
5717
|
.pa-alert--lg {
|
|
5624
|
-
padding: 1.2rem
|
|
5718
|
+
padding: 1.2rem 1rem;
|
|
5625
5719
|
font-size: 1.6rem;
|
|
5626
5720
|
}
|
|
5627
5721
|
|
|
@@ -5662,7 +5756,7 @@ a.pa-card p {
|
|
|
5662
5756
|
top: 0;
|
|
5663
5757
|
right: 0;
|
|
5664
5758
|
z-index: 2px;
|
|
5665
|
-
padding: 1.2rem
|
|
5759
|
+
padding: 1.2rem 1rem;
|
|
5666
5760
|
background: none;
|
|
5667
5761
|
border: none;
|
|
5668
5762
|
font-size: 2rem;
|
|
@@ -6333,7 +6427,7 @@ a.pa-card p {
|
|
|
6333
6427
|
border: 1px solid transparent;
|
|
6334
6428
|
border-radius: 4px;
|
|
6335
6429
|
font-size: 1.4rem;
|
|
6336
|
-
font-family: "
|
|
6430
|
+
font-family: "Fira Sans Condensed", "Arial Narrow", "Arial", sans-serif;
|
|
6337
6431
|
white-space: pre-wrap;
|
|
6338
6432
|
word-wrap: break-word;
|
|
6339
6433
|
pointer-events: none;
|
|
@@ -6351,7 +6445,7 @@ a.pa-card p {
|
|
|
6351
6445
|
border: 1px solid #E5E5E5;
|
|
6352
6446
|
border-radius: 4px;
|
|
6353
6447
|
font-size: 1.4rem;
|
|
6354
|
-
font-family: "
|
|
6448
|
+
font-family: "Fira Sans Condensed", "Arial Narrow", "Arial", sans-serif;
|
|
6355
6449
|
background: transparent;
|
|
6356
6450
|
color: transparent;
|
|
6357
6451
|
caret-color: var(--pa-text-primary);
|
|
@@ -6464,7 +6558,7 @@ a.pa-card p {
|
|
|
6464
6558
|
background-color: rgba(var(--pa-text-secondary), 0.1);
|
|
6465
6559
|
color: var(--pa-text-secondary);
|
|
6466
6560
|
border-radius: 0.4rem;
|
|
6467
|
-
font-family: "
|
|
6561
|
+
font-family: "Fira Sans Condensed", "Arial Narrow", "Arial", sans-serif;
|
|
6468
6562
|
}
|
|
6469
6563
|
|
|
6470
6564
|
/* ========================================
|
|
@@ -6719,7 +6813,7 @@ web-daterangepicker {
|
|
|
6719
6813
|
/* Input colors */
|
|
6720
6814
|
--drp-input-background: var(--pa-input-bg);
|
|
6721
6815
|
--drp-input-color: var(--pa-text-primary);
|
|
6722
|
-
--drp-input-border-color: #E5E5E5;
|
|
6816
|
+
--drp-input-border-color: 1px solid #E5E5E5;
|
|
6723
6817
|
--drp-input-border-color-hover: #D40511;
|
|
6724
6818
|
--drp-input-border-color-focus: #D40511;
|
|
6725
6819
|
--drp-input-placeholder-color: var(--pa-text-secondary);
|
|
@@ -6820,7 +6914,7 @@ web-daterangepicker {
|
|
|
6820
6914
|
--drp-badge-success: #10b981;
|
|
6821
6915
|
--drp-badge-warning: #f59e0b;
|
|
6822
6916
|
--drp-badge-danger: #98040C;
|
|
6823
|
-
--drp-badge-info: #
|
|
6917
|
+
--drp-badge-info: #06b6d4;
|
|
6824
6918
|
/* Number badges */
|
|
6825
6919
|
--drp-badge-number-bg: #98040C;
|
|
6826
6920
|
--drp-badge-number-color: #ffffff;
|
|
@@ -8912,7 +9006,7 @@ code {
|
|
|
8912
9006
|
display: flex;
|
|
8913
9007
|
align-items: center;
|
|
8914
9008
|
gap: 1.2rem;
|
|
8915
|
-
padding:
|
|
9009
|
+
padding: 0.8rem 1.6rem;
|
|
8916
9010
|
color: var(--pa-text-primary);
|
|
8917
9011
|
text-decoration: none;
|
|
8918
9012
|
border-radius: 4px;
|
|
@@ -8931,7 +9025,7 @@ code {
|
|
|
8931
9025
|
}
|
|
8932
9026
|
|
|
8933
9027
|
.pa-profile-panel__nav-icon {
|
|
8934
|
-
font-size: 1.
|
|
9028
|
+
font-size: 1.6rem;
|
|
8935
9029
|
width: 2.4rem;
|
|
8936
9030
|
text-align: center;
|
|
8937
9031
|
}
|
|
@@ -8943,51 +9037,118 @@ code {
|
|
|
8943
9037
|
margin-top: auto;
|
|
8944
9038
|
}
|
|
8945
9039
|
|
|
8946
|
-
|
|
8947
|
-
.
|
|
8948
|
-
|
|
8949
|
-
|
|
8950
|
-
}
|
|
8951
|
-
.pa-header__profile-name {
|
|
8952
|
-
display: none;
|
|
8953
|
-
}
|
|
9040
|
+
.pa-profile-panel__tabs {
|
|
9041
|
+
padding: 0 2.4rem;
|
|
9042
|
+
border-bottom: 1px solid var(--pa-border-color);
|
|
9043
|
+
background-color: var(--pa-header-bg);
|
|
8954
9044
|
}
|
|
8955
|
-
|
|
8956
|
-
|
|
8957
|
-
|
|
8958
|
-
|
|
9045
|
+
|
|
9046
|
+
.pa-profile-panel__tabs .pa-tabs {
|
|
9047
|
+
border-bottom: none;
|
|
9048
|
+
margin-bottom: 0;
|
|
8959
9049
|
}
|
|
8960
9050
|
|
|
8961
|
-
|
|
8962
|
-
|
|
8963
|
-
border-
|
|
9051
|
+
.pa-profile-panel__tabs .pa-tabs__item {
|
|
9052
|
+
color: var(--pa-header-text-secondary);
|
|
9053
|
+
border-bottom-color: transparent;
|
|
8964
9054
|
}
|
|
8965
9055
|
|
|
8966
|
-
|
|
8967
|
-
|
|
9056
|
+
.pa-profile-panel__tabs .pa-tabs__item:hover {
|
|
9057
|
+
color: var(--pa-header-text);
|
|
9058
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
9059
|
+
}
|
|
9060
|
+
|
|
9061
|
+
.pa-profile-panel__tabs .pa-tabs__item--active {
|
|
9062
|
+
color: var(--pa-header-text);
|
|
9063
|
+
border-bottom-color: var(--pa-accent);
|
|
9064
|
+
}
|
|
9065
|
+
|
|
9066
|
+
.pa-profile-panel__favorites {
|
|
9067
|
+
display: flex;
|
|
9068
|
+
flex-direction: column;
|
|
9069
|
+
gap: 0.8rem;
|
|
9070
|
+
}
|
|
9071
|
+
|
|
9072
|
+
.pa-profile-panel__favorites ul {
|
|
9073
|
+
list-style: none;
|
|
9074
|
+
margin: 0;
|
|
9075
|
+
padding: 0;
|
|
9076
|
+
}
|
|
9077
|
+
|
|
9078
|
+
.pa-profile-panel__favorites li {
|
|
9079
|
+
margin-bottom: 0.8rem;
|
|
9080
|
+
}
|
|
9081
|
+
|
|
9082
|
+
.pa-profile-panel__favorite-item {
|
|
9083
|
+
display: flex;
|
|
9084
|
+
align-items: center;
|
|
9085
|
+
gap: 1.2rem;
|
|
9086
|
+
padding: 0.8rem 1.6rem;
|
|
9087
|
+
color: var(--pa-text-primary);
|
|
9088
|
+
text-decoration: none;
|
|
8968
9089
|
border-radius: 4px;
|
|
8969
|
-
|
|
9090
|
+
cursor: pointer;
|
|
9091
|
+
transition: background-color 0.1s ease-out, color 0.1s ease-out;
|
|
9092
|
+
font-weight: 500;
|
|
8970
9093
|
}
|
|
8971
9094
|
|
|
8972
|
-
|
|
8973
|
-
background:
|
|
8974
|
-
|
|
9095
|
+
.pa-profile-panel__favorite-item:hover {
|
|
9096
|
+
background-color: var(--pa-accent-light);
|
|
9097
|
+
color: var(--pa-accent);
|
|
8975
9098
|
}
|
|
8976
9099
|
|
|
8977
|
-
|
|
8978
|
-
|
|
9100
|
+
.pa-profile-panel__favorite-item:focus {
|
|
9101
|
+
outline: 2px solid var(--pa-accent);
|
|
9102
|
+
outline-offset: 2px;
|
|
8979
9103
|
}
|
|
8980
9104
|
|
|
8981
|
-
|
|
8982
|
-
|
|
9105
|
+
.pa-profile-panel__favorite-icon {
|
|
9106
|
+
font-size: 1.6rem;
|
|
9107
|
+
width: 2.4rem;
|
|
9108
|
+
text-align: center;
|
|
8983
9109
|
}
|
|
8984
9110
|
|
|
8985
|
-
|
|
8986
|
-
|
|
8987
|
-
|
|
8988
|
-
|
|
9111
|
+
.pa-profile-panel__favorite-label {
|
|
9112
|
+
flex: 1;
|
|
9113
|
+
}
|
|
9114
|
+
|
|
9115
|
+
.pa-profile-panel__favorite-remove {
|
|
9116
|
+
opacity: 0;
|
|
9117
|
+
margin-left: auto;
|
|
9118
|
+
background: none;
|
|
9119
|
+
border: none;
|
|
9120
|
+
padding: 0.8rem;
|
|
9121
|
+
color: var(--pa-text-secondary);
|
|
9122
|
+
cursor: pointer;
|
|
9123
|
+
border-radius: 4px;
|
|
9124
|
+
font-size: 1.4rem;
|
|
9125
|
+
line-height: 1;
|
|
9126
|
+
transition: opacity 0.1s ease-out, color 0.1s ease-out, background-color 0.1s ease-out;
|
|
9127
|
+
}
|
|
9128
|
+
|
|
9129
|
+
.pa-profile-panel__favorite-remove:hover {
|
|
9130
|
+
color: var(--pa-danger);
|
|
9131
|
+
background-color: var(--pa-danger-bg-light);
|
|
9132
|
+
}
|
|
9133
|
+
|
|
9134
|
+
.pa-profile-panel__favorite-item:hover .pa-profile-panel__favorite-remove {
|
|
9135
|
+
opacity: 1;
|
|
9136
|
+
}
|
|
9137
|
+
|
|
9138
|
+
.pa-profile-panel__favorites-add {
|
|
9139
|
+
margin-top: auto;
|
|
9140
|
+
padding-top: 1.2rem;
|
|
8989
9141
|
}
|
|
8990
9142
|
|
|
9143
|
+
@media (max-width: 768px) {
|
|
9144
|
+
.pa-profile-panel__content {
|
|
9145
|
+
width: 85vw;
|
|
9146
|
+
max-width: 40rem;
|
|
9147
|
+
}
|
|
9148
|
+
.pa-header__profile-name {
|
|
9149
|
+
display: none;
|
|
9150
|
+
}
|
|
9151
|
+
}
|
|
8991
9152
|
/* ========================================
|
|
8992
9153
|
Modal Components
|
|
8993
9154
|
Modal windows with overlay, sizes, and themed headers
|
|
@@ -9474,8 +9635,8 @@ code {
|
|
|
9474
9635
|
}
|
|
9475
9636
|
|
|
9476
9637
|
.pa-timeline--simple .pa-timeline__item--info::before {
|
|
9477
|
-
border-color: #
|
|
9478
|
-
box-shadow: 3px 3px 0 rgba(
|
|
9638
|
+
border-color: #06b6d4;
|
|
9639
|
+
box-shadow: 3px 3px 0 rgba(6, 182, 212, 0.3);
|
|
9479
9640
|
}
|
|
9480
9641
|
|
|
9481
9642
|
.pa-timeline--simple .pa-timeline__item--secondary::before {
|
|
@@ -9504,7 +9665,7 @@ code {
|
|
|
9504
9665
|
}
|
|
9505
9666
|
|
|
9506
9667
|
.pa-timeline--simple .pa-timeline__item--filled.pa-timeline__item--info::before {
|
|
9507
|
-
background: #
|
|
9668
|
+
background: #06b6d4;
|
|
9508
9669
|
}
|
|
9509
9670
|
|
|
9510
9671
|
.pa-timeline--simple .pa-timeline__item--filled.pa-timeline__item--secondary::before {
|
|
@@ -9680,7 +9841,7 @@ code {
|
|
|
9680
9841
|
margin: 0;
|
|
9681
9842
|
font-size: 1.6rem;
|
|
9682
9843
|
line-height: 1.8;
|
|
9683
|
-
color: #
|
|
9844
|
+
color: #78350f;
|
|
9684
9845
|
}
|
|
9685
9846
|
|
|
9686
9847
|
@media (max-width: 767px) {
|
|
@@ -10181,7 +10342,7 @@ code {
|
|
|
10181
10342
|
flex-shrink: 0;
|
|
10182
10343
|
font-size: 1.2rem;
|
|
10183
10344
|
padding: 2px 0.4rem;
|
|
10184
|
-
background-color: #
|
|
10345
|
+
background-color: #E5E5E5;
|
|
10185
10346
|
color: var(--pa-text-secondary);
|
|
10186
10347
|
border-radius: 2px;
|
|
10187
10348
|
}
|
|
@@ -10203,10 +10364,10 @@ code {
|
|
|
10203
10364
|
|
|
10204
10365
|
.pa-command-palette__key {
|
|
10205
10366
|
padding: 2px 0.4rem;
|
|
10206
|
-
background-color: #
|
|
10367
|
+
background-color: #E5E5E5;
|
|
10207
10368
|
border: 1px solid var(--pa-border-color);
|
|
10208
10369
|
border-radius: 2px;
|
|
10209
|
-
font-family: "
|
|
10370
|
+
font-family: "Fira Sans Condensed", "Arial Narrow", "Arial", sans-serif;
|
|
10210
10371
|
font-weight: 500;
|
|
10211
10372
|
font-size: 1rem;
|
|
10212
10373
|
line-height: 1;
|
|
@@ -10336,11 +10497,11 @@ code {
|
|
|
10336
10497
|
min-width: 2rem;
|
|
10337
10498
|
height: 2rem;
|
|
10338
10499
|
padding: 0 0.4rem;
|
|
10339
|
-
font-family: "
|
|
10500
|
+
font-family: "Fira Sans Condensed", "Arial Narrow", "Arial", sans-serif;
|
|
10340
10501
|
font-size: 1rem;
|
|
10341
10502
|
font-weight: 500;
|
|
10342
10503
|
color: var(--pa-text-secondary);
|
|
10343
|
-
background-color: #
|
|
10504
|
+
background-color: #E5E5E5;
|
|
10344
10505
|
border: 1px solid var(--pa-border-color);
|
|
10345
10506
|
border-radius: 2px;
|
|
10346
10507
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
|
@@ -10409,11 +10570,11 @@ code {
|
|
|
10409
10570
|
min-width: 2.4rem;
|
|
10410
10571
|
height: 2.4rem;
|
|
10411
10572
|
padding: 0 0.4rem;
|
|
10412
|
-
font-family: "
|
|
10573
|
+
font-family: "Fira Sans Condensed", "Arial Narrow", "Arial", sans-serif;
|
|
10413
10574
|
font-size: 1rem;
|
|
10414
10575
|
font-weight: 500;
|
|
10415
10576
|
color: var(--pa-text-primary);
|
|
10416
|
-
background-color: #
|
|
10577
|
+
background-color: #E5E5E5;
|
|
10417
10578
|
border: 1px solid var(--pa-border-color);
|
|
10418
10579
|
border-radius: 2px;
|
|
10419
10580
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
|
@@ -10444,7 +10605,7 @@ code {
|
|
|
10444
10605
|
background: #f9fafb;
|
|
10445
10606
|
border-radius: 4px;
|
|
10446
10607
|
min-height: 6.4rem;
|
|
10447
|
-
font-family: "
|
|
10608
|
+
font-family: "Fira Sans Condensed", "Arial Narrow", "Arial", sans-serif;
|
|
10448
10609
|
}
|
|
10449
10610
|
|
|
10450
10611
|
.pa-logic-tree__empty {
|
|
@@ -10502,7 +10663,7 @@ code {
|
|
|
10502
10663
|
}
|
|
10503
10664
|
|
|
10504
10665
|
.pa-logic-tree__block--or {
|
|
10505
|
-
border-color: #
|
|
10666
|
+
border-color: #06b6d4;
|
|
10506
10667
|
background: linear-gradient(135deg, #e3f2fd 0%, #ffffff 100%);
|
|
10507
10668
|
}
|
|
10508
10669
|
|
|
@@ -12740,21 +12901,27 @@ html.font-size-4xl {
|
|
|
12740
12901
|
--base-accent-color-active: rgb(250.0115207373, 43.4884792627, 55.4608294931);
|
|
12741
12902
|
--base-accent-color-light: rgba(212, 5, 17, 0.06);
|
|
12742
12903
|
--base-accent-color-light-hover: rgba(212, 5, 17, 0.1);
|
|
12904
|
+
--base-text-color-1: #333333;
|
|
12905
|
+
--base-text-color-2: #8C8C8C;
|
|
12906
|
+
--base-text-color-3: #CCCCCC;
|
|
12907
|
+
--base-text-color-4: #E5E5E5;
|
|
12908
|
+
--base-text-color-on-accent: #ffffff;
|
|
12909
|
+
--base-surface-1: #ffffff;
|
|
12910
|
+
--base-surface-2: #F2F2F2;
|
|
12911
|
+
--base-surface-3: #E5E5E5;
|
|
12912
|
+
--base-surface-inverse: #333333;
|
|
12913
|
+
--base-overlay-bg: rgba(0, 0, 0, 0.6);
|
|
12914
|
+
--base-shadow-color: rgba(0, 0, 0, 0.15);
|
|
12743
12915
|
--base-primary-bg: #ffffff;
|
|
12744
12916
|
--base-primary-bg-hover: rgb(242.25, 242.25, 242.25);
|
|
12745
|
-
--base-
|
|
12746
|
-
--base-
|
|
12747
|
-
--base-text-color-3: rgb(128.4, 139.2, 150);
|
|
12748
|
-
--base-text-color-4: rgb(170.6, 177.8, 185);
|
|
12749
|
-
--base-text-color-on-accent: #ffffff;
|
|
12750
|
-
--base-border-color: #e1e5e9;
|
|
12751
|
-
--base-border: 1px solid #e1e5e9;
|
|
12917
|
+
--base-border-color: #E5E5E5;
|
|
12918
|
+
--base-border: 1px solid #E5E5E5;
|
|
12752
12919
|
--base-input-bg: #ffffff;
|
|
12753
|
-
--base-input-color: #
|
|
12754
|
-
--base-input-border: 1px solid #
|
|
12755
|
-
--base-input-border-hover: 1px solid
|
|
12756
|
-
--base-input-border-focus: 1px solid #
|
|
12757
|
-
--base-input-placeholder-color:
|
|
12920
|
+
--base-input-color: #333333;
|
|
12921
|
+
--base-input-border: 1px solid #E5E5E5;
|
|
12922
|
+
--base-input-border-hover: 1px solid #8C8C8C;
|
|
12923
|
+
--base-input-border-focus: 1px solid #D40511;
|
|
12924
|
+
--base-input-placeholder-color: #CCCCCC;
|
|
12758
12925
|
--base-input-bg-disabled: rgba(255, 255, 255, 0.5);
|
|
12759
12926
|
--base-input-size-xs-height: 3.1;
|
|
12760
12927
|
--base-input-size-sm-height: 3.3;
|
|
@@ -12762,11 +12929,48 @@ html.font-size-4xl {
|
|
|
12762
12929
|
--base-input-size-lg-height: 3.8;
|
|
12763
12930
|
--base-input-size-xl-height: 4.1;
|
|
12764
12931
|
--base-dropdown-bg: #ffffff;
|
|
12765
|
-
--base-dropdown-border:
|
|
12932
|
+
--base-dropdown-border: #E5E5E5;
|
|
12766
12933
|
--base-dropdown-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
|
|
12767
|
-
--base-tooltip-bg: #
|
|
12934
|
+
--base-tooltip-bg: #333333;
|
|
12768
12935
|
--base-tooltip-text-color: #ffffff;
|
|
12769
|
-
--base-
|
|
12936
|
+
--base-success-color: #10b981;
|
|
12937
|
+
--base-success-color-hover: #059669;
|
|
12938
|
+
--base-success-bg-light: rgba(16, 185, 129, 0.1);
|
|
12939
|
+
--base-success-bg-subtle: rgba(16, 185, 129, 0.08);
|
|
12940
|
+
--base-success-border: rgba(16, 185, 129, 0.2);
|
|
12941
|
+
--base-success-text: #065f46;
|
|
12942
|
+
--base-success-text-light: #d4edda;
|
|
12943
|
+
--base-text-on-success: #ffffff;
|
|
12944
|
+
--base-danger-color: #98040C;
|
|
12945
|
+
--base-danger-color-hover: #D40511;
|
|
12946
|
+
--base-danger-bg-light: rgba(180, 5, 14, 0.1);
|
|
12947
|
+
--base-danger-bg-subtle: rgba(152, 4, 12, 0.08);
|
|
12948
|
+
--base-danger-border: rgba(152, 4, 12, 0.2);
|
|
12949
|
+
--base-danger-text: #7f1d1d;
|
|
12950
|
+
--base-danger-text-light: #f8d7da;
|
|
12951
|
+
--base-text-on-danger: #ffffff;
|
|
12952
|
+
--base-warning-color: #f59e0b;
|
|
12953
|
+
--base-warning-color-hover: #d97706;
|
|
12954
|
+
--base-warning-bg-light: rgba(245, 158, 11, 0.1);
|
|
12955
|
+
--base-warning-bg-subtle: rgba(245, 158, 11, 0.08);
|
|
12956
|
+
--base-warning-border: rgba(245, 158, 11, 0.2);
|
|
12957
|
+
--base-warning-text: #78350f;
|
|
12958
|
+
--base-warning-text-light: #fff3cd;
|
|
12959
|
+
--base-text-on-warning: #ffffff;
|
|
12960
|
+
--base-info-color: #06b6d4;
|
|
12961
|
+
--base-info-color-hover: #0891b2;
|
|
12962
|
+
--base-info-bg-light: rgba(6, 182, 212, 0.1);
|
|
12963
|
+
--base-info-bg-subtle: rgba(6, 182, 212, 0.08);
|
|
12964
|
+
--base-info-border: rgba(6, 182, 212, 0.2);
|
|
12965
|
+
--base-info-text: #164e63;
|
|
12966
|
+
--base-info-text-light: #d1ecf1;
|
|
12967
|
+
--base-text-on-info: #ffffff;
|
|
12968
|
+
--base-hover-overlay: rgba(0, 0, 0, 0.04);
|
|
12969
|
+
--base-active-overlay: rgba(0, 0, 0, 0.08);
|
|
12970
|
+
--base-focus-ring-color: rgba(212, 5, 17, 0.25);
|
|
12971
|
+
--base-focus-ring-width: 3px;
|
|
12972
|
+
--base-font-family: Fira Sans Condensed, Arial Narrow, Arial, sans-serif;
|
|
12973
|
+
--base-font-family-mono: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
|
|
12770
12974
|
--base-font-size-2xs: 1;
|
|
12771
12975
|
--base-font-size-xs: 1.2;
|
|
12772
12976
|
--base-font-size-sm: 1.4;
|
|
@@ -12777,14 +12981,15 @@ html.font-size-4xl {
|
|
|
12777
12981
|
--base-font-weight-normal: 400;
|
|
12778
12982
|
--base-font-weight-medium: 500;
|
|
12779
12983
|
--base-font-weight-semibold: 600;
|
|
12780
|
-
--base-
|
|
12984
|
+
--base-font-weight-bold: 700;
|
|
12985
|
+
--base-line-height-tight: 1.25;
|
|
12781
12986
|
--base-line-height-normal: 1.5;
|
|
12782
|
-
--base-line-height-relaxed: 1.
|
|
12987
|
+
--base-line-height-relaxed: 1.75;
|
|
12783
12988
|
--base-border-radius-sm: 0.4;
|
|
12784
12989
|
--base-border-radius-md: 0.6;
|
|
12785
12990
|
--base-border-radius-lg: 0.8;
|
|
12786
12991
|
--pa-primary-bg: #ffffff;
|
|
12787
|
-
--pa-bg-secondary: #
|
|
12992
|
+
--pa-bg-secondary: #F2F2F2;
|
|
12788
12993
|
--pa-content-bg: #F2F2F2;
|
|
12789
12994
|
--pa-text-primary: #333333;
|
|
12790
12995
|
--pa-text-secondary: #8C8C8C;
|
|
@@ -12794,12 +12999,12 @@ html.font-size-4xl {
|
|
|
12794
12999
|
--pa-border-color: #E5E5E5;
|
|
12795
13000
|
--pa-header-bg: #FFCC00;
|
|
12796
13001
|
--pa-header-border-color: #FFCC00;
|
|
12797
|
-
--pa-header-text: #
|
|
12798
|
-
--pa-header-text-secondary: #
|
|
13002
|
+
--pa-header-text: #333333;
|
|
13003
|
+
--pa-header-text-secondary: #8C8C8C;
|
|
12799
13004
|
--pa-header-profile-name-color: #000000;
|
|
12800
13005
|
--pa-sidebar-bg: #000000;
|
|
12801
|
-
--pa-sidebar-text: #
|
|
12802
|
-
--pa-sidebar-text-secondary: #
|
|
13006
|
+
--pa-sidebar-text: #333333;
|
|
13007
|
+
--pa-sidebar-text-secondary: #8C8C8C;
|
|
12803
13008
|
--pa-sidebar-submenu-bg: #1a1a1a;
|
|
12804
13009
|
--pa-sidebar-submenu-hover-bg: rgba(255, 255, 255, 0.1);
|
|
12805
13010
|
--pa-sidebar-submenu-active-bg: #D40511;
|
|
@@ -12819,7 +13024,7 @@ html.font-size-4xl {
|
|
|
12819
13024
|
--pa-btn-danger-bg-hover: #D40511;
|
|
12820
13025
|
--pa-btn-danger-text: #ffffff;
|
|
12821
13026
|
--pa-btn-warning-bg: #f59e0b;
|
|
12822
|
-
--pa-btn-warning-bg-hover: #
|
|
13027
|
+
--pa-btn-warning-bg-hover: #d97706;
|
|
12823
13028
|
--pa-btn-warning-text: #ffffff;
|
|
12824
13029
|
--pa-btn-info-bg: #06b6d4;
|
|
12825
13030
|
--pa-btn-info-bg-hover: #0891b2;
|
|
@@ -12831,44 +13036,44 @@ html.font-size-4xl {
|
|
|
12831
13036
|
--pa-btn-dark-bg-hover: #000000;
|
|
12832
13037
|
--pa-btn-dark-text: #ffffff;
|
|
12833
13038
|
--pa-success-bg: #10b981;
|
|
12834
|
-
--pa-success-bg-hover: #
|
|
13039
|
+
--pa-success-bg-hover: #059669;
|
|
12835
13040
|
--pa-success-bg-light: rgba(16, 185, 129, 0.1);
|
|
12836
|
-
--pa-success-bg-subtle: rgba(
|
|
12837
|
-
--pa-success-border: rgba(
|
|
12838
|
-
--pa-success-text: #
|
|
13041
|
+
--pa-success-bg-subtle: rgba(16, 185, 129, 0.08);
|
|
13042
|
+
--pa-success-border: rgba(16, 185, 129, 0.2);
|
|
13043
|
+
--pa-success-text: #065f46;
|
|
12839
13044
|
--pa-success-text-light: #d4edda;
|
|
12840
13045
|
--pa-danger-bg: #98040C;
|
|
12841
|
-
--pa-danger-bg-hover: #
|
|
13046
|
+
--pa-danger-bg-hover: #D40511;
|
|
12842
13047
|
--pa-danger-bg-light: rgba(180, 5, 14, 0.1);
|
|
12843
|
-
--pa-danger-bg-subtle: rgba(
|
|
12844
|
-
--pa-danger-border: rgba(
|
|
12845
|
-
--pa-danger-text: #
|
|
13048
|
+
--pa-danger-bg-subtle: rgba(152, 4, 12, 0.08);
|
|
13049
|
+
--pa-danger-border: rgba(152, 4, 12, 0.2);
|
|
13050
|
+
--pa-danger-text: #7f1d1d;
|
|
12846
13051
|
--pa-danger-text-light: #f8d7da;
|
|
12847
13052
|
--pa-warning-bg: #f59e0b;
|
|
12848
|
-
--pa-warning-bg-hover: #
|
|
13053
|
+
--pa-warning-bg-hover: #d97706;
|
|
12849
13054
|
--pa-warning-bg-light: rgba(245, 158, 11, 0.1);
|
|
12850
|
-
--pa-warning-bg-subtle: rgba(
|
|
12851
|
-
--pa-warning-border: rgba(
|
|
12852
|
-
--pa-warning-text: #
|
|
13055
|
+
--pa-warning-bg-subtle: rgba(245, 158, 11, 0.08);
|
|
13056
|
+
--pa-warning-border: rgba(245, 158, 11, 0.2);
|
|
13057
|
+
--pa-warning-text: #78350f;
|
|
12853
13058
|
--pa-warning-text-light: #fff3cd;
|
|
12854
|
-
--pa-info-bg: #
|
|
12855
|
-
--pa-info-bg-hover: #
|
|
12856
|
-
--pa-info-bg-light: rgba(
|
|
12857
|
-
--pa-info-bg-subtle: rgba(
|
|
12858
|
-
--pa-info-border: rgba(
|
|
12859
|
-
--pa-info-text: #
|
|
13059
|
+
--pa-info-bg: #06b6d4;
|
|
13060
|
+
--pa-info-bg-hover: #0891b2;
|
|
13061
|
+
--pa-info-bg-light: rgba(6, 182, 212, 0.1);
|
|
13062
|
+
--pa-info-bg-subtle: rgba(6, 182, 212, 0.08);
|
|
13063
|
+
--pa-info-border: rgba(6, 182, 212, 0.2);
|
|
13064
|
+
--pa-info-text: #164e63;
|
|
12860
13065
|
--pa-info-text-light: #d1ecf1;
|
|
12861
13066
|
--pa-card-bg: #ffffff;
|
|
12862
13067
|
--pa-card-header-bg: #EBEBEB;
|
|
12863
13068
|
--pa-card-footer-bg: #ffffff;
|
|
12864
13069
|
--pa-card-tabs-bg: #E5E5E5;
|
|
12865
13070
|
--pa-input-bg: #ffffff;
|
|
12866
|
-
--pa-input-border: #E5E5E5;
|
|
13071
|
+
--pa-input-border: 1px solid #E5E5E5;
|
|
12867
13072
|
--pa-input-text: #333333;
|
|
12868
13073
|
--pa-input-focus-border-color: #D40511;
|
|
12869
13074
|
--pa-select-focus-border-color: #D40511;
|
|
12870
13075
|
--pa-textarea-focus-border-color: #D40511;
|
|
12871
|
-
--pa-checkbox-border-color: #
|
|
13076
|
+
--pa-checkbox-border-color: #E5E5E5;
|
|
12872
13077
|
--pa-checkbox-border-color-hover: #D40511;
|
|
12873
13078
|
--pa-checkbox-border-color-checked: #D40511;
|
|
12874
13079
|
--pa-checkbox-bg: #ffffff;
|
|
@@ -12876,15 +13081,15 @@ html.font-size-4xl {
|
|
|
12876
13081
|
--pa-checkbox-bg-indeterminate: #D40511;
|
|
12877
13082
|
--pa-checkbox-checkmark-color: white;
|
|
12878
13083
|
--pa-checkbox-focus-shadow: 0 0 0 2px rgba(212, 5, 17, 0.25);
|
|
12879
|
-
--pa-input-group-prepend-bg: #
|
|
12880
|
-
--pa-input-group-prepend-text: #
|
|
12881
|
-
--pa-input-group-append-bg: #
|
|
12882
|
-
--pa-input-group-append-text: #
|
|
13084
|
+
--pa-input-group-prepend-bg: #F2F2F2;
|
|
13085
|
+
--pa-input-group-prepend-text: #8C8C8C;
|
|
13086
|
+
--pa-input-group-append-bg: #F2F2F2;
|
|
13087
|
+
--pa-input-group-append-text: #8C8C8C;
|
|
12883
13088
|
--pa-table-bg: #ffffff;
|
|
12884
13089
|
--pa-table-header-bg: #EBEBEB;
|
|
12885
13090
|
--pa-table-stripe: #F2F2F2;
|
|
12886
13091
|
--pa-table-hover-bg: #FFF0B2;
|
|
12887
|
-
--pa-table-hover-accent-color: #
|
|
13092
|
+
--pa-table-hover-accent-color: #D40511;
|
|
12888
13093
|
--pa-modal-overlay-bg: rgba(0, 0, 0, 0.6);
|
|
12889
13094
|
--pa-modal-content-bg: #ffffff;
|
|
12890
13095
|
--pa-alert-success-bg: rgba(16, 185, 129, 0.68);
|
|
@@ -12900,18 +13105,18 @@ html.font-size-4xl {
|
|
|
12900
13105
|
--pa-alert-info-border: #06b6d4;
|
|
12901
13106
|
--pa-alert-info-text: #164e63;
|
|
12902
13107
|
--pa-badge-success-bg: #d4edda;
|
|
12903
|
-
--pa-badge-success-text: #
|
|
13108
|
+
--pa-badge-success-text: #065f46;
|
|
12904
13109
|
--pa-badge-warning-bg: #fff3cd;
|
|
12905
|
-
--pa-badge-warning-text: #
|
|
13110
|
+
--pa-badge-warning-text: #78350f;
|
|
12906
13111
|
--pa-badge-info-bg: #d1ecf1;
|
|
12907
|
-
--pa-badge-info-text: #
|
|
13112
|
+
--pa-badge-info-text: #164e63;
|
|
12908
13113
|
--pa-badge-danger-bg: #f8d7da;
|
|
12909
|
-
--pa-badge-danger-text: #
|
|
13114
|
+
--pa-badge-danger-text: #7f1d1d;
|
|
12910
13115
|
--pa-composite-badge-icon-bg: #6c757d;
|
|
12911
|
-
--pa-composite-badge-label-bg: #
|
|
12912
|
-
--pa-composite-badge-label-text: #
|
|
12913
|
-
--pa-composite-badge-label-hover-bg: #
|
|
12914
|
-
--pa-tooltip-bg: #
|
|
13116
|
+
--pa-composite-badge-label-bg: #E5E5E5;
|
|
13117
|
+
--pa-composite-badge-label-text: #333333;
|
|
13118
|
+
--pa-composite-badge-label-hover-bg: #E5E5E5;
|
|
13119
|
+
--pa-tooltip-bg: #333333;
|
|
12915
13120
|
--pa-tooltip-text: #ffffff;
|
|
12916
13121
|
--pa-popover-content-bg: #ffffff;
|
|
12917
13122
|
--pa-popover-text-light: #ffffff;
|
|
@@ -12919,18 +13124,18 @@ html.font-size-4xl {
|
|
|
12919
13124
|
--pa-loader-overlay-bg: rgba(255, 255, 255, 0.8);
|
|
12920
13125
|
--pa-profile-overlay-bg: rgba(0, 0, 0, 0.3);
|
|
12921
13126
|
--pa-command-palette-backdrop-bg: rgba(0, 0, 0, 0.5);
|
|
12922
|
-
--pa-command-palette-item-hover-bg: rgba(
|
|
12923
|
-
--pa-command-palette-item-active-bg: rgba(
|
|
12924
|
-
--pa-command-palette-highlight-bg: rgba(
|
|
12925
|
-
--pa-command-palette-highlight-text: #
|
|
13127
|
+
--pa-command-palette-item-hover-bg: rgba(212, 5, 17, 0.05);
|
|
13128
|
+
--pa-command-palette-item-active-bg: rgba(212, 5, 17, 0.1);
|
|
13129
|
+
--pa-command-palette-highlight-bg: rgba(212, 5, 17, 0.2);
|
|
13130
|
+
--pa-command-palette-highlight-text: #D40511;
|
|
12926
13131
|
--pa-multiselect-dropdown-bg: #ffffff;
|
|
12927
|
-
--pa-multiselect-dropdown-border: #
|
|
12928
|
-
--pa-multiselect-dropdown-text: #
|
|
12929
|
-
--pa-multiselect-hint-bg: #
|
|
12930
|
-
--pa-multiselect-hint-border: #
|
|
12931
|
-
--pa-multiselect-option-hover-bg: #
|
|
12932
|
-
--pa-multiselect-pill-bg: rgba(
|
|
12933
|
-
--pa-multiselect-pill-border: #
|
|
13132
|
+
--pa-multiselect-dropdown-border: #E5E5E5;
|
|
13133
|
+
--pa-multiselect-dropdown-text: #333333;
|
|
13134
|
+
--pa-multiselect-hint-bg: #F2F2F2;
|
|
13135
|
+
--pa-multiselect-hint-border: #E5E5E5;
|
|
13136
|
+
--pa-multiselect-option-hover-bg: #F2F2F2;
|
|
13137
|
+
--pa-multiselect-pill-bg: rgba(212, 5, 17, 0.06);
|
|
13138
|
+
--pa-multiselect-pill-border: #D40511;
|
|
12934
13139
|
--drp-dropdown-bg: #ffffff;
|
|
12935
13140
|
--drp-border-color: #E5E5E5;
|
|
12936
13141
|
--drp-primary-bg: #F2F2F2;
|
|
@@ -13048,19 +13253,19 @@ html.font-size-4xl {
|
|
|
13048
13253
|
--pa-danger-bg-light: rgba(180, 5, 14, 0.2);
|
|
13049
13254
|
--pa-info-bg: #06b6d4;
|
|
13050
13255
|
--pa-info-bg-light: rgba(6, 182, 212, 0.2);
|
|
13051
|
-
--base-
|
|
13052
|
-
--base-
|
|
13256
|
+
--base-surface-1: #242424;
|
|
13257
|
+
--base-surface-2: #1a1a1a;
|
|
13258
|
+
--base-surface-3: #2a2a2a;
|
|
13053
13259
|
--base-text-color-1: #ffffff;
|
|
13054
13260
|
--base-text-color-2: #aaaaaa;
|
|
13261
|
+
--base-text-color-3: #888888;
|
|
13262
|
+
--base-text-color-4: #666666;
|
|
13055
13263
|
--base-accent-color: #FFCC00;
|
|
13056
13264
|
--base-accent-color-hover: #FFE57F;
|
|
13057
13265
|
--base-accent-color-active: #FFE57F;
|
|
13058
13266
|
--base-accent-color-light: rgba(255, 204, 0, 0.2);
|
|
13059
13267
|
--base-accent-color-light-hover: rgba(255, 204, 0, 0.3);
|
|
13060
|
-
--base-text-color-3: #888888;
|
|
13061
|
-
--base-text-color-4: #666666;
|
|
13062
13268
|
--base-border-color: #3a3a3a;
|
|
13063
|
-
--base-border: 1px solid #3a3a3a;
|
|
13064
13269
|
--base-input-bg: #2a2a2a;
|
|
13065
13270
|
--base-input-color: #ffffff;
|
|
13066
13271
|
--base-input-border: 1px solid #3a3a3a;
|
|
@@ -13068,7 +13273,7 @@ html.font-size-4xl {
|
|
|
13068
13273
|
--base-input-border-focus: 1px solid #D40511;
|
|
13069
13274
|
--base-input-placeholder-color: #666666;
|
|
13070
13275
|
--base-dropdown-bg: #242424;
|
|
13071
|
-
--base-dropdown-border:
|
|
13276
|
+
--base-dropdown-border: #3a3a3a;
|
|
13072
13277
|
--base-dropdown-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
|
|
13073
13278
|
--base-tooltip-bg: #3a3a3a;
|
|
13074
13279
|
--base-tooltip-text-color: #ffffff;
|