@turquoisehealth/pit-viper 2.0.0-alpha.9 → 2.1.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/_site/assets/css/pit-viper-v2.css +554 -294
- package/_site/assets/css/pit-viper.css +450 -190
- package/_src/assets/sprite-v2.svg +1 -1
- package/_src/assets/sprite.svg +1 -1
- package/package.json +8 -7
- package/pv-components/dist/vue/base/pv-components-base.d.ts +67 -43
- package/pv-components/dist/vue/base/pv-components-base.js +36 -22
- package/pv-components/dist/vue/base/pv-components-base.mjs +15916 -15451
- package/pv-components/dist/vue/charts/pv-components-charts.d.ts +127 -13
- package/pv-components/dist/vue/charts/pv-components-charts.js +54 -41
- package/pv-components/dist/vue/charts/pv-components-charts.mjs +23440 -21655
- package/pv-components/dist/vue/tables/pv-components-tables.d.ts +87 -4
- package/pv-components/dist/vue/tables/pv-components-tables.js +54 -40
- package/pv-components/dist/vue/tables/pv-components-tables.mjs +22903 -21172
- package/pv-components/dist/web/pv-components.iife.js +58 -45
|
@@ -175,58 +175,58 @@
|
|
|
175
175
|
}
|
|
176
176
|
|
|
177
177
|
.pv-heading-1 {
|
|
178
|
-
font-size: var(--font-size-heading-1,
|
|
179
|
-
line-height: var(--line-height-heading-1, 1.
|
|
178
|
+
font-size: var(--font-size-heading-1, 1.25rem);
|
|
179
|
+
line-height: var(--line-height-heading-1, 1.2);
|
|
180
180
|
}
|
|
181
181
|
|
|
182
182
|
.pv-heading-2 {
|
|
183
|
-
font-size: var(--font-size-heading-2,
|
|
184
|
-
line-height: var(--line-height-heading-2, 1.
|
|
183
|
+
font-size: var(--font-size-heading-2, 1rem);
|
|
184
|
+
line-height: var(--line-height-heading-2, 1.5);
|
|
185
185
|
}
|
|
186
186
|
|
|
187
187
|
.pv-heading-3 {
|
|
188
|
-
font-size: var(--font-size-heading-3,
|
|
188
|
+
font-size: var(--font-size-heading-3, 0.875rem);
|
|
189
189
|
line-height: var(--line-height-heading-3, 1.1428571);
|
|
190
190
|
}
|
|
191
191
|
|
|
192
192
|
.pv-heading-4 {
|
|
193
|
-
font-size: var(--font-size-heading-4,
|
|
194
|
-
line-height: var(--line-height-heading-4, 1.
|
|
193
|
+
font-size: var(--font-size-heading-4, 0.75rem);
|
|
194
|
+
line-height: var(--line-height-heading-4, 1.3333333);
|
|
195
195
|
}
|
|
196
196
|
|
|
197
197
|
.pv-heading-5 {
|
|
198
|
-
font-size: var(--font-size-heading-5,
|
|
199
|
-
line-height: var(--line-height-heading-5, 1.
|
|
198
|
+
font-size: var(--font-size-heading-5, 0.75rem);
|
|
199
|
+
line-height: var(--line-height-heading-5, 1.3333333);
|
|
200
200
|
}
|
|
201
201
|
|
|
202
202
|
.pv-text-body-xl {
|
|
203
|
-
font-size: var(--font-size-xl,
|
|
204
|
-
line-height: var(--line-height-xl, 1.
|
|
203
|
+
font-size: var(--font-size-xl, 0.875rem);
|
|
204
|
+
line-height: var(--line-height-xl, 1.1428571);
|
|
205
205
|
}
|
|
206
206
|
|
|
207
207
|
.pv-text-body-lg {
|
|
208
|
-
font-size: var(--font-size-l,
|
|
209
|
-
line-height: var(--line-height-l, 1.
|
|
208
|
+
font-size: var(--font-size-l, 0.875rem);
|
|
209
|
+
line-height: var(--line-height-l, 1.1428571);
|
|
210
210
|
}
|
|
211
211
|
|
|
212
212
|
.pv-text-body-md {
|
|
213
|
-
font-size: var(--font-size-m,
|
|
214
|
-
line-height: var(--line-height-m, 1.
|
|
213
|
+
font-size: var(--font-size-m, 0.75rem);
|
|
214
|
+
line-height: var(--line-height-m, 1.33333333);
|
|
215
215
|
}
|
|
216
216
|
|
|
217
217
|
.pv-text-body-sm {
|
|
218
|
-
font-size: var(--font-size-s,
|
|
219
|
-
line-height: var(--line-height-s, 1.
|
|
218
|
+
font-size: var(--font-size-s, 0.6875rem);
|
|
219
|
+
line-height: var(--line-height-s, 1.45454545);
|
|
220
220
|
}
|
|
221
221
|
|
|
222
222
|
.pv-text-body-xs {
|
|
223
|
-
font-size: var(--font-size-xs, 0.
|
|
224
|
-
line-height: var(--line-height-xs, 1.
|
|
223
|
+
font-size: var(--font-size-xs, 0.6875rem);
|
|
224
|
+
line-height: var(--line-height-xs, 1.45454545);
|
|
225
225
|
}
|
|
226
226
|
|
|
227
227
|
.pv-text-body-xxs {
|
|
228
|
-
font-size: var(--font-size-xxs, 0.
|
|
229
|
-
line-height: var(--line-height-xxs,
|
|
228
|
+
font-size: var(--font-size-xxs, 0.6875rem);
|
|
229
|
+
line-height: var(--line-height-xxs, 1.45454545);
|
|
230
230
|
letter-spacing: 0.12px;
|
|
231
231
|
}
|
|
232
232
|
|
|
@@ -235,44 +235,44 @@
|
|
|
235
235
|
}
|
|
236
236
|
|
|
237
237
|
.pv-text-title-xl {
|
|
238
|
-
font-size: var(--font-size-title-xl,
|
|
239
|
-
line-height: var(--line-height-title-xl, 1.
|
|
238
|
+
font-size: var(--font-size-title-xl, 0.875rem);
|
|
239
|
+
line-height: var(--line-height-title-xl, 1.1428571);
|
|
240
240
|
}
|
|
241
241
|
|
|
242
242
|
.pv-text-title-lg {
|
|
243
|
-
font-size: var(--font-size-title-l,
|
|
244
|
-
line-height: var(--line-height-title-l, 1.
|
|
243
|
+
font-size: var(--font-size-title-l, 0.875rem);
|
|
244
|
+
line-height: var(--line-height-title-l, 1.1428571);
|
|
245
245
|
}
|
|
246
246
|
|
|
247
247
|
.pv-text-title-md {
|
|
248
|
-
font-size: var(--font-size-title-m,
|
|
248
|
+
font-size: var(--font-size-title-m, 0.75rem);
|
|
249
249
|
line-height: var(--line-height-title-m, 1.33333333);
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
.pv-text-title-sm {
|
|
253
|
-
font-size: var(--font-size-title-s,
|
|
254
|
-
line-height: var(--line-height-title-s, 1.
|
|
253
|
+
font-size: var(--font-size-title-s, 0.6875rem);
|
|
254
|
+
line-height: var(--line-height-title-s, 1.45454545);
|
|
255
255
|
}
|
|
256
256
|
|
|
257
257
|
.pv-text-title-xs {
|
|
258
|
-
font-size: var(--font-size-title-xs, 0.
|
|
259
|
-
line-height: var(--line-height-title-xs, 1.
|
|
258
|
+
font-size: var(--font-size-title-xs, 0.6875rem);
|
|
259
|
+
line-height: var(--line-height-title-xs, 1.45454545);
|
|
260
260
|
}
|
|
261
261
|
|
|
262
262
|
.pv-text-eyebrow-lg {
|
|
263
263
|
font-weight: var(--font-weight-bold, 700);
|
|
264
264
|
letter-spacing: 0.0375rem;
|
|
265
265
|
text-transform: uppercase;
|
|
266
|
-
font-size: var(--font-size-xs, 0.
|
|
267
|
-
line-height: var(--line-height-xs, 1.
|
|
266
|
+
font-size: var(--font-size-xs, 0.6875rem);
|
|
267
|
+
line-height: var(--line-height-xs, 1.45454545);
|
|
268
268
|
}
|
|
269
269
|
|
|
270
270
|
.pv-text-eyebrow-sm {
|
|
271
271
|
font-weight: var(--font-weight-bold, 700);
|
|
272
272
|
letter-spacing: 0.0375rem;
|
|
273
273
|
text-transform: uppercase;
|
|
274
|
-
font-size: var(--font-size-xxs, 0.
|
|
275
|
-
line-height: var(--line-height-xxs,
|
|
274
|
+
font-size: var(--font-size-xxs, 0.6875rem);
|
|
275
|
+
line-height: var(--line-height-xxs, 1.45454545);
|
|
276
276
|
}
|
|
277
277
|
|
|
278
278
|
.pv-text-center {
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
}
|
|
386
386
|
.pv-kbd {
|
|
387
387
|
display: inline-block;
|
|
388
|
-
font-size: 0.
|
|
388
|
+
font-size: 0.6875rem;
|
|
389
389
|
color: #4B595C;
|
|
390
390
|
border: 1px solid #DCDFE4;
|
|
391
391
|
border-radius: 4px;
|
|
@@ -426,7 +426,7 @@
|
|
|
426
426
|
:where([class*=pv-button]),
|
|
427
427
|
:where([class*=pv-segmented-control] button) {
|
|
428
428
|
background-color: transparent;
|
|
429
|
-
border:
|
|
429
|
+
border: 1px solid transparent;
|
|
430
430
|
cursor: pointer;
|
|
431
431
|
display: flex;
|
|
432
432
|
align-items: center;
|
|
@@ -434,15 +434,16 @@
|
|
|
434
434
|
gap: 0.5rem;
|
|
435
435
|
white-space: nowrap;
|
|
436
436
|
font-weight: var(--button-font-weight, 500);
|
|
437
|
-
line-height: var(--button-line-height,
|
|
437
|
+
line-height: var(--button-line-height, 1.45454545);
|
|
438
438
|
border-radius: var(--button-radius, 4px);
|
|
439
|
-
font-size: var(--button-font-size, 0.
|
|
439
|
+
font-size: var(--button-font-size, 0.6875rem);
|
|
440
440
|
transition-duration: 0.125s;
|
|
441
441
|
transition-property: background-color, color;
|
|
442
442
|
}
|
|
443
443
|
:where([class*=pv-button]):disabled,
|
|
444
444
|
:where([class*=pv-segmented-control] button):disabled {
|
|
445
|
-
color: #4B595C;
|
|
445
|
+
color: var(--button-disabled-color, #4B595C);
|
|
446
|
+
background-color: var(--button-disabled-background-color, #ECECEC);
|
|
446
447
|
cursor: unset;
|
|
447
448
|
}
|
|
448
449
|
:where([class*=pv-button]):hover,
|
|
@@ -456,7 +457,7 @@
|
|
|
456
457
|
.pv-button-ghost,
|
|
457
458
|
.pv-button-destructive,
|
|
458
459
|
.pv-button-ghost-destructive {
|
|
459
|
-
padding: var(--button-padding, 0.5rem 0.75rem);
|
|
460
|
+
padding: var(--button-padding, calc(0.5rem - 1px) 0.75rem);
|
|
460
461
|
}
|
|
461
462
|
.pv-button-primary:not(:disabled):hover, .pv-button-primary:not(:disabled):focus-visible,
|
|
462
463
|
.pv-button-secondary:not(:disabled):hover,
|
|
@@ -477,40 +478,20 @@
|
|
|
477
478
|
.pv-button-ghost:disabled,
|
|
478
479
|
.pv-button-destructive:disabled,
|
|
479
480
|
.pv-button-ghost-destructive:disabled {
|
|
480
|
-
color: #4B595C;
|
|
481
|
-
background-color: #
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
.pv-button-primary-outline:disabled,
|
|
485
|
-
.pv-button-secondary-outline:disabled,
|
|
486
|
-
.pv-button-link:disabled,
|
|
487
|
-
.pv-button-link-destructive:disabled {
|
|
488
|
-
color: #4B595C;
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
.pv-button-primary,
|
|
492
|
-
.pv-button-secondary,
|
|
493
|
-
.pv-button-destructive {
|
|
494
|
-
color: #FFFFFF;
|
|
495
|
-
}
|
|
496
|
-
.pv-button-primary:not(:disabled):hover, .pv-button-primary:not(:disabled):focus-visible,
|
|
497
|
-
.pv-button-secondary:not(:disabled):hover,
|
|
498
|
-
.pv-button-secondary:not(:disabled):focus-visible,
|
|
499
|
-
.pv-button-destructive:not(:disabled):hover,
|
|
500
|
-
.pv-button-destructive:not(:disabled):focus-visible {
|
|
501
|
-
color: #FFFFFF;
|
|
481
|
+
color: var(--button-disabled-color, #4B595C);
|
|
482
|
+
background-color: var(--button-disabled-background-color, #ECECEC);
|
|
502
483
|
}
|
|
503
484
|
|
|
504
485
|
.pv-button-primary {
|
|
505
|
-
color: var(--
|
|
506
|
-
background-color: var(--
|
|
486
|
+
color: var(--button-primary-color, #FFFFFF);
|
|
487
|
+
background-color: var(--button-primary-background-color, #16696D);
|
|
507
488
|
}
|
|
508
489
|
.pv-button-primary:not(:disabled):hover, .pv-button-primary:not(:disabled):focus-visible {
|
|
509
|
-
color: var(--
|
|
510
|
-
background-color: var(--
|
|
490
|
+
color: var(--button-primary-hover-color, #FFFFFF);
|
|
491
|
+
background-color: var(--button-primary-hover-background-color, #0D5256);
|
|
511
492
|
}
|
|
512
493
|
.pv-button-primary:not(:disabled):active {
|
|
513
|
-
background-color: var(--
|
|
494
|
+
background-color: var(--button-primary-pressed-background-color, #02363D);
|
|
514
495
|
}
|
|
515
496
|
|
|
516
497
|
.pv-button-primary.pv-button-inverse {
|
|
@@ -523,15 +504,16 @@
|
|
|
523
504
|
}
|
|
524
505
|
|
|
525
506
|
.pv-button-secondary {
|
|
526
|
-
color: var(--
|
|
527
|
-
background-color: var(--
|
|
507
|
+
color: var(--button-secondary-color, #121313);
|
|
508
|
+
background-color: var(--button-secondary-background-color, transparent);
|
|
509
|
+
border-color: var(--button-secondary-border-color, #E3E7EA);
|
|
528
510
|
}
|
|
529
511
|
.pv-button-secondary:not(:disabled):hover, .pv-button-secondary:not(:disabled):focus-visible {
|
|
530
|
-
color: var(--
|
|
531
|
-
background-color: var(--
|
|
512
|
+
color: var(--button-secondary-hover-color, #121313);
|
|
513
|
+
background-color: var(--button-secondary-hover-background-color, #E8F2F4);
|
|
532
514
|
}
|
|
533
515
|
.pv-button-secondary:not(:disabled):active {
|
|
534
|
-
background-color: var(--
|
|
516
|
+
background-color: var(--button-secondary-pressed-background-color, #C7D8DB);
|
|
535
517
|
}
|
|
536
518
|
.pv-button-secondary.pv-button-inverse {
|
|
537
519
|
color: var(--color-text-body, #121313);
|
|
@@ -546,34 +528,38 @@
|
|
|
546
528
|
}
|
|
547
529
|
|
|
548
530
|
.pv-button-tertiary {
|
|
549
|
-
background-color:
|
|
531
|
+
background-color: transparent;
|
|
532
|
+
border-color: transparent;
|
|
550
533
|
}
|
|
551
534
|
.pv-button-tertiary:not(:disabled) {
|
|
552
535
|
color: #121313;
|
|
553
536
|
}
|
|
554
537
|
.pv-button-tertiary:not(:disabled):hover, .pv-button-tertiary:not(:disabled):focus-visible {
|
|
555
|
-
background-color: #
|
|
538
|
+
background-color: #E8F2F4;
|
|
556
539
|
}
|
|
557
540
|
.pv-button-tertiary:not(:disabled):active {
|
|
558
|
-
background-color: #
|
|
541
|
+
background-color: #C7D8DB;
|
|
559
542
|
}
|
|
560
543
|
|
|
561
544
|
.pv-button-destructive {
|
|
562
|
-
|
|
545
|
+
color: var(--button-destructive-color, #801A00);
|
|
546
|
+
background-color: var(--button-destructive-background-color, #FFEFEB);
|
|
563
547
|
}
|
|
564
548
|
.pv-button-destructive:not(:disabled):hover, .pv-button-destructive:not(:disabled):focus-visible {
|
|
565
|
-
background-color: #
|
|
549
|
+
background-color: var(--button-destructive-hover-background-color, #FEE0D8);
|
|
566
550
|
}
|
|
567
551
|
.pv-button-destructive:not(:disabled):active {
|
|
568
|
-
background-color: #
|
|
552
|
+
background-color: var(--button-destructive-pressed-background-color, #FFAD99);
|
|
569
553
|
}
|
|
570
554
|
|
|
571
555
|
.pv-button-ghost {
|
|
572
|
-
color:
|
|
556
|
+
color: var(--button-ghost-color, #121313);
|
|
573
557
|
}
|
|
574
558
|
.pv-button-ghost:not(:disabled):hover, .pv-button-ghost:not(:disabled):focus-visible {
|
|
575
|
-
color: #
|
|
576
|
-
|
|
559
|
+
background-color: var(--button-ghost-hover-background-color, #E8F2F4);
|
|
560
|
+
}
|
|
561
|
+
.pv-button-ghost:not(:disabled):active {
|
|
562
|
+
background-color: var(--button-ghost-pressed-background-color, #C7D8DB);
|
|
577
563
|
}
|
|
578
564
|
|
|
579
565
|
.pv-button-ghost.pv-button-inverse {
|
|
@@ -585,41 +571,45 @@
|
|
|
585
571
|
}
|
|
586
572
|
|
|
587
573
|
.pv-button-ghost-destructive {
|
|
588
|
-
color: #
|
|
574
|
+
color: #801A00;
|
|
589
575
|
}
|
|
590
576
|
.pv-button-ghost-destructive:not(:disabled):hover, .pv-button-ghost-destructive:not(:disabled):focus-visible {
|
|
591
|
-
color: #
|
|
592
|
-
background-color: #
|
|
577
|
+
color: #801A00;
|
|
578
|
+
background-color: #FEE0D8;
|
|
579
|
+
}
|
|
580
|
+
.pv-button-ghost-destructive:not(:disabled):active {
|
|
581
|
+
background-color: #FFAD99;
|
|
593
582
|
}
|
|
594
583
|
|
|
595
584
|
.pv-button-primary-outline {
|
|
596
|
-
border:
|
|
597
|
-
color: var(--
|
|
598
|
-
padding: calc(0.
|
|
585
|
+
border: 1px solid var(--button-primary-outline-border-color, #E3E7EA);
|
|
586
|
+
color: var(--button-primary-outline-color, #121313);
|
|
587
|
+
padding: calc(0.5rem - 1px) 0.75rem;
|
|
599
588
|
}
|
|
600
589
|
.pv-button-primary-outline:not(:disabled):hover, .pv-button-primary-outline:not(:disabled):focus-visible {
|
|
601
|
-
background-color: var(--
|
|
602
|
-
color: var(--
|
|
590
|
+
background-color: var(--button-primary-outline-hover-background-color, #E8F2F4);
|
|
591
|
+
color: var(--button-primary-outline-hover-color, #121313);
|
|
603
592
|
}
|
|
604
593
|
.pv-button-primary-outline:disabled {
|
|
605
|
-
border-color: #
|
|
594
|
+
border-color: #E3E7EA;
|
|
595
|
+
color: #4B595C;
|
|
606
596
|
}
|
|
607
597
|
|
|
608
598
|
.pv-button-secondary-outline {
|
|
609
|
-
border:
|
|
610
|
-
color: var(--
|
|
611
|
-
padding: calc(0.
|
|
599
|
+
border: 1px solid var(--button-secondary-outline-border-color, #E3E7EA);
|
|
600
|
+
color: var(--button-secondary-outline-color, #121313);
|
|
601
|
+
padding: calc(0.5rem - 1px) 0.75rem;
|
|
612
602
|
}
|
|
613
603
|
.pv-button-secondary-outline:not(:disabled):hover, .pv-button-secondary-outline:not(:disabled):focus-visible {
|
|
614
|
-
background-color: var(--
|
|
615
|
-
color: var(--
|
|
604
|
+
background-color: var(--button-secondary-outline-hover-background-color, #E8F2F4);
|
|
605
|
+
color: var(--button-secondary-outline-hover-color, #121313);
|
|
616
606
|
}
|
|
617
607
|
.pv-button-secondary-outline:active {
|
|
618
|
-
color: var(--
|
|
619
|
-
background-color: var(--color-background-secondary-hover, #0D5256);
|
|
608
|
+
background-color: var(--button-secondary-outline-pressed-background-color, #C7D8DB);
|
|
620
609
|
}
|
|
621
610
|
.pv-button-secondary-outline:disabled {
|
|
622
|
-
border-color: #
|
|
611
|
+
border-color: #E3E7EA;
|
|
612
|
+
color: #4B595C;
|
|
623
613
|
}
|
|
624
614
|
.pv-button-secondary-outline.pv-button-inverse {
|
|
625
615
|
color: var(--color-text-inverse, #FFFFFF);
|
|
@@ -633,23 +623,45 @@
|
|
|
633
623
|
background-color: var(--color-background-interactive, #A8E6E1);
|
|
634
624
|
}
|
|
635
625
|
|
|
626
|
+
.pv-button-xsmall {
|
|
627
|
+
padding: var(--button-xsmall-padding, calc(0.125rem - 1px) 0.25rem);
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
.pv-button-small {
|
|
631
|
+
padding: var(--button-small-padding, calc(0.25rem - 1px) 0.5rem);
|
|
632
|
+
}
|
|
633
|
+
.pv-button-small.pv-button-primary-outline {
|
|
634
|
+
padding: calc(0.25rem - 1px) 0.5rem;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
.pv-button-large {
|
|
638
|
+
font-size: 1.125rem;
|
|
639
|
+
line-height: 1.3333333;
|
|
640
|
+
}
|
|
641
|
+
|
|
636
642
|
.pv-button-icon {
|
|
637
|
-
padding: 0;
|
|
638
|
-
border-radius:
|
|
639
|
-
width: 1.5rem;
|
|
640
|
-
height: 1.5rem;
|
|
643
|
+
padding: 0.5rem;
|
|
644
|
+
border-radius: 4px;
|
|
641
645
|
display: grid;
|
|
642
646
|
place-items: center;
|
|
643
647
|
color: currentColor;
|
|
644
|
-
|
|
645
|
-
transition-property: opacity;
|
|
648
|
+
background-color: transparent;
|
|
646
649
|
}
|
|
647
650
|
.pv-button-icon:hover, .pv-button-icon:focus-visible {
|
|
648
|
-
|
|
651
|
+
background-color: #E8F2F4;
|
|
652
|
+
}
|
|
653
|
+
.pv-button-icon:active {
|
|
654
|
+
background-color: #C7D8DB;
|
|
655
|
+
}
|
|
656
|
+
.pv-button-icon.pv-button-small {
|
|
657
|
+
padding: 0.25rem;
|
|
658
|
+
}
|
|
659
|
+
.pv-button-icon.pv-button-xsmall {
|
|
660
|
+
padding: 0.125rem;
|
|
649
661
|
}
|
|
650
662
|
|
|
651
663
|
.pv-button-icon-outline {
|
|
652
|
-
background-color: #
|
|
664
|
+
background-color: #F7F8F8;
|
|
653
665
|
border: 1px solid #DCDFE4;
|
|
654
666
|
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
|
|
655
667
|
color: #121313;
|
|
@@ -664,20 +676,8 @@
|
|
|
664
676
|
transition-property: box-shadow;
|
|
665
677
|
}
|
|
666
678
|
|
|
667
|
-
.pv-button-small {
|
|
668
|
-
padding: 0.5rem 1rem;
|
|
669
|
-
}
|
|
670
|
-
.pv-button-small.pv-button-primary-outline {
|
|
671
|
-
padding: calc(0.5rem - 2px) calc(1rem - 2px);
|
|
672
|
-
}
|
|
673
|
-
|
|
674
|
-
.pv-button-large {
|
|
675
|
-
font-size: 1.125rem;
|
|
676
|
-
line-height: 1.3333333;
|
|
677
|
-
}
|
|
678
|
-
|
|
679
679
|
[class*=pv-button-link] {
|
|
680
|
-
color: #
|
|
680
|
+
color: var(--button-link-color, #16696D);
|
|
681
681
|
padding: 0;
|
|
682
682
|
border-radius: 0;
|
|
683
683
|
font-weight: var(--button-font-weight, 500);
|
|
@@ -686,26 +686,30 @@
|
|
|
686
686
|
border-bottom: 2px solid currentColor;
|
|
687
687
|
}
|
|
688
688
|
[class*=pv-button-link]:hover:not(:disabled), [class*=pv-button-link]:focus-visible:not(:disabled) {
|
|
689
|
-
color:
|
|
689
|
+
color: var(--button-link-hover-color, #0D5256);
|
|
690
690
|
}
|
|
691
691
|
[class*=pv-button-link]:hover, [class*=pv-button-link]:focus-visible {
|
|
692
692
|
text-decoration: none;
|
|
693
693
|
}
|
|
694
|
+
[class*=pv-button-link]:disabled {
|
|
695
|
+
color: #4B595C;
|
|
696
|
+
background-color: transparent;
|
|
697
|
+
}
|
|
694
698
|
[class*=pv-button-link].pv-button-inverse {
|
|
695
|
-
color: #FFFFFF;
|
|
699
|
+
color: var(--button-link-inverse-color, #FFFFFF);
|
|
696
700
|
}
|
|
697
701
|
[class*=pv-button-link].pv-button-inverse:hover:not(:disabled), [class*=pv-button-link].pv-button-inverse:focus-visible:not(:disabled) {
|
|
698
|
-
color: #A8E6E1;
|
|
702
|
+
color: var(--button-link-inverse-hover-color, #A8E6E1);
|
|
699
703
|
}
|
|
700
704
|
[class*=pv-button-link].pv-button-inverse:disabled {
|
|
701
|
-
color: #
|
|
705
|
+
color: var(--button-link-inverse-disabled-color, #6E7784);
|
|
702
706
|
}
|
|
703
707
|
|
|
704
708
|
.pv-button-link-destructive {
|
|
705
|
-
color: #
|
|
709
|
+
color: var(--button-link-destructive-color, #801A00);
|
|
706
710
|
}
|
|
707
711
|
.pv-button-link-destructive:not(:disabled):hover, .pv-button-link-destructive:not(:disabled):focus-visible {
|
|
708
|
-
color: #
|
|
712
|
+
color: var(--button-link-destructive-hover-color, #801A00);
|
|
709
713
|
}
|
|
710
714
|
|
|
711
715
|
[class*=pv-segmented-control] {
|
|
@@ -841,6 +845,63 @@
|
|
|
841
845
|
background-color: #DCDFE4;
|
|
842
846
|
}
|
|
843
847
|
|
|
848
|
+
.pv-alpha-button,
|
|
849
|
+
[data-collapsed] .pv-alpha-button {
|
|
850
|
+
width: min-content;
|
|
851
|
+
background-color: #FFFFFF;
|
|
852
|
+
border-radius: 4px;
|
|
853
|
+
border: 0;
|
|
854
|
+
padding: 0.5rem;
|
|
855
|
+
display: flex;
|
|
856
|
+
align-items: center;
|
|
857
|
+
justify-content: space-between;
|
|
858
|
+
cursor: pointer;
|
|
859
|
+
}
|
|
860
|
+
.pv-alpha-button span:first-child,
|
|
861
|
+
[data-collapsed] .pv-alpha-button span:first-child {
|
|
862
|
+
display: none;
|
|
863
|
+
font-size: 0.9375rem;
|
|
864
|
+
font-weight: 600;
|
|
865
|
+
}
|
|
866
|
+
.pv-alpha-button span:last-child,
|
|
867
|
+
[data-collapsed] .pv-alpha-button span:last-child {
|
|
868
|
+
display: inline-block;
|
|
869
|
+
background-color: #EAB333;
|
|
870
|
+
border-radius: 4px;
|
|
871
|
+
padding: 0.125rem;
|
|
872
|
+
font-size: 0.6875rem;
|
|
873
|
+
line-height: 1rem;
|
|
874
|
+
font-weight: 700;
|
|
875
|
+
text-transform: uppercase;
|
|
876
|
+
}
|
|
877
|
+
.pv-alpha-button:hover, .pv-alpha-button:focus-visible, .pv-alpha-button:active,
|
|
878
|
+
[data-collapsed] .pv-alpha-button:hover,
|
|
879
|
+
[data-collapsed] .pv-alpha-button:focus-visible,
|
|
880
|
+
[data-collapsed] .pv-alpha-button:active {
|
|
881
|
+
background-color: #176F6F;
|
|
882
|
+
}
|
|
883
|
+
.pv-alpha-button:hover span:first-child, .pv-alpha-button:focus-visible span:first-child, .pv-alpha-button:active span:first-child,
|
|
884
|
+
[data-collapsed] .pv-alpha-button:hover span:first-child,
|
|
885
|
+
[data-collapsed] .pv-alpha-button:focus-visible span:first-child,
|
|
886
|
+
[data-collapsed] .pv-alpha-button:active span:first-child {
|
|
887
|
+
color: #FFFFFF;
|
|
888
|
+
}
|
|
889
|
+
.pv-alpha-button:active,
|
|
890
|
+
[data-collapsed] .pv-alpha-button:active {
|
|
891
|
+
background-color: #0D5256;
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
@media (width >= 768px) {
|
|
895
|
+
.pv-alpha-button {
|
|
896
|
+
width: 100%;
|
|
897
|
+
}
|
|
898
|
+
.pv-alpha-button span:first-child {
|
|
899
|
+
display: inline-block;
|
|
900
|
+
}
|
|
901
|
+
.pv-alpha-button span:last-child {
|
|
902
|
+
padding: 0.125rem 0.5rem;
|
|
903
|
+
}
|
|
904
|
+
}
|
|
844
905
|
.pv-input-text,
|
|
845
906
|
.pv-input-search,
|
|
846
907
|
.pv-input-date,
|
|
@@ -848,9 +909,9 @@
|
|
|
848
909
|
.pv-select,
|
|
849
910
|
.pv-select-multiple {
|
|
850
911
|
color: #121313;
|
|
851
|
-
padding: var(--text-input-padding,
|
|
852
|
-
font-size: var(--text-input-font-size,
|
|
853
|
-
line-height: var(--text-input-line-height, 1.
|
|
912
|
+
padding: var(--text-input-padding, 0.5rem 0.75rem);
|
|
913
|
+
font-size: var(--text-input-font-size, 0.75rem);
|
|
914
|
+
line-height: var(--text-input-line-height, 1.33333333);
|
|
854
915
|
border: var(--text-input-border-width, 1px) solid var(--text-input-border-color, #E3E7EA);
|
|
855
916
|
border-radius: var(--text-input-radius, 4px);
|
|
856
917
|
appearance: none;
|
|
@@ -860,27 +921,55 @@
|
|
|
860
921
|
transition-duration: 0.125s;
|
|
861
922
|
transition-property: background-color, border-color, color;
|
|
862
923
|
}
|
|
863
|
-
.pv-input-text:not(:disabled, [data-invalid]):
|
|
864
|
-
.pv-input-search:not(:disabled, [data-invalid]):focus-visible,
|
|
924
|
+
.pv-input-text:not(:disabled, [data-invalid]):hover,
|
|
865
925
|
.pv-input-search:not(:disabled, [data-invalid]):hover,
|
|
866
|
-
.pv-input-date:not(:disabled, [data-invalid]):focus-visible,
|
|
867
926
|
.pv-input-date:not(:disabled, [data-invalid]):hover,
|
|
868
|
-
.pv-textarea:not(:disabled, [data-invalid]):focus-visible,
|
|
869
927
|
.pv-textarea:not(:disabled, [data-invalid]):hover,
|
|
870
|
-
.pv-select:not(:disabled, [data-invalid]):focus-visible,
|
|
871
928
|
.pv-select:not(:disabled, [data-invalid]):hover,
|
|
872
|
-
.pv-select-multiple:not(:disabled, [data-invalid]):focus-visible,
|
|
873
929
|
.pv-select-multiple:not(:disabled, [data-invalid]):hover {
|
|
874
|
-
border-color: var(--
|
|
930
|
+
border-color: var(--text-input-hover-border-color, #D2D8DC);
|
|
931
|
+
}
|
|
932
|
+
.pv-input-text:not(:disabled, [data-invalid]):focus-visible,
|
|
933
|
+
.pv-input-search:not(:disabled, [data-invalid]):focus-visible,
|
|
934
|
+
.pv-input-date:not(:disabled, [data-invalid]):focus-visible,
|
|
935
|
+
.pv-textarea:not(:disabled, [data-invalid]):focus-visible,
|
|
936
|
+
.pv-select:not(:disabled, [data-invalid]):focus-visible,
|
|
937
|
+
.pv-select-multiple:not(:disabled, [data-invalid]):focus-visible {
|
|
938
|
+
border-color: var(--text-input-focus-border-color, #36C5BA);
|
|
875
939
|
outline: none;
|
|
876
940
|
}
|
|
877
|
-
.pv-input-text[data-invalid],
|
|
941
|
+
.pv-input-text[data-invalid], .pv-input-text:user-invalid,
|
|
878
942
|
.pv-input-search[data-invalid],
|
|
943
|
+
.pv-input-search:user-invalid,
|
|
879
944
|
.pv-input-date[data-invalid],
|
|
945
|
+
.pv-input-date:user-invalid,
|
|
880
946
|
.pv-textarea[data-invalid],
|
|
947
|
+
.pv-textarea:user-invalid,
|
|
881
948
|
.pv-select[data-invalid],
|
|
882
|
-
.pv-select-
|
|
883
|
-
|
|
949
|
+
.pv-select:user-invalid,
|
|
950
|
+
.pv-select-multiple[data-invalid],
|
|
951
|
+
.pv-select-multiple:user-invalid {
|
|
952
|
+
border-color: var(--text-input-error-border-color, #FF471A);
|
|
953
|
+
background-image: var(--text-input-error-image, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 1c6.071 0 11 4.929 11 11s-4.929 11-11 11S1 18.071 1 12 5.929 1 12 1Zm0 2c-4.967 0-9 4.033-9 9s4.033 9 9 9 9-4.033 9-9-4.033-9-9-9Zm0 12.042a1 1 0 1 1 0 2 1 1 0 0 1 0-2ZM11 8a1 1 0 0 1 2 0v4a1 1 0 0 1-2 0V8Z' fill='%23FF471A'/%3E%3C/svg%3E"));
|
|
954
|
+
background-repeat: no-repeat;
|
|
955
|
+
background-size: 1rem 1rem;
|
|
956
|
+
background-position: right 0.5rem center;
|
|
957
|
+
padding-inline-end: 2rem;
|
|
958
|
+
}
|
|
959
|
+
.pv-input-text[data-invalid].pv-text-right, .pv-input-text.pv-text-right:user-invalid,
|
|
960
|
+
.pv-input-search[data-invalid].pv-text-right,
|
|
961
|
+
.pv-input-search.pv-text-right:user-invalid,
|
|
962
|
+
.pv-input-date[data-invalid].pv-text-right,
|
|
963
|
+
.pv-input-date.pv-text-right:user-invalid,
|
|
964
|
+
.pv-textarea[data-invalid].pv-text-right,
|
|
965
|
+
.pv-textarea.pv-text-right:user-invalid,
|
|
966
|
+
.pv-select[data-invalid].pv-text-right,
|
|
967
|
+
.pv-select.pv-text-right:user-invalid,
|
|
968
|
+
.pv-select-multiple[data-invalid].pv-text-right,
|
|
969
|
+
.pv-select-multiple.pv-text-right:user-invalid {
|
|
970
|
+
background-position: left 0.5rem center;
|
|
971
|
+
padding-inline-end: 0.75rem;
|
|
972
|
+
padding-inline-start: 2rem;
|
|
884
973
|
}
|
|
885
974
|
.pv-input-text:disabled, .pv-input-text[readonly],
|
|
886
975
|
.pv-input-search:disabled,
|
|
@@ -893,11 +982,12 @@
|
|
|
893
982
|
.pv-select[readonly],
|
|
894
983
|
.pv-select-multiple:disabled,
|
|
895
984
|
.pv-select-multiple[readonly] {
|
|
896
|
-
|
|
985
|
+
color: var(--text-input-disabled-text-color, #7D898D);
|
|
986
|
+
background-color: var(--text-input-disabled-background-color, #ECECEC);
|
|
897
987
|
}
|
|
898
988
|
|
|
899
989
|
.pv-input-search::placeholder {
|
|
900
|
-
color: #
|
|
990
|
+
color: var(--text-input-placeholder-color, #89989B);
|
|
901
991
|
}
|
|
902
992
|
|
|
903
993
|
.pv-input-search {
|
|
@@ -941,13 +1031,14 @@
|
|
|
941
1031
|
resize: var(--resize);
|
|
942
1032
|
}
|
|
943
1033
|
|
|
944
|
-
.pv-label
|
|
945
|
-
|
|
1034
|
+
.pv-label,
|
|
1035
|
+
.pv-input-group > label {
|
|
1036
|
+
font-size: var(--label-font-size, 0.6875rem);
|
|
946
1037
|
font-weight: var(--label-font-weight, 400);
|
|
947
1038
|
letter-spacing: 0.12px;
|
|
948
1039
|
}
|
|
949
1040
|
|
|
950
|
-
.pv-label-hover:hover {
|
|
1041
|
+
label:has(input:not(:disabled)).pv-label-hover:hover {
|
|
951
1042
|
cursor: pointer;
|
|
952
1043
|
}
|
|
953
1044
|
|
|
@@ -1058,7 +1149,7 @@
|
|
|
1058
1149
|
}
|
|
1059
1150
|
|
|
1060
1151
|
.pv-input-file {
|
|
1061
|
-
background-color: #
|
|
1152
|
+
background-color: #F7F8F8;
|
|
1062
1153
|
padding: 0.75rem;
|
|
1063
1154
|
border-radius: 4px;
|
|
1064
1155
|
display: flex;
|
|
@@ -1081,22 +1172,49 @@
|
|
|
1081
1172
|
}
|
|
1082
1173
|
.pv-switch input[type=checkbox] {
|
|
1083
1174
|
appearance: none;
|
|
1084
|
-
background-color: #
|
|
1175
|
+
background-color: #D9DEDE;
|
|
1085
1176
|
border-color: transparent;
|
|
1086
1177
|
border-radius: 1rem;
|
|
1087
1178
|
display: flex;
|
|
1088
1179
|
align-items: center;
|
|
1089
|
-
gap: 0.5rem;
|
|
1090
|
-
flex-wrap: nowrap;
|
|
1091
1180
|
padding: 0;
|
|
1092
1181
|
position: relative;
|
|
1093
1182
|
height: 24px;
|
|
1094
1183
|
width: 48px;
|
|
1095
1184
|
}
|
|
1096
|
-
.pv-switch input[type=checkbox]:not(:disabled):hover
|
|
1097
|
-
|
|
1185
|
+
.pv-switch input[type=checkbox]:not(:disabled):hover,
|
|
1186
|
+
.pv-switch input[type=checkbox]:not(:disabled):focus-visible {
|
|
1187
|
+
background-color: #E8F2F4;
|
|
1098
1188
|
cursor: pointer;
|
|
1099
1189
|
}
|
|
1190
|
+
.pv-switch input[type=checkbox]:not(:disabled):active {
|
|
1191
|
+
background-color: #C7D8DB;
|
|
1192
|
+
}
|
|
1193
|
+
.pv-switch input[type=checkbox]:checked:not(:disabled):hover,
|
|
1194
|
+
.pv-switch input[type=checkbox]:checked:not(:disabled):focus-visible {
|
|
1195
|
+
background-color: #0D5256;
|
|
1196
|
+
}
|
|
1197
|
+
.pv-switch input[type=checkbox]:checked:not(:disabled):hover:after,
|
|
1198
|
+
.pv-switch input[type=checkbox]:checked:not(:disabled):focus-visible:after {
|
|
1199
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.293 5.293a1 1 0 0 1 1.414 1.414l-11 11a.999.999 0 0 1-1.414 0l-5-5a1 1 0 0 1 1.414-1.414L9 15.586 19.293 5.293Z' fill='%230D5256'/%3E%3C/svg%3E");
|
|
1200
|
+
}
|
|
1201
|
+
.pv-switch input[type=checkbox]:checked:not(:disabled):active {
|
|
1202
|
+
background-color: #02363D;
|
|
1203
|
+
}
|
|
1204
|
+
.pv-switch input[type=checkbox]:checked:not(:disabled):active:after {
|
|
1205
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.293 5.293a1 1 0 0 1 1.414 1.414l-11 11a.999.999 0 0 1-1.414 0l-5-5a1 1 0 0 1 1.414-1.414L9 15.586 19.293 5.293Z' fill='%2302363D'/%3E%3C/svg%3E");
|
|
1206
|
+
}
|
|
1207
|
+
.pv-switch input[type=checkbox]:disabled,
|
|
1208
|
+
.pv-switch input[type=checkbox]:checked:disabled {
|
|
1209
|
+
background-color: #ECECEC;
|
|
1210
|
+
}
|
|
1211
|
+
.pv-switch input[type=checkbox]:disabled:after,
|
|
1212
|
+
.pv-switch input[type=checkbox]:checked:disabled:after {
|
|
1213
|
+
background-color: #C9D1D0;
|
|
1214
|
+
}
|
|
1215
|
+
.pv-switch input[type=checkbox]:checked:disabled:after {
|
|
1216
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.293 5.293a1 1 0 0 1 1.414 1.414l-11 11a.999.999 0 0 1-1.414 0l-5-5a1 1 0 0 1 1.414-1.414L9 15.586 19.293 5.293Z' fill='%237D898D'/%3E%3C/svg%3E");
|
|
1217
|
+
}
|
|
1100
1218
|
.pv-switch input[type=checkbox]:after {
|
|
1101
1219
|
background-color: #FFFFFF;
|
|
1102
1220
|
border-radius: 50%;
|
|
@@ -1108,43 +1226,9 @@
|
|
|
1108
1226
|
transition-duration: 0.3s;
|
|
1109
1227
|
height: 20px;
|
|
1110
1228
|
width: 20px;
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
}
|
|
1115
|
-
.pv-switch input[type=checkbox]:disabled {
|
|
1116
|
-
background-color: #8A95A5;
|
|
1117
|
-
}
|
|
1118
|
-
.pv-switch input[type=checkbox]:disabled:after {
|
|
1119
|
-
background-color: #DCDFE4;
|
|
1120
|
-
}
|
|
1121
|
-
.pv-switch > span {
|
|
1122
|
-
font-weight: normal;
|
|
1123
|
-
position: relative;
|
|
1124
|
-
}
|
|
1125
|
-
.pv-switch > span:first-of-type:after {
|
|
1126
|
-
border-right: 1px solid #DCDFE4;
|
|
1127
|
-
content: "";
|
|
1128
|
-
display: block;
|
|
1129
|
-
position: absolute;
|
|
1130
|
-
top: calc(50% - 3px - 3px);
|
|
1131
|
-
right: -0.55rem;
|
|
1132
|
-
height: 0.75rem;
|
|
1133
|
-
width: 1px;
|
|
1134
|
-
}
|
|
1135
|
-
.pv-switch > span:last-of-type:before {
|
|
1136
|
-
border: 1px solid #535963;
|
|
1137
|
-
border-radius: 0.375rem;
|
|
1138
|
-
content: "";
|
|
1139
|
-
display: block;
|
|
1140
|
-
position: absolute;
|
|
1141
|
-
top: calc(50% - 3px - 1px);
|
|
1142
|
-
height: 6px;
|
|
1143
|
-
width: 6px;
|
|
1144
|
-
}
|
|
1145
|
-
.pv-switch > span:last-of-type:before {
|
|
1146
|
-
border-color: #C5CAD2;
|
|
1147
|
-
left: -12px;
|
|
1229
|
+
background-repeat: no-repeat;
|
|
1230
|
+
background-size: 1rem 1rem;
|
|
1231
|
+
background-position: center center;
|
|
1148
1232
|
}
|
|
1149
1233
|
.pv-switch input[type=checkbox]:checked {
|
|
1150
1234
|
background-color: #16696D;
|
|
@@ -1152,16 +1236,23 @@
|
|
|
1152
1236
|
.pv-switch input[type=checkbox]:checked:after {
|
|
1153
1237
|
background-color: #FFFFFF;
|
|
1154
1238
|
right: 2px;
|
|
1239
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.293 5.293a1 1 0 0 1 1.414 1.414l-11 11a.999.999 0 0 1-1.414 0l-5-5a1 1 0 0 1 1.414-1.414L9 15.586 19.293 5.293Z' fill='%2316696D'/%3E%3C/svg%3E");
|
|
1155
1240
|
}
|
|
1156
|
-
|
|
1157
|
-
|
|
1241
|
+
|
|
1242
|
+
.pv-switch.pv-input-small {
|
|
1243
|
+
padding: 0;
|
|
1158
1244
|
}
|
|
1159
|
-
.pv-switch input[type=checkbox]
|
|
1160
|
-
|
|
1245
|
+
.pv-switch.pv-input-small input[type=checkbox] {
|
|
1246
|
+
height: 20px;
|
|
1247
|
+
width: 40px;
|
|
1161
1248
|
}
|
|
1162
|
-
.pv-switch input[type=checkbox]:
|
|
1163
|
-
|
|
1164
|
-
|
|
1249
|
+
.pv-switch.pv-input-small input[type=checkbox]:after {
|
|
1250
|
+
right: calc(100% - 16px - 2px);
|
|
1251
|
+
height: 16px;
|
|
1252
|
+
width: 16px;
|
|
1253
|
+
}
|
|
1254
|
+
.pv-switch.pv-input-small input[type=checkbox]:checked:after {
|
|
1255
|
+
right: 2px;
|
|
1165
1256
|
}
|
|
1166
1257
|
|
|
1167
1258
|
[class*=pv-label-selectable] {
|
|
@@ -1200,7 +1291,7 @@
|
|
|
1200
1291
|
border: 2px solid #DCDFE4;
|
|
1201
1292
|
border-radius: var(--button-radius, 4px);
|
|
1202
1293
|
color: #121313;
|
|
1203
|
-
font-size: var(--button-font-size, 0.
|
|
1294
|
+
font-size: var(--button-font-size, 0.6875rem);
|
|
1204
1295
|
font-weight: var(--button-font-weight, 500);
|
|
1205
1296
|
padding: 0.25rem 0.5rem;
|
|
1206
1297
|
transition-duration: 0.125s;
|
|
@@ -1265,6 +1356,114 @@
|
|
|
1265
1356
|
padding-inline-start: 2rem;
|
|
1266
1357
|
}
|
|
1267
1358
|
|
|
1359
|
+
.pv-input-group {
|
|
1360
|
+
display: flex;
|
|
1361
|
+
flex-direction: column;
|
|
1362
|
+
gap: 0.5rem;
|
|
1363
|
+
}
|
|
1364
|
+
.pv-input-group p {
|
|
1365
|
+
font-size: 0.6875rem;
|
|
1366
|
+
line-height: 1.45454545;
|
|
1367
|
+
padding-inline-start: calc(0.75rem + 1px);
|
|
1368
|
+
}
|
|
1369
|
+
|
|
1370
|
+
div:has(> .pv-input-text[data-prefix]),
|
|
1371
|
+
div:has(> .pv-input-text[data-suffix]) {
|
|
1372
|
+
position: relative;
|
|
1373
|
+
}
|
|
1374
|
+
div:has(> .pv-input-text[data-prefix]):after,
|
|
1375
|
+
div:has(> .pv-input-text[data-suffix]):after {
|
|
1376
|
+
position: absolute;
|
|
1377
|
+
font-size: 0.75rem;
|
|
1378
|
+
line-height: 1.33333333;
|
|
1379
|
+
top: 50%;
|
|
1380
|
+
transform: translateY(-50%);
|
|
1381
|
+
}
|
|
1382
|
+
|
|
1383
|
+
div:has(> .pv-input-text[data-prefix="$"]):after {
|
|
1384
|
+
content: "$";
|
|
1385
|
+
left: 0.75rem;
|
|
1386
|
+
}
|
|
1387
|
+
div:has(> .pv-input-text[data-prefix="$"]) .pv-input-text {
|
|
1388
|
+
padding-inline-start: calc(0.75rem + 1.5ch);
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1391
|
+
div:has(> .pv-input-text[data-suffix="%"]):after {
|
|
1392
|
+
content: "%";
|
|
1393
|
+
right: 0.75rem;
|
|
1394
|
+
}
|
|
1395
|
+
div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
1396
|
+
padding-inline-end: calc(0.75rem + 1.5ch);
|
|
1397
|
+
}
|
|
1398
|
+
|
|
1399
|
+
.pv-ghost-input {
|
|
1400
|
+
display: flex;
|
|
1401
|
+
align-items: center;
|
|
1402
|
+
}
|
|
1403
|
+
.pv-ghost-input input {
|
|
1404
|
+
padding: 0.25rem 0.125rem;
|
|
1405
|
+
border: 0;
|
|
1406
|
+
background-color: transparent;
|
|
1407
|
+
font-weight: 400;
|
|
1408
|
+
font-size: 0.75rem;
|
|
1409
|
+
line-height: 1.33333333;
|
|
1410
|
+
}
|
|
1411
|
+
.pv-ghost-input input::placeholder, .pv-ghost-input input::-webkit-input-placeholder {
|
|
1412
|
+
color: #B8C1C4;
|
|
1413
|
+
}
|
|
1414
|
+
.pv-ghost-input button {
|
|
1415
|
+
opacity: 0;
|
|
1416
|
+
}
|
|
1417
|
+
.pv-ghost-input:hover button, .pv-ghost-input:focus-visible button, .pv-ghost-input:focus-within button {
|
|
1418
|
+
opacity: 1;
|
|
1419
|
+
}
|
|
1420
|
+
.pv-ghost-input:hover input, .pv-ghost-input:focus-visible input, .pv-ghost-input:focus-within input {
|
|
1421
|
+
outline: 0;
|
|
1422
|
+
}
|
|
1423
|
+
.pv-ghost-input:hover input::placeholder, .pv-ghost-input:hover input::-webkit-input-placeholder, .pv-ghost-input:focus-visible input::placeholder, .pv-ghost-input:focus-visible input::-webkit-input-placeholder, .pv-ghost-input:focus-within input::placeholder, .pv-ghost-input:focus-within input::-webkit-input-placeholder {
|
|
1424
|
+
color: #89989B;
|
|
1425
|
+
}
|
|
1426
|
+
.pv-ghost-input[data-style=h1] input {
|
|
1427
|
+
font-weight: 600;
|
|
1428
|
+
font-size: 1.25rem;
|
|
1429
|
+
line-height: 1.2;
|
|
1430
|
+
}
|
|
1431
|
+
.pv-ghost-input[data-style=h2] input {
|
|
1432
|
+
font-weight: 600;
|
|
1433
|
+
font-size: 1rem;
|
|
1434
|
+
line-height: 1.5;
|
|
1435
|
+
}
|
|
1436
|
+
.pv-ghost-input[data-style=h3] input {
|
|
1437
|
+
font-weight: 600;
|
|
1438
|
+
font-size: 0.875rem;
|
|
1439
|
+
line-height: 1.1428571;
|
|
1440
|
+
}
|
|
1441
|
+
.pv-ghost-input[data-style=h4] input {
|
|
1442
|
+
font-weight: 600;
|
|
1443
|
+
font-size: 0.75rem;
|
|
1444
|
+
line-height: 1.3333333;
|
|
1445
|
+
}
|
|
1446
|
+
.pv-ghost-input[data-style=text-large] input {
|
|
1447
|
+
font-weight: 400;
|
|
1448
|
+
font-size: 0.875rem;
|
|
1449
|
+
line-height: 1.1428571;
|
|
1450
|
+
}
|
|
1451
|
+
.pv-ghost-input[data-style=text-medium] input {
|
|
1452
|
+
font-weight: 400;
|
|
1453
|
+
font-size: 0.75rem;
|
|
1454
|
+
line-height: 1.33333333;
|
|
1455
|
+
}
|
|
1456
|
+
.pv-ghost-input[data-style=text-small] input {
|
|
1457
|
+
font-weight: 400;
|
|
1458
|
+
font-size: 0.6875rem;
|
|
1459
|
+
line-height: 1.45454545;
|
|
1460
|
+
}
|
|
1461
|
+
.pv-ghost-input[data-style=caption] input {
|
|
1462
|
+
font-weight: 400;
|
|
1463
|
+
font-size: 0.6875rem;
|
|
1464
|
+
line-height: 1.09090909;
|
|
1465
|
+
}
|
|
1466
|
+
|
|
1268
1467
|
.pv-nav-container {
|
|
1269
1468
|
padding: 20px 9px 20px 20px;
|
|
1270
1469
|
overflow-y: auto;
|
|
@@ -1295,6 +1494,35 @@
|
|
|
1295
1494
|
margin-block-end: 48px;
|
|
1296
1495
|
}
|
|
1297
1496
|
|
|
1497
|
+
.pv-toc {
|
|
1498
|
+
padding: 0.5rem;
|
|
1499
|
+
}
|
|
1500
|
+
.pv-toc > li a {
|
|
1501
|
+
display: flex;
|
|
1502
|
+
align-items: center;
|
|
1503
|
+
gap: 0.25rem;
|
|
1504
|
+
border-inline-start: 1px solid #E3E7EA;
|
|
1505
|
+
padding: 0.5rem;
|
|
1506
|
+
font-size: 0.75rem;
|
|
1507
|
+
line-height: 1.33333333;
|
|
1508
|
+
font-weight: 500;
|
|
1509
|
+
}
|
|
1510
|
+
.pv-toc > li a:hover, .pv-toc > li a:focus-visible {
|
|
1511
|
+
color: #0D5256;
|
|
1512
|
+
background-color: #E8F2F4;
|
|
1513
|
+
border-color: #02363D;
|
|
1514
|
+
text-decoration: none;
|
|
1515
|
+
}
|
|
1516
|
+
.pv-toc > li a:active {
|
|
1517
|
+
color: #02363D;
|
|
1518
|
+
background-color: #C7D8DB;
|
|
1519
|
+
border-color: #02363D;
|
|
1520
|
+
}
|
|
1521
|
+
.pv-toc > li[aria-current] a {
|
|
1522
|
+
border-color: #02363D;
|
|
1523
|
+
color: #16696D;
|
|
1524
|
+
}
|
|
1525
|
+
|
|
1298
1526
|
[class*=pv-container] {
|
|
1299
1527
|
--margin-inline: auto;
|
|
1300
1528
|
margin-inline: var(--margin-inline);
|
|
@@ -1478,7 +1706,7 @@
|
|
|
1478
1706
|
align-items: center;
|
|
1479
1707
|
gap: 8px;
|
|
1480
1708
|
text-decoration: none;
|
|
1481
|
-
padding: var(--nav-list-padding, 0.5rem
|
|
1709
|
+
padding: var(--nav-list-padding, 0.5rem 0.75rem);
|
|
1482
1710
|
white-space: nowrap;
|
|
1483
1711
|
font-weight: var(--nav-list-font-weight, 500);
|
|
1484
1712
|
font-size: var(--nav-list-font-size, 0.875rem);
|
|
@@ -1596,7 +1824,7 @@
|
|
|
1596
1824
|
[data-collapsed] .pv-nav-list-inverse summary:focus-visible:not([aria-current=page]),
|
|
1597
1825
|
[data-collapsed] .pv-nav-list-inverse summary:hover:not([aria-current=page]) {
|
|
1598
1826
|
color: #121313;
|
|
1599
|
-
background-color: #
|
|
1827
|
+
background-color: #F7F8F8;
|
|
1600
1828
|
}
|
|
1601
1829
|
.pv-nav-list-inverse summary,
|
|
1602
1830
|
[data-collapsed] .pv-nav-list-inverse summary {
|
|
@@ -1680,6 +1908,7 @@
|
|
|
1680
1908
|
.pv-nav-list a {
|
|
1681
1909
|
max-width: none;
|
|
1682
1910
|
display: flex;
|
|
1911
|
+
padding: var(--nav-list-padding, 0.5rem 0.75rem);
|
|
1683
1912
|
}
|
|
1684
1913
|
}
|
|
1685
1914
|
[data-floating] .pv-nav-list {
|
|
@@ -1691,7 +1920,7 @@
|
|
|
1691
1920
|
[data-floating] .pv-nav-list a {
|
|
1692
1921
|
max-width: none;
|
|
1693
1922
|
display: flex;
|
|
1694
|
-
padding: var(--nav-list-padding, 0.5rem
|
|
1923
|
+
padding: var(--nav-list-padding, 0.5rem 0.75rem);
|
|
1695
1924
|
}
|
|
1696
1925
|
|
|
1697
1926
|
[data-collapsed] .pv-nav-list:not(.pv-nav-list-inverse) ul {
|
|
@@ -1711,6 +1940,11 @@
|
|
|
1711
1940
|
background-color: var(--nav-list-hover-background-color, #E8F2F4);
|
|
1712
1941
|
color: var(--nav-list-hover-text-color, #0D5256);
|
|
1713
1942
|
}
|
|
1943
|
+
.pv-layout-primary:not([data-floating]) .pv-nav-list,
|
|
1944
|
+
.pv-layout-primary:not([data-floating]) .pv-nav-list li,
|
|
1945
|
+
.pv-layout-primary:not([data-floating]) .pv-nav-list summary {
|
|
1946
|
+
width: 40px;
|
|
1947
|
+
}
|
|
1714
1948
|
}
|
|
1715
1949
|
.pv-notification {
|
|
1716
1950
|
--bg-color: white;
|
|
@@ -1730,7 +1964,7 @@
|
|
|
1730
1964
|
right: -2px;
|
|
1731
1965
|
}
|
|
1732
1966
|
.pv-notification[data-border=accent] {
|
|
1733
|
-
--bg-color: #
|
|
1967
|
+
--bg-color: #F7F8F8;
|
|
1734
1968
|
}
|
|
1735
1969
|
|
|
1736
1970
|
[class*=pv-toast] {
|
|
@@ -1912,8 +2146,8 @@
|
|
|
1912
2146
|
.pv-table th {
|
|
1913
2147
|
font-weight: 700;
|
|
1914
2148
|
text-transform: uppercase;
|
|
1915
|
-
font-size: 0.
|
|
1916
|
-
line-height:
|
|
2149
|
+
font-size: 0.6875rem;
|
|
2150
|
+
line-height: 1.45454545;
|
|
1917
2151
|
letter-spacing: 0.15em;
|
|
1918
2152
|
}
|
|
1919
2153
|
|
|
@@ -1922,8 +2156,8 @@
|
|
|
1922
2156
|
}
|
|
1923
2157
|
.pv-table-compressed :where(th) {
|
|
1924
2158
|
background-color: #F3F4F6;
|
|
1925
|
-
font-size:
|
|
1926
|
-
line-height: 1.
|
|
2159
|
+
font-size: 0.6875rem;
|
|
2160
|
+
line-height: 1.45454545;
|
|
1927
2161
|
font-weight: 600;
|
|
1928
2162
|
}
|
|
1929
2163
|
.pv-table-compressed :where(th) a {
|
|
@@ -1997,11 +2231,11 @@
|
|
|
1997
2231
|
font-size: 1rem;
|
|
1998
2232
|
line-height: 1.25;
|
|
1999
2233
|
min-height: 69px;
|
|
2000
|
-
background-color: #
|
|
2234
|
+
background-color: #F7F8F8;
|
|
2001
2235
|
}
|
|
2002
2236
|
.pv-table-matrix :where(thead td),
|
|
2003
2237
|
.pv-table-matrix-compressed :where(thead td) {
|
|
2004
|
-
background-color: #
|
|
2238
|
+
background-color: #F7F8F8;
|
|
2005
2239
|
text-align: center;
|
|
2006
2240
|
}
|
|
2007
2241
|
.pv-table-matrix :where(thead td):not(:last-of-type),
|
|
@@ -2092,7 +2326,7 @@
|
|
|
2092
2326
|
.pv-table-matrix-compressed td .pv-table-button:where(:hover, :focus-visible),
|
|
2093
2327
|
[class*=pv-table]:has(td .pv-table-button) td button:where(:hover, :focus-visible),
|
|
2094
2328
|
[class*=pv-table]:has(td .pv-table-button) td .pv-table-button:where(:hover, :focus-visible) {
|
|
2095
|
-
background-color: #
|
|
2329
|
+
background-color: #F7F8F8;
|
|
2096
2330
|
}
|
|
2097
2331
|
.pv-table-matrix td button:where(:hover, :focus-visible) > div:last-of-type,
|
|
2098
2332
|
.pv-table-matrix td .pv-table-button:where(:hover, :focus-visible) > div:last-of-type,
|
|
@@ -2282,27 +2516,50 @@ td:not([rowspan]) > .pv-responsive-cell {
|
|
|
2282
2516
|
}
|
|
2283
2517
|
|
|
2284
2518
|
[class*=pv-tag] {
|
|
2285
|
-
font-size: 0.
|
|
2286
|
-
line-height: 1.
|
|
2519
|
+
font-size: 0.6875rem;
|
|
2520
|
+
line-height: 1.45454545;
|
|
2287
2521
|
font-weight: 400;
|
|
2288
2522
|
color: #121313;
|
|
2289
|
-
display: inline-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2523
|
+
display: inline-flex;
|
|
2524
|
+
align-items: center;
|
|
2525
|
+
gap: 0.25rem;
|
|
2526
|
+
background-color: #E8EBEB;
|
|
2527
|
+
border: 1px solid transparent;
|
|
2528
|
+
border-radius: 4px;
|
|
2529
|
+
padding: calc(0.125rem - 1px) 0.5rem;
|
|
2294
2530
|
white-space: nowrap;
|
|
2295
2531
|
}
|
|
2532
|
+
[class*=pv-tag][data-style=rounded] {
|
|
2533
|
+
border-radius: 2rem;
|
|
2534
|
+
}
|
|
2535
|
+
|
|
2536
|
+
button[class*=pv-tag] {
|
|
2537
|
+
cursor: pointer;
|
|
2538
|
+
}
|
|
2539
|
+
button[class*=pv-tag]:hover, button[class*=pv-tag]:focus-visible {
|
|
2540
|
+
background-color: #E8F2F4;
|
|
2541
|
+
}
|
|
2542
|
+
button[class*=pv-tag]:active {
|
|
2543
|
+
background-color: #C7D8DB;
|
|
2544
|
+
}
|
|
2545
|
+
|
|
2546
|
+
strong[class*=pv-tag] {
|
|
2547
|
+
font-weight: 600;
|
|
2548
|
+
text-transform: uppercase;
|
|
2549
|
+
}
|
|
2296
2550
|
|
|
2297
2551
|
.pv-tag-sm {
|
|
2298
|
-
font-size: 0.
|
|
2299
|
-
line-height:
|
|
2552
|
+
font-size: 0.6875rem;
|
|
2553
|
+
line-height: 1.45454545;
|
|
2554
|
+
padding: 0 0.5rem;
|
|
2555
|
+
border-width: 0;
|
|
2300
2556
|
}
|
|
2301
2557
|
|
|
2302
2558
|
.pv-tag-lg {
|
|
2303
|
-
font-size:
|
|
2304
|
-
line-height: 1.
|
|
2559
|
+
font-size: 0.6875rem;
|
|
2560
|
+
line-height: 1.45454545;
|
|
2305
2561
|
border-radius: 3px;
|
|
2562
|
+
padding: calc(0.25rem - 1px) 0.5rem;
|
|
2306
2563
|
}
|
|
2307
2564
|
|
|
2308
2565
|
.pv-tag-inverse,
|
|
@@ -2321,7 +2578,7 @@ td:not([rowspan]) > .pv-responsive-cell {
|
|
|
2321
2578
|
|
|
2322
2579
|
.pv-tag-red {
|
|
2323
2580
|
background-color: #FFF1F1;
|
|
2324
|
-
border-color:
|
|
2581
|
+
border-color: transparent;
|
|
2325
2582
|
color: #A2191F;
|
|
2326
2583
|
}
|
|
2327
2584
|
|
|
@@ -2330,9 +2587,9 @@ td:not([rowspan]) > .pv-responsive-cell {
|
|
|
2330
2587
|
}
|
|
2331
2588
|
|
|
2332
2589
|
.pv-tag-yellow {
|
|
2333
|
-
background-color: #
|
|
2334
|
-
border-color:
|
|
2335
|
-
color: #
|
|
2590
|
+
background-color: #FFEB99;
|
|
2591
|
+
border-color: transparent;
|
|
2592
|
+
color: #121313;
|
|
2336
2593
|
}
|
|
2337
2594
|
|
|
2338
2595
|
.pv-tag-yellow-inverse {
|
|
@@ -2342,7 +2599,7 @@ td:not([rowspan]) > .pv-responsive-cell {
|
|
|
2342
2599
|
|
|
2343
2600
|
.pv-tag-green {
|
|
2344
2601
|
background-color: #DEFBE6;
|
|
2345
|
-
border-color:
|
|
2602
|
+
border-color: transparent;
|
|
2346
2603
|
color: #0E6027;
|
|
2347
2604
|
}
|
|
2348
2605
|
|
|
@@ -2352,7 +2609,7 @@ td:not([rowspan]) > .pv-responsive-cell {
|
|
|
2352
2609
|
|
|
2353
2610
|
.pv-tag-orange {
|
|
2354
2611
|
background-color: #FAEAE4;
|
|
2355
|
-
border-color:
|
|
2612
|
+
border-color: transparent;
|
|
2356
2613
|
color: #BA4E01;
|
|
2357
2614
|
}
|
|
2358
2615
|
|
|
@@ -2362,7 +2619,7 @@ td:not([rowspan]) > .pv-responsive-cell {
|
|
|
2362
2619
|
|
|
2363
2620
|
.pv-tag-turquoise {
|
|
2364
2621
|
background-color: #E2F7F5;
|
|
2365
|
-
border-color:
|
|
2622
|
+
border-color: transparent;
|
|
2366
2623
|
color: #176F6F;
|
|
2367
2624
|
}
|
|
2368
2625
|
|
|
@@ -2370,18 +2627,25 @@ td:not([rowspan]) > .pv-responsive-cell {
|
|
|
2370
2627
|
background-color: #176F6F;
|
|
2371
2628
|
}
|
|
2372
2629
|
|
|
2630
|
+
.pv-tag-purple {
|
|
2631
|
+
background-color: #E8DAFF;
|
|
2632
|
+
border-color: transparent;
|
|
2633
|
+
color: #121313;
|
|
2634
|
+
}
|
|
2635
|
+
|
|
2373
2636
|
.pv-pill {
|
|
2374
2637
|
display: inline-block;
|
|
2375
2638
|
padding: 3px 6px;
|
|
2376
|
-
border:
|
|
2377
|
-
font-size: 0.
|
|
2639
|
+
border: 1px solid currentColor;
|
|
2640
|
+
font-size: 0.6875rem;
|
|
2641
|
+
line-height: inherit;
|
|
2378
2642
|
}
|
|
2379
2643
|
|
|
2380
2644
|
[class*=pv-highlight] {
|
|
2381
2645
|
display: inline-block;
|
|
2382
2646
|
position: relative;
|
|
2383
2647
|
padding: 4px 8px 4px 22px;
|
|
2384
|
-
font-size: 0.
|
|
2648
|
+
font-size: 0.6875rem;
|
|
2385
2649
|
font-weight: 700;
|
|
2386
2650
|
text-transform: uppercase;
|
|
2387
2651
|
letter-spacing: 0.72px;
|
|
@@ -2548,8 +2812,8 @@ td:not([rowspan]) > .pv-responsive-cell {
|
|
|
2548
2812
|
}
|
|
2549
2813
|
|
|
2550
2814
|
.pv-breadcrumbs {
|
|
2551
|
-
font-size: 0.
|
|
2552
|
-
line-height:
|
|
2815
|
+
font-size: 0.6875rem;
|
|
2816
|
+
line-height: 1.45454545;
|
|
2553
2817
|
font-weight: 700;
|
|
2554
2818
|
display: flex;
|
|
2555
2819
|
flex-wrap: wrap;
|
|
@@ -2747,11 +3011,18 @@ td:not([rowspan]) > .pv-responsive-cell {
|
|
|
2747
3011
|
color: var(--layout-primary-subdued-color, #4B595C);
|
|
2748
3012
|
}
|
|
2749
3013
|
|
|
3014
|
+
[data-collapsed] .pv-org-switch {
|
|
3015
|
+
width: 80px;
|
|
3016
|
+
justify-content: center;
|
|
3017
|
+
}
|
|
2750
3018
|
[data-collapsed] .pv-org-switch :not(:first-child) {
|
|
2751
3019
|
display: none;
|
|
2752
3020
|
}
|
|
2753
3021
|
|
|
2754
3022
|
@media (width <= 768px) {
|
|
3023
|
+
.pv-layout-primary:not([data-floating]) .pv-org-switch {
|
|
3024
|
+
justify-content: center;
|
|
3025
|
+
}
|
|
2755
3026
|
.pv-layout-primary:not([data-floating]) .pv-org-switch :not(:first-child) {
|
|
2756
3027
|
display: none;
|
|
2757
3028
|
}
|
|
@@ -2800,8 +3071,8 @@ td:not([rowspan]) > .pv-responsive-cell {
|
|
|
2800
3071
|
color: #FFFFFF;
|
|
2801
3072
|
padding: 0.5rem 0.75rem;
|
|
2802
3073
|
border-radius: 0.25rem;
|
|
2803
|
-
font-size: 0.
|
|
2804
|
-
line-height: 1.
|
|
3074
|
+
font-size: 0.6875rem;
|
|
3075
|
+
line-height: 1.45454545;
|
|
2805
3076
|
box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.1), 0px 8px 12px -4px rgba(0, 0, 0, 0.08), 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
|
|
2806
3077
|
z-index: 50;
|
|
2807
3078
|
}
|
|
@@ -2859,8 +3130,8 @@ td:not([rowspan]) > .pv-responsive-cell {
|
|
|
2859
3130
|
}
|
|
2860
3131
|
:where([class*=pv-accordion]) > summary {
|
|
2861
3132
|
padding: 0.5rem 3.25rem 0.5rem 1rem;
|
|
2862
|
-
font-size:
|
|
2863
|
-
line-height: 1.
|
|
3133
|
+
font-size: 0.6875rem;
|
|
3134
|
+
line-height: 1.45454545;
|
|
2864
3135
|
background-image: var(--summary-background-image-closed, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.455 7.83c.439-.44 1.151-.44 1.59 0L12 13.784l5.954-5.955a1.125 1.125 0 0 1 1.591 1.592l-6.75 6.75c-.439.439-1.151.439-1.59 0l-6.75-6.75a1.125 1.125 0 0 1 0-1.591Z' fill='%2302363D'/%3E%3C/svg%3E"));
|
|
2865
3136
|
background-size: 1.25rem 1.25rem;
|
|
2866
3137
|
background-position: right 1rem center;
|
|
@@ -2873,13 +3144,13 @@ td:not([rowspan]) > .pv-responsive-cell {
|
|
|
2873
3144
|
display: none;
|
|
2874
3145
|
}
|
|
2875
3146
|
:where([class*=pv-accordion]) > summary:hover, :where([class*=pv-accordion]) > summary:focus-within {
|
|
2876
|
-
color: #176F6F;
|
|
3147
|
+
color: var(--color-text-brand, #176F6F);
|
|
2877
3148
|
}
|
|
2878
3149
|
:where([class*=pv-accordion]) > :where(:not(summary)) {
|
|
2879
3150
|
padding: 0 1rem 1rem 1rem;
|
|
2880
3151
|
}
|
|
2881
3152
|
:where([class*=pv-accordion]):not(:last-of-type) {
|
|
2882
|
-
border-bottom: 1px solid #DCDFE4;
|
|
3153
|
+
border-bottom: 1px solid var(--color-border, #DCDFE4);
|
|
2883
3154
|
}
|
|
2884
3155
|
:where([class*=pv-accordion])::details-content {
|
|
2885
3156
|
height: 0;
|
|
@@ -2907,14 +3178,14 @@ td:not([rowspan]) > .pv-responsive-cell {
|
|
|
2907
3178
|
}
|
|
2908
3179
|
|
|
2909
3180
|
.pv-accordion-dark > summary {
|
|
2910
|
-
color: #FFFFFF;
|
|
2911
|
-
background-color: #02363D;
|
|
3181
|
+
color: var(--color-text-inverse, #FFFFFF);
|
|
3182
|
+
background-color: var(--color-background-brand, #02363D);
|
|
2912
3183
|
}
|
|
2913
3184
|
.pv-accordion-dark > summary:hover, .pv-accordion-dark > summary:focus-within {
|
|
2914
|
-
color: #A8E6E1;
|
|
3185
|
+
color: var(--color-text-brand-inverse, #A8E6E1);
|
|
2915
3186
|
}
|
|
2916
3187
|
.pv-accordion-dark:not(:last-of-type) {
|
|
2917
|
-
border-bottom: 1px solid #176F6F;
|
|
3188
|
+
border-bottom: 1px solid var(--color-brand-secondary, #176F6F);
|
|
2918
3189
|
}
|
|
2919
3190
|
.pv-accordion-dark > :where(:not(summary)) {
|
|
2920
3191
|
padding: 1rem;
|
|
@@ -2928,7 +3199,7 @@ td:not([rowspan]) > .pv-responsive-cell {
|
|
|
2928
3199
|
}
|
|
2929
3200
|
.pv-accordion-transparent > summary {
|
|
2930
3201
|
font-weight: 400;
|
|
2931
|
-
font-size: 0.
|
|
3202
|
+
font-size: 0.6875rem;
|
|
2932
3203
|
padding-inline-start: 0;
|
|
2933
3204
|
padding-inline-end: 1.25rem;
|
|
2934
3205
|
background-position: right center;
|
|
@@ -2939,11 +3210,11 @@ td:not([rowspan]) > .pv-responsive-cell {
|
|
|
2939
3210
|
.pv-accordion-transparent dl > div {
|
|
2940
3211
|
display: flex;
|
|
2941
3212
|
gap: 1rem;
|
|
2942
|
-
font-size: 0.
|
|
3213
|
+
font-size: 0.6875rem;
|
|
2943
3214
|
}
|
|
2944
3215
|
.pv-accordion-transparent dt {
|
|
2945
3216
|
--min-width: 72px;
|
|
2946
|
-
color: #A8E6E1;
|
|
3217
|
+
color: var(--color-text-brand-inverse, #A8E6E1);
|
|
2947
3218
|
font-weight: 600;
|
|
2948
3219
|
min-width: var(--min-width);
|
|
2949
3220
|
}
|
|
@@ -2961,8 +3232,8 @@ td:not([rowspan]) > .pv-responsive-cell {
|
|
|
2961
3232
|
|
|
2962
3233
|
:where(.pv-details) > summary {
|
|
2963
3234
|
padding: 0 1.25rem;
|
|
2964
|
-
font-size:
|
|
2965
|
-
line-height:
|
|
3235
|
+
font-size: 0.75rem;
|
|
3236
|
+
line-height: 1.45454545;
|
|
2966
3237
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.8 19.5c-.4-.4-.4-1.2 0-1.6l6-6-6-6c-.4-.4-.4-1.2 0-1.6S9 4 9.4 4.5l6.8 6.8c.4.4.4 1.2 0 1.6l-6.8 6.7c-.4.4-1.1.4-1.6-.1z' fill='%2302363D'/%3E%3C/svg%3E");
|
|
2967
3238
|
background-size: 1rem 1rem;
|
|
2968
3239
|
background-position: left center;
|
|
@@ -2971,7 +3242,7 @@ td:not([rowspan]) > .pv-responsive-cell {
|
|
|
2971
3242
|
transition-timing-function: ease-in;
|
|
2972
3243
|
}
|
|
2973
3244
|
:where(.pv-details) > summary:hover, :where(.pv-details) > summary:focus-within {
|
|
2974
|
-
color: #176F6F;
|
|
3245
|
+
color: var(--color-text-brand, #176F6F);
|
|
2975
3246
|
}
|
|
2976
3247
|
:where(.pv-details) > summary::-webkit-details-marker {
|
|
2977
3248
|
display: none;
|
|
@@ -3185,8 +3456,8 @@ pv-figure-details details[open] summary {
|
|
|
3185
3456
|
}
|
|
3186
3457
|
pv-figure-details details > div {
|
|
3187
3458
|
padding: 0 0.75rem 1.5rem 0.75rem;
|
|
3188
|
-
font-size:
|
|
3189
|
-
line-height:
|
|
3459
|
+
font-size: 0.75rem;
|
|
3460
|
+
line-height: 1.45454545;
|
|
3190
3461
|
}
|
|
3191
3462
|
pv-figure-details details {
|
|
3192
3463
|
max-width: 520px;
|
|
@@ -3226,7 +3497,7 @@ div:has(> pv-figure-details) {
|
|
|
3226
3497
|
[class*=pv-alert] {
|
|
3227
3498
|
padding: 0.75rem 0.75rem 0.75rem 2.75rem;
|
|
3228
3499
|
border: 1px solid var(--color-border, #DCDFE4);
|
|
3229
|
-
background-color: #
|
|
3500
|
+
background-color: #F7F8F8;
|
|
3230
3501
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2302363D' d='M12 23.001c6.075 0 11-4.925 11-11s-4.925-11-11-11-11 4.925-11 11 4.925 11 11 11Zm1.2-5.8a1.2 1.2 0 0 1-2.4 0v-6.4a1.2 1.2 0 1 1 2.4 0v6.4Zm-1.2-9.2a1.2 1.2 0 1 1 0-2.4h.01a1.2 1.2 0 0 1 0 2.4H12Z'/%3E%3C/svg%3E");
|
|
3231
3502
|
background-repeat: no-repeat;
|
|
3232
3503
|
background-size: 1.5rem 1.5rem;
|
|
@@ -3405,14 +3676,14 @@ body:has(.pv-drawer) {
|
|
|
3405
3676
|
color: #FFFFFF;
|
|
3406
3677
|
display: grid;
|
|
3407
3678
|
place-items: center;
|
|
3408
|
-
font-size:
|
|
3679
|
+
font-size: 0.75rem;
|
|
3409
3680
|
font-weight: 600;
|
|
3410
3681
|
border-radius: 50%;
|
|
3411
3682
|
flex-shrink: 0;
|
|
3412
3683
|
}
|
|
3413
3684
|
|
|
3414
3685
|
.ag-theme-pv .ag-header-cell {
|
|
3415
|
-
font-size: 0.
|
|
3686
|
+
font-size: 0.6875rem !important;
|
|
3416
3687
|
font-weight: 600 !important;
|
|
3417
3688
|
color: #121313 !important;
|
|
3418
3689
|
}
|
|
@@ -3484,7 +3755,7 @@ body:has(.pv-drawer) {
|
|
|
3484
3755
|
}
|
|
3485
3756
|
|
|
3486
3757
|
.ag-theme-pv .ag-tooltip {
|
|
3487
|
-
font-size: 0.
|
|
3758
|
+
font-size: 0.6875rem !important;
|
|
3488
3759
|
color: #FFFFFF !important;
|
|
3489
3760
|
background-color: black;
|
|
3490
3761
|
padding: 5px;
|
|
@@ -3495,14 +3766,14 @@ body:has(.pv-drawer) {
|
|
|
3495
3766
|
pv-data-grid.ag-theme-pv {
|
|
3496
3767
|
display: block;
|
|
3497
3768
|
--ag-font-family: Inter, sans-serif !important;
|
|
3498
|
-
--ag-font-size: 0.
|
|
3769
|
+
--ag-font-size: 0.6875rem !important;
|
|
3499
3770
|
--ag-foreground-color: #121313 !important;
|
|
3500
3771
|
--ag-border-color: #DCDFE4 !important;
|
|
3501
3772
|
--ag-background-color: #FFFFFF !important;
|
|
3502
3773
|
--ag-odd-row-background-color: #FFFFFF !important;
|
|
3503
3774
|
--ag-row-grid-size: 0.25rem !important;
|
|
3504
|
-
--ag-header-height: 1.
|
|
3505
|
-
--ag-row-height: 1.
|
|
3775
|
+
--ag-header-height: 1.6875rem !important;
|
|
3776
|
+
--ag-row-height: 1.6875rem !important;
|
|
3506
3777
|
--ag-cell-horizontal-padding: 9px !important;
|
|
3507
3778
|
--ag-cell-horizontal-border: solid #DCDFE4 !important;
|
|
3508
3779
|
--ag-column-border: solid 1px #DCDFE4 !important;
|
|
@@ -3732,9 +4003,9 @@ pv-data-grid.ag-theme-pv {
|
|
|
3732
4003
|
|
|
3733
4004
|
.pv-layout-primary,
|
|
3734
4005
|
.pv-layout-primary[data-collapsed] {
|
|
3735
|
-
font-family: var(--layout-primary-sidebar-font-family,
|
|
4006
|
+
font-family: var(--layout-primary-sidebar-font-family, Inter, sans-serif);
|
|
3736
4007
|
display: grid;
|
|
3737
|
-
grid-template-columns:
|
|
4008
|
+
grid-template-columns: 81px 1fr;
|
|
3738
4009
|
grid-template-areas: "sidebar content";
|
|
3739
4010
|
height: 100%;
|
|
3740
4011
|
max-height: 100dvh;
|
|
@@ -3753,10 +4024,6 @@ pv-data-grid.ag-theme-pv {
|
|
|
3753
4024
|
z-index: 10;
|
|
3754
4025
|
border-inline-end: 1px solid var(--layout-primary-sidebar-border-color, #E3E7EA);
|
|
3755
4026
|
}
|
|
3756
|
-
.pv-layout-primary > [data-grid-area=sidebar] > footer,
|
|
3757
|
-
.pv-layout-primary[data-collapsed] > [data-grid-area=sidebar] > footer {
|
|
3758
|
-
padding: 16px 20px;
|
|
3759
|
-
}
|
|
3760
4027
|
.pv-layout-primary > [data-grid-area=sidebar] .pv-avatar + div,
|
|
3761
4028
|
.pv-layout-primary[data-collapsed] > [data-grid-area=sidebar] .pv-avatar + div {
|
|
3762
4029
|
display: none;
|
|
@@ -3773,7 +4040,7 @@ pv-data-grid.ag-theme-pv {
|
|
|
3773
4040
|
}
|
|
3774
4041
|
.pv-layout-primary > [data-grid-area=content] > [data-grid-area=header],
|
|
3775
4042
|
.pv-layout-primary[data-collapsed] > [data-grid-area=content] > [data-grid-area=header] {
|
|
3776
|
-
background-color: #
|
|
4043
|
+
background-color: #F7F8F8;
|
|
3777
4044
|
padding-inline: 1.5rem;
|
|
3778
4045
|
border-block-end: 1px solid #DCDFE4;
|
|
3779
4046
|
}
|
|
@@ -3786,6 +4053,10 @@ pv-data-grid.ag-theme-pv {
|
|
|
3786
4053
|
margin-inline: auto;
|
|
3787
4054
|
}
|
|
3788
4055
|
|
|
4056
|
+
.pv-layout-primary[data-floating] > [data-grid-area=sidebar] {
|
|
4057
|
+
z-index: 15;
|
|
4058
|
+
}
|
|
4059
|
+
|
|
3789
4060
|
@media (width >= 768px) {
|
|
3790
4061
|
.pv-layout-primary {
|
|
3791
4062
|
grid-template-columns: 260px 1fr;
|
|
@@ -3794,27 +4065,6 @@ pv-data-grid.ag-theme-pv {
|
|
|
3794
4065
|
display: block;
|
|
3795
4066
|
}
|
|
3796
4067
|
}
|
|
3797
|
-
.pv-layout-primary[data-theme=og],
|
|
3798
|
-
.pv-layout-primary[data-theme=og][data-collapsed] {
|
|
3799
|
-
grid-template-columns: 100px 1fr;
|
|
3800
|
-
}
|
|
3801
|
-
.pv-layout-primary[data-theme=og] > [data-grid-area=sidebar],
|
|
3802
|
-
.pv-layout-primary[data-theme=og][data-collapsed] > [data-grid-area=sidebar] {
|
|
3803
|
-
grid-template-rows: 1fr auto;
|
|
3804
|
-
}
|
|
3805
|
-
.pv-layout-primary[data-theme=og] .pv-icon-24.pv-aspect-3-4,
|
|
3806
|
-
.pv-layout-primary[data-theme=og][data-collapsed] .pv-icon-24.pv-aspect-3-4 {
|
|
3807
|
-
margin-inline: auto;
|
|
3808
|
-
}
|
|
3809
|
-
|
|
3810
|
-
@media (width >= 768px) {
|
|
3811
|
-
.pv-layout-primary[data-theme=og] {
|
|
3812
|
-
grid-template-columns: 280px 1fr;
|
|
3813
|
-
}
|
|
3814
|
-
.pv-layout-primary[data-theme=og] .pv-icon-24.pv-aspect-3-4 {
|
|
3815
|
-
margin-inline: 21px;
|
|
3816
|
-
}
|
|
3817
|
-
}
|
|
3818
4068
|
.pv-layout-primary:has([data-grid-area=title]) > [data-grid-area=content] {
|
|
3819
4069
|
grid-template-rows: auto auto 1fr;
|
|
3820
4070
|
}
|
|
@@ -3823,6 +4073,16 @@ body:has(.pv-layout-primary) {
|
|
|
3823
4073
|
overflow-y: clip;
|
|
3824
4074
|
}
|
|
3825
4075
|
|
|
4076
|
+
[data-grid-area=sidebar] > footer {
|
|
4077
|
+
display: grid;
|
|
4078
|
+
place-items: center;
|
|
4079
|
+
padding: 1.25rem;
|
|
4080
|
+
}
|
|
4081
|
+
|
|
4082
|
+
.pv-layout-primary[data-collapsed] [data-grid-area=sidebar] > footer {
|
|
4083
|
+
padding: 1rem 0.5rem;
|
|
4084
|
+
}
|
|
4085
|
+
|
|
3826
4086
|
.pv-layout-sidebar {
|
|
3827
4087
|
--sidebar-width: 300px;
|
|
3828
4088
|
min-height: 100%;
|
|
@@ -3841,7 +4101,7 @@ body:has(.pv-layout-primary) {
|
|
|
3841
4101
|
}
|
|
3842
4102
|
.pv-layout-sidebar > [data-grid-area=main] > :nth-child(2) {
|
|
3843
4103
|
grid-row: 2/2;
|
|
3844
|
-
background-color: #
|
|
4104
|
+
background-color: #F7F8F8;
|
|
3845
4105
|
border-top: 1px solid #DCDFE4;
|
|
3846
4106
|
}
|
|
3847
4107
|
.pv-layout-sidebar > [data-grid-area=sidebar] {
|
|
@@ -3934,7 +4194,7 @@ body:has(.pv-layout-primary) {
|
|
|
3934
4194
|
}
|
|
3935
4195
|
|
|
3936
4196
|
.pv-surface-accent, .ag-theme-pv .ag-header-cell {
|
|
3937
|
-
background-color: var(--color-background-accent, #
|
|
4197
|
+
background-color: var(--color-background-accent, #F7F8F8);
|
|
3938
4198
|
}
|
|
3939
4199
|
|
|
3940
4200
|
.pv-surface {
|
|
@@ -3942,7 +4202,7 @@ body:has(.pv-layout-primary) {
|
|
|
3942
4202
|
}
|
|
3943
4203
|
|
|
3944
4204
|
.pv-surface-brand-inverse {
|
|
3945
|
-
background-color: #176F6F;
|
|
4205
|
+
background-color: var(--color-background-brand-inverse, #176F6F);
|
|
3946
4206
|
}
|
|
3947
4207
|
|
|
3948
4208
|
.pv-surface-brand-accent {
|
|
@@ -3958,7 +4218,7 @@ body:has(.pv-layout-primary) {
|
|
|
3958
4218
|
}
|
|
3959
4219
|
|
|
3960
4220
|
.pv-surface-brand-gradient {
|
|
3961
|
-
background: linear-gradient(109deg, #176F6F 0%, #02363D 100%);
|
|
4221
|
+
background: var(--color-background-brand-gradient, linear-gradient(109deg, #176F6F 0%, #02363D 100%));
|
|
3962
4222
|
}
|
|
3963
4223
|
|
|
3964
4224
|
.pv-text-default {
|
|
@@ -3970,7 +4230,7 @@ body:has(.pv-layout-primary) {
|
|
|
3970
4230
|
}
|
|
3971
4231
|
|
|
3972
4232
|
.pv-text-subdued-inverse {
|
|
3973
|
-
color: #FFFFFF;
|
|
4233
|
+
color: var(--color-text-inverse, #FFFFFF);
|
|
3974
4234
|
opacity: 0.7;
|
|
3975
4235
|
}
|
|
3976
4236
|
|
|
@@ -3979,19 +4239,19 @@ body:has(.pv-layout-primary) {
|
|
|
3979
4239
|
}
|
|
3980
4240
|
|
|
3981
4241
|
.pv-text-brand {
|
|
3982
|
-
color: #176F6F;
|
|
4242
|
+
color: var(--color-text-brand, #176F6F);
|
|
3983
4243
|
}
|
|
3984
4244
|
|
|
3985
4245
|
.pv-text-brand-inverse {
|
|
3986
|
-
color: #A8E6E1;
|
|
4246
|
+
color: var(--color-text-brand-inverse, #A8E6E1);
|
|
3987
4247
|
}
|
|
3988
4248
|
|
|
3989
4249
|
.pv-text-red {
|
|
3990
|
-
color: #
|
|
4250
|
+
color: #FF471A;
|
|
3991
4251
|
}
|
|
3992
4252
|
|
|
3993
4253
|
.pv-text-critical {
|
|
3994
|
-
color: #
|
|
4254
|
+
color: #FF471A;
|
|
3995
4255
|
}
|
|
3996
4256
|
|
|
3997
4257
|
.pv-text-warning {
|
|
@@ -4800,12 +5060,12 @@ svg.pv-text-inherit {
|
|
|
4800
5060
|
}
|
|
4801
5061
|
|
|
4802
5062
|
.select2-container--default .select2-selection--multiple .select2-selection__choice {
|
|
4803
|
-
background-color: #
|
|
5063
|
+
background-color: #F7F8F8;
|
|
4804
5064
|
border: 1px solid #DCDFE4;
|
|
4805
5065
|
border-radius: 2px;
|
|
4806
5066
|
padding: 0.125rem 0.5rem;
|
|
4807
|
-
font-size: 0.
|
|
4808
|
-
line-height: 1.
|
|
5067
|
+
font-size: 0.6875rem;
|
|
5068
|
+
line-height: 1.45454545;
|
|
4809
5069
|
cursor: default;
|
|
4810
5070
|
}
|
|
4811
5071
|
|
|
@@ -4859,7 +5119,7 @@ svg.pv-text-inherit {
|
|
|
4859
5119
|
|
|
4860
5120
|
.select2-results__option[aria-selected=true],
|
|
4861
5121
|
.select2-results__option--highlighted {
|
|
4862
|
-
background-color: #
|
|
5122
|
+
background-color: #F7F8F8;
|
|
4863
5123
|
}
|
|
4864
5124
|
|
|
4865
5125
|
.select2-container--default .select2-results__group {
|