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