@keenmate/pure-admin-theme-corporate 1.0.0-rc02 → 1.0.0-rc04
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/corporate.css +1206 -276
- package/package.json +3 -3
package/dist/corporate.css
CHANGED
|
@@ -2970,8 +2970,23 @@ a.pa-card p {
|
|
|
2970
2970
|
justify-content: center;
|
|
2971
2971
|
}
|
|
2972
2972
|
|
|
2973
|
+
.pa-tabs--border-top {
|
|
2974
|
+
border-bottom: none;
|
|
2975
|
+
border-top: 1px solid var(--pa-border-color);
|
|
2976
|
+
}
|
|
2977
|
+
|
|
2978
|
+
.pa-tabs--border-top .pa-tabs__item {
|
|
2979
|
+
border-bottom: none;
|
|
2980
|
+
border-top: 2px solid transparent;
|
|
2981
|
+
}
|
|
2982
|
+
|
|
2983
|
+
.pa-tabs--border-top .pa-tabs__item--active {
|
|
2984
|
+
border-top-color: #0ea5e9;
|
|
2985
|
+
border-bottom-color: transparent;
|
|
2986
|
+
}
|
|
2987
|
+
|
|
2973
2988
|
.pa-tabs--sm .pa-tabs__item {
|
|
2974
|
-
padding: 0.
|
|
2989
|
+
padding: 0.8rem 1rem;
|
|
2975
2990
|
font-size: 1.2rem;
|
|
2976
2991
|
}
|
|
2977
2992
|
|
|
@@ -2980,7 +2995,7 @@ a.pa-card p {
|
|
|
2980
2995
|
}
|
|
2981
2996
|
|
|
2982
2997
|
.pa-tabs--lg .pa-tabs__item {
|
|
2983
|
-
padding:
|
|
2998
|
+
padding: 0.8rem 1.4rem;
|
|
2984
2999
|
font-size: 1.8rem;
|
|
2985
3000
|
}
|
|
2986
3001
|
|
|
@@ -3031,86 +3046,6 @@ a.pa-card p {
|
|
|
3031
3046
|
width: 100%;
|
|
3032
3047
|
}
|
|
3033
3048
|
|
|
3034
|
-
.pa-tabs .pa-tabs__item--w-1x {
|
|
3035
|
-
min-width: 1rem;
|
|
3036
|
-
}
|
|
3037
|
-
|
|
3038
|
-
.pa-tabs .pa-tabs__item--w-2x {
|
|
3039
|
-
min-width: 2rem;
|
|
3040
|
-
}
|
|
3041
|
-
|
|
3042
|
-
.pa-tabs .pa-tabs__item--w-3x {
|
|
3043
|
-
min-width: 3rem;
|
|
3044
|
-
}
|
|
3045
|
-
|
|
3046
|
-
.pa-tabs .pa-tabs__item--w-4x {
|
|
3047
|
-
min-width: 4rem;
|
|
3048
|
-
}
|
|
3049
|
-
|
|
3050
|
-
.pa-tabs .pa-tabs__item--w-5x {
|
|
3051
|
-
min-width: 5rem;
|
|
3052
|
-
}
|
|
3053
|
-
|
|
3054
|
-
.pa-tabs .pa-tabs__item--w-6x {
|
|
3055
|
-
min-width: 6rem;
|
|
3056
|
-
}
|
|
3057
|
-
|
|
3058
|
-
.pa-tabs .pa-tabs__item--w-7x {
|
|
3059
|
-
min-width: 7rem;
|
|
3060
|
-
}
|
|
3061
|
-
|
|
3062
|
-
.pa-tabs .pa-tabs__item--w-8x {
|
|
3063
|
-
min-width: 8rem;
|
|
3064
|
-
}
|
|
3065
|
-
|
|
3066
|
-
.pa-tabs .pa-tabs__item--w-9x {
|
|
3067
|
-
min-width: 9rem;
|
|
3068
|
-
}
|
|
3069
|
-
|
|
3070
|
-
.pa-tabs .pa-tabs__item--w-10x {
|
|
3071
|
-
min-width: 10rem;
|
|
3072
|
-
}
|
|
3073
|
-
|
|
3074
|
-
.pa-tabs .pa-tabs__item--h-1x {
|
|
3075
|
-
min-height: 1rem;
|
|
3076
|
-
}
|
|
3077
|
-
|
|
3078
|
-
.pa-tabs .pa-tabs__item--h-2x {
|
|
3079
|
-
min-height: 2rem;
|
|
3080
|
-
}
|
|
3081
|
-
|
|
3082
|
-
.pa-tabs .pa-tabs__item--h-3x {
|
|
3083
|
-
min-height: 3rem;
|
|
3084
|
-
}
|
|
3085
|
-
|
|
3086
|
-
.pa-tabs .pa-tabs__item--h-4x {
|
|
3087
|
-
min-height: 4rem;
|
|
3088
|
-
}
|
|
3089
|
-
|
|
3090
|
-
.pa-tabs .pa-tabs__item--h-5x {
|
|
3091
|
-
min-height: 5rem;
|
|
3092
|
-
}
|
|
3093
|
-
|
|
3094
|
-
.pa-tabs .pa-tabs__item--h-6x {
|
|
3095
|
-
min-height: 6rem;
|
|
3096
|
-
}
|
|
3097
|
-
|
|
3098
|
-
.pa-tabs .pa-tabs__item--h-7x {
|
|
3099
|
-
min-height: 7rem;
|
|
3100
|
-
}
|
|
3101
|
-
|
|
3102
|
-
.pa-tabs .pa-tabs__item--h-8x {
|
|
3103
|
-
min-height: 8rem;
|
|
3104
|
-
}
|
|
3105
|
-
|
|
3106
|
-
.pa-tabs .pa-tabs__item--h-9x {
|
|
3107
|
-
min-height: 9rem;
|
|
3108
|
-
}
|
|
3109
|
-
|
|
3110
|
-
.pa-tabs .pa-tabs__item--h-10x {
|
|
3111
|
-
min-height: 10rem;
|
|
3112
|
-
}
|
|
3113
|
-
|
|
3114
3049
|
/* ========================================
|
|
3115
3050
|
Statistics Components
|
|
3116
3051
|
Stat displays with icons, hero variant, and square variant
|
|
@@ -3615,64 +3550,6 @@ a.pa-card p {
|
|
|
3615
3550
|
border-color: var(--pa-btn-dark-bg);
|
|
3616
3551
|
}
|
|
3617
3552
|
|
|
3618
|
-
.pa-badge--w-1x {
|
|
3619
|
-
min-width: 1.6rem;
|
|
3620
|
-
max-width: 1.6rem;
|
|
3621
|
-
}
|
|
3622
|
-
|
|
3623
|
-
.pa-badge--w-2x {
|
|
3624
|
-
min-width: 3.2rem;
|
|
3625
|
-
max-width: 3.2rem;
|
|
3626
|
-
}
|
|
3627
|
-
|
|
3628
|
-
.pa-badge--w-3x {
|
|
3629
|
-
min-width: 4.8rem;
|
|
3630
|
-
max-width: 4.8rem;
|
|
3631
|
-
}
|
|
3632
|
-
|
|
3633
|
-
.pa-badge--w-4x {
|
|
3634
|
-
min-width: 6.4rem;
|
|
3635
|
-
max-width: 6.4rem;
|
|
3636
|
-
}
|
|
3637
|
-
|
|
3638
|
-
.pa-badge--w-5x {
|
|
3639
|
-
min-width: 8rem;
|
|
3640
|
-
max-width: 8rem;
|
|
3641
|
-
}
|
|
3642
|
-
|
|
3643
|
-
.pa-badge--w-6x {
|
|
3644
|
-
min-width: 9.6rem;
|
|
3645
|
-
max-width: 9.6rem;
|
|
3646
|
-
}
|
|
3647
|
-
|
|
3648
|
-
.pa-badge--w-7x {
|
|
3649
|
-
min-width: 11.2rem;
|
|
3650
|
-
max-width: 11.2rem;
|
|
3651
|
-
}
|
|
3652
|
-
|
|
3653
|
-
.pa-badge--w-8x {
|
|
3654
|
-
min-width: 12.8rem;
|
|
3655
|
-
max-width: 12.8rem;
|
|
3656
|
-
}
|
|
3657
|
-
|
|
3658
|
-
.pa-badge--w-9x {
|
|
3659
|
-
min-width: 14.4rem;
|
|
3660
|
-
max-width: 14.4rem;
|
|
3661
|
-
}
|
|
3662
|
-
|
|
3663
|
-
.pa-badge--w-10x {
|
|
3664
|
-
min-width: 16rem;
|
|
3665
|
-
max-width: 16rem;
|
|
3666
|
-
}
|
|
3667
|
-
|
|
3668
|
-
.pa-badge[class*="--w-"] {
|
|
3669
|
-
display: inline-block;
|
|
3670
|
-
overflow: hidden;
|
|
3671
|
-
text-overflow: ellipsis;
|
|
3672
|
-
white-space: nowrap;
|
|
3673
|
-
vertical-align: middle;
|
|
3674
|
-
}
|
|
3675
|
-
|
|
3676
3553
|
.pa-badge--ellipsis-left {
|
|
3677
3554
|
direction: rtl;
|
|
3678
3555
|
text-align: left;
|
|
@@ -4372,27 +4249,23 @@ a.pa-card p {
|
|
|
4372
4249
|
}
|
|
4373
4250
|
|
|
4374
4251
|
.pa-btn--xs {
|
|
4375
|
-
padding: 0.
|
|
4252
|
+
padding: 0.6rem 0.8rem;
|
|
4376
4253
|
font-size: 1.2rem;
|
|
4377
|
-
min-height: 2.8rem;
|
|
4378
4254
|
}
|
|
4379
4255
|
|
|
4380
4256
|
.pa-btn--sm {
|
|
4381
|
-
padding: 0.
|
|
4257
|
+
padding: 0.8rem 1rem;
|
|
4382
4258
|
font-size: 1.4rem;
|
|
4383
|
-
min-height: 3.2rem;
|
|
4384
4259
|
}
|
|
4385
4260
|
|
|
4386
4261
|
.pa-btn--lg {
|
|
4387
|
-
padding:
|
|
4262
|
+
padding: 0.8rem 1.4rem;
|
|
4388
4263
|
font-size: 1.6rem;
|
|
4389
|
-
min-height: 4rem;
|
|
4390
4264
|
}
|
|
4391
4265
|
|
|
4392
4266
|
.pa-btn--xl {
|
|
4393
|
-
padding:
|
|
4267
|
+
padding: 0.8rem 1.6rem;
|
|
4394
4268
|
font-size: 1.8rem;
|
|
4395
|
-
min-height: 4.4rem;
|
|
4396
4269
|
}
|
|
4397
4270
|
|
|
4398
4271
|
.pa-btn--success {
|
|
@@ -4641,46 +4514,6 @@ a.pa-card p {
|
|
|
4641
4514
|
margin: 0;
|
|
4642
4515
|
}
|
|
4643
4516
|
|
|
4644
|
-
.pa-btn--w-1x {
|
|
4645
|
-
min-width: 1.6rem;
|
|
4646
|
-
}
|
|
4647
|
-
|
|
4648
|
-
.pa-btn--w-2x {
|
|
4649
|
-
min-width: 3.2rem;
|
|
4650
|
-
}
|
|
4651
|
-
|
|
4652
|
-
.pa-btn--w-3x {
|
|
4653
|
-
min-width: 4.8rem;
|
|
4654
|
-
}
|
|
4655
|
-
|
|
4656
|
-
.pa-btn--w-4x {
|
|
4657
|
-
min-width: 6.4rem;
|
|
4658
|
-
}
|
|
4659
|
-
|
|
4660
|
-
.pa-btn--w-5x {
|
|
4661
|
-
min-width: 8rem;
|
|
4662
|
-
}
|
|
4663
|
-
|
|
4664
|
-
.pa-btn--w-6x {
|
|
4665
|
-
min-width: 9.6rem;
|
|
4666
|
-
}
|
|
4667
|
-
|
|
4668
|
-
.pa-btn--w-7x {
|
|
4669
|
-
min-width: 11.2rem;
|
|
4670
|
-
}
|
|
4671
|
-
|
|
4672
|
-
.pa-btn--w-8x {
|
|
4673
|
-
min-width: 12.8rem;
|
|
4674
|
-
}
|
|
4675
|
-
|
|
4676
|
-
.pa-btn--w-9x {
|
|
4677
|
-
min-width: 14.4rem;
|
|
4678
|
-
}
|
|
4679
|
-
|
|
4680
|
-
.pa-btn--w-10x {
|
|
4681
|
-
min-width: 16rem;
|
|
4682
|
-
}
|
|
4683
|
-
|
|
4684
4517
|
.pa-btn--align-left {
|
|
4685
4518
|
justify-content: flex-start;
|
|
4686
4519
|
}
|
|
@@ -4715,19 +4548,11 @@ a.pa-card p {
|
|
|
4715
4548
|
|
|
4716
4549
|
.pa-btn-group {
|
|
4717
4550
|
display: inline-flex;
|
|
4718
|
-
gap: 0.
|
|
4551
|
+
gap: 0.3rem;
|
|
4719
4552
|
flex-wrap: wrap;
|
|
4720
4553
|
align-items: center;
|
|
4721
4554
|
}
|
|
4722
4555
|
|
|
4723
|
-
.pa-btn-group--compact {
|
|
4724
|
-
gap: 0.16rem;
|
|
4725
|
-
}
|
|
4726
|
-
|
|
4727
|
-
.pa-btn-group--loose {
|
|
4728
|
-
gap: 0.8rem;
|
|
4729
|
-
}
|
|
4730
|
-
|
|
4731
4556
|
.pa-btn-group--vertical {
|
|
4732
4557
|
flex-direction: column;
|
|
4733
4558
|
align-items: flex-start;
|
|
@@ -5742,6 +5567,131 @@ a.pa-card p {
|
|
|
5742
5567
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
5743
5568
|
}
|
|
5744
5569
|
|
|
5570
|
+
/* ========================================
|
|
5571
|
+
Callout Components
|
|
5572
|
+
Documentation-style callouts with left border accent
|
|
5573
|
+
For tips, notes, warnings in content areas
|
|
5574
|
+
======================================== */
|
|
5575
|
+
.pa-callout {
|
|
5576
|
+
position: relative;
|
|
5577
|
+
padding: 1.2rem 1rem;
|
|
5578
|
+
margin-bottom: 1.6rem;
|
|
5579
|
+
border-left: 0.4rem solid var(--pa-border-color);
|
|
5580
|
+
border-radius: 4px;
|
|
5581
|
+
font-size: 1.4rem;
|
|
5582
|
+
background-color: var(--pa-card-bg);
|
|
5583
|
+
}
|
|
5584
|
+
|
|
5585
|
+
.pa-card__body .pa-callout:first-child {
|
|
5586
|
+
margin-top: 0;
|
|
5587
|
+
}
|
|
5588
|
+
|
|
5589
|
+
.pa-card__body .pa-callout:last-child {
|
|
5590
|
+
margin-bottom: 0;
|
|
5591
|
+
}
|
|
5592
|
+
|
|
5593
|
+
.pa-callout--primary {
|
|
5594
|
+
border-left-color: var(--pa-accent);
|
|
5595
|
+
background-color: rgba(14, 165, 233, 0.08);
|
|
5596
|
+
}
|
|
5597
|
+
|
|
5598
|
+
.pa-callout--secondary {
|
|
5599
|
+
border-left-color: var(--pa-text-secondary);
|
|
5600
|
+
background-color: color-mix(in srgb, var(--pa-text-secondary) 5%, transparent);
|
|
5601
|
+
}
|
|
5602
|
+
|
|
5603
|
+
.pa-callout--success {
|
|
5604
|
+
border-left-color: var(--pa-success-bg);
|
|
5605
|
+
background-color: var(--pa-success-bg-subtle);
|
|
5606
|
+
}
|
|
5607
|
+
|
|
5608
|
+
.pa-callout--danger {
|
|
5609
|
+
border-left-color: var(--pa-danger-bg);
|
|
5610
|
+
background-color: var(--pa-danger-bg-subtle);
|
|
5611
|
+
}
|
|
5612
|
+
|
|
5613
|
+
.pa-callout--warning {
|
|
5614
|
+
border-left-color: var(--pa-warning-bg);
|
|
5615
|
+
background-color: var(--pa-warning-bg-subtle);
|
|
5616
|
+
}
|
|
5617
|
+
|
|
5618
|
+
.pa-callout--info {
|
|
5619
|
+
border-left-color: var(--pa-info-bg);
|
|
5620
|
+
background-color: var(--pa-info-bg-subtle);
|
|
5621
|
+
}
|
|
5622
|
+
|
|
5623
|
+
.pa-callout--sm {
|
|
5624
|
+
padding: 0.8rem 1.2rem;
|
|
5625
|
+
font-size: 1.2rem;
|
|
5626
|
+
}
|
|
5627
|
+
|
|
5628
|
+
.pa-callout--lg {
|
|
5629
|
+
padding: 2.4rem 3.2rem;
|
|
5630
|
+
font-size: 1.6rem;
|
|
5631
|
+
}
|
|
5632
|
+
|
|
5633
|
+
.pa-callout__icon {
|
|
5634
|
+
float: left;
|
|
5635
|
+
margin-right: 0.8rem;
|
|
5636
|
+
font-size: 1.8rem;
|
|
5637
|
+
line-height: 1;
|
|
5638
|
+
}
|
|
5639
|
+
|
|
5640
|
+
.pa-callout__heading {
|
|
5641
|
+
margin: 0 0 0.8rem 0;
|
|
5642
|
+
font-size: 1.6rem;
|
|
5643
|
+
font-weight: 600;
|
|
5644
|
+
}
|
|
5645
|
+
|
|
5646
|
+
.pa-callout__content::after {
|
|
5647
|
+
content: "";
|
|
5648
|
+
display: table;
|
|
5649
|
+
clear: both;
|
|
5650
|
+
}
|
|
5651
|
+
|
|
5652
|
+
.pa-callout > *:last-child {
|
|
5653
|
+
margin-bottom: 0;
|
|
5654
|
+
}
|
|
5655
|
+
|
|
5656
|
+
.pa-callout p {
|
|
5657
|
+
margin: 0 0 0.8rem 0;
|
|
5658
|
+
}
|
|
5659
|
+
|
|
5660
|
+
.pa-callout p:last-child {
|
|
5661
|
+
margin-bottom: 0;
|
|
5662
|
+
}
|
|
5663
|
+
|
|
5664
|
+
.pa-callout ul, .pa-callout ol {
|
|
5665
|
+
margin: 0.8rem 0;
|
|
5666
|
+
padding-left: 2.4rem;
|
|
5667
|
+
}
|
|
5668
|
+
|
|
5669
|
+
.pa-callout ul:last-child, .pa-callout ol:last-child {
|
|
5670
|
+
margin-bottom: 0;
|
|
5671
|
+
}
|
|
5672
|
+
|
|
5673
|
+
.pa-callout code {
|
|
5674
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
5675
|
+
padding: 0.1em 0.3em;
|
|
5676
|
+
border-radius: 2px;
|
|
5677
|
+
font-size: 0.9em;
|
|
5678
|
+
}
|
|
5679
|
+
|
|
5680
|
+
.pa-callout a {
|
|
5681
|
+
color: inherit;
|
|
5682
|
+
text-decoration: underline;
|
|
5683
|
+
font-weight: 500;
|
|
5684
|
+
}
|
|
5685
|
+
|
|
5686
|
+
.pa-callout a:hover {
|
|
5687
|
+
text-decoration: none;
|
|
5688
|
+
}
|
|
5689
|
+
|
|
5690
|
+
.pa-callout h1, .pa-callout h2, .pa-callout h3, .pa-callout h4, .pa-callout h5, .pa-callout h6 {
|
|
5691
|
+
color: inherit;
|
|
5692
|
+
margin-top: 0;
|
|
5693
|
+
}
|
|
5694
|
+
|
|
5745
5695
|
/* ========================================
|
|
5746
5696
|
Form Components
|
|
5747
5697
|
Form groups, inputs, selects, textareas, checkboxes, radio buttons, states
|
|
@@ -6891,7 +6841,7 @@ web-daterangepicker {
|
|
|
6891
6841
|
--drp-button-apply-color: #ffffff;
|
|
6892
6842
|
--drp-button-apply-border: #0ea5e9;
|
|
6893
6843
|
/* Button sizing */
|
|
6894
|
-
--drp-button-padding: 0.
|
|
6844
|
+
--drp-button-padding: 0.8rem 1rem;
|
|
6895
6845
|
--drp-button-font-size: 1.4rem;
|
|
6896
6846
|
--drp-button-border-radius: 4px;
|
|
6897
6847
|
--drp-button-gap: 0.8rem;
|
|
@@ -8326,18 +8276,6 @@ web-daterangepicker {
|
|
|
8326
8276
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
8327
8277
|
}
|
|
8328
8278
|
}
|
|
8329
|
-
.text-success {
|
|
8330
|
-
color: var(--pa-success-bg);
|
|
8331
|
-
}
|
|
8332
|
-
|
|
8333
|
-
.text-danger {
|
|
8334
|
-
color: var(--pa-danger-bg);
|
|
8335
|
-
}
|
|
8336
|
-
|
|
8337
|
-
.text-warning {
|
|
8338
|
-
color: var(--pa-warning-bg);
|
|
8339
|
-
}
|
|
8340
|
-
|
|
8341
8279
|
/* ========================================
|
|
8342
8280
|
Comparison Table Component
|
|
8343
8281
|
Two-column and three-column comparison tables for version control, data changes, and merge operations
|
|
@@ -8844,6 +8782,10 @@ code {
|
|
|
8844
8782
|
position: relative;
|
|
8845
8783
|
}
|
|
8846
8784
|
|
|
8785
|
+
.pa-profile-panel__header--no-avatar .pa-profile-panel__avatar {
|
|
8786
|
+
display: none;
|
|
8787
|
+
}
|
|
8788
|
+
|
|
8847
8789
|
.pa-profile-panel__avatar {
|
|
8848
8790
|
width: 6.4rem;
|
|
8849
8791
|
height: 6.4rem;
|
|
@@ -8857,12 +8799,13 @@ code {
|
|
|
8857
8799
|
|
|
8858
8800
|
.pa-profile-panel__avatar-icon {
|
|
8859
8801
|
font-size: 3.2rem;
|
|
8860
|
-
color:
|
|
8802
|
+
color: var(--pa-accent);
|
|
8861
8803
|
}
|
|
8862
8804
|
|
|
8863
8805
|
.pa-profile-panel__info {
|
|
8864
8806
|
flex: 1;
|
|
8865
8807
|
min-width: 0;
|
|
8808
|
+
padding-right: 3.2rem;
|
|
8866
8809
|
}
|
|
8867
8810
|
|
|
8868
8811
|
.pa-profile-panel__name {
|
|
@@ -8870,6 +8813,9 @@ code {
|
|
|
8870
8813
|
font-size: 1.8rem;
|
|
8871
8814
|
font-weight: 600;
|
|
8872
8815
|
color: var(--pa-text-primary);
|
|
8816
|
+
overflow: hidden;
|
|
8817
|
+
text-overflow: ellipsis;
|
|
8818
|
+
white-space: nowrap;
|
|
8873
8819
|
}
|
|
8874
8820
|
|
|
8875
8821
|
.pa-profile-panel__email {
|
|
@@ -8922,7 +8868,7 @@ code {
|
|
|
8922
8868
|
|
|
8923
8869
|
.pa-profile-panel__body {
|
|
8924
8870
|
flex: 1;
|
|
8925
|
-
padding: 2.4rem;
|
|
8871
|
+
padding: 2.4rem 0;
|
|
8926
8872
|
display: flex;
|
|
8927
8873
|
flex-direction: column;
|
|
8928
8874
|
gap: 3.2rem;
|
|
@@ -8964,7 +8910,10 @@ code {
|
|
|
8964
8910
|
.pa-profile-panel__nav-icon {
|
|
8965
8911
|
font-size: 1.6rem;
|
|
8966
8912
|
width: 2.4rem;
|
|
8967
|
-
|
|
8913
|
+
height: 2.4rem;
|
|
8914
|
+
display: flex;
|
|
8915
|
+
align-items: center;
|
|
8916
|
+
justify-content: center;
|
|
8968
8917
|
}
|
|
8969
8918
|
|
|
8970
8919
|
.pa-profile-panel__actions {
|
|
@@ -8972,10 +8921,21 @@ code {
|
|
|
8972
8921
|
flex-direction: column;
|
|
8973
8922
|
gap: 1.2rem;
|
|
8974
8923
|
margin-top: auto;
|
|
8924
|
+
padding: 0 1.6rem;
|
|
8925
|
+
}
|
|
8926
|
+
|
|
8927
|
+
.pa-profile-panel__footer {
|
|
8928
|
+
flex-shrink: 0;
|
|
8929
|
+
padding: 2.4rem;
|
|
8930
|
+
border-top: 1px solid var(--pa-border-color);
|
|
8931
|
+
background-color: var(--pa-card-bg);
|
|
8932
|
+
display: flex;
|
|
8933
|
+
flex-direction: column;
|
|
8934
|
+
gap: 1.2rem;
|
|
8975
8935
|
}
|
|
8976
8936
|
|
|
8977
8937
|
.pa-profile-panel__tabs {
|
|
8978
|
-
padding: 0
|
|
8938
|
+
padding: 0 1.6rem;
|
|
8979
8939
|
border-bottom: 1px solid var(--pa-border-color);
|
|
8980
8940
|
background-color: var(--pa-header-bg);
|
|
8981
8941
|
}
|
|
@@ -8992,7 +8952,7 @@ code {
|
|
|
8992
8952
|
|
|
8993
8953
|
.pa-profile-panel__tabs .pa-tabs__item:hover {
|
|
8994
8954
|
color: var(--pa-header-text);
|
|
8995
|
-
background-color:
|
|
8955
|
+
background-color: var(--pa-accent-light);
|
|
8996
8956
|
}
|
|
8997
8957
|
|
|
8998
8958
|
.pa-profile-panel__tabs .pa-tabs__item--active {
|
|
@@ -9000,12 +8960,6 @@ code {
|
|
|
9000
8960
|
border-bottom-color: var(--pa-accent);
|
|
9001
8961
|
}
|
|
9002
8962
|
|
|
9003
|
-
.pa-profile-panel__favorites {
|
|
9004
|
-
display: flex;
|
|
9005
|
-
flex-direction: column;
|
|
9006
|
-
gap: 0.8rem;
|
|
9007
|
-
}
|
|
9008
|
-
|
|
9009
8963
|
.pa-profile-panel__favorites ul {
|
|
9010
8964
|
list-style: none;
|
|
9011
8965
|
margin: 0;
|
|
@@ -9042,7 +8996,10 @@ code {
|
|
|
9042
8996
|
.pa-profile-panel__favorite-icon {
|
|
9043
8997
|
font-size: 1.6rem;
|
|
9044
8998
|
width: 2.4rem;
|
|
9045
|
-
|
|
8999
|
+
height: 2.4rem;
|
|
9000
|
+
display: flex;
|
|
9001
|
+
align-items: center;
|
|
9002
|
+
justify-content: center;
|
|
9046
9003
|
}
|
|
9047
9004
|
|
|
9048
9005
|
.pa-profile-panel__favorite-label {
|
|
@@ -9054,7 +9011,7 @@ code {
|
|
|
9054
9011
|
margin-left: auto;
|
|
9055
9012
|
background: none;
|
|
9056
9013
|
border: none;
|
|
9057
|
-
padding: 0.
|
|
9014
|
+
padding: 0.4rem;
|
|
9058
9015
|
color: var(--pa-text-secondary);
|
|
9059
9016
|
cursor: pointer;
|
|
9060
9017
|
border-radius: 4px;
|
|
@@ -9074,7 +9031,7 @@ code {
|
|
|
9074
9031
|
|
|
9075
9032
|
.pa-profile-panel__favorites-add {
|
|
9076
9033
|
margin-top: auto;
|
|
9077
|
-
padding
|
|
9034
|
+
padding: 1.2rem 1.6rem 0;
|
|
9078
9035
|
}
|
|
9079
9036
|
|
|
9080
9037
|
@media (max-width: 768px) {
|
|
@@ -11602,6 +11559,170 @@ html.font-size-4xl {
|
|
|
11602
11559
|
line-height: 1.8;
|
|
11603
11560
|
}
|
|
11604
11561
|
|
|
11562
|
+
.gap-0 {
|
|
11563
|
+
gap: 0;
|
|
11564
|
+
}
|
|
11565
|
+
|
|
11566
|
+
.gap-xs {
|
|
11567
|
+
gap: 0.4rem;
|
|
11568
|
+
}
|
|
11569
|
+
|
|
11570
|
+
.gap-sm {
|
|
11571
|
+
gap: 0.8rem;
|
|
11572
|
+
}
|
|
11573
|
+
|
|
11574
|
+
.gap-md {
|
|
11575
|
+
gap: 1.2rem;
|
|
11576
|
+
}
|
|
11577
|
+
|
|
11578
|
+
.gap-base {
|
|
11579
|
+
gap: 1.6rem;
|
|
11580
|
+
}
|
|
11581
|
+
|
|
11582
|
+
.gap-lg {
|
|
11583
|
+
gap: 2.4rem;
|
|
11584
|
+
}
|
|
11585
|
+
|
|
11586
|
+
.gap-xl {
|
|
11587
|
+
gap: 3.2rem;
|
|
11588
|
+
}
|
|
11589
|
+
|
|
11590
|
+
.gap-2xl {
|
|
11591
|
+
gap: 4.8rem;
|
|
11592
|
+
}
|
|
11593
|
+
|
|
11594
|
+
.gap-1 {
|
|
11595
|
+
gap: 0.1rem;
|
|
11596
|
+
}
|
|
11597
|
+
|
|
11598
|
+
.gap-2 {
|
|
11599
|
+
gap: 0.2rem;
|
|
11600
|
+
}
|
|
11601
|
+
|
|
11602
|
+
.gap-3 {
|
|
11603
|
+
gap: 0.3rem;
|
|
11604
|
+
}
|
|
11605
|
+
|
|
11606
|
+
.gap-4 {
|
|
11607
|
+
gap: 0.4rem;
|
|
11608
|
+
}
|
|
11609
|
+
|
|
11610
|
+
.gap-5 {
|
|
11611
|
+
gap: 0.5rem;
|
|
11612
|
+
}
|
|
11613
|
+
|
|
11614
|
+
.gap-6 {
|
|
11615
|
+
gap: 0.6rem;
|
|
11616
|
+
}
|
|
11617
|
+
|
|
11618
|
+
.gap-8 {
|
|
11619
|
+
gap: 0.8rem;
|
|
11620
|
+
}
|
|
11621
|
+
|
|
11622
|
+
.gap-10 {
|
|
11623
|
+
gap: 1rem;
|
|
11624
|
+
}
|
|
11625
|
+
|
|
11626
|
+
.gap-12 {
|
|
11627
|
+
gap: 1.2rem;
|
|
11628
|
+
}
|
|
11629
|
+
|
|
11630
|
+
.gap-15 {
|
|
11631
|
+
gap: 1.5rem;
|
|
11632
|
+
}
|
|
11633
|
+
|
|
11634
|
+
.gap-20 {
|
|
11635
|
+
gap: 2rem;
|
|
11636
|
+
}
|
|
11637
|
+
|
|
11638
|
+
.row-gap-0 {
|
|
11639
|
+
row-gap: 0;
|
|
11640
|
+
}
|
|
11641
|
+
|
|
11642
|
+
.row-gap-xs {
|
|
11643
|
+
row-gap: 0.4rem;
|
|
11644
|
+
}
|
|
11645
|
+
|
|
11646
|
+
.row-gap-sm {
|
|
11647
|
+
row-gap: 0.8rem;
|
|
11648
|
+
}
|
|
11649
|
+
|
|
11650
|
+
.row-gap-md {
|
|
11651
|
+
row-gap: 1.2rem;
|
|
11652
|
+
}
|
|
11653
|
+
|
|
11654
|
+
.row-gap-base {
|
|
11655
|
+
row-gap: 1.6rem;
|
|
11656
|
+
}
|
|
11657
|
+
|
|
11658
|
+
.row-gap-lg {
|
|
11659
|
+
row-gap: 2.4rem;
|
|
11660
|
+
}
|
|
11661
|
+
|
|
11662
|
+
.column-gap-0 {
|
|
11663
|
+
column-gap: 0;
|
|
11664
|
+
}
|
|
11665
|
+
|
|
11666
|
+
.column-gap-xs {
|
|
11667
|
+
column-gap: 0.4rem;
|
|
11668
|
+
}
|
|
11669
|
+
|
|
11670
|
+
.column-gap-sm {
|
|
11671
|
+
column-gap: 0.8rem;
|
|
11672
|
+
}
|
|
11673
|
+
|
|
11674
|
+
.column-gap-md {
|
|
11675
|
+
column-gap: 1.2rem;
|
|
11676
|
+
}
|
|
11677
|
+
|
|
11678
|
+
.column-gap-base {
|
|
11679
|
+
column-gap: 1.6rem;
|
|
11680
|
+
}
|
|
11681
|
+
|
|
11682
|
+
.column-gap-lg {
|
|
11683
|
+
column-gap: 2.4rem;
|
|
11684
|
+
}
|
|
11685
|
+
|
|
11686
|
+
.text-2xs {
|
|
11687
|
+
font-size: 1rem;
|
|
11688
|
+
}
|
|
11689
|
+
|
|
11690
|
+
.text-xs {
|
|
11691
|
+
font-size: 1.2rem;
|
|
11692
|
+
}
|
|
11693
|
+
|
|
11694
|
+
.text-sm {
|
|
11695
|
+
font-size: 1.4rem;
|
|
11696
|
+
}
|
|
11697
|
+
|
|
11698
|
+
.text-md {
|
|
11699
|
+
font-size: 1.5rem;
|
|
11700
|
+
}
|
|
11701
|
+
|
|
11702
|
+
.text-base {
|
|
11703
|
+
font-size: 1.6rem;
|
|
11704
|
+
}
|
|
11705
|
+
|
|
11706
|
+
.text-lg {
|
|
11707
|
+
font-size: 1.8rem;
|
|
11708
|
+
}
|
|
11709
|
+
|
|
11710
|
+
.text-xl {
|
|
11711
|
+
font-size: 2rem;
|
|
11712
|
+
}
|
|
11713
|
+
|
|
11714
|
+
.text-2xl {
|
|
11715
|
+
font-size: 2.4rem;
|
|
11716
|
+
}
|
|
11717
|
+
|
|
11718
|
+
.text-3xl {
|
|
11719
|
+
font-size: 2.8rem;
|
|
11720
|
+
}
|
|
11721
|
+
|
|
11722
|
+
.text-4xl {
|
|
11723
|
+
font-size: 3.2rem;
|
|
11724
|
+
}
|
|
11725
|
+
|
|
11605
11726
|
.component-showcase {
|
|
11606
11727
|
display: flex;
|
|
11607
11728
|
flex-wrap: wrap;
|
|
@@ -12517,26 +12638,82 @@ html.font-size-4xl {
|
|
|
12517
12638
|
white-space: nowrap !important;
|
|
12518
12639
|
}
|
|
12519
12640
|
|
|
12641
|
+
.w-5 {
|
|
12642
|
+
width: 5% !important;
|
|
12643
|
+
}
|
|
12644
|
+
|
|
12645
|
+
.w-10 {
|
|
12646
|
+
width: 10% !important;
|
|
12647
|
+
}
|
|
12648
|
+
|
|
12649
|
+
.w-15 {
|
|
12650
|
+
width: 15% !important;
|
|
12651
|
+
}
|
|
12652
|
+
|
|
12653
|
+
.w-20 {
|
|
12654
|
+
width: 20% !important;
|
|
12655
|
+
}
|
|
12656
|
+
|
|
12520
12657
|
.w-25 {
|
|
12521
12658
|
width: 25% !important;
|
|
12522
12659
|
}
|
|
12523
12660
|
|
|
12524
|
-
.w-
|
|
12525
|
-
width:
|
|
12661
|
+
.w-30 {
|
|
12662
|
+
width: 30% !important;
|
|
12663
|
+
}
|
|
12664
|
+
|
|
12665
|
+
.w-35 {
|
|
12666
|
+
width: 35% !important;
|
|
12667
|
+
}
|
|
12668
|
+
|
|
12669
|
+
.w-40 {
|
|
12670
|
+
width: 40% !important;
|
|
12671
|
+
}
|
|
12672
|
+
|
|
12673
|
+
.w-45 {
|
|
12674
|
+
width: 45% !important;
|
|
12526
12675
|
}
|
|
12527
12676
|
|
|
12528
12677
|
.w-50 {
|
|
12529
12678
|
width: 50% !important;
|
|
12530
12679
|
}
|
|
12531
12680
|
|
|
12532
|
-
.w-
|
|
12533
|
-
width:
|
|
12681
|
+
.w-55 {
|
|
12682
|
+
width: 55% !important;
|
|
12683
|
+
}
|
|
12684
|
+
|
|
12685
|
+
.w-60 {
|
|
12686
|
+
width: 60% !important;
|
|
12687
|
+
}
|
|
12688
|
+
|
|
12689
|
+
.w-65 {
|
|
12690
|
+
width: 65% !important;
|
|
12691
|
+
}
|
|
12692
|
+
|
|
12693
|
+
.w-70 {
|
|
12694
|
+
width: 70% !important;
|
|
12534
12695
|
}
|
|
12535
12696
|
|
|
12536
12697
|
.w-75 {
|
|
12537
12698
|
width: 75% !important;
|
|
12538
12699
|
}
|
|
12539
12700
|
|
|
12701
|
+
.w-80 {
|
|
12702
|
+
width: 80% !important;
|
|
12703
|
+
}
|
|
12704
|
+
|
|
12705
|
+
.w-85 {
|
|
12706
|
+
width: 85% !important;
|
|
12707
|
+
}
|
|
12708
|
+
|
|
12709
|
+
.w-90 {
|
|
12710
|
+
width: 90% !important;
|
|
12711
|
+
}
|
|
12712
|
+
|
|
12713
|
+
.w-95 {
|
|
12714
|
+
width: 95% !important;
|
|
12715
|
+
}
|
|
12716
|
+
|
|
12540
12717
|
.w-100 {
|
|
12541
12718
|
width: 100% !important;
|
|
12542
12719
|
}
|
|
@@ -12545,20 +12722,20 @@ html.font-size-4xl {
|
|
|
12545
12722
|
width: auto !important;
|
|
12546
12723
|
}
|
|
12547
12724
|
|
|
12548
|
-
.
|
|
12549
|
-
|
|
12725
|
+
.w-1-3 {
|
|
12726
|
+
width: 33.333333% !important;
|
|
12550
12727
|
}
|
|
12551
12728
|
|
|
12552
|
-
.
|
|
12553
|
-
|
|
12729
|
+
.w-2-3 {
|
|
12730
|
+
width: 66.666667% !important;
|
|
12554
12731
|
}
|
|
12555
12732
|
|
|
12556
|
-
.mw-
|
|
12557
|
-
min-width:
|
|
12733
|
+
.mw-25 {
|
|
12734
|
+
min-width: 25% !important;
|
|
12558
12735
|
}
|
|
12559
12736
|
|
|
12560
|
-
.mw-
|
|
12561
|
-
min-width:
|
|
12737
|
+
.mw-50 {
|
|
12738
|
+
min-width: 50% !important;
|
|
12562
12739
|
}
|
|
12563
12740
|
|
|
12564
12741
|
.mw-75 {
|
|
@@ -12573,26 +12750,24 @@ html.font-size-4xl {
|
|
|
12573
12750
|
min-width: auto !important;
|
|
12574
12751
|
}
|
|
12575
12752
|
|
|
12753
|
+
.mw-1-3 {
|
|
12754
|
+
min-width: 33.333333% !important;
|
|
12755
|
+
}
|
|
12756
|
+
|
|
12757
|
+
.mw-2-3 {
|
|
12758
|
+
min-width: 66.666667% !important;
|
|
12759
|
+
}
|
|
12760
|
+
|
|
12576
12761
|
.w-25-fixed {
|
|
12577
12762
|
min-width: 25% !important;
|
|
12578
12763
|
width: 25% !important;
|
|
12579
12764
|
}
|
|
12580
12765
|
|
|
12581
|
-
.w-33-fixed {
|
|
12582
|
-
min-width: 33.333333% !important;
|
|
12583
|
-
width: 33.333333% !important;
|
|
12584
|
-
}
|
|
12585
|
-
|
|
12586
12766
|
.w-50-fixed {
|
|
12587
12767
|
min-width: 50% !important;
|
|
12588
12768
|
width: 50% !important;
|
|
12589
12769
|
}
|
|
12590
12770
|
|
|
12591
|
-
.w-66-fixed {
|
|
12592
|
-
min-width: 66.666667% !important;
|
|
12593
|
-
width: 66.666667% !important;
|
|
12594
|
-
}
|
|
12595
|
-
|
|
12596
12771
|
.w-75-fixed {
|
|
12597
12772
|
min-width: 75% !important;
|
|
12598
12773
|
width: 75% !important;
|
|
@@ -12603,6 +12778,16 @@ html.font-size-4xl {
|
|
|
12603
12778
|
width: 100% !important;
|
|
12604
12779
|
}
|
|
12605
12780
|
|
|
12781
|
+
.w-1-3-fixed {
|
|
12782
|
+
min-width: 33.333333% !important;
|
|
12783
|
+
width: 33.333333% !important;
|
|
12784
|
+
}
|
|
12785
|
+
|
|
12786
|
+
.w-2-3-fixed {
|
|
12787
|
+
min-width: 66.666667% !important;
|
|
12788
|
+
width: 66.666667% !important;
|
|
12789
|
+
}
|
|
12790
|
+
|
|
12606
12791
|
.h-25 {
|
|
12607
12792
|
height: 25% !important;
|
|
12608
12793
|
}
|
|
@@ -12623,64 +12808,800 @@ html.font-size-4xl {
|
|
|
12623
12808
|
height: auto !important;
|
|
12624
12809
|
}
|
|
12625
12810
|
|
|
12626
|
-
.
|
|
12627
|
-
|
|
12811
|
+
.wr-1 {
|
|
12812
|
+
width: 1rem !important;
|
|
12628
12813
|
}
|
|
12629
12814
|
|
|
12630
|
-
.
|
|
12631
|
-
|
|
12815
|
+
.wr-2 {
|
|
12816
|
+
width: 2rem !important;
|
|
12632
12817
|
}
|
|
12633
12818
|
|
|
12634
|
-
.
|
|
12635
|
-
|
|
12819
|
+
.wr-3 {
|
|
12820
|
+
width: 3rem !important;
|
|
12636
12821
|
}
|
|
12637
12822
|
|
|
12638
|
-
.
|
|
12639
|
-
|
|
12823
|
+
.wr-4 {
|
|
12824
|
+
width: 4rem !important;
|
|
12640
12825
|
}
|
|
12641
12826
|
|
|
12642
|
-
.
|
|
12643
|
-
|
|
12827
|
+
.wr-5 {
|
|
12828
|
+
width: 5rem !important;
|
|
12644
12829
|
}
|
|
12645
12830
|
|
|
12646
|
-
.
|
|
12647
|
-
|
|
12831
|
+
.wr-6 {
|
|
12832
|
+
width: 6rem !important;
|
|
12648
12833
|
}
|
|
12649
12834
|
|
|
12650
|
-
.
|
|
12651
|
-
|
|
12835
|
+
.wr-7 {
|
|
12836
|
+
width: 7rem !important;
|
|
12652
12837
|
}
|
|
12653
12838
|
|
|
12654
|
-
.
|
|
12655
|
-
|
|
12839
|
+
.wr-8 {
|
|
12840
|
+
width: 8rem !important;
|
|
12656
12841
|
}
|
|
12657
12842
|
|
|
12658
|
-
.
|
|
12659
|
-
|
|
12843
|
+
.wr-9 {
|
|
12844
|
+
width: 9rem !important;
|
|
12660
12845
|
}
|
|
12661
12846
|
|
|
12662
|
-
.
|
|
12663
|
-
|
|
12847
|
+
.wr-10 {
|
|
12848
|
+
width: 10rem !important;
|
|
12664
12849
|
}
|
|
12665
12850
|
|
|
12666
|
-
.
|
|
12667
|
-
|
|
12851
|
+
.wr-15 {
|
|
12852
|
+
width: 15rem !important;
|
|
12668
12853
|
}
|
|
12669
12854
|
|
|
12670
|
-
.
|
|
12671
|
-
|
|
12855
|
+
.wr-20 {
|
|
12856
|
+
width: 20rem !important;
|
|
12672
12857
|
}
|
|
12673
12858
|
|
|
12674
|
-
.
|
|
12675
|
-
|
|
12859
|
+
.wr-25 {
|
|
12860
|
+
width: 25rem !important;
|
|
12676
12861
|
}
|
|
12677
12862
|
|
|
12678
|
-
.
|
|
12679
|
-
|
|
12863
|
+
.minwr-1 {
|
|
12864
|
+
min-width: 1rem !important;
|
|
12680
12865
|
}
|
|
12681
12866
|
|
|
12682
|
-
.
|
|
12683
|
-
|
|
12867
|
+
.minwr-2 {
|
|
12868
|
+
min-width: 2rem !important;
|
|
12869
|
+
}
|
|
12870
|
+
|
|
12871
|
+
.minwr-3 {
|
|
12872
|
+
min-width: 3rem !important;
|
|
12873
|
+
}
|
|
12874
|
+
|
|
12875
|
+
.minwr-4 {
|
|
12876
|
+
min-width: 4rem !important;
|
|
12877
|
+
}
|
|
12878
|
+
|
|
12879
|
+
.minwr-5 {
|
|
12880
|
+
min-width: 5rem !important;
|
|
12881
|
+
}
|
|
12882
|
+
|
|
12883
|
+
.minwr-6 {
|
|
12884
|
+
min-width: 6rem !important;
|
|
12885
|
+
}
|
|
12886
|
+
|
|
12887
|
+
.minwr-7 {
|
|
12888
|
+
min-width: 7rem !important;
|
|
12889
|
+
}
|
|
12890
|
+
|
|
12891
|
+
.minwr-8 {
|
|
12892
|
+
min-width: 8rem !important;
|
|
12893
|
+
}
|
|
12894
|
+
|
|
12895
|
+
.minwr-9 {
|
|
12896
|
+
min-width: 9rem !important;
|
|
12897
|
+
}
|
|
12898
|
+
|
|
12899
|
+
.minwr-10 {
|
|
12900
|
+
min-width: 10rem !important;
|
|
12901
|
+
}
|
|
12902
|
+
|
|
12903
|
+
.minwr-15 {
|
|
12904
|
+
min-width: 15rem !important;
|
|
12905
|
+
}
|
|
12906
|
+
|
|
12907
|
+
.minwr-20 {
|
|
12908
|
+
min-width: 20rem !important;
|
|
12909
|
+
}
|
|
12910
|
+
|
|
12911
|
+
.minwr-25 {
|
|
12912
|
+
min-width: 25rem !important;
|
|
12913
|
+
}
|
|
12914
|
+
|
|
12915
|
+
.maxwr-1 {
|
|
12916
|
+
max-width: 1rem !important;
|
|
12917
|
+
}
|
|
12918
|
+
|
|
12919
|
+
.maxwr-2 {
|
|
12920
|
+
max-width: 2rem !important;
|
|
12921
|
+
}
|
|
12922
|
+
|
|
12923
|
+
.maxwr-3 {
|
|
12924
|
+
max-width: 3rem !important;
|
|
12925
|
+
}
|
|
12926
|
+
|
|
12927
|
+
.maxwr-4 {
|
|
12928
|
+
max-width: 4rem !important;
|
|
12929
|
+
}
|
|
12930
|
+
|
|
12931
|
+
.maxwr-5 {
|
|
12932
|
+
max-width: 5rem !important;
|
|
12933
|
+
}
|
|
12934
|
+
|
|
12935
|
+
.maxwr-6 {
|
|
12936
|
+
max-width: 6rem !important;
|
|
12937
|
+
}
|
|
12938
|
+
|
|
12939
|
+
.maxwr-7 {
|
|
12940
|
+
max-width: 7rem !important;
|
|
12941
|
+
}
|
|
12942
|
+
|
|
12943
|
+
.maxwr-8 {
|
|
12944
|
+
max-width: 8rem !important;
|
|
12945
|
+
}
|
|
12946
|
+
|
|
12947
|
+
.maxwr-9 {
|
|
12948
|
+
max-width: 9rem !important;
|
|
12949
|
+
}
|
|
12950
|
+
|
|
12951
|
+
.maxwr-10 {
|
|
12952
|
+
max-width: 10rem !important;
|
|
12953
|
+
}
|
|
12954
|
+
|
|
12955
|
+
.maxwr-15 {
|
|
12956
|
+
max-width: 15rem !important;
|
|
12957
|
+
}
|
|
12958
|
+
|
|
12959
|
+
.maxwr-20 {
|
|
12960
|
+
max-width: 20rem !important;
|
|
12961
|
+
}
|
|
12962
|
+
|
|
12963
|
+
.maxwr-25 {
|
|
12964
|
+
max-width: 25rem !important;
|
|
12965
|
+
}
|
|
12966
|
+
|
|
12967
|
+
.hr-1 {
|
|
12968
|
+
height: 1rem !important;
|
|
12969
|
+
}
|
|
12970
|
+
|
|
12971
|
+
.hr-2 {
|
|
12972
|
+
height: 2rem !important;
|
|
12973
|
+
}
|
|
12974
|
+
|
|
12975
|
+
.hr-3 {
|
|
12976
|
+
height: 3rem !important;
|
|
12977
|
+
}
|
|
12978
|
+
|
|
12979
|
+
.hr-4 {
|
|
12980
|
+
height: 4rem !important;
|
|
12981
|
+
}
|
|
12982
|
+
|
|
12983
|
+
.hr-5 {
|
|
12984
|
+
height: 5rem !important;
|
|
12985
|
+
}
|
|
12986
|
+
|
|
12987
|
+
.hr-6 {
|
|
12988
|
+
height: 6rem !important;
|
|
12989
|
+
}
|
|
12990
|
+
|
|
12991
|
+
.hr-7 {
|
|
12992
|
+
height: 7rem !important;
|
|
12993
|
+
}
|
|
12994
|
+
|
|
12995
|
+
.hr-8 {
|
|
12996
|
+
height: 8rem !important;
|
|
12997
|
+
}
|
|
12998
|
+
|
|
12999
|
+
.hr-9 {
|
|
13000
|
+
height: 9rem !important;
|
|
13001
|
+
}
|
|
13002
|
+
|
|
13003
|
+
.hr-10 {
|
|
13004
|
+
height: 10rem !important;
|
|
13005
|
+
}
|
|
13006
|
+
|
|
13007
|
+
.hr-15 {
|
|
13008
|
+
height: 15rem !important;
|
|
13009
|
+
}
|
|
13010
|
+
|
|
13011
|
+
.hr-20 {
|
|
13012
|
+
height: 20rem !important;
|
|
13013
|
+
}
|
|
13014
|
+
|
|
13015
|
+
.hr-25 {
|
|
13016
|
+
height: 25rem !important;
|
|
13017
|
+
}
|
|
13018
|
+
|
|
13019
|
+
.minhr-1 {
|
|
13020
|
+
min-height: 1rem !important;
|
|
13021
|
+
}
|
|
13022
|
+
|
|
13023
|
+
.minhr-2 {
|
|
13024
|
+
min-height: 2rem !important;
|
|
13025
|
+
}
|
|
13026
|
+
|
|
13027
|
+
.minhr-3 {
|
|
13028
|
+
min-height: 3rem !important;
|
|
13029
|
+
}
|
|
13030
|
+
|
|
13031
|
+
.minhr-4 {
|
|
13032
|
+
min-height: 4rem !important;
|
|
13033
|
+
}
|
|
13034
|
+
|
|
13035
|
+
.minhr-5 {
|
|
13036
|
+
min-height: 5rem !important;
|
|
13037
|
+
}
|
|
13038
|
+
|
|
13039
|
+
.minhr-6 {
|
|
13040
|
+
min-height: 6rem !important;
|
|
13041
|
+
}
|
|
13042
|
+
|
|
13043
|
+
.minhr-7 {
|
|
13044
|
+
min-height: 7rem !important;
|
|
13045
|
+
}
|
|
13046
|
+
|
|
13047
|
+
.minhr-8 {
|
|
13048
|
+
min-height: 8rem !important;
|
|
13049
|
+
}
|
|
13050
|
+
|
|
13051
|
+
.minhr-9 {
|
|
13052
|
+
min-height: 9rem !important;
|
|
13053
|
+
}
|
|
13054
|
+
|
|
13055
|
+
.minhr-10 {
|
|
13056
|
+
min-height: 10rem !important;
|
|
13057
|
+
}
|
|
13058
|
+
|
|
13059
|
+
.minhr-15 {
|
|
13060
|
+
min-height: 15rem !important;
|
|
13061
|
+
}
|
|
13062
|
+
|
|
13063
|
+
.minhr-20 {
|
|
13064
|
+
min-height: 20rem !important;
|
|
13065
|
+
}
|
|
13066
|
+
|
|
13067
|
+
.minhr-25 {
|
|
13068
|
+
min-height: 25rem !important;
|
|
13069
|
+
}
|
|
13070
|
+
|
|
13071
|
+
.maxhr-1 {
|
|
13072
|
+
max-height: 1rem !important;
|
|
13073
|
+
}
|
|
13074
|
+
|
|
13075
|
+
.maxhr-2 {
|
|
13076
|
+
max-height: 2rem !important;
|
|
13077
|
+
}
|
|
13078
|
+
|
|
13079
|
+
.maxhr-3 {
|
|
13080
|
+
max-height: 3rem !important;
|
|
13081
|
+
}
|
|
13082
|
+
|
|
13083
|
+
.maxhr-4 {
|
|
13084
|
+
max-height: 4rem !important;
|
|
13085
|
+
}
|
|
13086
|
+
|
|
13087
|
+
.maxhr-5 {
|
|
13088
|
+
max-height: 5rem !important;
|
|
13089
|
+
}
|
|
13090
|
+
|
|
13091
|
+
.maxhr-6 {
|
|
13092
|
+
max-height: 6rem !important;
|
|
13093
|
+
}
|
|
13094
|
+
|
|
13095
|
+
.maxhr-7 {
|
|
13096
|
+
max-height: 7rem !important;
|
|
13097
|
+
}
|
|
13098
|
+
|
|
13099
|
+
.maxhr-8 {
|
|
13100
|
+
max-height: 8rem !important;
|
|
13101
|
+
}
|
|
13102
|
+
|
|
13103
|
+
.maxhr-9 {
|
|
13104
|
+
max-height: 9rem !important;
|
|
13105
|
+
}
|
|
13106
|
+
|
|
13107
|
+
.maxhr-10 {
|
|
13108
|
+
max-height: 10rem !important;
|
|
13109
|
+
}
|
|
13110
|
+
|
|
13111
|
+
.maxhr-15 {
|
|
13112
|
+
max-height: 15rem !important;
|
|
13113
|
+
}
|
|
13114
|
+
|
|
13115
|
+
.maxhr-20 {
|
|
13116
|
+
max-height: 20rem !important;
|
|
13117
|
+
}
|
|
13118
|
+
|
|
13119
|
+
.maxhr-25 {
|
|
13120
|
+
max-height: 25rem !important;
|
|
13121
|
+
}
|
|
13122
|
+
|
|
13123
|
+
.minw-5 {
|
|
13124
|
+
min-width: 5% !important;
|
|
13125
|
+
}
|
|
13126
|
+
|
|
13127
|
+
.minw-10 {
|
|
13128
|
+
min-width: 10% !important;
|
|
13129
|
+
}
|
|
13130
|
+
|
|
13131
|
+
.minw-15 {
|
|
13132
|
+
min-width: 15% !important;
|
|
13133
|
+
}
|
|
13134
|
+
|
|
13135
|
+
.minw-20 {
|
|
13136
|
+
min-width: 20% !important;
|
|
13137
|
+
}
|
|
13138
|
+
|
|
13139
|
+
.minw-25 {
|
|
13140
|
+
min-width: 25% !important;
|
|
13141
|
+
}
|
|
13142
|
+
|
|
13143
|
+
.minw-30 {
|
|
13144
|
+
min-width: 30% !important;
|
|
13145
|
+
}
|
|
13146
|
+
|
|
13147
|
+
.minw-35 {
|
|
13148
|
+
min-width: 35% !important;
|
|
13149
|
+
}
|
|
13150
|
+
|
|
13151
|
+
.minw-40 {
|
|
13152
|
+
min-width: 40% !important;
|
|
13153
|
+
}
|
|
13154
|
+
|
|
13155
|
+
.minw-45 {
|
|
13156
|
+
min-width: 45% !important;
|
|
13157
|
+
}
|
|
13158
|
+
|
|
13159
|
+
.minw-50 {
|
|
13160
|
+
min-width: 50% !important;
|
|
13161
|
+
}
|
|
13162
|
+
|
|
13163
|
+
.minw-55 {
|
|
13164
|
+
min-width: 55% !important;
|
|
13165
|
+
}
|
|
13166
|
+
|
|
13167
|
+
.minw-60 {
|
|
13168
|
+
min-width: 60% !important;
|
|
13169
|
+
}
|
|
13170
|
+
|
|
13171
|
+
.minw-65 {
|
|
13172
|
+
min-width: 65% !important;
|
|
13173
|
+
}
|
|
13174
|
+
|
|
13175
|
+
.minw-70 {
|
|
13176
|
+
min-width: 70% !important;
|
|
13177
|
+
}
|
|
13178
|
+
|
|
13179
|
+
.minw-75 {
|
|
13180
|
+
min-width: 75% !important;
|
|
13181
|
+
}
|
|
13182
|
+
|
|
13183
|
+
.minw-80 {
|
|
13184
|
+
min-width: 80% !important;
|
|
13185
|
+
}
|
|
13186
|
+
|
|
13187
|
+
.minw-85 {
|
|
13188
|
+
min-width: 85% !important;
|
|
13189
|
+
}
|
|
13190
|
+
|
|
13191
|
+
.minw-90 {
|
|
13192
|
+
min-width: 90% !important;
|
|
13193
|
+
}
|
|
13194
|
+
|
|
13195
|
+
.minw-95 {
|
|
13196
|
+
min-width: 95% !important;
|
|
13197
|
+
}
|
|
13198
|
+
|
|
13199
|
+
.minw-100 {
|
|
13200
|
+
min-width: 100% !important;
|
|
13201
|
+
}
|
|
13202
|
+
|
|
13203
|
+
.minw-1-3 {
|
|
13204
|
+
min-width: 33.333333% !important;
|
|
13205
|
+
}
|
|
13206
|
+
|
|
13207
|
+
.minw-2-3 {
|
|
13208
|
+
min-width: 66.666667% !important;
|
|
13209
|
+
}
|
|
13210
|
+
|
|
13211
|
+
.maxw-5 {
|
|
13212
|
+
max-width: 5% !important;
|
|
13213
|
+
}
|
|
13214
|
+
|
|
13215
|
+
.maxw-10 {
|
|
13216
|
+
max-width: 10% !important;
|
|
13217
|
+
}
|
|
13218
|
+
|
|
13219
|
+
.maxw-15 {
|
|
13220
|
+
max-width: 15% !important;
|
|
13221
|
+
}
|
|
13222
|
+
|
|
13223
|
+
.maxw-20 {
|
|
13224
|
+
max-width: 20% !important;
|
|
13225
|
+
}
|
|
13226
|
+
|
|
13227
|
+
.maxw-25 {
|
|
13228
|
+
max-width: 25% !important;
|
|
13229
|
+
}
|
|
13230
|
+
|
|
13231
|
+
.maxw-30 {
|
|
13232
|
+
max-width: 30% !important;
|
|
13233
|
+
}
|
|
13234
|
+
|
|
13235
|
+
.maxw-35 {
|
|
13236
|
+
max-width: 35% !important;
|
|
13237
|
+
}
|
|
13238
|
+
|
|
13239
|
+
.maxw-40 {
|
|
13240
|
+
max-width: 40% !important;
|
|
13241
|
+
}
|
|
13242
|
+
|
|
13243
|
+
.maxw-45 {
|
|
13244
|
+
max-width: 45% !important;
|
|
13245
|
+
}
|
|
13246
|
+
|
|
13247
|
+
.maxw-50 {
|
|
13248
|
+
max-width: 50% !important;
|
|
13249
|
+
}
|
|
13250
|
+
|
|
13251
|
+
.maxw-55 {
|
|
13252
|
+
max-width: 55% !important;
|
|
13253
|
+
}
|
|
13254
|
+
|
|
13255
|
+
.maxw-60 {
|
|
13256
|
+
max-width: 60% !important;
|
|
13257
|
+
}
|
|
13258
|
+
|
|
13259
|
+
.maxw-65 {
|
|
13260
|
+
max-width: 65% !important;
|
|
13261
|
+
}
|
|
13262
|
+
|
|
13263
|
+
.maxw-70 {
|
|
13264
|
+
max-width: 70% !important;
|
|
13265
|
+
}
|
|
13266
|
+
|
|
13267
|
+
.maxw-75 {
|
|
13268
|
+
max-width: 75% !important;
|
|
13269
|
+
}
|
|
13270
|
+
|
|
13271
|
+
.maxw-80 {
|
|
13272
|
+
max-width: 80% !important;
|
|
13273
|
+
}
|
|
13274
|
+
|
|
13275
|
+
.maxw-85 {
|
|
13276
|
+
max-width: 85% !important;
|
|
13277
|
+
}
|
|
13278
|
+
|
|
13279
|
+
.maxw-90 {
|
|
13280
|
+
max-width: 90% !important;
|
|
13281
|
+
}
|
|
13282
|
+
|
|
13283
|
+
.maxw-95 {
|
|
13284
|
+
max-width: 95% !important;
|
|
13285
|
+
}
|
|
13286
|
+
|
|
13287
|
+
.maxw-100 {
|
|
13288
|
+
max-width: 100% !important;
|
|
13289
|
+
}
|
|
13290
|
+
|
|
13291
|
+
.maxw-1-3 {
|
|
13292
|
+
max-width: 33.333333% !important;
|
|
13293
|
+
}
|
|
13294
|
+
|
|
13295
|
+
.maxw-2-3 {
|
|
13296
|
+
max-width: 66.666667% !important;
|
|
13297
|
+
}
|
|
13298
|
+
|
|
13299
|
+
.minh-5 {
|
|
13300
|
+
min-height: 5% !important;
|
|
13301
|
+
}
|
|
13302
|
+
|
|
13303
|
+
.minh-10 {
|
|
13304
|
+
min-height: 10% !important;
|
|
13305
|
+
}
|
|
13306
|
+
|
|
13307
|
+
.minh-15 {
|
|
13308
|
+
min-height: 15% !important;
|
|
13309
|
+
}
|
|
13310
|
+
|
|
13311
|
+
.minh-20 {
|
|
13312
|
+
min-height: 20% !important;
|
|
13313
|
+
}
|
|
13314
|
+
|
|
13315
|
+
.minh-25 {
|
|
13316
|
+
min-height: 25% !important;
|
|
13317
|
+
}
|
|
13318
|
+
|
|
13319
|
+
.minh-30 {
|
|
13320
|
+
min-height: 30% !important;
|
|
13321
|
+
}
|
|
13322
|
+
|
|
13323
|
+
.minh-35 {
|
|
13324
|
+
min-height: 35% !important;
|
|
13325
|
+
}
|
|
13326
|
+
|
|
13327
|
+
.minh-40 {
|
|
13328
|
+
min-height: 40% !important;
|
|
13329
|
+
}
|
|
13330
|
+
|
|
13331
|
+
.minh-45 {
|
|
13332
|
+
min-height: 45% !important;
|
|
13333
|
+
}
|
|
13334
|
+
|
|
13335
|
+
.minh-50 {
|
|
13336
|
+
min-height: 50% !important;
|
|
13337
|
+
}
|
|
13338
|
+
|
|
13339
|
+
.minh-55 {
|
|
13340
|
+
min-height: 55% !important;
|
|
13341
|
+
}
|
|
13342
|
+
|
|
13343
|
+
.minh-60 {
|
|
13344
|
+
min-height: 60% !important;
|
|
13345
|
+
}
|
|
13346
|
+
|
|
13347
|
+
.minh-65 {
|
|
13348
|
+
min-height: 65% !important;
|
|
13349
|
+
}
|
|
13350
|
+
|
|
13351
|
+
.minh-70 {
|
|
13352
|
+
min-height: 70% !important;
|
|
13353
|
+
}
|
|
13354
|
+
|
|
13355
|
+
.minh-75 {
|
|
13356
|
+
min-height: 75% !important;
|
|
13357
|
+
}
|
|
13358
|
+
|
|
13359
|
+
.minh-80 {
|
|
13360
|
+
min-height: 80% !important;
|
|
13361
|
+
}
|
|
13362
|
+
|
|
13363
|
+
.minh-85 {
|
|
13364
|
+
min-height: 85% !important;
|
|
13365
|
+
}
|
|
13366
|
+
|
|
13367
|
+
.minh-90 {
|
|
13368
|
+
min-height: 90% !important;
|
|
13369
|
+
}
|
|
13370
|
+
|
|
13371
|
+
.minh-95 {
|
|
13372
|
+
min-height: 95% !important;
|
|
13373
|
+
}
|
|
13374
|
+
|
|
13375
|
+
.minh-100 {
|
|
13376
|
+
min-height: 100% !important;
|
|
13377
|
+
}
|
|
13378
|
+
|
|
13379
|
+
.minh-1-3 {
|
|
13380
|
+
min-height: 33.333333% !important;
|
|
13381
|
+
}
|
|
13382
|
+
|
|
13383
|
+
.minh-2-3 {
|
|
13384
|
+
min-height: 66.666667% !important;
|
|
13385
|
+
}
|
|
13386
|
+
|
|
13387
|
+
.maxh-5 {
|
|
13388
|
+
max-height: 5% !important;
|
|
13389
|
+
}
|
|
13390
|
+
|
|
13391
|
+
.maxh-10 {
|
|
13392
|
+
max-height: 10% !important;
|
|
13393
|
+
}
|
|
13394
|
+
|
|
13395
|
+
.maxh-15 {
|
|
13396
|
+
max-height: 15% !important;
|
|
13397
|
+
}
|
|
13398
|
+
|
|
13399
|
+
.maxh-20 {
|
|
13400
|
+
max-height: 20% !important;
|
|
13401
|
+
}
|
|
13402
|
+
|
|
13403
|
+
.maxh-25 {
|
|
13404
|
+
max-height: 25% !important;
|
|
13405
|
+
}
|
|
13406
|
+
|
|
13407
|
+
.maxh-30 {
|
|
13408
|
+
max-height: 30% !important;
|
|
13409
|
+
}
|
|
13410
|
+
|
|
13411
|
+
.maxh-35 {
|
|
13412
|
+
max-height: 35% !important;
|
|
13413
|
+
}
|
|
13414
|
+
|
|
13415
|
+
.maxh-40 {
|
|
13416
|
+
max-height: 40% !important;
|
|
13417
|
+
}
|
|
13418
|
+
|
|
13419
|
+
.maxh-45 {
|
|
13420
|
+
max-height: 45% !important;
|
|
13421
|
+
}
|
|
13422
|
+
|
|
13423
|
+
.maxh-50 {
|
|
13424
|
+
max-height: 50% !important;
|
|
13425
|
+
}
|
|
13426
|
+
|
|
13427
|
+
.maxh-55 {
|
|
13428
|
+
max-height: 55% !important;
|
|
13429
|
+
}
|
|
13430
|
+
|
|
13431
|
+
.maxh-60 {
|
|
13432
|
+
max-height: 60% !important;
|
|
13433
|
+
}
|
|
13434
|
+
|
|
13435
|
+
.maxh-65 {
|
|
13436
|
+
max-height: 65% !important;
|
|
13437
|
+
}
|
|
13438
|
+
|
|
13439
|
+
.maxh-70 {
|
|
13440
|
+
max-height: 70% !important;
|
|
13441
|
+
}
|
|
13442
|
+
|
|
13443
|
+
.maxh-75 {
|
|
13444
|
+
max-height: 75% !important;
|
|
13445
|
+
}
|
|
13446
|
+
|
|
13447
|
+
.maxh-80 {
|
|
13448
|
+
max-height: 80% !important;
|
|
13449
|
+
}
|
|
13450
|
+
|
|
13451
|
+
.maxh-85 {
|
|
13452
|
+
max-height: 85% !important;
|
|
13453
|
+
}
|
|
13454
|
+
|
|
13455
|
+
.maxh-90 {
|
|
13456
|
+
max-height: 90% !important;
|
|
13457
|
+
}
|
|
13458
|
+
|
|
13459
|
+
.maxh-95 {
|
|
13460
|
+
max-height: 95% !important;
|
|
13461
|
+
}
|
|
13462
|
+
|
|
13463
|
+
.maxh-100 {
|
|
13464
|
+
max-height: 100% !important;
|
|
13465
|
+
}
|
|
13466
|
+
|
|
13467
|
+
.maxh-1-3 {
|
|
13468
|
+
max-height: 33.333333% !important;
|
|
13469
|
+
}
|
|
13470
|
+
|
|
13471
|
+
.maxh-2-3 {
|
|
13472
|
+
max-height: 66.666667% !important;
|
|
13473
|
+
}
|
|
13474
|
+
|
|
13475
|
+
.position-static {
|
|
13476
|
+
position: static !important;
|
|
13477
|
+
}
|
|
13478
|
+
|
|
13479
|
+
.position-relative {
|
|
13480
|
+
position: relative !important;
|
|
13481
|
+
}
|
|
13482
|
+
|
|
13483
|
+
.position-absolute {
|
|
13484
|
+
position: absolute !important;
|
|
13485
|
+
}
|
|
13486
|
+
|
|
13487
|
+
.position-fixed {
|
|
13488
|
+
position: fixed !important;
|
|
13489
|
+
}
|
|
13490
|
+
|
|
13491
|
+
.position-sticky {
|
|
13492
|
+
position: sticky !important;
|
|
13493
|
+
}
|
|
13494
|
+
|
|
13495
|
+
.border {
|
|
13496
|
+
border: 1px solid var(--border-color) !important;
|
|
13497
|
+
}
|
|
13498
|
+
|
|
13499
|
+
.border-top {
|
|
13500
|
+
border-top: 1px solid var(--border-color) !important;
|
|
13501
|
+
}
|
|
13502
|
+
|
|
13503
|
+
.border-right {
|
|
13504
|
+
border-right: 1px solid var(--border-color) !important;
|
|
13505
|
+
}
|
|
13506
|
+
|
|
13507
|
+
.border-bottom {
|
|
13508
|
+
border-bottom: 1px solid var(--border-color) !important;
|
|
13509
|
+
}
|
|
13510
|
+
|
|
13511
|
+
.border-left {
|
|
13512
|
+
border-left: 1px solid var(--border-color) !important;
|
|
13513
|
+
}
|
|
13514
|
+
|
|
13515
|
+
.border-0 {
|
|
13516
|
+
border: 0 !important;
|
|
13517
|
+
}
|
|
13518
|
+
|
|
13519
|
+
.border-top-0 {
|
|
13520
|
+
border-top: 0 !important;
|
|
13521
|
+
}
|
|
13522
|
+
|
|
13523
|
+
.border-right-0 {
|
|
13524
|
+
border-right: 0 !important;
|
|
13525
|
+
}
|
|
13526
|
+
|
|
13527
|
+
.border-bottom-0 {
|
|
13528
|
+
border-bottom: 0 !important;
|
|
13529
|
+
}
|
|
13530
|
+
|
|
13531
|
+
.border-left-0 {
|
|
13532
|
+
border-left: 0 !important;
|
|
13533
|
+
}
|
|
13534
|
+
|
|
13535
|
+
.border-solid {
|
|
13536
|
+
border-style: solid !important;
|
|
13537
|
+
}
|
|
13538
|
+
|
|
13539
|
+
.border-dashed {
|
|
13540
|
+
border-style: dashed !important;
|
|
13541
|
+
}
|
|
13542
|
+
|
|
13543
|
+
.border-dotted {
|
|
13544
|
+
border-style: dotted !important;
|
|
13545
|
+
}
|
|
13546
|
+
|
|
13547
|
+
.border-none {
|
|
13548
|
+
border-style: none !important;
|
|
13549
|
+
}
|
|
13550
|
+
|
|
13551
|
+
.text-primary {
|
|
13552
|
+
color: var(--pa-accent) !important;
|
|
13553
|
+
}
|
|
13554
|
+
|
|
13555
|
+
.text-success {
|
|
13556
|
+
color: var(--pa-success-text) !important;
|
|
13557
|
+
}
|
|
13558
|
+
|
|
13559
|
+
.text-danger {
|
|
13560
|
+
color: var(--pa-danger-text) !important;
|
|
13561
|
+
}
|
|
13562
|
+
|
|
13563
|
+
.text-warning {
|
|
13564
|
+
color: var(--pa-warning-text) !important;
|
|
13565
|
+
}
|
|
13566
|
+
|
|
13567
|
+
.text-info {
|
|
13568
|
+
color: var(--pa-info-text) !important;
|
|
13569
|
+
}
|
|
13570
|
+
|
|
13571
|
+
.text-color-1 {
|
|
13572
|
+
color: var(--pa-color-1) !important;
|
|
13573
|
+
}
|
|
13574
|
+
|
|
13575
|
+
.text-color-2 {
|
|
13576
|
+
color: var(--pa-color-2) !important;
|
|
13577
|
+
}
|
|
13578
|
+
|
|
13579
|
+
.text-color-3 {
|
|
13580
|
+
color: var(--pa-color-3) !important;
|
|
13581
|
+
}
|
|
13582
|
+
|
|
13583
|
+
.text-color-4 {
|
|
13584
|
+
color: var(--pa-color-4) !important;
|
|
13585
|
+
}
|
|
13586
|
+
|
|
13587
|
+
.text-color-5 {
|
|
13588
|
+
color: var(--pa-color-5) !important;
|
|
13589
|
+
}
|
|
13590
|
+
|
|
13591
|
+
.text-color-6 {
|
|
13592
|
+
color: var(--pa-color-6) !important;
|
|
13593
|
+
}
|
|
13594
|
+
|
|
13595
|
+
.text-color-7 {
|
|
13596
|
+
color: var(--pa-color-7) !important;
|
|
13597
|
+
}
|
|
13598
|
+
|
|
13599
|
+
.text-color-8 {
|
|
13600
|
+
color: var(--pa-color-8) !important;
|
|
13601
|
+
}
|
|
13602
|
+
|
|
13603
|
+
.text-color-9 {
|
|
13604
|
+
color: var(--pa-color-9) !important;
|
|
12684
13605
|
}
|
|
12685
13606
|
|
|
12686
13607
|
.rounded {
|
|
@@ -13025,6 +13946,15 @@ html.font-size-4xl {
|
|
|
13025
13946
|
--pa-multiselect-option-hover-bg: #f8fafc;
|
|
13026
13947
|
--pa-multiselect-pill-bg: rgba(14, 165, 233, 0.05);
|
|
13027
13948
|
--pa-multiselect-pill-border: #0ea5e9;
|
|
13949
|
+
--pa-color-1: transparent;
|
|
13950
|
+
--pa-color-2: transparent;
|
|
13951
|
+
--pa-color-3: transparent;
|
|
13952
|
+
--pa-color-4: transparent;
|
|
13953
|
+
--pa-color-5: transparent;
|
|
13954
|
+
--pa-color-6: transparent;
|
|
13955
|
+
--pa-color-7: transparent;
|
|
13956
|
+
--pa-color-8: transparent;
|
|
13957
|
+
--pa-color-9: transparent;
|
|
13028
13958
|
--drp-dropdown-bg: #ffffff;
|
|
13029
13959
|
--drp-border-color: #e2e8f0;
|
|
13030
13960
|
--drp-primary-bg: #f8fafc;
|