@keenmate/pure-admin-theme-audi 1.4.0 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/audi.css +531 -65
- package/package.json +1 -1
package/dist/audi.css
CHANGED
|
@@ -269,7 +269,7 @@ body.pa-container-2xl .pa-navbar {
|
|
|
269
269
|
gap: 1.6rem;
|
|
270
270
|
}
|
|
271
271
|
|
|
272
|
-
.pa-
|
|
272
|
+
.pa-header__start {
|
|
273
273
|
display: flex;
|
|
274
274
|
align-items: center;
|
|
275
275
|
gap: 1.6rem;
|
|
@@ -284,7 +284,7 @@ body.pa-container-2xl .pa-navbar {
|
|
|
284
284
|
justify-content: center;
|
|
285
285
|
}
|
|
286
286
|
|
|
287
|
-
.pa-
|
|
287
|
+
.pa-header__end {
|
|
288
288
|
display: flex;
|
|
289
289
|
align-items: center;
|
|
290
290
|
gap: 1.6rem;
|
|
@@ -386,7 +386,7 @@ body.pa-layout--sticky .pa-layout__inner {
|
|
|
386
386
|
gap: 1.6rem;
|
|
387
387
|
}
|
|
388
388
|
|
|
389
|
-
.pa-
|
|
389
|
+
.pa-footer__start {
|
|
390
390
|
display: flex;
|
|
391
391
|
align-items: center;
|
|
392
392
|
gap: 1.6rem;
|
|
@@ -401,14 +401,14 @@ body.pa-layout--sticky .pa-layout__inner {
|
|
|
401
401
|
justify-content: center;
|
|
402
402
|
}
|
|
403
403
|
|
|
404
|
-
.pa-
|
|
404
|
+
.pa-footer__end {
|
|
405
405
|
display: flex;
|
|
406
406
|
align-items: center;
|
|
407
407
|
gap: 1.6rem;
|
|
408
408
|
flex-shrink: 0;
|
|
409
409
|
}
|
|
410
410
|
|
|
411
|
-
.pa-
|
|
411
|
+
.pa-footer__end--vertical {
|
|
412
412
|
flex-direction: column;
|
|
413
413
|
align-items: flex-end;
|
|
414
414
|
gap: 0.4rem;
|
|
@@ -420,22 +420,22 @@ body.pa-layout--sticky .pa-layout__inner {
|
|
|
420
420
|
min-height: auto;
|
|
421
421
|
padding: 0.8rem 1.6rem;
|
|
422
422
|
}
|
|
423
|
-
.pa-
|
|
423
|
+
.pa-footer__start,
|
|
424
424
|
.pa-footer__center,
|
|
425
|
-
.pa-
|
|
425
|
+
.pa-footer__end {
|
|
426
426
|
flex-shrink: 1;
|
|
427
427
|
min-width: 0;
|
|
428
428
|
}
|
|
429
|
-
.pa-
|
|
429
|
+
.pa-footer__start {
|
|
430
430
|
flex: 1 1 auto;
|
|
431
431
|
}
|
|
432
432
|
.pa-footer__center {
|
|
433
433
|
display: none;
|
|
434
434
|
}
|
|
435
|
-
.pa-
|
|
435
|
+
.pa-footer__end {
|
|
436
436
|
flex: 0 1 auto;
|
|
437
437
|
}
|
|
438
|
-
.pa-
|
|
438
|
+
.pa-footer__end--vertical {
|
|
439
439
|
align-items: flex-end;
|
|
440
440
|
}
|
|
441
441
|
}
|
|
@@ -3121,6 +3121,26 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
|
|
|
3121
3121
|
padding: 2.4rem 1.6rem;
|
|
3122
3122
|
}
|
|
3123
3123
|
|
|
3124
|
+
.pa-card--ghost {
|
|
3125
|
+
background: transparent !important;
|
|
3126
|
+
border: none !important;
|
|
3127
|
+
box-shadow: none !important;
|
|
3128
|
+
}
|
|
3129
|
+
|
|
3130
|
+
.pa-card--ghost:hover {
|
|
3131
|
+
box-shadow: none !important;
|
|
3132
|
+
}
|
|
3133
|
+
|
|
3134
|
+
.pa-card--ghost .pa-card__header {
|
|
3135
|
+
background: transparent !important;
|
|
3136
|
+
border-bottom: none !important;
|
|
3137
|
+
}
|
|
3138
|
+
|
|
3139
|
+
.pa-card--ghost .pa-card__footer {
|
|
3140
|
+
background: transparent !important;
|
|
3141
|
+
border-top: none !important;
|
|
3142
|
+
}
|
|
3143
|
+
|
|
3124
3144
|
.pa-card--color-1 {
|
|
3125
3145
|
border-color: var(--pa-color-1);
|
|
3126
3146
|
}
|
|
@@ -3589,21 +3609,21 @@ a.pa-card p {
|
|
|
3589
3609
|
background: linear-gradient(to right, var(--pa-main-bg), color-mix(in srgb, var(--pa-main-bg) 80%, transparent));
|
|
3590
3610
|
}
|
|
3591
3611
|
|
|
3592
|
-
.pa-tabs--scrollable .pa-tabs__scroll-btn--
|
|
3612
|
+
.pa-tabs--scrollable .pa-tabs__scroll-btn--start {
|
|
3593
3613
|
inset-inline-start: 0;
|
|
3594
3614
|
background: linear-gradient(to right, color-mix(in srgb, var(--pa-main-bg) 95%, transparent), transparent);
|
|
3595
3615
|
}
|
|
3596
3616
|
|
|
3597
|
-
[dir=rtl] .pa-tabs--scrollable .pa-tabs__scroll-btn--
|
|
3617
|
+
[dir=rtl] .pa-tabs--scrollable .pa-tabs__scroll-btn--start {
|
|
3598
3618
|
background: linear-gradient(to left, color-mix(in srgb, var(--pa-main-bg) 95%, transparent), transparent);
|
|
3599
3619
|
}
|
|
3600
3620
|
|
|
3601
|
-
.pa-tabs--scrollable .pa-tabs__scroll-btn--
|
|
3621
|
+
.pa-tabs--scrollable .pa-tabs__scroll-btn--end {
|
|
3602
3622
|
inset-inline-end: 0;
|
|
3603
3623
|
background: linear-gradient(to left, color-mix(in srgb, var(--pa-main-bg) 95%, transparent), transparent);
|
|
3604
3624
|
}
|
|
3605
3625
|
|
|
3606
|
-
[dir=rtl] .pa-tabs--scrollable .pa-tabs__scroll-btn--
|
|
3626
|
+
[dir=rtl] .pa-tabs--scrollable .pa-tabs__scroll-btn--end {
|
|
3607
3627
|
background: linear-gradient(to right, color-mix(in srgb, var(--pa-main-bg) 95%, transparent), transparent);
|
|
3608
3628
|
}
|
|
3609
3629
|
|
|
@@ -5306,19 +5326,19 @@ a.pa-card p {
|
|
|
5306
5326
|
margin: 0;
|
|
5307
5327
|
}
|
|
5308
5328
|
|
|
5309
|
-
.pa-btn--align-
|
|
5329
|
+
.pa-btn--align-start {
|
|
5310
5330
|
justify-content: flex-start;
|
|
5311
5331
|
}
|
|
5312
5332
|
|
|
5313
|
-
.pa-btn--align-
|
|
5333
|
+
.pa-btn--align-start .pa-btn__icon {
|
|
5314
5334
|
padding-inline-start: 0;
|
|
5315
5335
|
}
|
|
5316
5336
|
|
|
5317
|
-
.pa-btn--align-
|
|
5337
|
+
.pa-btn--align-end {
|
|
5318
5338
|
justify-content: flex-end;
|
|
5319
5339
|
}
|
|
5320
5340
|
|
|
5321
|
-
.pa-btn--align-
|
|
5341
|
+
.pa-btn--align-end .pa-btn__icon {
|
|
5322
5342
|
padding-inline-end: 0;
|
|
5323
5343
|
}
|
|
5324
5344
|
|
|
@@ -6341,7 +6361,7 @@ a.pa-card p {
|
|
|
6341
6361
|
text-align: end;
|
|
6342
6362
|
}
|
|
6343
6363
|
|
|
6344
|
-
.pa-popover--
|
|
6364
|
+
.pa-popover--end .pa-popover__body {
|
|
6345
6365
|
text-align: end;
|
|
6346
6366
|
}
|
|
6347
6367
|
|
|
@@ -8979,6 +8999,12 @@ web-multiselect {
|
|
|
8979
8999
|
.pa-table-card:has(.pa-detail-view) .pa-table-card__body {
|
|
8980
9000
|
position: relative;
|
|
8981
9001
|
overflow: hidden;
|
|
9002
|
+
display: flex;
|
|
9003
|
+
flex-direction: column;
|
|
9004
|
+
}
|
|
9005
|
+
|
|
9006
|
+
.pa-table-card:has(.pa-detail-view) .pa-table-card__body .pa-detail-view {
|
|
9007
|
+
flex: 1;
|
|
8982
9008
|
}
|
|
8983
9009
|
|
|
8984
9010
|
.pa-table-card__header {
|
|
@@ -9421,7 +9447,7 @@ web-multiselect {
|
|
|
9421
9447
|
justify-content: center;
|
|
9422
9448
|
}
|
|
9423
9449
|
|
|
9424
|
-
.pa-pager--
|
|
9450
|
+
.pa-pager--start {
|
|
9425
9451
|
justify-content: flex-start;
|
|
9426
9452
|
}
|
|
9427
9453
|
|
|
@@ -9429,7 +9455,7 @@ web-multiselect {
|
|
|
9429
9455
|
justify-content: center;
|
|
9430
9456
|
}
|
|
9431
9457
|
|
|
9432
|
-
.pa-pager--
|
|
9458
|
+
.pa-pager--end {
|
|
9433
9459
|
justify-content: flex-end;
|
|
9434
9460
|
}
|
|
9435
9461
|
|
|
@@ -9478,7 +9504,7 @@ web-multiselect {
|
|
|
9478
9504
|
justify-content: center;
|
|
9479
9505
|
}
|
|
9480
9506
|
|
|
9481
|
-
.pa-load-more--
|
|
9507
|
+
.pa-load-more--start {
|
|
9482
9508
|
justify-content: flex-start;
|
|
9483
9509
|
}
|
|
9484
9510
|
|
|
@@ -9486,7 +9512,7 @@ web-multiselect {
|
|
|
9486
9512
|
justify-content: center;
|
|
9487
9513
|
}
|
|
9488
9514
|
|
|
9489
|
-
.pa-load-more--
|
|
9515
|
+
.pa-load-more--end {
|
|
9490
9516
|
justify-content: flex-end;
|
|
9491
9517
|
}
|
|
9492
9518
|
|
|
@@ -10046,7 +10072,7 @@ code {
|
|
|
10046
10072
|
justify-content: center;
|
|
10047
10073
|
}
|
|
10048
10074
|
|
|
10049
|
-
.pa-pager--
|
|
10075
|
+
.pa-pager--start {
|
|
10050
10076
|
justify-content: flex-start;
|
|
10051
10077
|
}
|
|
10052
10078
|
|
|
@@ -10054,7 +10080,7 @@ code {
|
|
|
10054
10080
|
justify-content: center;
|
|
10055
10081
|
}
|
|
10056
10082
|
|
|
10057
|
-
.pa-pager--
|
|
10083
|
+
.pa-pager--end {
|
|
10058
10084
|
justify-content: flex-end;
|
|
10059
10085
|
}
|
|
10060
10086
|
|
|
@@ -10103,7 +10129,7 @@ code {
|
|
|
10103
10129
|
justify-content: center;
|
|
10104
10130
|
}
|
|
10105
10131
|
|
|
10106
|
-
.pa-load-more--
|
|
10132
|
+
.pa-load-more--start {
|
|
10107
10133
|
justify-content: flex-start;
|
|
10108
10134
|
}
|
|
10109
10135
|
|
|
@@ -10111,7 +10137,7 @@ code {
|
|
|
10111
10137
|
justify-content: center;
|
|
10112
10138
|
}
|
|
10113
10139
|
|
|
10114
|
-
.pa-load-more--
|
|
10140
|
+
.pa-load-more--end {
|
|
10115
10141
|
justify-content: flex-end;
|
|
10116
10142
|
}
|
|
10117
10143
|
|
|
@@ -11317,73 +11343,73 @@ code {
|
|
|
11317
11343
|
border-radius: 500px 0 0 500px;
|
|
11318
11344
|
}
|
|
11319
11345
|
|
|
11320
|
-
.pa-timeline--alternating.pa-timeline--
|
|
11346
|
+
.pa-timeline--alternating.pa-timeline--start::after {
|
|
11321
11347
|
left: 90px;
|
|
11322
11348
|
}
|
|
11323
11349
|
|
|
11324
|
-
.pa-timeline--alternating.pa-timeline--
|
|
11350
|
+
.pa-timeline--alternating.pa-timeline--start .pa-timeline__item {
|
|
11325
11351
|
width: 100%;
|
|
11326
11352
|
padding-left: 120px;
|
|
11327
11353
|
padding-right: 0;
|
|
11328
11354
|
left: 0 !important;
|
|
11329
11355
|
}
|
|
11330
11356
|
|
|
11331
|
-
.pa-timeline--alternating.pa-timeline--
|
|
11357
|
+
.pa-timeline--alternating.pa-timeline--start .pa-timeline__item::after {
|
|
11332
11358
|
left: 82px;
|
|
11333
11359
|
}
|
|
11334
11360
|
|
|
11335
|
-
.pa-timeline--alternating.pa-timeline--
|
|
11361
|
+
.pa-timeline--alternating.pa-timeline--start .pa-timeline__item::before {
|
|
11336
11362
|
left: 100px;
|
|
11337
11363
|
}
|
|
11338
11364
|
|
|
11339
|
-
.pa-timeline--alternating.pa-timeline--
|
|
11365
|
+
.pa-timeline--alternating.pa-timeline--start .pa-timeline__item .pa-timeline__date {
|
|
11340
11366
|
right: auto;
|
|
11341
11367
|
left: 15px;
|
|
11342
11368
|
}
|
|
11343
11369
|
|
|
11344
|
-
.pa-timeline--alternating.pa-timeline--
|
|
11370
|
+
.pa-timeline--alternating.pa-timeline--start .pa-timeline__item .pa-timeline__icon {
|
|
11345
11371
|
right: auto;
|
|
11346
11372
|
left: 146px;
|
|
11347
11373
|
}
|
|
11348
11374
|
|
|
11349
|
-
.pa-timeline--alternating.pa-timeline--
|
|
11375
|
+
.pa-timeline--alternating.pa-timeline--start .pa-timeline__item .pa-timeline__content {
|
|
11350
11376
|
padding: 3.2rem 3.2rem 3.2rem calc(6.4rem + 40px);
|
|
11351
11377
|
border-radius: 500px 0 0 500px;
|
|
11352
11378
|
}
|
|
11353
11379
|
|
|
11354
|
-
.pa-timeline--alternating.pa-timeline--
|
|
11380
|
+
.pa-timeline--alternating.pa-timeline--end::after {
|
|
11355
11381
|
right: 90px;
|
|
11356
11382
|
left: auto;
|
|
11357
11383
|
}
|
|
11358
11384
|
|
|
11359
|
-
.pa-timeline--alternating.pa-timeline--
|
|
11385
|
+
.pa-timeline--alternating.pa-timeline--end .pa-timeline__item {
|
|
11360
11386
|
width: 100%;
|
|
11361
11387
|
padding-left: 0;
|
|
11362
11388
|
padding-right: 120px;
|
|
11363
11389
|
left: 0 !important;
|
|
11364
11390
|
}
|
|
11365
11391
|
|
|
11366
|
-
.pa-timeline--alternating.pa-timeline--
|
|
11392
|
+
.pa-timeline--alternating.pa-timeline--end .pa-timeline__item::after {
|
|
11367
11393
|
right: 82px;
|
|
11368
11394
|
left: auto;
|
|
11369
11395
|
}
|
|
11370
11396
|
|
|
11371
|
-
.pa-timeline--alternating.pa-timeline--
|
|
11397
|
+
.pa-timeline--alternating.pa-timeline--end .pa-timeline__item::before {
|
|
11372
11398
|
right: 100px;
|
|
11373
11399
|
left: auto;
|
|
11374
11400
|
}
|
|
11375
11401
|
|
|
11376
|
-
.pa-timeline--alternating.pa-timeline--
|
|
11402
|
+
.pa-timeline--alternating.pa-timeline--end .pa-timeline__item .pa-timeline__date {
|
|
11377
11403
|
left: auto;
|
|
11378
11404
|
right: 15px;
|
|
11379
11405
|
}
|
|
11380
11406
|
|
|
11381
|
-
.pa-timeline--alternating.pa-timeline--
|
|
11407
|
+
.pa-timeline--alternating.pa-timeline--end .pa-timeline__item .pa-timeline__icon {
|
|
11382
11408
|
left: auto;
|
|
11383
11409
|
right: 146px;
|
|
11384
11410
|
}
|
|
11385
11411
|
|
|
11386
|
-
.pa-timeline--alternating.pa-timeline--
|
|
11412
|
+
.pa-timeline--alternating.pa-timeline--end .pa-timeline__item .pa-timeline__content {
|
|
11387
11413
|
padding: 3.2rem calc(6.4rem + 40px) 3.2rem 3.2rem;
|
|
11388
11414
|
border-radius: 0 500px 500px 0;
|
|
11389
11415
|
}
|
|
@@ -12777,6 +12803,10 @@ code {
|
|
|
12777
12803
|
position: relative;
|
|
12778
12804
|
}
|
|
12779
12805
|
|
|
12806
|
+
.pa-detail-panel__content--bordered {
|
|
12807
|
+
border-block: 1px solid var(--pa-border-color);
|
|
12808
|
+
}
|
|
12809
|
+
|
|
12780
12810
|
.pa-detail-panel--overlay .pa-detail-panel__content {
|
|
12781
12811
|
position: absolute;
|
|
12782
12812
|
top: 0;
|
|
@@ -12877,6 +12907,7 @@ code {
|
|
|
12877
12907
|
.pa-detail-panel__body {
|
|
12878
12908
|
flex: 1;
|
|
12879
12909
|
overflow-y: auto;
|
|
12910
|
+
overscroll-behavior: contain;
|
|
12880
12911
|
padding: 1.2rem 1.6rem;
|
|
12881
12912
|
}
|
|
12882
12913
|
|
|
@@ -13233,6 +13264,10 @@ code {
|
|
|
13233
13264
|
margin-top: 2.4rem;
|
|
13234
13265
|
}
|
|
13235
13266
|
|
|
13267
|
+
.pa-fields-container {
|
|
13268
|
+
container-type: inline-size;
|
|
13269
|
+
}
|
|
13270
|
+
|
|
13236
13271
|
.pa-fields {
|
|
13237
13272
|
display: flex;
|
|
13238
13273
|
flex-direction: column;
|
|
@@ -13258,6 +13293,11 @@ code {
|
|
|
13258
13293
|
grid-template-columns: repeat(4, 1fr);
|
|
13259
13294
|
}
|
|
13260
13295
|
|
|
13296
|
+
@container (max-width: 768px) {
|
|
13297
|
+
.pa-fields--cols-2, .pa-fields--cols-3, .pa-fields--cols-4 {
|
|
13298
|
+
grid-template-columns: 1fr;
|
|
13299
|
+
}
|
|
13300
|
+
}
|
|
13261
13301
|
@media (max-width: 768px) {
|
|
13262
13302
|
.pa-fields--cols-2, .pa-fields--cols-3, .pa-fields--cols-4 {
|
|
13263
13303
|
grid-template-columns: 1fr;
|
|
@@ -13348,6 +13388,11 @@ code {
|
|
|
13348
13388
|
min-width: 0;
|
|
13349
13389
|
}
|
|
13350
13390
|
|
|
13391
|
+
@container (max-width: 768px) {
|
|
13392
|
+
.pa-fields--row {
|
|
13393
|
+
flex-direction: column;
|
|
13394
|
+
}
|
|
13395
|
+
}
|
|
13351
13396
|
@media (max-width: 768px) {
|
|
13352
13397
|
.pa-fields--row {
|
|
13353
13398
|
flex-direction: column;
|
|
@@ -13436,6 +13481,427 @@ code {
|
|
|
13436
13481
|
padding-inline-start: 0;
|
|
13437
13482
|
}
|
|
13438
13483
|
|
|
13484
|
+
.pa-fields--linear {
|
|
13485
|
+
gap: 0.8rem;
|
|
13486
|
+
border-inline-start: none;
|
|
13487
|
+
padding-inline-start: 0;
|
|
13488
|
+
}
|
|
13489
|
+
|
|
13490
|
+
.pa-fields--linear .pa-field {
|
|
13491
|
+
flex-direction: row;
|
|
13492
|
+
align-items: center;
|
|
13493
|
+
gap: 1.2rem;
|
|
13494
|
+
font-size: 1.4rem;
|
|
13495
|
+
line-height: 1.5;
|
|
13496
|
+
min-height: 2.8rem;
|
|
13497
|
+
}
|
|
13498
|
+
|
|
13499
|
+
.pa-fields--linear .pa-field__label {
|
|
13500
|
+
flex: 0 0 10rem;
|
|
13501
|
+
font-size: 1.4rem;
|
|
13502
|
+
text-transform: none;
|
|
13503
|
+
letter-spacing: normal;
|
|
13504
|
+
opacity: 1;
|
|
13505
|
+
font-weight: 400;
|
|
13506
|
+
color: var(--pa-text-color-2);
|
|
13507
|
+
}
|
|
13508
|
+
|
|
13509
|
+
.pa-fields--linear .pa-field__value {
|
|
13510
|
+
flex: 1;
|
|
13511
|
+
min-width: 0;
|
|
13512
|
+
font-size: 1.4rem;
|
|
13513
|
+
font-weight: 500;
|
|
13514
|
+
color: var(--pa-text-color-1);
|
|
13515
|
+
}
|
|
13516
|
+
|
|
13517
|
+
.pa-fields--chips {
|
|
13518
|
+
flex-direction: row;
|
|
13519
|
+
flex-wrap: wrap;
|
|
13520
|
+
gap: 0.6rem 1.4rem;
|
|
13521
|
+
padding: 0.4rem 0;
|
|
13522
|
+
border-inline-start: none;
|
|
13523
|
+
padding-inline-start: 0;
|
|
13524
|
+
}
|
|
13525
|
+
|
|
13526
|
+
.pa-fields--chips .pa-field {
|
|
13527
|
+
flex-direction: row;
|
|
13528
|
+
align-items: center;
|
|
13529
|
+
gap: 0.5rem;
|
|
13530
|
+
font-size: 1.4rem;
|
|
13531
|
+
}
|
|
13532
|
+
|
|
13533
|
+
.pa-fields--chips .pa-field__label {
|
|
13534
|
+
font-size: 1.4rem;
|
|
13535
|
+
text-transform: none;
|
|
13536
|
+
letter-spacing: normal;
|
|
13537
|
+
opacity: 1;
|
|
13538
|
+
font-weight: 400;
|
|
13539
|
+
color: var(--pa-text-color-2);
|
|
13540
|
+
}
|
|
13541
|
+
|
|
13542
|
+
.pa-fields--chips .pa-field__value {
|
|
13543
|
+
background: rgba(128, 128, 128, 0.1);
|
|
13544
|
+
color: var(--pa-text-color-1);
|
|
13545
|
+
font-weight: 500;
|
|
13546
|
+
padding: 0.2rem 0.8rem;
|
|
13547
|
+
border-radius: 4px;
|
|
13548
|
+
font-size: 1.3rem;
|
|
13549
|
+
}
|
|
13550
|
+
|
|
13551
|
+
.pa-fields--chips .pa-field__value--success {
|
|
13552
|
+
background: var(--pa-success-bg-light, rgba(0, 200, 80, 0.12));
|
|
13553
|
+
color: var(--pa-success-color, #28a745);
|
|
13554
|
+
}
|
|
13555
|
+
|
|
13556
|
+
.pa-fields--chips .pa-field__value--warning {
|
|
13557
|
+
background: var(--pa-warning-bg-light, rgba(255, 165, 0, 0.12));
|
|
13558
|
+
color: var(--pa-warning-color, #e68a00);
|
|
13559
|
+
}
|
|
13560
|
+
|
|
13561
|
+
.pa-fields--chips .pa-field__value--danger {
|
|
13562
|
+
background: var(--pa-danger-bg-light, rgba(255, 0, 0, 0.12));
|
|
13563
|
+
color: var(--pa-danger-color, #dc3545);
|
|
13564
|
+
}
|
|
13565
|
+
|
|
13566
|
+
.pa-desc-container {
|
|
13567
|
+
container-type: inline-size;
|
|
13568
|
+
}
|
|
13569
|
+
|
|
13570
|
+
.pa-desc-table {
|
|
13571
|
+
display: grid;
|
|
13572
|
+
grid-template-columns: repeat(3, auto 1fr);
|
|
13573
|
+
border: 1px solid var(--pa-border-color);
|
|
13574
|
+
border-radius: 4px;
|
|
13575
|
+
overflow: hidden;
|
|
13576
|
+
}
|
|
13577
|
+
|
|
13578
|
+
.pa-desc-table--cols-2 {
|
|
13579
|
+
grid-template-columns: repeat(2, auto 1fr);
|
|
13580
|
+
}
|
|
13581
|
+
|
|
13582
|
+
.pa-desc-table--fixed {
|
|
13583
|
+
grid-template-columns: repeat(3, minmax(0, var(--label-width, 14rem)) minmax(0, 1fr));
|
|
13584
|
+
}
|
|
13585
|
+
|
|
13586
|
+
.pa-desc-table--fixed.pa-desc-table--cols-2 {
|
|
13587
|
+
grid-template-columns: repeat(2, minmax(0, var(--label-width, 14rem)) minmax(0, 1fr));
|
|
13588
|
+
}
|
|
13589
|
+
|
|
13590
|
+
.pa-desc-table__label, .pa-desc-table__value {
|
|
13591
|
+
padding: 1.2rem 1.6rem;
|
|
13592
|
+
border-bottom: 1px solid var(--pa-border-color);
|
|
13593
|
+
font-size: 1.4rem;
|
|
13594
|
+
line-height: 1.5;
|
|
13595
|
+
}
|
|
13596
|
+
|
|
13597
|
+
.pa-desc-table__label {
|
|
13598
|
+
background: rgba(128, 128, 128, 0.06);
|
|
13599
|
+
color: var(--pa-text-color-2);
|
|
13600
|
+
font-weight: 400;
|
|
13601
|
+
white-space: nowrap;
|
|
13602
|
+
border-inline-end: 1px solid var(--pa-border-color);
|
|
13603
|
+
}
|
|
13604
|
+
|
|
13605
|
+
.pa-desc-table__label::after {
|
|
13606
|
+
content: ":";
|
|
13607
|
+
margin-inline-start: 2px;
|
|
13608
|
+
}
|
|
13609
|
+
|
|
13610
|
+
.pa-desc-table__value {
|
|
13611
|
+
color: var(--pa-text-color-1);
|
|
13612
|
+
font-weight: 500;
|
|
13613
|
+
border-inline-end: 1px solid var(--pa-border-color);
|
|
13614
|
+
min-width: 0;
|
|
13615
|
+
}
|
|
13616
|
+
|
|
13617
|
+
.pa-desc-table__value--full {
|
|
13618
|
+
grid-column: 2/-1;
|
|
13619
|
+
}
|
|
13620
|
+
|
|
13621
|
+
.pa-desc-table--middle .pa-desc-table__label, .pa-desc-table--middle .pa-desc-table__value {
|
|
13622
|
+
display: flex;
|
|
13623
|
+
align-items: center;
|
|
13624
|
+
}
|
|
13625
|
+
|
|
13626
|
+
.pa-desc-table--label-end .pa-desc-table__label {
|
|
13627
|
+
text-align: end;
|
|
13628
|
+
justify-content: flex-end;
|
|
13629
|
+
}
|
|
13630
|
+
|
|
13631
|
+
.pa-desc-table--label-center .pa-desc-table__label {
|
|
13632
|
+
text-align: center;
|
|
13633
|
+
justify-content: center;
|
|
13634
|
+
}
|
|
13635
|
+
|
|
13636
|
+
.pa-desc-table--truncate .pa-desc-table__label, .pa-desc-table--truncate .pa-desc-table__value {
|
|
13637
|
+
overflow: hidden;
|
|
13638
|
+
text-overflow: ellipsis;
|
|
13639
|
+
white-space: nowrap;
|
|
13640
|
+
}
|
|
13641
|
+
|
|
13642
|
+
@container (max-width: 768px) {
|
|
13643
|
+
.pa-desc-table, .pa-desc-table--cols-2 {
|
|
13644
|
+
grid-template-columns: auto 1fr;
|
|
13645
|
+
}
|
|
13646
|
+
.pa-desc-table--fixed, .pa-desc-table--fixed.pa-desc-table--cols-2 {
|
|
13647
|
+
grid-template-columns: minmax(0, var(--label-width, 14rem)) minmax(0, 1fr);
|
|
13648
|
+
}
|
|
13649
|
+
.pa-desc-table .pa-desc-table__value--full {
|
|
13650
|
+
grid-column: 2;
|
|
13651
|
+
}
|
|
13652
|
+
}
|
|
13653
|
+
@media (max-width: 768px) {
|
|
13654
|
+
.pa-desc-table, .pa-desc-table--cols-2 {
|
|
13655
|
+
grid-template-columns: auto 1fr;
|
|
13656
|
+
}
|
|
13657
|
+
.pa-desc-table--fixed, .pa-desc-table--fixed.pa-desc-table--cols-2 {
|
|
13658
|
+
grid-template-columns: minmax(0, var(--label-width, 14rem)) minmax(0, 1fr);
|
|
13659
|
+
}
|
|
13660
|
+
.pa-desc-table .pa-desc-table__value--full {
|
|
13661
|
+
grid-column: 2;
|
|
13662
|
+
}
|
|
13663
|
+
}
|
|
13664
|
+
.pa-dot-leaders {
|
|
13665
|
+
display: flex;
|
|
13666
|
+
flex-direction: column;
|
|
13667
|
+
gap: 0;
|
|
13668
|
+
}
|
|
13669
|
+
|
|
13670
|
+
.pa-dot-leaders__item {
|
|
13671
|
+
display: flex;
|
|
13672
|
+
align-items: baseline;
|
|
13673
|
+
padding: 0.6rem 0;
|
|
13674
|
+
}
|
|
13675
|
+
|
|
13676
|
+
.pa-dot-leaders__item--total {
|
|
13677
|
+
margin-top: 0.4rem;
|
|
13678
|
+
padding-top: 0.8rem;
|
|
13679
|
+
border-top: 2px solid var(--pa-text-color-1);
|
|
13680
|
+
}
|
|
13681
|
+
|
|
13682
|
+
.pa-dot-leaders__label {
|
|
13683
|
+
font-size: 1.4rem;
|
|
13684
|
+
font-weight: 500;
|
|
13685
|
+
color: var(--pa-text-color-2);
|
|
13686
|
+
white-space: nowrap;
|
|
13687
|
+
flex-shrink: 0;
|
|
13688
|
+
}
|
|
13689
|
+
|
|
13690
|
+
.pa-dot-leaders__leader {
|
|
13691
|
+
flex: 1;
|
|
13692
|
+
border-bottom: 2px dotted var(--pa-border-color);
|
|
13693
|
+
margin: 0 0.8rem;
|
|
13694
|
+
margin-bottom: 0.25em;
|
|
13695
|
+
min-width: 2rem;
|
|
13696
|
+
}
|
|
13697
|
+
|
|
13698
|
+
.pa-dot-leaders__value {
|
|
13699
|
+
font-size: 1.4rem;
|
|
13700
|
+
font-weight: 600;
|
|
13701
|
+
color: var(--pa-text-color-1);
|
|
13702
|
+
white-space: nowrap;
|
|
13703
|
+
text-align: end;
|
|
13704
|
+
font-variant-numeric: tabular-nums;
|
|
13705
|
+
}
|
|
13706
|
+
|
|
13707
|
+
.pa-dot-leaders__item--total .pa-dot-leaders__label {
|
|
13708
|
+
font-weight: 700;
|
|
13709
|
+
color: var(--pa-text-color-1);
|
|
13710
|
+
}
|
|
13711
|
+
|
|
13712
|
+
.pa-dot-leaders__item--total .pa-dot-leaders__value {
|
|
13713
|
+
font-size: 1.6rem;
|
|
13714
|
+
font-weight: 700;
|
|
13715
|
+
}
|
|
13716
|
+
|
|
13717
|
+
.pa-prop-card {
|
|
13718
|
+
border: 1px solid var(--pa-border-color);
|
|
13719
|
+
border-radius: 6px;
|
|
13720
|
+
overflow: hidden;
|
|
13721
|
+
}
|
|
13722
|
+
|
|
13723
|
+
.pa-prop-card__header {
|
|
13724
|
+
padding: 1rem 1.6rem;
|
|
13725
|
+
font-weight: 600;
|
|
13726
|
+
font-size: 1.3rem;
|
|
13727
|
+
text-transform: uppercase;
|
|
13728
|
+
letter-spacing: 0.04em;
|
|
13729
|
+
color: var(--pa-text-color-2);
|
|
13730
|
+
background: rgba(128, 128, 128, 0.04);
|
|
13731
|
+
border-bottom: 1px solid var(--pa-border-color);
|
|
13732
|
+
}
|
|
13733
|
+
|
|
13734
|
+
.pa-prop-card__row {
|
|
13735
|
+
display: flex;
|
|
13736
|
+
justify-content: space-between;
|
|
13737
|
+
align-items: center;
|
|
13738
|
+
padding: 1rem 1.6rem;
|
|
13739
|
+
border-bottom: 1px solid rgba(128, 128, 128, 0.08);
|
|
13740
|
+
font-size: 1.4rem;
|
|
13741
|
+
gap: 1.6rem;
|
|
13742
|
+
}
|
|
13743
|
+
|
|
13744
|
+
.pa-prop-card__row:last-child {
|
|
13745
|
+
border-bottom: none;
|
|
13746
|
+
}
|
|
13747
|
+
|
|
13748
|
+
.pa-prop-card__label {
|
|
13749
|
+
color: var(--pa-text-color-2);
|
|
13750
|
+
font-weight: 400;
|
|
13751
|
+
flex-shrink: 0;
|
|
13752
|
+
}
|
|
13753
|
+
|
|
13754
|
+
.pa-prop-card__value {
|
|
13755
|
+
color: var(--pa-text-color-1);
|
|
13756
|
+
font-weight: 500;
|
|
13757
|
+
text-align: end;
|
|
13758
|
+
overflow-wrap: anywhere;
|
|
13759
|
+
}
|
|
13760
|
+
|
|
13761
|
+
.pa-prop-card__value--bold {
|
|
13762
|
+
font-weight: 700;
|
|
13763
|
+
}
|
|
13764
|
+
|
|
13765
|
+
.pa-banded-container {
|
|
13766
|
+
container-type: inline-size;
|
|
13767
|
+
}
|
|
13768
|
+
|
|
13769
|
+
.pa-banded {
|
|
13770
|
+
border: 1px solid var(--pa-border-color);
|
|
13771
|
+
border-radius: 4px;
|
|
13772
|
+
overflow: hidden;
|
|
13773
|
+
}
|
|
13774
|
+
|
|
13775
|
+
.pa-banded__row {
|
|
13776
|
+
display: flex;
|
|
13777
|
+
border-bottom: 1px solid var(--pa-border-color);
|
|
13778
|
+
font-size: 1.4rem;
|
|
13779
|
+
align-items: stretch;
|
|
13780
|
+
}
|
|
13781
|
+
|
|
13782
|
+
.pa-banded__row:last-child {
|
|
13783
|
+
border-bottom: none;
|
|
13784
|
+
}
|
|
13785
|
+
|
|
13786
|
+
.pa-banded__label {
|
|
13787
|
+
flex: 0 0 auto;
|
|
13788
|
+
width: 14rem;
|
|
13789
|
+
padding: 0.8rem 1.2rem;
|
|
13790
|
+
background: rgba(128, 128, 128, 0.06);
|
|
13791
|
+
color: var(--pa-text-color-2);
|
|
13792
|
+
font-weight: 500;
|
|
13793
|
+
border-inline-end: 1px solid var(--pa-border-color);
|
|
13794
|
+
display: flex;
|
|
13795
|
+
align-items: flex-start;
|
|
13796
|
+
}
|
|
13797
|
+
|
|
13798
|
+
.pa-banded__value {
|
|
13799
|
+
flex: 1;
|
|
13800
|
+
padding: 0.8rem 1.2rem;
|
|
13801
|
+
color: var(--pa-text-color-1);
|
|
13802
|
+
font-weight: 400;
|
|
13803
|
+
display: flex;
|
|
13804
|
+
align-items: flex-start;
|
|
13805
|
+
overflow-wrap: anywhere;
|
|
13806
|
+
min-width: 0;
|
|
13807
|
+
}
|
|
13808
|
+
|
|
13809
|
+
.pa-banded--narrow .pa-banded__label {
|
|
13810
|
+
width: 10rem;
|
|
13811
|
+
}
|
|
13812
|
+
|
|
13813
|
+
.pa-banded--wide .pa-banded__label {
|
|
13814
|
+
width: 20rem;
|
|
13815
|
+
}
|
|
13816
|
+
|
|
13817
|
+
.pa-banded--middle .pa-banded__label, .pa-banded--middle .pa-banded__value {
|
|
13818
|
+
align-items: center;
|
|
13819
|
+
}
|
|
13820
|
+
|
|
13821
|
+
.pa-banded--label-end .pa-banded__label {
|
|
13822
|
+
justify-content: flex-end;
|
|
13823
|
+
}
|
|
13824
|
+
|
|
13825
|
+
.pa-banded--label-center .pa-banded__label {
|
|
13826
|
+
justify-content: center;
|
|
13827
|
+
}
|
|
13828
|
+
|
|
13829
|
+
.pa-banded--truncate .pa-banded__label, .pa-banded--truncate .pa-banded__value {
|
|
13830
|
+
overflow: hidden;
|
|
13831
|
+
text-overflow: ellipsis;
|
|
13832
|
+
white-space: nowrap;
|
|
13833
|
+
}
|
|
13834
|
+
|
|
13835
|
+
@container (max-width: 768px) {
|
|
13836
|
+
.pa-banded__row {
|
|
13837
|
+
flex-direction: column;
|
|
13838
|
+
}
|
|
13839
|
+
.pa-banded .pa-banded__label {
|
|
13840
|
+
width: auto !important;
|
|
13841
|
+
border-inline-end: none;
|
|
13842
|
+
border-bottom: 1px solid var(--pa-border-color);
|
|
13843
|
+
}
|
|
13844
|
+
.pa-banded .pa-banded__label, .pa-banded .pa-banded__value {
|
|
13845
|
+
display: block;
|
|
13846
|
+
}
|
|
13847
|
+
}
|
|
13848
|
+
@media (max-width: 768px) {
|
|
13849
|
+
.pa-banded__row {
|
|
13850
|
+
flex-direction: column;
|
|
13851
|
+
}
|
|
13852
|
+
.pa-banded .pa-banded__label {
|
|
13853
|
+
width: auto !important;
|
|
13854
|
+
border-inline-end: none;
|
|
13855
|
+
border-bottom: 1px solid var(--pa-border-color);
|
|
13856
|
+
}
|
|
13857
|
+
.pa-banded .pa-banded__label, .pa-banded .pa-banded__value {
|
|
13858
|
+
display: block;
|
|
13859
|
+
}
|
|
13860
|
+
}
|
|
13861
|
+
.pa-accent-grid {
|
|
13862
|
+
display: grid;
|
|
13863
|
+
grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
|
|
13864
|
+
gap: 0.8rem;
|
|
13865
|
+
}
|
|
13866
|
+
|
|
13867
|
+
.pa-accent-grid__item {
|
|
13868
|
+
padding: 0.8rem 1.2rem;
|
|
13869
|
+
padding-inline-start: 1.4rem;
|
|
13870
|
+
border-inline-start: 3px solid var(--pa-accent, #3b82f6);
|
|
13871
|
+
}
|
|
13872
|
+
|
|
13873
|
+
.pa-accent-grid__item--success {
|
|
13874
|
+
border-inline-start-color: var(--pa-success-color, #28a745);
|
|
13875
|
+
}
|
|
13876
|
+
|
|
13877
|
+
.pa-accent-grid__item--warning {
|
|
13878
|
+
border-inline-start-color: var(--pa-warning-color, #e68a00);
|
|
13879
|
+
}
|
|
13880
|
+
|
|
13881
|
+
.pa-accent-grid__item--danger {
|
|
13882
|
+
border-inline-start-color: var(--pa-danger-color, #dc3545);
|
|
13883
|
+
}
|
|
13884
|
+
|
|
13885
|
+
.pa-accent-grid__item--info {
|
|
13886
|
+
border-inline-start-color: var(--pa-info-color, #17a2b8);
|
|
13887
|
+
}
|
|
13888
|
+
|
|
13889
|
+
.pa-accent-grid__label {
|
|
13890
|
+
font-size: 1.1rem;
|
|
13891
|
+
font-weight: 500;
|
|
13892
|
+
color: var(--pa-text-color-2);
|
|
13893
|
+
margin-bottom: 0.2rem;
|
|
13894
|
+
text-transform: uppercase;
|
|
13895
|
+
letter-spacing: 0.03em;
|
|
13896
|
+
}
|
|
13897
|
+
|
|
13898
|
+
.pa-accent-grid__value {
|
|
13899
|
+
font-size: 1.5rem;
|
|
13900
|
+
font-weight: 600;
|
|
13901
|
+
color: var(--pa-text-color-1);
|
|
13902
|
+
line-height: 1.2;
|
|
13903
|
+
}
|
|
13904
|
+
|
|
13439
13905
|
/* ========================================
|
|
13440
13906
|
Utility Components
|
|
13441
13907
|
Font utilities, compact mode, component showcase
|
|
@@ -13789,14 +14255,6 @@ html.font-size-xlarge {
|
|
|
13789
14255
|
text-align: end;
|
|
13790
14256
|
}
|
|
13791
14257
|
|
|
13792
|
-
.pa-text--left {
|
|
13793
|
-
text-align: start;
|
|
13794
|
-
}
|
|
13795
|
-
|
|
13796
|
-
.pa-text--right {
|
|
13797
|
-
text-align: end;
|
|
13798
|
-
}
|
|
13799
|
-
|
|
13800
14258
|
.pa-text--caption {
|
|
13801
14259
|
font-size: 1.2rem;
|
|
13802
14260
|
color: var(--pa-text-color-2);
|
|
@@ -14322,14 +14780,6 @@ html.font-size-xlarge {
|
|
|
14322
14780
|
text-align: end;
|
|
14323
14781
|
}
|
|
14324
14782
|
|
|
14325
|
-
.text-left {
|
|
14326
|
-
text-align: start;
|
|
14327
|
-
}
|
|
14328
|
-
|
|
14329
|
-
.text-right {
|
|
14330
|
-
text-align: end;
|
|
14331
|
-
}
|
|
14332
|
-
|
|
14333
14783
|
/* Pure Admin Visual Framework - SCSS Variables Only */
|
|
14334
14784
|
/* NOTE: 10px rem base - all rem values are now in 10px units (1rem = 10px) */
|
|
14335
14785
|
.m-0 {
|
|
@@ -15662,18 +16112,10 @@ html.font-size-xlarge {
|
|
|
15662
16112
|
flex-shrink: 1 !important;
|
|
15663
16113
|
}
|
|
15664
16114
|
|
|
15665
|
-
.text-left {
|
|
15666
|
-
text-align: left !important;
|
|
15667
|
-
}
|
|
15668
|
-
|
|
15669
16115
|
.text-center {
|
|
15670
16116
|
text-align: center !important;
|
|
15671
16117
|
}
|
|
15672
16118
|
|
|
15673
|
-
.text-right {
|
|
15674
|
-
text-align: right !important;
|
|
15675
|
-
}
|
|
15676
|
-
|
|
15677
16119
|
.text-nowrap {
|
|
15678
16120
|
white-space: nowrap !important;
|
|
15679
16121
|
}
|
|
@@ -16273,6 +16715,26 @@ html.font-size-xlarge {
|
|
|
16273
16715
|
min-height: 50rem !important;
|
|
16274
16716
|
}
|
|
16275
16717
|
|
|
16718
|
+
.minhr-60 {
|
|
16719
|
+
min-height: 60rem !important;
|
|
16720
|
+
}
|
|
16721
|
+
|
|
16722
|
+
.minhr-70 {
|
|
16723
|
+
min-height: 70rem !important;
|
|
16724
|
+
}
|
|
16725
|
+
|
|
16726
|
+
.minhr-80 {
|
|
16727
|
+
min-height: 80rem !important;
|
|
16728
|
+
}
|
|
16729
|
+
|
|
16730
|
+
.minhr-90 {
|
|
16731
|
+
min-height: 90rem !important;
|
|
16732
|
+
}
|
|
16733
|
+
|
|
16734
|
+
.minhr-100 {
|
|
16735
|
+
min-height: 100rem !important;
|
|
16736
|
+
}
|
|
16737
|
+
|
|
16276
16738
|
.maxhr-1 {
|
|
16277
16739
|
max-height: 1rem !important;
|
|
16278
16740
|
}
|
|
@@ -16917,6 +17379,10 @@ html.font-size-xlarge {
|
|
|
16917
17379
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
|
|
16918
17380
|
}
|
|
16919
17381
|
|
|
17382
|
+
.pa-cq {
|
|
17383
|
+
container-type: inline-size;
|
|
17384
|
+
}
|
|
17385
|
+
|
|
16920
17386
|
.pa-btn--color-1 {
|
|
16921
17387
|
font-weight: 700;
|
|
16922
17388
|
color: #ffffff !important;
|