@keenmate/pure-admin-theme-express 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/express.css +1270 -328
- package/package.json +3 -3
- package/src/scss/express.scss +17 -0
package/dist/express.css
CHANGED
|
@@ -3033,8 +3033,23 @@ a.pa-card p {
|
|
|
3033
3033
|
justify-content: center;
|
|
3034
3034
|
}
|
|
3035
3035
|
|
|
3036
|
+
.pa-tabs--border-top {
|
|
3037
|
+
border-bottom: none;
|
|
3038
|
+
border-top: 1px solid var(--pa-border-color);
|
|
3039
|
+
}
|
|
3040
|
+
|
|
3041
|
+
.pa-tabs--border-top .pa-tabs__item {
|
|
3042
|
+
border-bottom: none;
|
|
3043
|
+
border-top: 2px solid transparent;
|
|
3044
|
+
}
|
|
3045
|
+
|
|
3046
|
+
.pa-tabs--border-top .pa-tabs__item--active {
|
|
3047
|
+
border-top-color: #D40511;
|
|
3048
|
+
border-bottom-color: transparent;
|
|
3049
|
+
}
|
|
3050
|
+
|
|
3036
3051
|
.pa-tabs--sm .pa-tabs__item {
|
|
3037
|
-
padding: 0.
|
|
3052
|
+
padding: 0.8rem 1rem;
|
|
3038
3053
|
font-size: 1.2rem;
|
|
3039
3054
|
}
|
|
3040
3055
|
|
|
@@ -3043,7 +3058,7 @@ a.pa-card p {
|
|
|
3043
3058
|
}
|
|
3044
3059
|
|
|
3045
3060
|
.pa-tabs--lg .pa-tabs__item {
|
|
3046
|
-
padding:
|
|
3061
|
+
padding: 0.8rem 1.4rem;
|
|
3047
3062
|
font-size: 1.8rem;
|
|
3048
3063
|
}
|
|
3049
3064
|
|
|
@@ -3094,86 +3109,6 @@ a.pa-card p {
|
|
|
3094
3109
|
width: 100%;
|
|
3095
3110
|
}
|
|
3096
3111
|
|
|
3097
|
-
.pa-tabs .pa-tabs__item--w-1x {
|
|
3098
|
-
min-width: 1rem;
|
|
3099
|
-
}
|
|
3100
|
-
|
|
3101
|
-
.pa-tabs .pa-tabs__item--w-2x {
|
|
3102
|
-
min-width: 2rem;
|
|
3103
|
-
}
|
|
3104
|
-
|
|
3105
|
-
.pa-tabs .pa-tabs__item--w-3x {
|
|
3106
|
-
min-width: 3rem;
|
|
3107
|
-
}
|
|
3108
|
-
|
|
3109
|
-
.pa-tabs .pa-tabs__item--w-4x {
|
|
3110
|
-
min-width: 4rem;
|
|
3111
|
-
}
|
|
3112
|
-
|
|
3113
|
-
.pa-tabs .pa-tabs__item--w-5x {
|
|
3114
|
-
min-width: 5rem;
|
|
3115
|
-
}
|
|
3116
|
-
|
|
3117
|
-
.pa-tabs .pa-tabs__item--w-6x {
|
|
3118
|
-
min-width: 6rem;
|
|
3119
|
-
}
|
|
3120
|
-
|
|
3121
|
-
.pa-tabs .pa-tabs__item--w-7x {
|
|
3122
|
-
min-width: 7rem;
|
|
3123
|
-
}
|
|
3124
|
-
|
|
3125
|
-
.pa-tabs .pa-tabs__item--w-8x {
|
|
3126
|
-
min-width: 8rem;
|
|
3127
|
-
}
|
|
3128
|
-
|
|
3129
|
-
.pa-tabs .pa-tabs__item--w-9x {
|
|
3130
|
-
min-width: 9rem;
|
|
3131
|
-
}
|
|
3132
|
-
|
|
3133
|
-
.pa-tabs .pa-tabs__item--w-10x {
|
|
3134
|
-
min-width: 10rem;
|
|
3135
|
-
}
|
|
3136
|
-
|
|
3137
|
-
.pa-tabs .pa-tabs__item--h-1x {
|
|
3138
|
-
min-height: 1rem;
|
|
3139
|
-
}
|
|
3140
|
-
|
|
3141
|
-
.pa-tabs .pa-tabs__item--h-2x {
|
|
3142
|
-
min-height: 2rem;
|
|
3143
|
-
}
|
|
3144
|
-
|
|
3145
|
-
.pa-tabs .pa-tabs__item--h-3x {
|
|
3146
|
-
min-height: 3rem;
|
|
3147
|
-
}
|
|
3148
|
-
|
|
3149
|
-
.pa-tabs .pa-tabs__item--h-4x {
|
|
3150
|
-
min-height: 4rem;
|
|
3151
|
-
}
|
|
3152
|
-
|
|
3153
|
-
.pa-tabs .pa-tabs__item--h-5x {
|
|
3154
|
-
min-height: 5rem;
|
|
3155
|
-
}
|
|
3156
|
-
|
|
3157
|
-
.pa-tabs .pa-tabs__item--h-6x {
|
|
3158
|
-
min-height: 6rem;
|
|
3159
|
-
}
|
|
3160
|
-
|
|
3161
|
-
.pa-tabs .pa-tabs__item--h-7x {
|
|
3162
|
-
min-height: 7rem;
|
|
3163
|
-
}
|
|
3164
|
-
|
|
3165
|
-
.pa-tabs .pa-tabs__item--h-8x {
|
|
3166
|
-
min-height: 8rem;
|
|
3167
|
-
}
|
|
3168
|
-
|
|
3169
|
-
.pa-tabs .pa-tabs__item--h-9x {
|
|
3170
|
-
min-height: 9rem;
|
|
3171
|
-
}
|
|
3172
|
-
|
|
3173
|
-
.pa-tabs .pa-tabs__item--h-10x {
|
|
3174
|
-
min-height: 10rem;
|
|
3175
|
-
}
|
|
3176
|
-
|
|
3177
3112
|
/* ========================================
|
|
3178
3113
|
Statistics Components
|
|
3179
3114
|
Stat displays with icons, hero variant, and square variant
|
|
@@ -3678,64 +3613,6 @@ a.pa-card p {
|
|
|
3678
3613
|
border-color: var(--pa-btn-dark-bg);
|
|
3679
3614
|
}
|
|
3680
3615
|
|
|
3681
|
-
.pa-badge--w-1x {
|
|
3682
|
-
min-width: 1.6rem;
|
|
3683
|
-
max-width: 1.6rem;
|
|
3684
|
-
}
|
|
3685
|
-
|
|
3686
|
-
.pa-badge--w-2x {
|
|
3687
|
-
min-width: 3.2rem;
|
|
3688
|
-
max-width: 3.2rem;
|
|
3689
|
-
}
|
|
3690
|
-
|
|
3691
|
-
.pa-badge--w-3x {
|
|
3692
|
-
min-width: 4.8rem;
|
|
3693
|
-
max-width: 4.8rem;
|
|
3694
|
-
}
|
|
3695
|
-
|
|
3696
|
-
.pa-badge--w-4x {
|
|
3697
|
-
min-width: 6.4rem;
|
|
3698
|
-
max-width: 6.4rem;
|
|
3699
|
-
}
|
|
3700
|
-
|
|
3701
|
-
.pa-badge--w-5x {
|
|
3702
|
-
min-width: 8rem;
|
|
3703
|
-
max-width: 8rem;
|
|
3704
|
-
}
|
|
3705
|
-
|
|
3706
|
-
.pa-badge--w-6x {
|
|
3707
|
-
min-width: 9.6rem;
|
|
3708
|
-
max-width: 9.6rem;
|
|
3709
|
-
}
|
|
3710
|
-
|
|
3711
|
-
.pa-badge--w-7x {
|
|
3712
|
-
min-width: 11.2rem;
|
|
3713
|
-
max-width: 11.2rem;
|
|
3714
|
-
}
|
|
3715
|
-
|
|
3716
|
-
.pa-badge--w-8x {
|
|
3717
|
-
min-width: 12.8rem;
|
|
3718
|
-
max-width: 12.8rem;
|
|
3719
|
-
}
|
|
3720
|
-
|
|
3721
|
-
.pa-badge--w-9x {
|
|
3722
|
-
min-width: 14.4rem;
|
|
3723
|
-
max-width: 14.4rem;
|
|
3724
|
-
}
|
|
3725
|
-
|
|
3726
|
-
.pa-badge--w-10x {
|
|
3727
|
-
min-width: 16rem;
|
|
3728
|
-
max-width: 16rem;
|
|
3729
|
-
}
|
|
3730
|
-
|
|
3731
|
-
.pa-badge[class*="--w-"] {
|
|
3732
|
-
display: inline-block;
|
|
3733
|
-
overflow: hidden;
|
|
3734
|
-
text-overflow: ellipsis;
|
|
3735
|
-
white-space: nowrap;
|
|
3736
|
-
vertical-align: middle;
|
|
3737
|
-
}
|
|
3738
|
-
|
|
3739
3616
|
.pa-badge--ellipsis-left {
|
|
3740
3617
|
direction: rtl;
|
|
3741
3618
|
text-align: left;
|
|
@@ -4435,27 +4312,23 @@ a.pa-card p {
|
|
|
4435
4312
|
}
|
|
4436
4313
|
|
|
4437
4314
|
.pa-btn--xs {
|
|
4438
|
-
padding: 0.
|
|
4315
|
+
padding: 0.6rem 0.8rem;
|
|
4439
4316
|
font-size: 1.2rem;
|
|
4440
|
-
min-height: 2.8rem;
|
|
4441
4317
|
}
|
|
4442
4318
|
|
|
4443
4319
|
.pa-btn--sm {
|
|
4444
|
-
padding: 0.
|
|
4320
|
+
padding: 0.8rem 1rem;
|
|
4445
4321
|
font-size: 1.4rem;
|
|
4446
|
-
min-height: 3.2rem;
|
|
4447
4322
|
}
|
|
4448
4323
|
|
|
4449
4324
|
.pa-btn--lg {
|
|
4450
|
-
padding:
|
|
4325
|
+
padding: 0.8rem 1.4rem;
|
|
4451
4326
|
font-size: 1.6rem;
|
|
4452
|
-
min-height: 4rem;
|
|
4453
4327
|
}
|
|
4454
4328
|
|
|
4455
4329
|
.pa-btn--xl {
|
|
4456
|
-
padding:
|
|
4330
|
+
padding: 0.8rem 1.6rem;
|
|
4457
4331
|
font-size: 1.8rem;
|
|
4458
|
-
min-height: 4.4rem;
|
|
4459
4332
|
}
|
|
4460
4333
|
|
|
4461
4334
|
.pa-btn--success {
|
|
@@ -4704,46 +4577,6 @@ a.pa-card p {
|
|
|
4704
4577
|
margin: 0;
|
|
4705
4578
|
}
|
|
4706
4579
|
|
|
4707
|
-
.pa-btn--w-1x {
|
|
4708
|
-
min-width: 1.6rem;
|
|
4709
|
-
}
|
|
4710
|
-
|
|
4711
|
-
.pa-btn--w-2x {
|
|
4712
|
-
min-width: 3.2rem;
|
|
4713
|
-
}
|
|
4714
|
-
|
|
4715
|
-
.pa-btn--w-3x {
|
|
4716
|
-
min-width: 4.8rem;
|
|
4717
|
-
}
|
|
4718
|
-
|
|
4719
|
-
.pa-btn--w-4x {
|
|
4720
|
-
min-width: 6.4rem;
|
|
4721
|
-
}
|
|
4722
|
-
|
|
4723
|
-
.pa-btn--w-5x {
|
|
4724
|
-
min-width: 8rem;
|
|
4725
|
-
}
|
|
4726
|
-
|
|
4727
|
-
.pa-btn--w-6x {
|
|
4728
|
-
min-width: 9.6rem;
|
|
4729
|
-
}
|
|
4730
|
-
|
|
4731
|
-
.pa-btn--w-7x {
|
|
4732
|
-
min-width: 11.2rem;
|
|
4733
|
-
}
|
|
4734
|
-
|
|
4735
|
-
.pa-btn--w-8x {
|
|
4736
|
-
min-width: 12.8rem;
|
|
4737
|
-
}
|
|
4738
|
-
|
|
4739
|
-
.pa-btn--w-9x {
|
|
4740
|
-
min-width: 14.4rem;
|
|
4741
|
-
}
|
|
4742
|
-
|
|
4743
|
-
.pa-btn--w-10x {
|
|
4744
|
-
min-width: 16rem;
|
|
4745
|
-
}
|
|
4746
|
-
|
|
4747
4580
|
.pa-btn--align-left {
|
|
4748
4581
|
justify-content: flex-start;
|
|
4749
4582
|
}
|
|
@@ -4778,19 +4611,11 @@ a.pa-card p {
|
|
|
4778
4611
|
|
|
4779
4612
|
.pa-btn-group {
|
|
4780
4613
|
display: inline-flex;
|
|
4781
|
-
gap: 0.
|
|
4614
|
+
gap: 0.3rem;
|
|
4782
4615
|
flex-wrap: wrap;
|
|
4783
4616
|
align-items: center;
|
|
4784
4617
|
}
|
|
4785
4618
|
|
|
4786
|
-
.pa-btn-group--compact {
|
|
4787
|
-
gap: 0.16rem;
|
|
4788
|
-
}
|
|
4789
|
-
|
|
4790
|
-
.pa-btn-group--loose {
|
|
4791
|
-
gap: 0.8rem;
|
|
4792
|
-
}
|
|
4793
|
-
|
|
4794
4619
|
.pa-btn-group--vertical {
|
|
4795
4620
|
flex-direction: column;
|
|
4796
4621
|
align-items: flex-start;
|
|
@@ -5805,6 +5630,131 @@ a.pa-card p {
|
|
|
5805
5630
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
5806
5631
|
}
|
|
5807
5632
|
|
|
5633
|
+
/* ========================================
|
|
5634
|
+
Callout Components
|
|
5635
|
+
Documentation-style callouts with left border accent
|
|
5636
|
+
For tips, notes, warnings in content areas
|
|
5637
|
+
======================================== */
|
|
5638
|
+
.pa-callout {
|
|
5639
|
+
position: relative;
|
|
5640
|
+
padding: 1.2rem 1rem;
|
|
5641
|
+
margin-bottom: 1.6rem;
|
|
5642
|
+
border-left: 0.4rem solid var(--pa-border-color);
|
|
5643
|
+
border-radius: 4px;
|
|
5644
|
+
font-size: 1.4rem;
|
|
5645
|
+
background-color: var(--pa-card-bg);
|
|
5646
|
+
}
|
|
5647
|
+
|
|
5648
|
+
.pa-card__body .pa-callout:first-child {
|
|
5649
|
+
margin-top: 0;
|
|
5650
|
+
}
|
|
5651
|
+
|
|
5652
|
+
.pa-card__body .pa-callout:last-child {
|
|
5653
|
+
margin-bottom: 0;
|
|
5654
|
+
}
|
|
5655
|
+
|
|
5656
|
+
.pa-callout--primary {
|
|
5657
|
+
border-left-color: var(--pa-accent);
|
|
5658
|
+
background-color: rgba(212, 5, 17, 0.08);
|
|
5659
|
+
}
|
|
5660
|
+
|
|
5661
|
+
.pa-callout--secondary {
|
|
5662
|
+
border-left-color: var(--pa-text-secondary);
|
|
5663
|
+
background-color: color-mix(in srgb, var(--pa-text-secondary) 5%, transparent);
|
|
5664
|
+
}
|
|
5665
|
+
|
|
5666
|
+
.pa-callout--success {
|
|
5667
|
+
border-left-color: var(--pa-success-bg);
|
|
5668
|
+
background-color: var(--pa-success-bg-subtle);
|
|
5669
|
+
}
|
|
5670
|
+
|
|
5671
|
+
.pa-callout--danger {
|
|
5672
|
+
border-left-color: var(--pa-danger-bg);
|
|
5673
|
+
background-color: var(--pa-danger-bg-subtle);
|
|
5674
|
+
}
|
|
5675
|
+
|
|
5676
|
+
.pa-callout--warning {
|
|
5677
|
+
border-left-color: var(--pa-warning-bg);
|
|
5678
|
+
background-color: var(--pa-warning-bg-subtle);
|
|
5679
|
+
}
|
|
5680
|
+
|
|
5681
|
+
.pa-callout--info {
|
|
5682
|
+
border-left-color: var(--pa-info-bg);
|
|
5683
|
+
background-color: var(--pa-info-bg-subtle);
|
|
5684
|
+
}
|
|
5685
|
+
|
|
5686
|
+
.pa-callout--sm {
|
|
5687
|
+
padding: 0.8rem 1.2rem;
|
|
5688
|
+
font-size: 1.2rem;
|
|
5689
|
+
}
|
|
5690
|
+
|
|
5691
|
+
.pa-callout--lg {
|
|
5692
|
+
padding: 2.4rem 3.2rem;
|
|
5693
|
+
font-size: 1.6rem;
|
|
5694
|
+
}
|
|
5695
|
+
|
|
5696
|
+
.pa-callout__icon {
|
|
5697
|
+
float: left;
|
|
5698
|
+
margin-right: 0.8rem;
|
|
5699
|
+
font-size: 1.8rem;
|
|
5700
|
+
line-height: 1;
|
|
5701
|
+
}
|
|
5702
|
+
|
|
5703
|
+
.pa-callout__heading {
|
|
5704
|
+
margin: 0 0 0.8rem 0;
|
|
5705
|
+
font-size: 1.6rem;
|
|
5706
|
+
font-weight: 600;
|
|
5707
|
+
}
|
|
5708
|
+
|
|
5709
|
+
.pa-callout__content::after {
|
|
5710
|
+
content: "";
|
|
5711
|
+
display: table;
|
|
5712
|
+
clear: both;
|
|
5713
|
+
}
|
|
5714
|
+
|
|
5715
|
+
.pa-callout > *:last-child {
|
|
5716
|
+
margin-bottom: 0;
|
|
5717
|
+
}
|
|
5718
|
+
|
|
5719
|
+
.pa-callout p {
|
|
5720
|
+
margin: 0 0 0.8rem 0;
|
|
5721
|
+
}
|
|
5722
|
+
|
|
5723
|
+
.pa-callout p:last-child {
|
|
5724
|
+
margin-bottom: 0;
|
|
5725
|
+
}
|
|
5726
|
+
|
|
5727
|
+
.pa-callout ul, .pa-callout ol {
|
|
5728
|
+
margin: 0.8rem 0;
|
|
5729
|
+
padding-left: 2.4rem;
|
|
5730
|
+
}
|
|
5731
|
+
|
|
5732
|
+
.pa-callout ul:last-child, .pa-callout ol:last-child {
|
|
5733
|
+
margin-bottom: 0;
|
|
5734
|
+
}
|
|
5735
|
+
|
|
5736
|
+
.pa-callout code {
|
|
5737
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
5738
|
+
padding: 0.1em 0.3em;
|
|
5739
|
+
border-radius: 2px;
|
|
5740
|
+
font-size: 0.9em;
|
|
5741
|
+
}
|
|
5742
|
+
|
|
5743
|
+
.pa-callout a {
|
|
5744
|
+
color: inherit;
|
|
5745
|
+
text-decoration: underline;
|
|
5746
|
+
font-weight: 500;
|
|
5747
|
+
}
|
|
5748
|
+
|
|
5749
|
+
.pa-callout a:hover {
|
|
5750
|
+
text-decoration: none;
|
|
5751
|
+
}
|
|
5752
|
+
|
|
5753
|
+
.pa-callout h1, .pa-callout h2, .pa-callout h3, .pa-callout h4, .pa-callout h5, .pa-callout h6 {
|
|
5754
|
+
color: inherit;
|
|
5755
|
+
margin-top: 0;
|
|
5756
|
+
}
|
|
5757
|
+
|
|
5808
5758
|
/* ========================================
|
|
5809
5759
|
Form Components
|
|
5810
5760
|
Form groups, inputs, selects, textareas, checkboxes, radio buttons, states
|
|
@@ -6954,7 +6904,7 @@ web-daterangepicker {
|
|
|
6954
6904
|
--drp-button-apply-color: #ffffff;
|
|
6955
6905
|
--drp-button-apply-border: #D40511;
|
|
6956
6906
|
/* Button sizing */
|
|
6957
|
-
--drp-button-padding: 0.
|
|
6907
|
+
--drp-button-padding: 0.8rem 1rem;
|
|
6958
6908
|
--drp-button-font-size: 1.4rem;
|
|
6959
6909
|
--drp-button-border-radius: 4px;
|
|
6960
6910
|
--drp-button-gap: 0.8rem;
|
|
@@ -8389,18 +8339,6 @@ web-daterangepicker {
|
|
|
8389
8339
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
8390
8340
|
}
|
|
8391
8341
|
}
|
|
8392
|
-
.text-success {
|
|
8393
|
-
color: var(--pa-success-bg);
|
|
8394
|
-
}
|
|
8395
|
-
|
|
8396
|
-
.text-danger {
|
|
8397
|
-
color: var(--pa-danger-bg);
|
|
8398
|
-
}
|
|
8399
|
-
|
|
8400
|
-
.text-warning {
|
|
8401
|
-
color: var(--pa-warning-bg);
|
|
8402
|
-
}
|
|
8403
|
-
|
|
8404
8342
|
/* ========================================
|
|
8405
8343
|
Comparison Table Component
|
|
8406
8344
|
Two-column and three-column comparison tables for version control, data changes, and merge operations
|
|
@@ -8907,6 +8845,10 @@ code {
|
|
|
8907
8845
|
position: relative;
|
|
8908
8846
|
}
|
|
8909
8847
|
|
|
8848
|
+
.pa-profile-panel__header--no-avatar .pa-profile-panel__avatar {
|
|
8849
|
+
display: none;
|
|
8850
|
+
}
|
|
8851
|
+
|
|
8910
8852
|
.pa-profile-panel__avatar {
|
|
8911
8853
|
width: 6.4rem;
|
|
8912
8854
|
height: 6.4rem;
|
|
@@ -8920,12 +8862,13 @@ code {
|
|
|
8920
8862
|
|
|
8921
8863
|
.pa-profile-panel__avatar-icon {
|
|
8922
8864
|
font-size: 3.2rem;
|
|
8923
|
-
color:
|
|
8865
|
+
color: var(--pa-accent);
|
|
8924
8866
|
}
|
|
8925
8867
|
|
|
8926
8868
|
.pa-profile-panel__info {
|
|
8927
8869
|
flex: 1;
|
|
8928
8870
|
min-width: 0;
|
|
8871
|
+
padding-right: 3.2rem;
|
|
8929
8872
|
}
|
|
8930
8873
|
|
|
8931
8874
|
.pa-profile-panel__name {
|
|
@@ -8933,6 +8876,9 @@ code {
|
|
|
8933
8876
|
font-size: 1.8rem;
|
|
8934
8877
|
font-weight: 600;
|
|
8935
8878
|
color: var(--pa-text-primary);
|
|
8879
|
+
overflow: hidden;
|
|
8880
|
+
text-overflow: ellipsis;
|
|
8881
|
+
white-space: nowrap;
|
|
8936
8882
|
}
|
|
8937
8883
|
|
|
8938
8884
|
.pa-profile-panel__email {
|
|
@@ -8985,7 +8931,7 @@ code {
|
|
|
8985
8931
|
|
|
8986
8932
|
.pa-profile-panel__body {
|
|
8987
8933
|
flex: 1;
|
|
8988
|
-
padding: 2.4rem;
|
|
8934
|
+
padding: 2.4rem 0;
|
|
8989
8935
|
display: flex;
|
|
8990
8936
|
flex-direction: column;
|
|
8991
8937
|
gap: 3.2rem;
|
|
@@ -9027,7 +8973,10 @@ code {
|
|
|
9027
8973
|
.pa-profile-panel__nav-icon {
|
|
9028
8974
|
font-size: 1.6rem;
|
|
9029
8975
|
width: 2.4rem;
|
|
9030
|
-
|
|
8976
|
+
height: 2.4rem;
|
|
8977
|
+
display: flex;
|
|
8978
|
+
align-items: center;
|
|
8979
|
+
justify-content: center;
|
|
9031
8980
|
}
|
|
9032
8981
|
|
|
9033
8982
|
.pa-profile-panel__actions {
|
|
@@ -9035,10 +8984,21 @@ code {
|
|
|
9035
8984
|
flex-direction: column;
|
|
9036
8985
|
gap: 1.2rem;
|
|
9037
8986
|
margin-top: auto;
|
|
8987
|
+
padding: 0 1.6rem;
|
|
8988
|
+
}
|
|
8989
|
+
|
|
8990
|
+
.pa-profile-panel__footer {
|
|
8991
|
+
flex-shrink: 0;
|
|
8992
|
+
padding: 2.4rem;
|
|
8993
|
+
border-top: 1px solid var(--pa-border-color);
|
|
8994
|
+
background-color: var(--pa-card-bg);
|
|
8995
|
+
display: flex;
|
|
8996
|
+
flex-direction: column;
|
|
8997
|
+
gap: 1.2rem;
|
|
9038
8998
|
}
|
|
9039
8999
|
|
|
9040
9000
|
.pa-profile-panel__tabs {
|
|
9041
|
-
padding: 0
|
|
9001
|
+
padding: 0 1.6rem;
|
|
9042
9002
|
border-bottom: 1px solid var(--pa-border-color);
|
|
9043
9003
|
background-color: var(--pa-header-bg);
|
|
9044
9004
|
}
|
|
@@ -9055,7 +9015,7 @@ code {
|
|
|
9055
9015
|
|
|
9056
9016
|
.pa-profile-panel__tabs .pa-tabs__item:hover {
|
|
9057
9017
|
color: var(--pa-header-text);
|
|
9058
|
-
background-color:
|
|
9018
|
+
background-color: var(--pa-accent-light);
|
|
9059
9019
|
}
|
|
9060
9020
|
|
|
9061
9021
|
.pa-profile-panel__tabs .pa-tabs__item--active {
|
|
@@ -9063,12 +9023,6 @@ code {
|
|
|
9063
9023
|
border-bottom-color: var(--pa-accent);
|
|
9064
9024
|
}
|
|
9065
9025
|
|
|
9066
|
-
.pa-profile-panel__favorites {
|
|
9067
|
-
display: flex;
|
|
9068
|
-
flex-direction: column;
|
|
9069
|
-
gap: 0.8rem;
|
|
9070
|
-
}
|
|
9071
|
-
|
|
9072
9026
|
.pa-profile-panel__favorites ul {
|
|
9073
9027
|
list-style: none;
|
|
9074
9028
|
margin: 0;
|
|
@@ -9105,7 +9059,10 @@ code {
|
|
|
9105
9059
|
.pa-profile-panel__favorite-icon {
|
|
9106
9060
|
font-size: 1.6rem;
|
|
9107
9061
|
width: 2.4rem;
|
|
9108
|
-
|
|
9062
|
+
height: 2.4rem;
|
|
9063
|
+
display: flex;
|
|
9064
|
+
align-items: center;
|
|
9065
|
+
justify-content: center;
|
|
9109
9066
|
}
|
|
9110
9067
|
|
|
9111
9068
|
.pa-profile-panel__favorite-label {
|
|
@@ -9117,7 +9074,7 @@ code {
|
|
|
9117
9074
|
margin-left: auto;
|
|
9118
9075
|
background: none;
|
|
9119
9076
|
border: none;
|
|
9120
|
-
padding: 0.
|
|
9077
|
+
padding: 0.4rem;
|
|
9121
9078
|
color: var(--pa-text-secondary);
|
|
9122
9079
|
cursor: pointer;
|
|
9123
9080
|
border-radius: 4px;
|
|
@@ -9137,7 +9094,7 @@ code {
|
|
|
9137
9094
|
|
|
9138
9095
|
.pa-profile-panel__favorites-add {
|
|
9139
9096
|
margin-top: auto;
|
|
9140
|
-
padding
|
|
9097
|
+
padding: 1.2rem 1.6rem 0;
|
|
9141
9098
|
}
|
|
9142
9099
|
|
|
9143
9100
|
@media (max-width: 768px) {
|
|
@@ -11665,6 +11622,170 @@ html.font-size-4xl {
|
|
|
11665
11622
|
line-height: 1.8;
|
|
11666
11623
|
}
|
|
11667
11624
|
|
|
11625
|
+
.gap-0 {
|
|
11626
|
+
gap: 0;
|
|
11627
|
+
}
|
|
11628
|
+
|
|
11629
|
+
.gap-xs {
|
|
11630
|
+
gap: 0.4rem;
|
|
11631
|
+
}
|
|
11632
|
+
|
|
11633
|
+
.gap-sm {
|
|
11634
|
+
gap: 0.8rem;
|
|
11635
|
+
}
|
|
11636
|
+
|
|
11637
|
+
.gap-md {
|
|
11638
|
+
gap: 1.2rem;
|
|
11639
|
+
}
|
|
11640
|
+
|
|
11641
|
+
.gap-base {
|
|
11642
|
+
gap: 1.6rem;
|
|
11643
|
+
}
|
|
11644
|
+
|
|
11645
|
+
.gap-lg {
|
|
11646
|
+
gap: 2.4rem;
|
|
11647
|
+
}
|
|
11648
|
+
|
|
11649
|
+
.gap-xl {
|
|
11650
|
+
gap: 3.2rem;
|
|
11651
|
+
}
|
|
11652
|
+
|
|
11653
|
+
.gap-2xl {
|
|
11654
|
+
gap: 4.8rem;
|
|
11655
|
+
}
|
|
11656
|
+
|
|
11657
|
+
.gap-1 {
|
|
11658
|
+
gap: 0.1rem;
|
|
11659
|
+
}
|
|
11660
|
+
|
|
11661
|
+
.gap-2 {
|
|
11662
|
+
gap: 0.2rem;
|
|
11663
|
+
}
|
|
11664
|
+
|
|
11665
|
+
.gap-3 {
|
|
11666
|
+
gap: 0.3rem;
|
|
11667
|
+
}
|
|
11668
|
+
|
|
11669
|
+
.gap-4 {
|
|
11670
|
+
gap: 0.4rem;
|
|
11671
|
+
}
|
|
11672
|
+
|
|
11673
|
+
.gap-5 {
|
|
11674
|
+
gap: 0.5rem;
|
|
11675
|
+
}
|
|
11676
|
+
|
|
11677
|
+
.gap-6 {
|
|
11678
|
+
gap: 0.6rem;
|
|
11679
|
+
}
|
|
11680
|
+
|
|
11681
|
+
.gap-8 {
|
|
11682
|
+
gap: 0.8rem;
|
|
11683
|
+
}
|
|
11684
|
+
|
|
11685
|
+
.gap-10 {
|
|
11686
|
+
gap: 1rem;
|
|
11687
|
+
}
|
|
11688
|
+
|
|
11689
|
+
.gap-12 {
|
|
11690
|
+
gap: 1.2rem;
|
|
11691
|
+
}
|
|
11692
|
+
|
|
11693
|
+
.gap-15 {
|
|
11694
|
+
gap: 1.5rem;
|
|
11695
|
+
}
|
|
11696
|
+
|
|
11697
|
+
.gap-20 {
|
|
11698
|
+
gap: 2rem;
|
|
11699
|
+
}
|
|
11700
|
+
|
|
11701
|
+
.row-gap-0 {
|
|
11702
|
+
row-gap: 0;
|
|
11703
|
+
}
|
|
11704
|
+
|
|
11705
|
+
.row-gap-xs {
|
|
11706
|
+
row-gap: 0.4rem;
|
|
11707
|
+
}
|
|
11708
|
+
|
|
11709
|
+
.row-gap-sm {
|
|
11710
|
+
row-gap: 0.8rem;
|
|
11711
|
+
}
|
|
11712
|
+
|
|
11713
|
+
.row-gap-md {
|
|
11714
|
+
row-gap: 1.2rem;
|
|
11715
|
+
}
|
|
11716
|
+
|
|
11717
|
+
.row-gap-base {
|
|
11718
|
+
row-gap: 1.6rem;
|
|
11719
|
+
}
|
|
11720
|
+
|
|
11721
|
+
.row-gap-lg {
|
|
11722
|
+
row-gap: 2.4rem;
|
|
11723
|
+
}
|
|
11724
|
+
|
|
11725
|
+
.column-gap-0 {
|
|
11726
|
+
column-gap: 0;
|
|
11727
|
+
}
|
|
11728
|
+
|
|
11729
|
+
.column-gap-xs {
|
|
11730
|
+
column-gap: 0.4rem;
|
|
11731
|
+
}
|
|
11732
|
+
|
|
11733
|
+
.column-gap-sm {
|
|
11734
|
+
column-gap: 0.8rem;
|
|
11735
|
+
}
|
|
11736
|
+
|
|
11737
|
+
.column-gap-md {
|
|
11738
|
+
column-gap: 1.2rem;
|
|
11739
|
+
}
|
|
11740
|
+
|
|
11741
|
+
.column-gap-base {
|
|
11742
|
+
column-gap: 1.6rem;
|
|
11743
|
+
}
|
|
11744
|
+
|
|
11745
|
+
.column-gap-lg {
|
|
11746
|
+
column-gap: 2.4rem;
|
|
11747
|
+
}
|
|
11748
|
+
|
|
11749
|
+
.text-2xs {
|
|
11750
|
+
font-size: 1rem;
|
|
11751
|
+
}
|
|
11752
|
+
|
|
11753
|
+
.text-xs {
|
|
11754
|
+
font-size: 1.2rem;
|
|
11755
|
+
}
|
|
11756
|
+
|
|
11757
|
+
.text-sm {
|
|
11758
|
+
font-size: 1.4rem;
|
|
11759
|
+
}
|
|
11760
|
+
|
|
11761
|
+
.text-md {
|
|
11762
|
+
font-size: 1.5rem;
|
|
11763
|
+
}
|
|
11764
|
+
|
|
11765
|
+
.text-base {
|
|
11766
|
+
font-size: 1.6rem;
|
|
11767
|
+
}
|
|
11768
|
+
|
|
11769
|
+
.text-lg {
|
|
11770
|
+
font-size: 1.8rem;
|
|
11771
|
+
}
|
|
11772
|
+
|
|
11773
|
+
.text-xl {
|
|
11774
|
+
font-size: 2rem;
|
|
11775
|
+
}
|
|
11776
|
+
|
|
11777
|
+
.text-2xl {
|
|
11778
|
+
font-size: 2.4rem;
|
|
11779
|
+
}
|
|
11780
|
+
|
|
11781
|
+
.text-3xl {
|
|
11782
|
+
font-size: 2.8rem;
|
|
11783
|
+
}
|
|
11784
|
+
|
|
11785
|
+
.text-4xl {
|
|
11786
|
+
font-size: 3.2rem;
|
|
11787
|
+
}
|
|
11788
|
+
|
|
11668
11789
|
.component-showcase {
|
|
11669
11790
|
display: flex;
|
|
11670
11791
|
flex-wrap: wrap;
|
|
@@ -12580,26 +12701,82 @@ html.font-size-4xl {
|
|
|
12580
12701
|
white-space: nowrap !important;
|
|
12581
12702
|
}
|
|
12582
12703
|
|
|
12704
|
+
.w-5 {
|
|
12705
|
+
width: 5% !important;
|
|
12706
|
+
}
|
|
12707
|
+
|
|
12708
|
+
.w-10 {
|
|
12709
|
+
width: 10% !important;
|
|
12710
|
+
}
|
|
12711
|
+
|
|
12712
|
+
.w-15 {
|
|
12713
|
+
width: 15% !important;
|
|
12714
|
+
}
|
|
12715
|
+
|
|
12716
|
+
.w-20 {
|
|
12717
|
+
width: 20% !important;
|
|
12718
|
+
}
|
|
12719
|
+
|
|
12583
12720
|
.w-25 {
|
|
12584
12721
|
width: 25% !important;
|
|
12585
12722
|
}
|
|
12586
12723
|
|
|
12587
|
-
.w-
|
|
12588
|
-
width:
|
|
12724
|
+
.w-30 {
|
|
12725
|
+
width: 30% !important;
|
|
12726
|
+
}
|
|
12727
|
+
|
|
12728
|
+
.w-35 {
|
|
12729
|
+
width: 35% !important;
|
|
12730
|
+
}
|
|
12731
|
+
|
|
12732
|
+
.w-40 {
|
|
12733
|
+
width: 40% !important;
|
|
12734
|
+
}
|
|
12735
|
+
|
|
12736
|
+
.w-45 {
|
|
12737
|
+
width: 45% !important;
|
|
12589
12738
|
}
|
|
12590
12739
|
|
|
12591
12740
|
.w-50 {
|
|
12592
12741
|
width: 50% !important;
|
|
12593
12742
|
}
|
|
12594
12743
|
|
|
12595
|
-
.w-
|
|
12596
|
-
width:
|
|
12744
|
+
.w-55 {
|
|
12745
|
+
width: 55% !important;
|
|
12746
|
+
}
|
|
12747
|
+
|
|
12748
|
+
.w-60 {
|
|
12749
|
+
width: 60% !important;
|
|
12750
|
+
}
|
|
12751
|
+
|
|
12752
|
+
.w-65 {
|
|
12753
|
+
width: 65% !important;
|
|
12754
|
+
}
|
|
12755
|
+
|
|
12756
|
+
.w-70 {
|
|
12757
|
+
width: 70% !important;
|
|
12597
12758
|
}
|
|
12598
12759
|
|
|
12599
12760
|
.w-75 {
|
|
12600
12761
|
width: 75% !important;
|
|
12601
12762
|
}
|
|
12602
12763
|
|
|
12764
|
+
.w-80 {
|
|
12765
|
+
width: 80% !important;
|
|
12766
|
+
}
|
|
12767
|
+
|
|
12768
|
+
.w-85 {
|
|
12769
|
+
width: 85% !important;
|
|
12770
|
+
}
|
|
12771
|
+
|
|
12772
|
+
.w-90 {
|
|
12773
|
+
width: 90% !important;
|
|
12774
|
+
}
|
|
12775
|
+
|
|
12776
|
+
.w-95 {
|
|
12777
|
+
width: 95% !important;
|
|
12778
|
+
}
|
|
12779
|
+
|
|
12603
12780
|
.w-100 {
|
|
12604
12781
|
width: 100% !important;
|
|
12605
12782
|
}
|
|
@@ -12608,20 +12785,20 @@ html.font-size-4xl {
|
|
|
12608
12785
|
width: auto !important;
|
|
12609
12786
|
}
|
|
12610
12787
|
|
|
12611
|
-
.
|
|
12612
|
-
|
|
12788
|
+
.w-1-3 {
|
|
12789
|
+
width: 33.333333% !important;
|
|
12613
12790
|
}
|
|
12614
12791
|
|
|
12615
|
-
.
|
|
12616
|
-
|
|
12792
|
+
.w-2-3 {
|
|
12793
|
+
width: 66.666667% !important;
|
|
12617
12794
|
}
|
|
12618
12795
|
|
|
12619
|
-
.mw-
|
|
12620
|
-
min-width:
|
|
12796
|
+
.mw-25 {
|
|
12797
|
+
min-width: 25% !important;
|
|
12621
12798
|
}
|
|
12622
12799
|
|
|
12623
|
-
.mw-
|
|
12624
|
-
min-width:
|
|
12800
|
+
.mw-50 {
|
|
12801
|
+
min-width: 50% !important;
|
|
12625
12802
|
}
|
|
12626
12803
|
|
|
12627
12804
|
.mw-75 {
|
|
@@ -12636,26 +12813,24 @@ html.font-size-4xl {
|
|
|
12636
12813
|
min-width: auto !important;
|
|
12637
12814
|
}
|
|
12638
12815
|
|
|
12816
|
+
.mw-1-3 {
|
|
12817
|
+
min-width: 33.333333% !important;
|
|
12818
|
+
}
|
|
12819
|
+
|
|
12820
|
+
.mw-2-3 {
|
|
12821
|
+
min-width: 66.666667% !important;
|
|
12822
|
+
}
|
|
12823
|
+
|
|
12639
12824
|
.w-25-fixed {
|
|
12640
12825
|
min-width: 25% !important;
|
|
12641
12826
|
width: 25% !important;
|
|
12642
12827
|
}
|
|
12643
12828
|
|
|
12644
|
-
.w-33-fixed {
|
|
12645
|
-
min-width: 33.333333% !important;
|
|
12646
|
-
width: 33.333333% !important;
|
|
12647
|
-
}
|
|
12648
|
-
|
|
12649
12829
|
.w-50-fixed {
|
|
12650
12830
|
min-width: 50% !important;
|
|
12651
12831
|
width: 50% !important;
|
|
12652
12832
|
}
|
|
12653
12833
|
|
|
12654
|
-
.w-66-fixed {
|
|
12655
|
-
min-width: 66.666667% !important;
|
|
12656
|
-
width: 66.666667% !important;
|
|
12657
|
-
}
|
|
12658
|
-
|
|
12659
12834
|
.w-75-fixed {
|
|
12660
12835
|
min-width: 75% !important;
|
|
12661
12836
|
width: 75% !important;
|
|
@@ -12666,6 +12841,16 @@ html.font-size-4xl {
|
|
|
12666
12841
|
width: 100% !important;
|
|
12667
12842
|
}
|
|
12668
12843
|
|
|
12844
|
+
.w-1-3-fixed {
|
|
12845
|
+
min-width: 33.333333% !important;
|
|
12846
|
+
width: 33.333333% !important;
|
|
12847
|
+
}
|
|
12848
|
+
|
|
12849
|
+
.w-2-3-fixed {
|
|
12850
|
+
min-width: 66.666667% !important;
|
|
12851
|
+
width: 66.666667% !important;
|
|
12852
|
+
}
|
|
12853
|
+
|
|
12669
12854
|
.h-25 {
|
|
12670
12855
|
height: 25% !important;
|
|
12671
12856
|
}
|
|
@@ -12686,153 +12871,889 @@ html.font-size-4xl {
|
|
|
12686
12871
|
height: auto !important;
|
|
12687
12872
|
}
|
|
12688
12873
|
|
|
12689
|
-
.
|
|
12690
|
-
|
|
12874
|
+
.wr-1 {
|
|
12875
|
+
width: 1rem !important;
|
|
12691
12876
|
}
|
|
12692
12877
|
|
|
12693
|
-
.
|
|
12694
|
-
|
|
12878
|
+
.wr-2 {
|
|
12879
|
+
width: 2rem !important;
|
|
12695
12880
|
}
|
|
12696
12881
|
|
|
12697
|
-
.
|
|
12698
|
-
|
|
12882
|
+
.wr-3 {
|
|
12883
|
+
width: 3rem !important;
|
|
12699
12884
|
}
|
|
12700
12885
|
|
|
12701
|
-
.
|
|
12702
|
-
|
|
12886
|
+
.wr-4 {
|
|
12887
|
+
width: 4rem !important;
|
|
12703
12888
|
}
|
|
12704
12889
|
|
|
12705
|
-
.
|
|
12706
|
-
|
|
12890
|
+
.wr-5 {
|
|
12891
|
+
width: 5rem !important;
|
|
12707
12892
|
}
|
|
12708
12893
|
|
|
12709
|
-
.
|
|
12710
|
-
|
|
12894
|
+
.wr-6 {
|
|
12895
|
+
width: 6rem !important;
|
|
12711
12896
|
}
|
|
12712
12897
|
|
|
12713
|
-
.
|
|
12714
|
-
|
|
12898
|
+
.wr-7 {
|
|
12899
|
+
width: 7rem !important;
|
|
12715
12900
|
}
|
|
12716
12901
|
|
|
12717
|
-
.
|
|
12718
|
-
|
|
12902
|
+
.wr-8 {
|
|
12903
|
+
width: 8rem !important;
|
|
12719
12904
|
}
|
|
12720
12905
|
|
|
12721
|
-
.
|
|
12722
|
-
|
|
12906
|
+
.wr-9 {
|
|
12907
|
+
width: 9rem !important;
|
|
12723
12908
|
}
|
|
12724
12909
|
|
|
12725
|
-
.
|
|
12726
|
-
|
|
12910
|
+
.wr-10 {
|
|
12911
|
+
width: 10rem !important;
|
|
12727
12912
|
}
|
|
12728
12913
|
|
|
12729
|
-
.
|
|
12730
|
-
|
|
12914
|
+
.wr-15 {
|
|
12915
|
+
width: 15rem !important;
|
|
12731
12916
|
}
|
|
12732
12917
|
|
|
12733
|
-
.
|
|
12734
|
-
|
|
12918
|
+
.wr-20 {
|
|
12919
|
+
width: 20rem !important;
|
|
12735
12920
|
}
|
|
12736
12921
|
|
|
12737
|
-
.
|
|
12738
|
-
|
|
12922
|
+
.wr-25 {
|
|
12923
|
+
width: 25rem !important;
|
|
12739
12924
|
}
|
|
12740
12925
|
|
|
12741
|
-
.
|
|
12742
|
-
|
|
12926
|
+
.minwr-1 {
|
|
12927
|
+
min-width: 1rem !important;
|
|
12743
12928
|
}
|
|
12744
12929
|
|
|
12745
|
-
.
|
|
12746
|
-
|
|
12930
|
+
.minwr-2 {
|
|
12931
|
+
min-width: 2rem !important;
|
|
12747
12932
|
}
|
|
12748
12933
|
|
|
12749
|
-
.
|
|
12750
|
-
|
|
12934
|
+
.minwr-3 {
|
|
12935
|
+
min-width: 3rem !important;
|
|
12751
12936
|
}
|
|
12752
12937
|
|
|
12753
|
-
.
|
|
12754
|
-
|
|
12938
|
+
.minwr-4 {
|
|
12939
|
+
min-width: 4rem !important;
|
|
12755
12940
|
}
|
|
12756
12941
|
|
|
12757
|
-
.
|
|
12758
|
-
|
|
12942
|
+
.minwr-5 {
|
|
12943
|
+
min-width: 5rem !important;
|
|
12759
12944
|
}
|
|
12760
12945
|
|
|
12761
|
-
.
|
|
12762
|
-
|
|
12946
|
+
.minwr-6 {
|
|
12947
|
+
min-width: 6rem !important;
|
|
12763
12948
|
}
|
|
12764
12949
|
|
|
12765
|
-
.
|
|
12766
|
-
|
|
12767
|
-
border-top-right-radius: var(--border-radius) !important;
|
|
12950
|
+
.minwr-7 {
|
|
12951
|
+
min-width: 7rem !important;
|
|
12768
12952
|
}
|
|
12769
12953
|
|
|
12770
|
-
.
|
|
12771
|
-
|
|
12772
|
-
border-bottom-right-radius: var(--border-radius) !important;
|
|
12954
|
+
.minwr-8 {
|
|
12955
|
+
min-width: 8rem !important;
|
|
12773
12956
|
}
|
|
12774
12957
|
|
|
12775
|
-
.
|
|
12776
|
-
|
|
12777
|
-
border-bottom-left-radius: var(--border-radius) !important;
|
|
12958
|
+
.minwr-9 {
|
|
12959
|
+
min-width: 9rem !important;
|
|
12778
12960
|
}
|
|
12779
12961
|
|
|
12780
|
-
.
|
|
12781
|
-
|
|
12782
|
-
border-bottom-right-radius: var(--border-radius) !important;
|
|
12962
|
+
.minwr-10 {
|
|
12963
|
+
min-width: 10rem !important;
|
|
12783
12964
|
}
|
|
12784
12965
|
|
|
12785
|
-
.
|
|
12786
|
-
|
|
12966
|
+
.minwr-15 {
|
|
12967
|
+
min-width: 15rem !important;
|
|
12787
12968
|
}
|
|
12788
12969
|
|
|
12789
|
-
.
|
|
12790
|
-
|
|
12970
|
+
.minwr-20 {
|
|
12971
|
+
min-width: 20rem !important;
|
|
12791
12972
|
}
|
|
12792
12973
|
|
|
12793
|
-
.
|
|
12794
|
-
|
|
12974
|
+
.minwr-25 {
|
|
12975
|
+
min-width: 25rem !important;
|
|
12795
12976
|
}
|
|
12796
12977
|
|
|
12797
|
-
.
|
|
12798
|
-
|
|
12978
|
+
.maxwr-1 {
|
|
12979
|
+
max-width: 1rem !important;
|
|
12799
12980
|
}
|
|
12800
12981
|
|
|
12801
|
-
.
|
|
12802
|
-
|
|
12803
|
-
font-weight: 700 !important;
|
|
12982
|
+
.maxwr-2 {
|
|
12983
|
+
max-width: 2rem !important;
|
|
12804
12984
|
}
|
|
12805
|
-
|
|
12806
|
-
|
|
12985
|
+
|
|
12986
|
+
.maxwr-3 {
|
|
12987
|
+
max-width: 3rem !important;
|
|
12807
12988
|
}
|
|
12808
|
-
|
|
12809
|
-
|
|
12810
|
-
|
|
12989
|
+
|
|
12990
|
+
.maxwr-4 {
|
|
12991
|
+
max-width: 4rem !important;
|
|
12811
12992
|
}
|
|
12812
|
-
|
|
12813
|
-
|
|
12993
|
+
|
|
12994
|
+
.maxwr-5 {
|
|
12995
|
+
max-width: 5rem !important;
|
|
12814
12996
|
}
|
|
12815
|
-
|
|
12816
|
-
|
|
12997
|
+
|
|
12998
|
+
.maxwr-6 {
|
|
12999
|
+
max-width: 6rem !important;
|
|
12817
13000
|
}
|
|
12818
|
-
|
|
12819
|
-
|
|
13001
|
+
|
|
13002
|
+
.maxwr-7 {
|
|
13003
|
+
max-width: 7rem !important;
|
|
12820
13004
|
}
|
|
12821
13005
|
|
|
12822
|
-
.
|
|
12823
|
-
|
|
13006
|
+
.maxwr-8 {
|
|
13007
|
+
max-width: 8rem !important;
|
|
12824
13008
|
}
|
|
12825
|
-
|
|
12826
|
-
|
|
13009
|
+
|
|
13010
|
+
.maxwr-9 {
|
|
13011
|
+
max-width: 9rem !important;
|
|
12827
13012
|
}
|
|
12828
13013
|
|
|
12829
|
-
.
|
|
12830
|
-
|
|
13014
|
+
.maxwr-10 {
|
|
13015
|
+
max-width: 10rem !important;
|
|
12831
13016
|
}
|
|
12832
|
-
|
|
12833
|
-
|
|
12834
|
-
|
|
12835
|
-
|
|
13017
|
+
|
|
13018
|
+
.maxwr-15 {
|
|
13019
|
+
max-width: 15rem !important;
|
|
13020
|
+
}
|
|
13021
|
+
|
|
13022
|
+
.maxwr-20 {
|
|
13023
|
+
max-width: 20rem !important;
|
|
13024
|
+
}
|
|
13025
|
+
|
|
13026
|
+
.maxwr-25 {
|
|
13027
|
+
max-width: 25rem !important;
|
|
13028
|
+
}
|
|
13029
|
+
|
|
13030
|
+
.hr-1 {
|
|
13031
|
+
height: 1rem !important;
|
|
13032
|
+
}
|
|
13033
|
+
|
|
13034
|
+
.hr-2 {
|
|
13035
|
+
height: 2rem !important;
|
|
13036
|
+
}
|
|
13037
|
+
|
|
13038
|
+
.hr-3 {
|
|
13039
|
+
height: 3rem !important;
|
|
13040
|
+
}
|
|
13041
|
+
|
|
13042
|
+
.hr-4 {
|
|
13043
|
+
height: 4rem !important;
|
|
13044
|
+
}
|
|
13045
|
+
|
|
13046
|
+
.hr-5 {
|
|
13047
|
+
height: 5rem !important;
|
|
13048
|
+
}
|
|
13049
|
+
|
|
13050
|
+
.hr-6 {
|
|
13051
|
+
height: 6rem !important;
|
|
13052
|
+
}
|
|
13053
|
+
|
|
13054
|
+
.hr-7 {
|
|
13055
|
+
height: 7rem !important;
|
|
13056
|
+
}
|
|
13057
|
+
|
|
13058
|
+
.hr-8 {
|
|
13059
|
+
height: 8rem !important;
|
|
13060
|
+
}
|
|
13061
|
+
|
|
13062
|
+
.hr-9 {
|
|
13063
|
+
height: 9rem !important;
|
|
13064
|
+
}
|
|
13065
|
+
|
|
13066
|
+
.hr-10 {
|
|
13067
|
+
height: 10rem !important;
|
|
13068
|
+
}
|
|
13069
|
+
|
|
13070
|
+
.hr-15 {
|
|
13071
|
+
height: 15rem !important;
|
|
13072
|
+
}
|
|
13073
|
+
|
|
13074
|
+
.hr-20 {
|
|
13075
|
+
height: 20rem !important;
|
|
13076
|
+
}
|
|
13077
|
+
|
|
13078
|
+
.hr-25 {
|
|
13079
|
+
height: 25rem !important;
|
|
13080
|
+
}
|
|
13081
|
+
|
|
13082
|
+
.minhr-1 {
|
|
13083
|
+
min-height: 1rem !important;
|
|
13084
|
+
}
|
|
13085
|
+
|
|
13086
|
+
.minhr-2 {
|
|
13087
|
+
min-height: 2rem !important;
|
|
13088
|
+
}
|
|
13089
|
+
|
|
13090
|
+
.minhr-3 {
|
|
13091
|
+
min-height: 3rem !important;
|
|
13092
|
+
}
|
|
13093
|
+
|
|
13094
|
+
.minhr-4 {
|
|
13095
|
+
min-height: 4rem !important;
|
|
13096
|
+
}
|
|
13097
|
+
|
|
13098
|
+
.minhr-5 {
|
|
13099
|
+
min-height: 5rem !important;
|
|
13100
|
+
}
|
|
13101
|
+
|
|
13102
|
+
.minhr-6 {
|
|
13103
|
+
min-height: 6rem !important;
|
|
13104
|
+
}
|
|
13105
|
+
|
|
13106
|
+
.minhr-7 {
|
|
13107
|
+
min-height: 7rem !important;
|
|
13108
|
+
}
|
|
13109
|
+
|
|
13110
|
+
.minhr-8 {
|
|
13111
|
+
min-height: 8rem !important;
|
|
13112
|
+
}
|
|
13113
|
+
|
|
13114
|
+
.minhr-9 {
|
|
13115
|
+
min-height: 9rem !important;
|
|
13116
|
+
}
|
|
13117
|
+
|
|
13118
|
+
.minhr-10 {
|
|
13119
|
+
min-height: 10rem !important;
|
|
13120
|
+
}
|
|
13121
|
+
|
|
13122
|
+
.minhr-15 {
|
|
13123
|
+
min-height: 15rem !important;
|
|
13124
|
+
}
|
|
13125
|
+
|
|
13126
|
+
.minhr-20 {
|
|
13127
|
+
min-height: 20rem !important;
|
|
13128
|
+
}
|
|
13129
|
+
|
|
13130
|
+
.minhr-25 {
|
|
13131
|
+
min-height: 25rem !important;
|
|
13132
|
+
}
|
|
13133
|
+
|
|
13134
|
+
.maxhr-1 {
|
|
13135
|
+
max-height: 1rem !important;
|
|
13136
|
+
}
|
|
13137
|
+
|
|
13138
|
+
.maxhr-2 {
|
|
13139
|
+
max-height: 2rem !important;
|
|
13140
|
+
}
|
|
13141
|
+
|
|
13142
|
+
.maxhr-3 {
|
|
13143
|
+
max-height: 3rem !important;
|
|
13144
|
+
}
|
|
13145
|
+
|
|
13146
|
+
.maxhr-4 {
|
|
13147
|
+
max-height: 4rem !important;
|
|
13148
|
+
}
|
|
13149
|
+
|
|
13150
|
+
.maxhr-5 {
|
|
13151
|
+
max-height: 5rem !important;
|
|
13152
|
+
}
|
|
13153
|
+
|
|
13154
|
+
.maxhr-6 {
|
|
13155
|
+
max-height: 6rem !important;
|
|
13156
|
+
}
|
|
13157
|
+
|
|
13158
|
+
.maxhr-7 {
|
|
13159
|
+
max-height: 7rem !important;
|
|
13160
|
+
}
|
|
13161
|
+
|
|
13162
|
+
.maxhr-8 {
|
|
13163
|
+
max-height: 8rem !important;
|
|
13164
|
+
}
|
|
13165
|
+
|
|
13166
|
+
.maxhr-9 {
|
|
13167
|
+
max-height: 9rem !important;
|
|
13168
|
+
}
|
|
13169
|
+
|
|
13170
|
+
.maxhr-10 {
|
|
13171
|
+
max-height: 10rem !important;
|
|
13172
|
+
}
|
|
13173
|
+
|
|
13174
|
+
.maxhr-15 {
|
|
13175
|
+
max-height: 15rem !important;
|
|
13176
|
+
}
|
|
13177
|
+
|
|
13178
|
+
.maxhr-20 {
|
|
13179
|
+
max-height: 20rem !important;
|
|
13180
|
+
}
|
|
13181
|
+
|
|
13182
|
+
.maxhr-25 {
|
|
13183
|
+
max-height: 25rem !important;
|
|
13184
|
+
}
|
|
13185
|
+
|
|
13186
|
+
.minw-5 {
|
|
13187
|
+
min-width: 5% !important;
|
|
13188
|
+
}
|
|
13189
|
+
|
|
13190
|
+
.minw-10 {
|
|
13191
|
+
min-width: 10% !important;
|
|
13192
|
+
}
|
|
13193
|
+
|
|
13194
|
+
.minw-15 {
|
|
13195
|
+
min-width: 15% !important;
|
|
13196
|
+
}
|
|
13197
|
+
|
|
13198
|
+
.minw-20 {
|
|
13199
|
+
min-width: 20% !important;
|
|
13200
|
+
}
|
|
13201
|
+
|
|
13202
|
+
.minw-25 {
|
|
13203
|
+
min-width: 25% !important;
|
|
13204
|
+
}
|
|
13205
|
+
|
|
13206
|
+
.minw-30 {
|
|
13207
|
+
min-width: 30% !important;
|
|
13208
|
+
}
|
|
13209
|
+
|
|
13210
|
+
.minw-35 {
|
|
13211
|
+
min-width: 35% !important;
|
|
13212
|
+
}
|
|
13213
|
+
|
|
13214
|
+
.minw-40 {
|
|
13215
|
+
min-width: 40% !important;
|
|
13216
|
+
}
|
|
13217
|
+
|
|
13218
|
+
.minw-45 {
|
|
13219
|
+
min-width: 45% !important;
|
|
13220
|
+
}
|
|
13221
|
+
|
|
13222
|
+
.minw-50 {
|
|
13223
|
+
min-width: 50% !important;
|
|
13224
|
+
}
|
|
13225
|
+
|
|
13226
|
+
.minw-55 {
|
|
13227
|
+
min-width: 55% !important;
|
|
13228
|
+
}
|
|
13229
|
+
|
|
13230
|
+
.minw-60 {
|
|
13231
|
+
min-width: 60% !important;
|
|
13232
|
+
}
|
|
13233
|
+
|
|
13234
|
+
.minw-65 {
|
|
13235
|
+
min-width: 65% !important;
|
|
13236
|
+
}
|
|
13237
|
+
|
|
13238
|
+
.minw-70 {
|
|
13239
|
+
min-width: 70% !important;
|
|
13240
|
+
}
|
|
13241
|
+
|
|
13242
|
+
.minw-75 {
|
|
13243
|
+
min-width: 75% !important;
|
|
13244
|
+
}
|
|
13245
|
+
|
|
13246
|
+
.minw-80 {
|
|
13247
|
+
min-width: 80% !important;
|
|
13248
|
+
}
|
|
13249
|
+
|
|
13250
|
+
.minw-85 {
|
|
13251
|
+
min-width: 85% !important;
|
|
13252
|
+
}
|
|
13253
|
+
|
|
13254
|
+
.minw-90 {
|
|
13255
|
+
min-width: 90% !important;
|
|
13256
|
+
}
|
|
13257
|
+
|
|
13258
|
+
.minw-95 {
|
|
13259
|
+
min-width: 95% !important;
|
|
13260
|
+
}
|
|
13261
|
+
|
|
13262
|
+
.minw-100 {
|
|
13263
|
+
min-width: 100% !important;
|
|
13264
|
+
}
|
|
13265
|
+
|
|
13266
|
+
.minw-1-3 {
|
|
13267
|
+
min-width: 33.333333% !important;
|
|
13268
|
+
}
|
|
13269
|
+
|
|
13270
|
+
.minw-2-3 {
|
|
13271
|
+
min-width: 66.666667% !important;
|
|
13272
|
+
}
|
|
13273
|
+
|
|
13274
|
+
.maxw-5 {
|
|
13275
|
+
max-width: 5% !important;
|
|
13276
|
+
}
|
|
13277
|
+
|
|
13278
|
+
.maxw-10 {
|
|
13279
|
+
max-width: 10% !important;
|
|
13280
|
+
}
|
|
13281
|
+
|
|
13282
|
+
.maxw-15 {
|
|
13283
|
+
max-width: 15% !important;
|
|
13284
|
+
}
|
|
13285
|
+
|
|
13286
|
+
.maxw-20 {
|
|
13287
|
+
max-width: 20% !important;
|
|
13288
|
+
}
|
|
13289
|
+
|
|
13290
|
+
.maxw-25 {
|
|
13291
|
+
max-width: 25% !important;
|
|
13292
|
+
}
|
|
13293
|
+
|
|
13294
|
+
.maxw-30 {
|
|
13295
|
+
max-width: 30% !important;
|
|
13296
|
+
}
|
|
13297
|
+
|
|
13298
|
+
.maxw-35 {
|
|
13299
|
+
max-width: 35% !important;
|
|
13300
|
+
}
|
|
13301
|
+
|
|
13302
|
+
.maxw-40 {
|
|
13303
|
+
max-width: 40% !important;
|
|
13304
|
+
}
|
|
13305
|
+
|
|
13306
|
+
.maxw-45 {
|
|
13307
|
+
max-width: 45% !important;
|
|
13308
|
+
}
|
|
13309
|
+
|
|
13310
|
+
.maxw-50 {
|
|
13311
|
+
max-width: 50% !important;
|
|
13312
|
+
}
|
|
13313
|
+
|
|
13314
|
+
.maxw-55 {
|
|
13315
|
+
max-width: 55% !important;
|
|
13316
|
+
}
|
|
13317
|
+
|
|
13318
|
+
.maxw-60 {
|
|
13319
|
+
max-width: 60% !important;
|
|
13320
|
+
}
|
|
13321
|
+
|
|
13322
|
+
.maxw-65 {
|
|
13323
|
+
max-width: 65% !important;
|
|
13324
|
+
}
|
|
13325
|
+
|
|
13326
|
+
.maxw-70 {
|
|
13327
|
+
max-width: 70% !important;
|
|
13328
|
+
}
|
|
13329
|
+
|
|
13330
|
+
.maxw-75 {
|
|
13331
|
+
max-width: 75% !important;
|
|
13332
|
+
}
|
|
13333
|
+
|
|
13334
|
+
.maxw-80 {
|
|
13335
|
+
max-width: 80% !important;
|
|
13336
|
+
}
|
|
13337
|
+
|
|
13338
|
+
.maxw-85 {
|
|
13339
|
+
max-width: 85% !important;
|
|
13340
|
+
}
|
|
13341
|
+
|
|
13342
|
+
.maxw-90 {
|
|
13343
|
+
max-width: 90% !important;
|
|
13344
|
+
}
|
|
13345
|
+
|
|
13346
|
+
.maxw-95 {
|
|
13347
|
+
max-width: 95% !important;
|
|
13348
|
+
}
|
|
13349
|
+
|
|
13350
|
+
.maxw-100 {
|
|
13351
|
+
max-width: 100% !important;
|
|
13352
|
+
}
|
|
13353
|
+
|
|
13354
|
+
.maxw-1-3 {
|
|
13355
|
+
max-width: 33.333333% !important;
|
|
13356
|
+
}
|
|
13357
|
+
|
|
13358
|
+
.maxw-2-3 {
|
|
13359
|
+
max-width: 66.666667% !important;
|
|
13360
|
+
}
|
|
13361
|
+
|
|
13362
|
+
.minh-5 {
|
|
13363
|
+
min-height: 5% !important;
|
|
13364
|
+
}
|
|
13365
|
+
|
|
13366
|
+
.minh-10 {
|
|
13367
|
+
min-height: 10% !important;
|
|
13368
|
+
}
|
|
13369
|
+
|
|
13370
|
+
.minh-15 {
|
|
13371
|
+
min-height: 15% !important;
|
|
13372
|
+
}
|
|
13373
|
+
|
|
13374
|
+
.minh-20 {
|
|
13375
|
+
min-height: 20% !important;
|
|
13376
|
+
}
|
|
13377
|
+
|
|
13378
|
+
.minh-25 {
|
|
13379
|
+
min-height: 25% !important;
|
|
13380
|
+
}
|
|
13381
|
+
|
|
13382
|
+
.minh-30 {
|
|
13383
|
+
min-height: 30% !important;
|
|
13384
|
+
}
|
|
13385
|
+
|
|
13386
|
+
.minh-35 {
|
|
13387
|
+
min-height: 35% !important;
|
|
13388
|
+
}
|
|
13389
|
+
|
|
13390
|
+
.minh-40 {
|
|
13391
|
+
min-height: 40% !important;
|
|
13392
|
+
}
|
|
13393
|
+
|
|
13394
|
+
.minh-45 {
|
|
13395
|
+
min-height: 45% !important;
|
|
13396
|
+
}
|
|
13397
|
+
|
|
13398
|
+
.minh-50 {
|
|
13399
|
+
min-height: 50% !important;
|
|
13400
|
+
}
|
|
13401
|
+
|
|
13402
|
+
.minh-55 {
|
|
13403
|
+
min-height: 55% !important;
|
|
13404
|
+
}
|
|
13405
|
+
|
|
13406
|
+
.minh-60 {
|
|
13407
|
+
min-height: 60% !important;
|
|
13408
|
+
}
|
|
13409
|
+
|
|
13410
|
+
.minh-65 {
|
|
13411
|
+
min-height: 65% !important;
|
|
13412
|
+
}
|
|
13413
|
+
|
|
13414
|
+
.minh-70 {
|
|
13415
|
+
min-height: 70% !important;
|
|
13416
|
+
}
|
|
13417
|
+
|
|
13418
|
+
.minh-75 {
|
|
13419
|
+
min-height: 75% !important;
|
|
13420
|
+
}
|
|
13421
|
+
|
|
13422
|
+
.minh-80 {
|
|
13423
|
+
min-height: 80% !important;
|
|
13424
|
+
}
|
|
13425
|
+
|
|
13426
|
+
.minh-85 {
|
|
13427
|
+
min-height: 85% !important;
|
|
13428
|
+
}
|
|
13429
|
+
|
|
13430
|
+
.minh-90 {
|
|
13431
|
+
min-height: 90% !important;
|
|
13432
|
+
}
|
|
13433
|
+
|
|
13434
|
+
.minh-95 {
|
|
13435
|
+
min-height: 95% !important;
|
|
13436
|
+
}
|
|
13437
|
+
|
|
13438
|
+
.minh-100 {
|
|
13439
|
+
min-height: 100% !important;
|
|
13440
|
+
}
|
|
13441
|
+
|
|
13442
|
+
.minh-1-3 {
|
|
13443
|
+
min-height: 33.333333% !important;
|
|
13444
|
+
}
|
|
13445
|
+
|
|
13446
|
+
.minh-2-3 {
|
|
13447
|
+
min-height: 66.666667% !important;
|
|
13448
|
+
}
|
|
13449
|
+
|
|
13450
|
+
.maxh-5 {
|
|
13451
|
+
max-height: 5% !important;
|
|
13452
|
+
}
|
|
13453
|
+
|
|
13454
|
+
.maxh-10 {
|
|
13455
|
+
max-height: 10% !important;
|
|
13456
|
+
}
|
|
13457
|
+
|
|
13458
|
+
.maxh-15 {
|
|
13459
|
+
max-height: 15% !important;
|
|
13460
|
+
}
|
|
13461
|
+
|
|
13462
|
+
.maxh-20 {
|
|
13463
|
+
max-height: 20% !important;
|
|
13464
|
+
}
|
|
13465
|
+
|
|
13466
|
+
.maxh-25 {
|
|
13467
|
+
max-height: 25% !important;
|
|
13468
|
+
}
|
|
13469
|
+
|
|
13470
|
+
.maxh-30 {
|
|
13471
|
+
max-height: 30% !important;
|
|
13472
|
+
}
|
|
13473
|
+
|
|
13474
|
+
.maxh-35 {
|
|
13475
|
+
max-height: 35% !important;
|
|
13476
|
+
}
|
|
13477
|
+
|
|
13478
|
+
.maxh-40 {
|
|
13479
|
+
max-height: 40% !important;
|
|
13480
|
+
}
|
|
13481
|
+
|
|
13482
|
+
.maxh-45 {
|
|
13483
|
+
max-height: 45% !important;
|
|
13484
|
+
}
|
|
13485
|
+
|
|
13486
|
+
.maxh-50 {
|
|
13487
|
+
max-height: 50% !important;
|
|
13488
|
+
}
|
|
13489
|
+
|
|
13490
|
+
.maxh-55 {
|
|
13491
|
+
max-height: 55% !important;
|
|
13492
|
+
}
|
|
13493
|
+
|
|
13494
|
+
.maxh-60 {
|
|
13495
|
+
max-height: 60% !important;
|
|
13496
|
+
}
|
|
13497
|
+
|
|
13498
|
+
.maxh-65 {
|
|
13499
|
+
max-height: 65% !important;
|
|
13500
|
+
}
|
|
13501
|
+
|
|
13502
|
+
.maxh-70 {
|
|
13503
|
+
max-height: 70% !important;
|
|
13504
|
+
}
|
|
13505
|
+
|
|
13506
|
+
.maxh-75 {
|
|
13507
|
+
max-height: 75% !important;
|
|
13508
|
+
}
|
|
13509
|
+
|
|
13510
|
+
.maxh-80 {
|
|
13511
|
+
max-height: 80% !important;
|
|
13512
|
+
}
|
|
13513
|
+
|
|
13514
|
+
.maxh-85 {
|
|
13515
|
+
max-height: 85% !important;
|
|
13516
|
+
}
|
|
13517
|
+
|
|
13518
|
+
.maxh-90 {
|
|
13519
|
+
max-height: 90% !important;
|
|
13520
|
+
}
|
|
13521
|
+
|
|
13522
|
+
.maxh-95 {
|
|
13523
|
+
max-height: 95% !important;
|
|
13524
|
+
}
|
|
13525
|
+
|
|
13526
|
+
.maxh-100 {
|
|
13527
|
+
max-height: 100% !important;
|
|
13528
|
+
}
|
|
13529
|
+
|
|
13530
|
+
.maxh-1-3 {
|
|
13531
|
+
max-height: 33.333333% !important;
|
|
13532
|
+
}
|
|
13533
|
+
|
|
13534
|
+
.maxh-2-3 {
|
|
13535
|
+
max-height: 66.666667% !important;
|
|
13536
|
+
}
|
|
13537
|
+
|
|
13538
|
+
.position-static {
|
|
13539
|
+
position: static !important;
|
|
13540
|
+
}
|
|
13541
|
+
|
|
13542
|
+
.position-relative {
|
|
13543
|
+
position: relative !important;
|
|
13544
|
+
}
|
|
13545
|
+
|
|
13546
|
+
.position-absolute {
|
|
13547
|
+
position: absolute !important;
|
|
13548
|
+
}
|
|
13549
|
+
|
|
13550
|
+
.position-fixed {
|
|
13551
|
+
position: fixed !important;
|
|
13552
|
+
}
|
|
13553
|
+
|
|
13554
|
+
.position-sticky {
|
|
13555
|
+
position: sticky !important;
|
|
13556
|
+
}
|
|
13557
|
+
|
|
13558
|
+
.border {
|
|
13559
|
+
border: 1px solid var(--border-color) !important;
|
|
13560
|
+
}
|
|
13561
|
+
|
|
13562
|
+
.border-top {
|
|
13563
|
+
border-top: 1px solid var(--border-color) !important;
|
|
13564
|
+
}
|
|
13565
|
+
|
|
13566
|
+
.border-right {
|
|
13567
|
+
border-right: 1px solid var(--border-color) !important;
|
|
13568
|
+
}
|
|
13569
|
+
|
|
13570
|
+
.border-bottom {
|
|
13571
|
+
border-bottom: 1px solid var(--border-color) !important;
|
|
13572
|
+
}
|
|
13573
|
+
|
|
13574
|
+
.border-left {
|
|
13575
|
+
border-left: 1px solid var(--border-color) !important;
|
|
13576
|
+
}
|
|
13577
|
+
|
|
13578
|
+
.border-0 {
|
|
13579
|
+
border: 0 !important;
|
|
13580
|
+
}
|
|
13581
|
+
|
|
13582
|
+
.border-top-0 {
|
|
13583
|
+
border-top: 0 !important;
|
|
13584
|
+
}
|
|
13585
|
+
|
|
13586
|
+
.border-right-0 {
|
|
13587
|
+
border-right: 0 !important;
|
|
13588
|
+
}
|
|
13589
|
+
|
|
13590
|
+
.border-bottom-0 {
|
|
13591
|
+
border-bottom: 0 !important;
|
|
13592
|
+
}
|
|
13593
|
+
|
|
13594
|
+
.border-left-0 {
|
|
13595
|
+
border-left: 0 !important;
|
|
13596
|
+
}
|
|
13597
|
+
|
|
13598
|
+
.border-solid {
|
|
13599
|
+
border-style: solid !important;
|
|
13600
|
+
}
|
|
13601
|
+
|
|
13602
|
+
.border-dashed {
|
|
13603
|
+
border-style: dashed !important;
|
|
13604
|
+
}
|
|
13605
|
+
|
|
13606
|
+
.border-dotted {
|
|
13607
|
+
border-style: dotted !important;
|
|
13608
|
+
}
|
|
13609
|
+
|
|
13610
|
+
.border-none {
|
|
13611
|
+
border-style: none !important;
|
|
13612
|
+
}
|
|
13613
|
+
|
|
13614
|
+
.text-primary {
|
|
13615
|
+
color: var(--pa-accent) !important;
|
|
13616
|
+
}
|
|
13617
|
+
|
|
13618
|
+
.text-success {
|
|
13619
|
+
color: var(--pa-success-text) !important;
|
|
13620
|
+
}
|
|
13621
|
+
|
|
13622
|
+
.text-danger {
|
|
13623
|
+
color: var(--pa-danger-text) !important;
|
|
13624
|
+
}
|
|
13625
|
+
|
|
13626
|
+
.text-warning {
|
|
13627
|
+
color: var(--pa-warning-text) !important;
|
|
13628
|
+
}
|
|
13629
|
+
|
|
13630
|
+
.text-info {
|
|
13631
|
+
color: var(--pa-info-text) !important;
|
|
13632
|
+
}
|
|
13633
|
+
|
|
13634
|
+
.text-color-1 {
|
|
13635
|
+
color: var(--pa-color-1) !important;
|
|
13636
|
+
}
|
|
13637
|
+
|
|
13638
|
+
.text-color-2 {
|
|
13639
|
+
color: var(--pa-color-2) !important;
|
|
13640
|
+
}
|
|
13641
|
+
|
|
13642
|
+
.text-color-3 {
|
|
13643
|
+
color: var(--pa-color-3) !important;
|
|
13644
|
+
}
|
|
13645
|
+
|
|
13646
|
+
.text-color-4 {
|
|
13647
|
+
color: var(--pa-color-4) !important;
|
|
13648
|
+
}
|
|
13649
|
+
|
|
13650
|
+
.text-color-5 {
|
|
13651
|
+
color: var(--pa-color-5) !important;
|
|
13652
|
+
}
|
|
13653
|
+
|
|
13654
|
+
.text-color-6 {
|
|
13655
|
+
color: var(--pa-color-6) !important;
|
|
13656
|
+
}
|
|
13657
|
+
|
|
13658
|
+
.text-color-7 {
|
|
13659
|
+
color: var(--pa-color-7) !important;
|
|
13660
|
+
}
|
|
13661
|
+
|
|
13662
|
+
.text-color-8 {
|
|
13663
|
+
color: var(--pa-color-8) !important;
|
|
13664
|
+
}
|
|
13665
|
+
|
|
13666
|
+
.text-color-9 {
|
|
13667
|
+
color: var(--pa-color-9) !important;
|
|
13668
|
+
}
|
|
13669
|
+
|
|
13670
|
+
.rounded {
|
|
13671
|
+
border-radius: var(--border-radius) !important;
|
|
13672
|
+
}
|
|
13673
|
+
|
|
13674
|
+
.rounded-lg {
|
|
13675
|
+
border-radius: var(--border-radius-lg) !important;
|
|
13676
|
+
}
|
|
13677
|
+
|
|
13678
|
+
.rounded-circle {
|
|
13679
|
+
border-radius: 50% !important;
|
|
13680
|
+
}
|
|
13681
|
+
|
|
13682
|
+
.rounded-0 {
|
|
13683
|
+
border-radius: 0 !important;
|
|
13684
|
+
}
|
|
13685
|
+
|
|
13686
|
+
.rounded-top {
|
|
13687
|
+
border-top-left-radius: var(--border-radius) !important;
|
|
13688
|
+
border-top-right-radius: var(--border-radius) !important;
|
|
13689
|
+
}
|
|
13690
|
+
|
|
13691
|
+
.rounded-bottom {
|
|
13692
|
+
border-bottom-left-radius: var(--border-radius) !important;
|
|
13693
|
+
border-bottom-right-radius: var(--border-radius) !important;
|
|
13694
|
+
}
|
|
13695
|
+
|
|
13696
|
+
.rounded-left {
|
|
13697
|
+
border-top-left-radius: var(--border-radius) !important;
|
|
13698
|
+
border-bottom-left-radius: var(--border-radius) !important;
|
|
13699
|
+
}
|
|
13700
|
+
|
|
13701
|
+
.rounded-right {
|
|
13702
|
+
border-top-right-radius: var(--border-radius) !important;
|
|
13703
|
+
border-bottom-right-radius: var(--border-radius) !important;
|
|
13704
|
+
}
|
|
13705
|
+
|
|
13706
|
+
.shadow-none {
|
|
13707
|
+
box-shadow: none !important;
|
|
13708
|
+
}
|
|
13709
|
+
|
|
13710
|
+
.shadow-sm {
|
|
13711
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) !important;
|
|
13712
|
+
}
|
|
13713
|
+
|
|
13714
|
+
.shadow {
|
|
13715
|
+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
|
|
13716
|
+
}
|
|
13717
|
+
|
|
13718
|
+
.shadow-lg {
|
|
13719
|
+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
|
|
13720
|
+
}
|
|
13721
|
+
|
|
13722
|
+
.pa-header__brand h1 {
|
|
13723
|
+
color: #000000 !important;
|
|
13724
|
+
font-weight: 700 !important;
|
|
13725
|
+
}
|
|
13726
|
+
.pa-header__nav > ul > li > a {
|
|
13727
|
+
color: #333333 !important;
|
|
13728
|
+
}
|
|
13729
|
+
.pa-header__nav > ul > li > a:hover {
|
|
13730
|
+
color: #D40511 !important;
|
|
13731
|
+
background-color: rgba(212, 5, 17, 0.08) !important;
|
|
13732
|
+
}
|
|
13733
|
+
.pa-header__title h2 {
|
|
13734
|
+
color: #333333 !important;
|
|
13735
|
+
}
|
|
13736
|
+
.pa-header__profile-btn {
|
|
13737
|
+
color: #000000 !important;
|
|
13738
|
+
}
|
|
13739
|
+
.pa-header__profile-btn:hover {
|
|
13740
|
+
background-color: rgba(212, 5, 17, 0.12) !important;
|
|
13741
|
+
}
|
|
13742
|
+
|
|
13743
|
+
.burger-menu span {
|
|
13744
|
+
background-color: #000000 !important;
|
|
13745
|
+
}
|
|
13746
|
+
.burger-menu:hover span {
|
|
13747
|
+
background-color: #D40511 !important;
|
|
13748
|
+
}
|
|
13749
|
+
|
|
13750
|
+
.theme-switcher label {
|
|
13751
|
+
color: #333333 !important;
|
|
13752
|
+
}
|
|
13753
|
+
.theme-switcher select {
|
|
13754
|
+
background-color: #FFE57F !important;
|
|
13755
|
+
color: #000000 !important;
|
|
13756
|
+
border-color: #E5E5E5 !important;
|
|
12836
13757
|
}
|
|
12837
13758
|
.theme-switcher select:focus {
|
|
12838
13759
|
border-color: #D40511 !important;
|
|
@@ -12892,6 +13813,18 @@ html.font-size-4xl {
|
|
|
12892
13813
|
box-shadow: 0 2px 8px rgba(212, 5, 17, 0.3) !important;
|
|
12893
13814
|
}
|
|
12894
13815
|
|
|
13816
|
+
.pa-profile-panel__tabs .pa-tabs__item {
|
|
13817
|
+
color: #333333 !important;
|
|
13818
|
+
}
|
|
13819
|
+
.pa-profile-panel__tabs .pa-tabs__item:hover {
|
|
13820
|
+
color: #D40511 !important;
|
|
13821
|
+
background-color: rgba(212, 5, 17, 0.08) !important;
|
|
13822
|
+
}
|
|
13823
|
+
.pa-profile-panel__tabs .pa-tabs__item--active {
|
|
13824
|
+
color: #D40511 !important;
|
|
13825
|
+
border-bottom-color: #D40511 !important;
|
|
13826
|
+
}
|
|
13827
|
+
|
|
12895
13828
|
:root, .pa-mode-light {
|
|
12896
13829
|
--page-loader-bg: rgba(255, 255, 255, 0.95);
|
|
12897
13830
|
--page-loader-spinner-border: #ccc;
|
|
@@ -13136,6 +14069,15 @@ html.font-size-4xl {
|
|
|
13136
14069
|
--pa-multiselect-option-hover-bg: #F2F2F2;
|
|
13137
14070
|
--pa-multiselect-pill-bg: rgba(212, 5, 17, 0.06);
|
|
13138
14071
|
--pa-multiselect-pill-border: #D40511;
|
|
14072
|
+
--pa-color-1: transparent;
|
|
14073
|
+
--pa-color-2: transparent;
|
|
14074
|
+
--pa-color-3: transparent;
|
|
14075
|
+
--pa-color-4: transparent;
|
|
14076
|
+
--pa-color-5: transparent;
|
|
14077
|
+
--pa-color-6: transparent;
|
|
14078
|
+
--pa-color-7: transparent;
|
|
14079
|
+
--pa-color-8: transparent;
|
|
14080
|
+
--pa-color-9: transparent;
|
|
13139
14081
|
--drp-dropdown-bg: #ffffff;
|
|
13140
14082
|
--drp-border-color: #E5E5E5;
|
|
13141
14083
|
--drp-primary-bg: #F2F2F2;
|