@keenmate/pure-admin-theme-corporate 1.4.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/corporate.css +41 -65
- package/package.json +1 -1
package/dist/corporate.css
CHANGED
|
@@ -205,7 +205,7 @@ body.pa-container-2xl .pa-navbar {
|
|
|
205
205
|
gap: 1.6rem;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
-
.pa-
|
|
208
|
+
.pa-header__start {
|
|
209
209
|
display: flex;
|
|
210
210
|
align-items: center;
|
|
211
211
|
gap: 1.6rem;
|
|
@@ -220,7 +220,7 @@ body.pa-container-2xl .pa-navbar {
|
|
|
220
220
|
justify-content: center;
|
|
221
221
|
}
|
|
222
222
|
|
|
223
|
-
.pa-
|
|
223
|
+
.pa-header__end {
|
|
224
224
|
display: flex;
|
|
225
225
|
align-items: center;
|
|
226
226
|
gap: 1.6rem;
|
|
@@ -322,7 +322,7 @@ body.pa-layout--sticky .pa-layout__inner {
|
|
|
322
322
|
gap: 1.6rem;
|
|
323
323
|
}
|
|
324
324
|
|
|
325
|
-
.pa-
|
|
325
|
+
.pa-footer__start {
|
|
326
326
|
display: flex;
|
|
327
327
|
align-items: center;
|
|
328
328
|
gap: 1.6rem;
|
|
@@ -337,14 +337,14 @@ body.pa-layout--sticky .pa-layout__inner {
|
|
|
337
337
|
justify-content: center;
|
|
338
338
|
}
|
|
339
339
|
|
|
340
|
-
.pa-
|
|
340
|
+
.pa-footer__end {
|
|
341
341
|
display: flex;
|
|
342
342
|
align-items: center;
|
|
343
343
|
gap: 1.6rem;
|
|
344
344
|
flex-shrink: 0;
|
|
345
345
|
}
|
|
346
346
|
|
|
347
|
-
.pa-
|
|
347
|
+
.pa-footer__end--vertical {
|
|
348
348
|
flex-direction: column;
|
|
349
349
|
align-items: flex-end;
|
|
350
350
|
gap: 0.4rem;
|
|
@@ -356,22 +356,22 @@ body.pa-layout--sticky .pa-layout__inner {
|
|
|
356
356
|
min-height: auto;
|
|
357
357
|
padding: 0.8rem 1.6rem;
|
|
358
358
|
}
|
|
359
|
-
.pa-
|
|
359
|
+
.pa-footer__start,
|
|
360
360
|
.pa-footer__center,
|
|
361
|
-
.pa-
|
|
361
|
+
.pa-footer__end {
|
|
362
362
|
flex-shrink: 1;
|
|
363
363
|
min-width: 0;
|
|
364
364
|
}
|
|
365
|
-
.pa-
|
|
365
|
+
.pa-footer__start {
|
|
366
366
|
flex: 1 1 auto;
|
|
367
367
|
}
|
|
368
368
|
.pa-footer__center {
|
|
369
369
|
display: none;
|
|
370
370
|
}
|
|
371
|
-
.pa-
|
|
371
|
+
.pa-footer__end {
|
|
372
372
|
flex: 0 1 auto;
|
|
373
373
|
}
|
|
374
|
-
.pa-
|
|
374
|
+
.pa-footer__end--vertical {
|
|
375
375
|
align-items: flex-end;
|
|
376
376
|
}
|
|
377
377
|
}
|
|
@@ -3525,21 +3525,21 @@ a.pa-card p {
|
|
|
3525
3525
|
background: linear-gradient(to right, var(--pa-main-bg), color-mix(in srgb, var(--pa-main-bg) 80%, transparent));
|
|
3526
3526
|
}
|
|
3527
3527
|
|
|
3528
|
-
.pa-tabs--scrollable .pa-tabs__scroll-btn--
|
|
3528
|
+
.pa-tabs--scrollable .pa-tabs__scroll-btn--start {
|
|
3529
3529
|
inset-inline-start: 0;
|
|
3530
3530
|
background: linear-gradient(to right, color-mix(in srgb, var(--pa-main-bg) 95%, transparent), transparent);
|
|
3531
3531
|
}
|
|
3532
3532
|
|
|
3533
|
-
[dir=rtl] .pa-tabs--scrollable .pa-tabs__scroll-btn--
|
|
3533
|
+
[dir=rtl] .pa-tabs--scrollable .pa-tabs__scroll-btn--start {
|
|
3534
3534
|
background: linear-gradient(to left, color-mix(in srgb, var(--pa-main-bg) 95%, transparent), transparent);
|
|
3535
3535
|
}
|
|
3536
3536
|
|
|
3537
|
-
.pa-tabs--scrollable .pa-tabs__scroll-btn--
|
|
3537
|
+
.pa-tabs--scrollable .pa-tabs__scroll-btn--end {
|
|
3538
3538
|
inset-inline-end: 0;
|
|
3539
3539
|
background: linear-gradient(to left, color-mix(in srgb, var(--pa-main-bg) 95%, transparent), transparent);
|
|
3540
3540
|
}
|
|
3541
3541
|
|
|
3542
|
-
[dir=rtl] .pa-tabs--scrollable .pa-tabs__scroll-btn--
|
|
3542
|
+
[dir=rtl] .pa-tabs--scrollable .pa-tabs__scroll-btn--end {
|
|
3543
3543
|
background: linear-gradient(to right, color-mix(in srgb, var(--pa-main-bg) 95%, transparent), transparent);
|
|
3544
3544
|
}
|
|
3545
3545
|
|
|
@@ -5242,19 +5242,19 @@ a.pa-card p {
|
|
|
5242
5242
|
margin: 0;
|
|
5243
5243
|
}
|
|
5244
5244
|
|
|
5245
|
-
.pa-btn--align-
|
|
5245
|
+
.pa-btn--align-start {
|
|
5246
5246
|
justify-content: flex-start;
|
|
5247
5247
|
}
|
|
5248
5248
|
|
|
5249
|
-
.pa-btn--align-
|
|
5249
|
+
.pa-btn--align-start .pa-btn__icon {
|
|
5250
5250
|
padding-inline-start: 0;
|
|
5251
5251
|
}
|
|
5252
5252
|
|
|
5253
|
-
.pa-btn--align-
|
|
5253
|
+
.pa-btn--align-end {
|
|
5254
5254
|
justify-content: flex-end;
|
|
5255
5255
|
}
|
|
5256
5256
|
|
|
5257
|
-
.pa-btn--align-
|
|
5257
|
+
.pa-btn--align-end .pa-btn__icon {
|
|
5258
5258
|
padding-inline-end: 0;
|
|
5259
5259
|
}
|
|
5260
5260
|
|
|
@@ -6277,7 +6277,7 @@ a.pa-card p {
|
|
|
6277
6277
|
text-align: end;
|
|
6278
6278
|
}
|
|
6279
6279
|
|
|
6280
|
-
.pa-popover--
|
|
6280
|
+
.pa-popover--end .pa-popover__body {
|
|
6281
6281
|
text-align: end;
|
|
6282
6282
|
}
|
|
6283
6283
|
|
|
@@ -9357,7 +9357,7 @@ web-multiselect {
|
|
|
9357
9357
|
justify-content: center;
|
|
9358
9358
|
}
|
|
9359
9359
|
|
|
9360
|
-
.pa-pager--
|
|
9360
|
+
.pa-pager--start {
|
|
9361
9361
|
justify-content: flex-start;
|
|
9362
9362
|
}
|
|
9363
9363
|
|
|
@@ -9365,7 +9365,7 @@ web-multiselect {
|
|
|
9365
9365
|
justify-content: center;
|
|
9366
9366
|
}
|
|
9367
9367
|
|
|
9368
|
-
.pa-pager--
|
|
9368
|
+
.pa-pager--end {
|
|
9369
9369
|
justify-content: flex-end;
|
|
9370
9370
|
}
|
|
9371
9371
|
|
|
@@ -9414,7 +9414,7 @@ web-multiselect {
|
|
|
9414
9414
|
justify-content: center;
|
|
9415
9415
|
}
|
|
9416
9416
|
|
|
9417
|
-
.pa-load-more--
|
|
9417
|
+
.pa-load-more--start {
|
|
9418
9418
|
justify-content: flex-start;
|
|
9419
9419
|
}
|
|
9420
9420
|
|
|
@@ -9422,7 +9422,7 @@ web-multiselect {
|
|
|
9422
9422
|
justify-content: center;
|
|
9423
9423
|
}
|
|
9424
9424
|
|
|
9425
|
-
.pa-load-more--
|
|
9425
|
+
.pa-load-more--end {
|
|
9426
9426
|
justify-content: flex-end;
|
|
9427
9427
|
}
|
|
9428
9428
|
|
|
@@ -9982,7 +9982,7 @@ code {
|
|
|
9982
9982
|
justify-content: center;
|
|
9983
9983
|
}
|
|
9984
9984
|
|
|
9985
|
-
.pa-pager--
|
|
9985
|
+
.pa-pager--start {
|
|
9986
9986
|
justify-content: flex-start;
|
|
9987
9987
|
}
|
|
9988
9988
|
|
|
@@ -9990,7 +9990,7 @@ code {
|
|
|
9990
9990
|
justify-content: center;
|
|
9991
9991
|
}
|
|
9992
9992
|
|
|
9993
|
-
.pa-pager--
|
|
9993
|
+
.pa-pager--end {
|
|
9994
9994
|
justify-content: flex-end;
|
|
9995
9995
|
}
|
|
9996
9996
|
|
|
@@ -10039,7 +10039,7 @@ code {
|
|
|
10039
10039
|
justify-content: center;
|
|
10040
10040
|
}
|
|
10041
10041
|
|
|
10042
|
-
.pa-load-more--
|
|
10042
|
+
.pa-load-more--start {
|
|
10043
10043
|
justify-content: flex-start;
|
|
10044
10044
|
}
|
|
10045
10045
|
|
|
@@ -10047,7 +10047,7 @@ code {
|
|
|
10047
10047
|
justify-content: center;
|
|
10048
10048
|
}
|
|
10049
10049
|
|
|
10050
|
-
.pa-load-more--
|
|
10050
|
+
.pa-load-more--end {
|
|
10051
10051
|
justify-content: flex-end;
|
|
10052
10052
|
}
|
|
10053
10053
|
|
|
@@ -11253,73 +11253,73 @@ code {
|
|
|
11253
11253
|
border-radius: 500px 0 0 500px;
|
|
11254
11254
|
}
|
|
11255
11255
|
|
|
11256
|
-
.pa-timeline--alternating.pa-timeline--
|
|
11256
|
+
.pa-timeline--alternating.pa-timeline--start::after {
|
|
11257
11257
|
left: 90px;
|
|
11258
11258
|
}
|
|
11259
11259
|
|
|
11260
|
-
.pa-timeline--alternating.pa-timeline--
|
|
11260
|
+
.pa-timeline--alternating.pa-timeline--start .pa-timeline__item {
|
|
11261
11261
|
width: 100%;
|
|
11262
11262
|
padding-left: 120px;
|
|
11263
11263
|
padding-right: 0;
|
|
11264
11264
|
left: 0 !important;
|
|
11265
11265
|
}
|
|
11266
11266
|
|
|
11267
|
-
.pa-timeline--alternating.pa-timeline--
|
|
11267
|
+
.pa-timeline--alternating.pa-timeline--start .pa-timeline__item::after {
|
|
11268
11268
|
left: 82px;
|
|
11269
11269
|
}
|
|
11270
11270
|
|
|
11271
|
-
.pa-timeline--alternating.pa-timeline--
|
|
11271
|
+
.pa-timeline--alternating.pa-timeline--start .pa-timeline__item::before {
|
|
11272
11272
|
left: 100px;
|
|
11273
11273
|
}
|
|
11274
11274
|
|
|
11275
|
-
.pa-timeline--alternating.pa-timeline--
|
|
11275
|
+
.pa-timeline--alternating.pa-timeline--start .pa-timeline__item .pa-timeline__date {
|
|
11276
11276
|
right: auto;
|
|
11277
11277
|
left: 15px;
|
|
11278
11278
|
}
|
|
11279
11279
|
|
|
11280
|
-
.pa-timeline--alternating.pa-timeline--
|
|
11280
|
+
.pa-timeline--alternating.pa-timeline--start .pa-timeline__item .pa-timeline__icon {
|
|
11281
11281
|
right: auto;
|
|
11282
11282
|
left: 146px;
|
|
11283
11283
|
}
|
|
11284
11284
|
|
|
11285
|
-
.pa-timeline--alternating.pa-timeline--
|
|
11285
|
+
.pa-timeline--alternating.pa-timeline--start .pa-timeline__item .pa-timeline__content {
|
|
11286
11286
|
padding: 3.2rem 3.2rem 3.2rem calc(6.4rem + 40px);
|
|
11287
11287
|
border-radius: 500px 0 0 500px;
|
|
11288
11288
|
}
|
|
11289
11289
|
|
|
11290
|
-
.pa-timeline--alternating.pa-timeline--
|
|
11290
|
+
.pa-timeline--alternating.pa-timeline--end::after {
|
|
11291
11291
|
right: 90px;
|
|
11292
11292
|
left: auto;
|
|
11293
11293
|
}
|
|
11294
11294
|
|
|
11295
|
-
.pa-timeline--alternating.pa-timeline--
|
|
11295
|
+
.pa-timeline--alternating.pa-timeline--end .pa-timeline__item {
|
|
11296
11296
|
width: 100%;
|
|
11297
11297
|
padding-left: 0;
|
|
11298
11298
|
padding-right: 120px;
|
|
11299
11299
|
left: 0 !important;
|
|
11300
11300
|
}
|
|
11301
11301
|
|
|
11302
|
-
.pa-timeline--alternating.pa-timeline--
|
|
11302
|
+
.pa-timeline--alternating.pa-timeline--end .pa-timeline__item::after {
|
|
11303
11303
|
right: 82px;
|
|
11304
11304
|
left: auto;
|
|
11305
11305
|
}
|
|
11306
11306
|
|
|
11307
|
-
.pa-timeline--alternating.pa-timeline--
|
|
11307
|
+
.pa-timeline--alternating.pa-timeline--end .pa-timeline__item::before {
|
|
11308
11308
|
right: 100px;
|
|
11309
11309
|
left: auto;
|
|
11310
11310
|
}
|
|
11311
11311
|
|
|
11312
|
-
.pa-timeline--alternating.pa-timeline--
|
|
11312
|
+
.pa-timeline--alternating.pa-timeline--end .pa-timeline__item .pa-timeline__date {
|
|
11313
11313
|
left: auto;
|
|
11314
11314
|
right: 15px;
|
|
11315
11315
|
}
|
|
11316
11316
|
|
|
11317
|
-
.pa-timeline--alternating.pa-timeline--
|
|
11317
|
+
.pa-timeline--alternating.pa-timeline--end .pa-timeline__item .pa-timeline__icon {
|
|
11318
11318
|
left: auto;
|
|
11319
11319
|
right: 146px;
|
|
11320
11320
|
}
|
|
11321
11321
|
|
|
11322
|
-
.pa-timeline--alternating.pa-timeline--
|
|
11322
|
+
.pa-timeline--alternating.pa-timeline--end .pa-timeline__item .pa-timeline__content {
|
|
11323
11323
|
padding: 3.2rem calc(6.4rem + 40px) 3.2rem 3.2rem;
|
|
11324
11324
|
border-radius: 0 500px 500px 0;
|
|
11325
11325
|
}
|
|
@@ -13725,14 +13725,6 @@ html.font-size-xlarge {
|
|
|
13725
13725
|
text-align: end;
|
|
13726
13726
|
}
|
|
13727
13727
|
|
|
13728
|
-
.pa-text--left {
|
|
13729
|
-
text-align: start;
|
|
13730
|
-
}
|
|
13731
|
-
|
|
13732
|
-
.pa-text--right {
|
|
13733
|
-
text-align: end;
|
|
13734
|
-
}
|
|
13735
|
-
|
|
13736
13728
|
.pa-text--caption {
|
|
13737
13729
|
font-size: 1.2rem;
|
|
13738
13730
|
color: var(--pa-text-color-2);
|
|
@@ -14258,14 +14250,6 @@ html.font-size-xlarge {
|
|
|
14258
14250
|
text-align: end;
|
|
14259
14251
|
}
|
|
14260
14252
|
|
|
14261
|
-
.text-left {
|
|
14262
|
-
text-align: start;
|
|
14263
|
-
}
|
|
14264
|
-
|
|
14265
|
-
.text-right {
|
|
14266
|
-
text-align: end;
|
|
14267
|
-
}
|
|
14268
|
-
|
|
14269
14253
|
/* Pure Admin Visual Framework - SCSS Variables Only */
|
|
14270
14254
|
/* NOTE: 10px rem base - all rem values are now in 10px units (1rem = 10px) */
|
|
14271
14255
|
.m-0 {
|
|
@@ -15598,18 +15582,10 @@ html.font-size-xlarge {
|
|
|
15598
15582
|
flex-shrink: 1 !important;
|
|
15599
15583
|
}
|
|
15600
15584
|
|
|
15601
|
-
.text-left {
|
|
15602
|
-
text-align: left !important;
|
|
15603
|
-
}
|
|
15604
|
-
|
|
15605
15585
|
.text-center {
|
|
15606
15586
|
text-align: center !important;
|
|
15607
15587
|
}
|
|
15608
15588
|
|
|
15609
|
-
.text-right {
|
|
15610
|
-
text-align: right !important;
|
|
15611
|
-
}
|
|
15612
|
-
|
|
15613
15589
|
.text-nowrap {
|
|
15614
15590
|
white-space: nowrap !important;
|
|
15615
15591
|
}
|