@turquoisehealth/pit-viper 2.21.0 → 2.21.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/_site/assets/css/pit-viper-v2.css +56 -179
- package/_site/assets/css/pit-viper.css +52 -175
- package/package.json +1 -1
- package/pv-components/dist/vue/base/pv-components-base.js +24 -24
- package/pv-components/dist/vue/base/pv-components-base.mjs +7694 -7691
- package/pv-components/dist/vue/charts/pv-components-charts.js +46 -46
- package/pv-components/dist/vue/charts/pv-components-charts.mjs +10147 -10135
- package/pv-components/dist/vue/tables/pv-components-tables.js +41 -41
- package/pv-components/dist/vue/tables/pv-components-tables.mjs +9874 -9867
- package/pv-components/dist/web/pv-components.iife.js +54 -54
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
|
|
186
186
|
.pv-heading-3 {
|
|
187
187
|
font-size: var(--font-size-heading-3, 0.875rem);
|
|
188
|
-
line-height: var(--line-height-heading-3, 1.
|
|
188
|
+
line-height: var(--line-height-heading-3, 1.1428571);
|
|
189
189
|
}
|
|
190
190
|
|
|
191
191
|
.pv-heading-4 {
|
|
@@ -348,7 +348,7 @@
|
|
|
348
348
|
}
|
|
349
349
|
[data-list-style=display]::before {
|
|
350
350
|
content: counter(display) ".";
|
|
351
|
-
color: #
|
|
351
|
+
color: #176F6F;
|
|
352
352
|
font-family: "Inter", sans-serif;
|
|
353
353
|
font-size: 1.5rem;
|
|
354
354
|
}
|
|
@@ -430,7 +430,7 @@
|
|
|
430
430
|
display: flex;
|
|
431
431
|
align-items: center;
|
|
432
432
|
justify-content: center;
|
|
433
|
-
gap:
|
|
433
|
+
gap: 0.5rem;
|
|
434
434
|
white-space: nowrap;
|
|
435
435
|
font-weight: var(--button-font-weight, 500);
|
|
436
436
|
line-height: var(--button-line-height, 1.45454545);
|
|
@@ -504,7 +504,7 @@
|
|
|
504
504
|
|
|
505
505
|
.pv-button-secondary {
|
|
506
506
|
color: var(--button-secondary-color, #121313);
|
|
507
|
-
background-color: var(--button-secondary-background-color,
|
|
507
|
+
background-color: var(--button-secondary-background-color, transparent);
|
|
508
508
|
border-color: var(--button-secondary-border-color, #E3E7EA);
|
|
509
509
|
}
|
|
510
510
|
.pv-button-secondary:not(:disabled):hover, .pv-button-secondary:not(:disabled):focus-visible {
|
|
@@ -527,7 +527,7 @@
|
|
|
527
527
|
}
|
|
528
528
|
|
|
529
529
|
.pv-button-tertiary {
|
|
530
|
-
background-color:
|
|
530
|
+
background-color: transparent;
|
|
531
531
|
border-color: transparent;
|
|
532
532
|
}
|
|
533
533
|
.pv-button-tertiary:not(:disabled) {
|
|
@@ -657,10 +657,10 @@
|
|
|
657
657
|
background-color: #ECECEC;
|
|
658
658
|
}
|
|
659
659
|
.pv-button-icon.pv-button-small {
|
|
660
|
-
padding:
|
|
660
|
+
padding: 0.25rem;
|
|
661
661
|
}
|
|
662
662
|
.pv-button-icon.pv-button-xsmall {
|
|
663
|
-
padding:
|
|
663
|
+
padding: 0.125rem;
|
|
664
664
|
}
|
|
665
665
|
|
|
666
666
|
.pv-button-icon-outline {
|
|
@@ -869,7 +869,7 @@
|
|
|
869
869
|
.pv-alpha-button span:last-child,
|
|
870
870
|
[data-collapsed] .pv-alpha-button span:last-child {
|
|
871
871
|
display: inline-block;
|
|
872
|
-
background-color: #
|
|
872
|
+
background-color: #EAB333;
|
|
873
873
|
border-radius: 4px;
|
|
874
874
|
padding: 0.125rem;
|
|
875
875
|
font-size: 0.6875rem;
|
|
@@ -1048,8 +1048,6 @@
|
|
|
1048
1048
|
font-size: var(--label-font-size, 0.6875rem);
|
|
1049
1049
|
font-weight: var(--label-font-weight, 400);
|
|
1050
1050
|
letter-spacing: 0.12px;
|
|
1051
|
-
position: relative;
|
|
1052
|
-
z-index: 1;
|
|
1053
1051
|
}
|
|
1054
1052
|
|
|
1055
1053
|
label:has(input:not(:disabled)).pv-label-hover:hover {
|
|
@@ -1058,12 +1056,11 @@ label:has(input:not(:disabled)).pv-label-hover:hover {
|
|
|
1058
1056
|
|
|
1059
1057
|
.pv-checkbox,
|
|
1060
1058
|
.pv-radio {
|
|
1061
|
-
position: relative;
|
|
1062
1059
|
appearance: none;
|
|
1063
1060
|
width: 1rem;
|
|
1064
1061
|
height: 1rem;
|
|
1065
1062
|
background-color: #FFFFFF;
|
|
1066
|
-
border: 2px solid var(--
|
|
1063
|
+
border: 2px solid var(--color-border, #E3E7EA);
|
|
1067
1064
|
flex-shrink: 0;
|
|
1068
1065
|
transition-duration: 0.125s;
|
|
1069
1066
|
transition-property: background-color, border-color;
|
|
@@ -1074,63 +1071,49 @@ label:has(input:not(:disabled)).pv-label-hover:hover {
|
|
|
1074
1071
|
transition-duration: 0.125s;
|
|
1075
1072
|
transition-property: color;
|
|
1076
1073
|
}
|
|
1077
|
-
.pv-checkbox:not(:disabled):hover:before, .pv-checkbox:not(:disabled):focus-visible:before,
|
|
1078
|
-
.pv-radio:not(:disabled):hover:before,
|
|
1079
|
-
.pv-radio:not(:disabled):focus-visible:before {
|
|
1080
|
-
content: "";
|
|
1081
|
-
display: block;
|
|
1082
|
-
width: 1.5rem;
|
|
1083
|
-
height: 1.5rem;
|
|
1084
|
-
border-radius: 50%;
|
|
1085
|
-
background-color: var(--checkbox-hover-before-background-color, #F7F8F8);
|
|
1086
|
-
position: absolute;
|
|
1087
|
-
top: -6px;
|
|
1088
|
-
left: -6px;
|
|
1089
|
-
z-index: -1;
|
|
1090
|
-
}
|
|
1091
1074
|
.pv-checkbox:not(:disabled):focus-visible, .pv-checkbox:not(:disabled):hover,
|
|
1092
1075
|
.pv-radio:not(:disabled):focus-visible,
|
|
1093
1076
|
.pv-radio:not(:disabled):hover {
|
|
1094
|
-
background-color:
|
|
1095
|
-
border-color: var(--checkbox-hover-border-color, #D2D8DC);
|
|
1077
|
+
background-color: #ECECEC;
|
|
1096
1078
|
cursor: pointer;
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
.pv-
|
|
1100
|
-
.pv-radio:not(:disabled)
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
.pv-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
.pv-
|
|
1109
|
-
.pv-radio:
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
background-color: var(--checkbox-checked-hover-before-background-color, #E4F8F6);
|
|
1113
|
-
}
|
|
1114
|
-
.pv-checkbox:checked, .pv-checkbox:indeterminate,
|
|
1115
|
-
.pv-radio:checked,
|
|
1116
|
-
.pv-radio:indeterminate {
|
|
1117
|
-
background-color: var(--checkbox-checked-background-color, #16696D);
|
|
1118
|
-
border-color: var(--checkbox-checked-border-color, #16696D);
|
|
1079
|
+
}
|
|
1080
|
+
.pv-checkbox:focus-visible:not(:disabled), .pv-checkbox:hover:not(:disabled),
|
|
1081
|
+
.pv-radio:focus-visible:not(:disabled),
|
|
1082
|
+
.pv-radio:hover:not(:disabled) {
|
|
1083
|
+
border-color: var(--color-border-brand, #36C5BA);
|
|
1084
|
+
}
|
|
1085
|
+
.pv-checkbox:focus-visible:not(:disabled):checked, .pv-checkbox:hover:not(:disabled):checked,
|
|
1086
|
+
.pv-radio:focus-visible:not(:disabled):checked,
|
|
1087
|
+
.pv-radio:hover:not(:disabled):checked {
|
|
1088
|
+
background-color: var(--color-background-brand, #176F6F);
|
|
1089
|
+
}
|
|
1090
|
+
.pv-checkbox:checked,
|
|
1091
|
+
.pv-radio:checked {
|
|
1092
|
+
background-color: var(--color-background-brand, #02363D);
|
|
1093
|
+
border-color: var(--color-border-brand, #02363D);
|
|
1119
1094
|
}
|
|
1120
1095
|
.pv-checkbox:disabled,
|
|
1121
1096
|
.pv-radio:disabled {
|
|
1122
|
-
background-color:
|
|
1097
|
+
background-color: #ECECEC;
|
|
1123
1098
|
}
|
|
1124
1099
|
.pv-checkbox:disabled:checked,
|
|
1125
1100
|
.pv-radio:disabled:checked {
|
|
1126
|
-
background-color:
|
|
1127
|
-
border-color:
|
|
1101
|
+
background-color: #6E7784;
|
|
1102
|
+
border-color: #6E7784;
|
|
1128
1103
|
}
|
|
1129
1104
|
.pv-checkbox:disabled + span,
|
|
1130
1105
|
.pv-radio:disabled + span {
|
|
1131
1106
|
color: #4B595C;
|
|
1132
1107
|
}
|
|
1133
1108
|
|
|
1109
|
+
.pv-checkbox:focus-visible:indeterminate, .pv-checkbox:hover:indeterminate {
|
|
1110
|
+
background-color: var(--color-background-brand, #176F6F);
|
|
1111
|
+
}
|
|
1112
|
+
.pv-checkbox:indeterminate {
|
|
1113
|
+
background-color: var(--color-background-brand, #02363D);
|
|
1114
|
+
border-color: var(--color-border-brand, #02363D);
|
|
1115
|
+
}
|
|
1116
|
+
|
|
1134
1117
|
.pv-checkbox {
|
|
1135
1118
|
border-radius: 2px;
|
|
1136
1119
|
}
|
|
@@ -1140,16 +1123,10 @@ label:has(input:not(:disabled)).pv-label-hover:hover {
|
|
|
1140
1123
|
background-position: 50% 50%;
|
|
1141
1124
|
}
|
|
1142
1125
|
.pv-checkbox:checked {
|
|
1143
|
-
background-image:
|
|
1144
|
-
}
|
|
1145
|
-
.pv-checkbox:checked:disabled {
|
|
1146
|
-
background-image: var(--checkbox-checked-disabled-background-image, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21.1 4.9c.6.6.6 1.5 0 2.1l-11 11c-.6.6-1.5.6-2.1 0l-5-5c-.6-.6-.6-1.5 0-2.1.6-.6 1.5-.6 2.1 0l3.9 4L18.9 5c.6-.6 1.6-.6 2.2-.1z' fill='%237D898D'/%3E%3C/svg%3E"));
|
|
1126
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='m12 2.256-7.762 8.87L0 6.89l1.466-1.466 2.67 2.67L10.44.892 12 2.256Z'/%3E%3C/svg%3E");
|
|
1147
1127
|
}
|
|
1148
1128
|
.pv-checkbox:indeterminate {
|
|
1149
|
-
background-image:
|
|
1150
|
-
}
|
|
1151
|
-
.pv-checkbox:indeterminate:disabled {
|
|
1152
|
-
background-image: var(--checkbox-indeterminate-disabled-background-image, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6.5a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1h-7Z' fill='%237D898D'/%3E%3C/svg%3E"));
|
|
1129
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M0 5h12v2H0z' fill='%23fff'/%3E%3C/svg%3E");
|
|
1153
1130
|
}
|
|
1154
1131
|
|
|
1155
1132
|
.pv-radio {
|
|
@@ -1160,30 +1137,18 @@ label:has(input:not(:disabled)).pv-label-hover:hover {
|
|
|
1160
1137
|
background-color: unset;
|
|
1161
1138
|
border-color: var(--color-border, #E3E7EA);
|
|
1162
1139
|
}
|
|
1163
|
-
.pv-radio:checked {
|
|
1164
|
-
background-color: var(--radio-checked-background-color, transparent);
|
|
1165
|
-
}
|
|
1166
|
-
.pv-radio:checked:not(:disabled):hover, .pv-radio:checked:not(:disabled):focus-visible {
|
|
1167
|
-
background-color: var(--radio-checked-hover-background-color, transparent);
|
|
1168
|
-
}
|
|
1169
1140
|
.pv-radio:checked:after {
|
|
1170
1141
|
content: "";
|
|
1171
1142
|
display: block;
|
|
1172
|
-
width:
|
|
1173
|
-
height:
|
|
1174
|
-
background-color:
|
|
1143
|
+
width: 6px;
|
|
1144
|
+
height: 6px;
|
|
1145
|
+
background-color: #FFFFFF;
|
|
1175
1146
|
position: absolute;
|
|
1176
1147
|
top: 50%;
|
|
1177
1148
|
left: 50%;
|
|
1178
1149
|
transform: translate(-50%, -50%);
|
|
1179
1150
|
border-radius: 50%;
|
|
1180
1151
|
}
|
|
1181
|
-
.pv-radio:disabled:checked {
|
|
1182
|
-
border-color: var(--radio-checked-disabled-border-color, #D2D8DC);
|
|
1183
|
-
}
|
|
1184
|
-
.pv-radio:disabled:checked:after {
|
|
1185
|
-
background-color: var(--radio-checked-disabled-after-background-color, #D2D8DC);
|
|
1186
|
-
}
|
|
1187
1152
|
|
|
1188
1153
|
.pv-input-padded-end {
|
|
1189
1154
|
padding-inline-end: 2.25rem;
|
|
@@ -1483,7 +1448,7 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
1483
1448
|
.pv-ghost-input[data-style=h3] input {
|
|
1484
1449
|
font-weight: 600;
|
|
1485
1450
|
font-size: 0.875rem;
|
|
1486
|
-
line-height: 1.
|
|
1451
|
+
line-height: 1.1428571;
|
|
1487
1452
|
}
|
|
1488
1453
|
.pv-ghost-input[data-style=h4] input {
|
|
1489
1454
|
font-weight: 600;
|
|
@@ -1831,7 +1796,7 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
1831
1796
|
[data-collapsed] [data-grid-area=sidebar] .pv-nav-list details > summary {
|
|
1832
1797
|
background-image: none;
|
|
1833
1798
|
width: 40px;
|
|
1834
|
-
padding: var(--nav-list-collapsed-padding, 0.5rem
|
|
1799
|
+
padding: var(--nav-list-collapsed-padding, 0.5rem 1rem);
|
|
1835
1800
|
}
|
|
1836
1801
|
[data-collapsed] [data-grid-area=sidebar] .pv-nav-list details[open] > summary {
|
|
1837
1802
|
background-color: var(--nav-list-background-color, transparent);
|
|
@@ -1849,7 +1814,7 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
1849
1814
|
}
|
|
1850
1815
|
[data-collapsed] [data-grid-area=sidebar] .pv-nav-list a {
|
|
1851
1816
|
display: block;
|
|
1852
|
-
padding: var(--nav-list-collapsed-padding, 0.5rem
|
|
1817
|
+
padding: var(--nav-list-collapsed-padding, 0.5rem 1rem);
|
|
1853
1818
|
}
|
|
1854
1819
|
|
|
1855
1820
|
.pv-nav-list-inverse,
|
|
@@ -2580,17 +2545,13 @@ td:not([rowspan]) > .pv-responsive-cell {
|
|
|
2580
2545
|
border-radius: 2rem;
|
|
2581
2546
|
}
|
|
2582
2547
|
|
|
2583
|
-
button[class*=pv-tag]
|
|
2584
|
-
button.pv-tag-tertiary {
|
|
2548
|
+
button[class*=pv-tag] {
|
|
2585
2549
|
cursor: pointer;
|
|
2586
2550
|
}
|
|
2587
|
-
button[class*=pv-tag]:hover, button[class*=pv-tag]:focus-visible
|
|
2588
|
-
button.pv-tag-tertiary:hover,
|
|
2589
|
-
button.pv-tag-tertiary:focus-visible {
|
|
2551
|
+
button[class*=pv-tag]:hover, button[class*=pv-tag]:focus-visible {
|
|
2590
2552
|
background-color: #E8F2F4;
|
|
2591
2553
|
}
|
|
2592
|
-
button[class*=pv-tag]:active
|
|
2593
|
-
button.pv-tag-tertiary:active {
|
|
2554
|
+
button[class*=pv-tag]:active {
|
|
2594
2555
|
background-color: #C7D8DB;
|
|
2595
2556
|
}
|
|
2596
2557
|
|
|
@@ -2684,33 +2645,6 @@ strong[class*=pv-tag] {
|
|
|
2684
2645
|
color: #121313;
|
|
2685
2646
|
}
|
|
2686
2647
|
|
|
2687
|
-
.pv-tag-primary {
|
|
2688
|
-
background-color: #16696D;
|
|
2689
|
-
color: #FFFFFF;
|
|
2690
|
-
}
|
|
2691
|
-
|
|
2692
|
-
button.pv-tag-primary:hover, button.pv-tag-primary:focus-visible {
|
|
2693
|
-
background-color: #0D5256;
|
|
2694
|
-
}
|
|
2695
|
-
button.pv-tag-primary:active {
|
|
2696
|
-
background-color: #02363D;
|
|
2697
|
-
}
|
|
2698
|
-
|
|
2699
|
-
.pv-tag-secondary {
|
|
2700
|
-
background-color: #FFFFFF;
|
|
2701
|
-
color: #4B595C;
|
|
2702
|
-
border-color: #D2D8DC;
|
|
2703
|
-
}
|
|
2704
|
-
|
|
2705
|
-
button.pv-tag-secondary:hover, button.pv-tag-secondary:focus-visible {
|
|
2706
|
-
background-color: #E8F2F4;
|
|
2707
|
-
color: #121313;
|
|
2708
|
-
}
|
|
2709
|
-
button.pv-tag-secondary:active {
|
|
2710
|
-
background-color: #C7D8DB;
|
|
2711
|
-
color: #121313;
|
|
2712
|
-
}
|
|
2713
|
-
|
|
2714
2648
|
.pv-pill {
|
|
2715
2649
|
display: inline-block;
|
|
2716
2650
|
padding: 3px 6px;
|
|
@@ -2961,7 +2895,7 @@ button.pv-tag-secondary:active {
|
|
|
2961
2895
|
.pv-select-multiple[data-dropdown],
|
|
2962
2896
|
.pv-input-search[data-dropdown] {
|
|
2963
2897
|
border-color: #36C5BA;
|
|
2964
|
-
color: #
|
|
2898
|
+
color: #176F6F;
|
|
2965
2899
|
}
|
|
2966
2900
|
.pv-select-multiple[data-dropdown] + .pv-popover,
|
|
2967
2901
|
.pv-input-search[data-dropdown] + .pv-popover {
|
|
@@ -3254,7 +3188,7 @@ button.pv-tag-secondary:active {
|
|
|
3254
3188
|
display: none;
|
|
3255
3189
|
}
|
|
3256
3190
|
:where([class*=pv-accordion]) > summary:hover, :where([class*=pv-accordion]) > summary:focus-within {
|
|
3257
|
-
color: var(--color-text-brand, #
|
|
3191
|
+
color: var(--color-text-brand, #176F6F);
|
|
3258
3192
|
}
|
|
3259
3193
|
:where([class*=pv-accordion]) > :where(:not(summary)) {
|
|
3260
3194
|
padding: 0 1rem 1rem 1rem;
|
|
@@ -3352,7 +3286,7 @@ button.pv-tag-secondary:active {
|
|
|
3352
3286
|
transition-timing-function: ease-in;
|
|
3353
3287
|
}
|
|
3354
3288
|
:where(.pv-details) > summary:hover, :where(.pv-details) > summary:focus-within {
|
|
3355
|
-
color: var(--color-text-brand, #
|
|
3289
|
+
color: var(--color-text-brand, #176F6F);
|
|
3356
3290
|
}
|
|
3357
3291
|
:where(.pv-details) > summary::-webkit-details-marker {
|
|
3358
3292
|
display: none;
|
|
@@ -3508,7 +3442,7 @@ button.pv-tag-secondary:active {
|
|
|
3508
3442
|
.pv-card-select > label > :last-child {
|
|
3509
3443
|
padding: 1rem 1.5rem;
|
|
3510
3444
|
font-weight: 600;
|
|
3511
|
-
color: #
|
|
3445
|
+
color: #176F6F;
|
|
3512
3446
|
background-image: var(--unselected-icon);
|
|
3513
3447
|
background-repeat: no-repeat;
|
|
3514
3448
|
background-size: 1.5rem 1.5rem;
|
|
@@ -3518,7 +3452,7 @@ button.pv-tag-secondary:active {
|
|
|
3518
3452
|
content: var(--unselected);
|
|
3519
3453
|
}
|
|
3520
3454
|
.pv-card-select > label:hover {
|
|
3521
|
-
color: #
|
|
3455
|
+
color: #176F6F;
|
|
3522
3456
|
cursor: pointer;
|
|
3523
3457
|
border-color: #36C5BA;
|
|
3524
3458
|
}
|
|
@@ -3890,7 +3824,7 @@ pv-data-grid.ag-theme-pv {
|
|
|
3890
3824
|
--ag-active-color: #36C5BA !important;
|
|
3891
3825
|
--ag-row-hover-color: #F7F8F8 !important;
|
|
3892
3826
|
--ag-range-selection-background-color: rgba(0,0,0,0.2) !important;
|
|
3893
|
-
--ag-accent-color: #
|
|
3827
|
+
--ag-accent-color: #176F6F !important;
|
|
3894
3828
|
--ag-header-cell-hover-background-color: #E2F7F5;
|
|
3895
3829
|
--ag-header-column-separator-height: 100%;
|
|
3896
3830
|
--ag-popup-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.30), 0px 8px 12px -4px rgba(0, 0, 0, 0.08), 0px 12px 16px 0px rgba(0, 0, 0, 0.10);
|
|
@@ -4111,26 +4045,6 @@ pv-data-grid.ag-theme-pv {
|
|
|
4111
4045
|
border-bottom: 1px solid #E3E7EA;
|
|
4112
4046
|
}
|
|
4113
4047
|
|
|
4114
|
-
[class*=pv-banner] {
|
|
4115
|
-
padding: var(--banner-padding, 0.75rem 1rem);
|
|
4116
|
-
border-radius: var(--banner-radius, 4px);
|
|
4117
|
-
}
|
|
4118
|
-
|
|
4119
|
-
.pv-banner-primary {
|
|
4120
|
-
background-color: var(--banner-primary-background-color, #E4F8F6);
|
|
4121
|
-
border-bottom: 1px solid var(--banner-primary-border-color, #B0E8E4);
|
|
4122
|
-
}
|
|
4123
|
-
|
|
4124
|
-
.pv-banner-secondary {
|
|
4125
|
-
background-color: var(--banner-secondary-background-color, #FFFFFF);
|
|
4126
|
-
border: 1px solid var(--banner-secondary-border-color, #E3E7EA);
|
|
4127
|
-
}
|
|
4128
|
-
|
|
4129
|
-
.pv-banner-tertiary {
|
|
4130
|
-
background-color: var(--banner-tertiary-background-color, #F7F8F8);
|
|
4131
|
-
border: 1px solid var(--banner-tertiary-border-color, transparent);
|
|
4132
|
-
}
|
|
4133
|
-
|
|
4134
4048
|
.pv-layout-primary,
|
|
4135
4049
|
.pv-layout-primary[data-collapsed] {
|
|
4136
4050
|
font-family: var(--layout-primary-sidebar-font-family, Inter, sans-serif);
|
|
@@ -4319,40 +4233,6 @@ body:has(.pv-layout-primary) {
|
|
|
4319
4233
|
}
|
|
4320
4234
|
}
|
|
4321
4235
|
|
|
4322
|
-
.pv-layout-two-sidebar {
|
|
4323
|
-
--left-size: 320px;
|
|
4324
|
-
--right-size: 320px;
|
|
4325
|
-
overflow: clip;
|
|
4326
|
-
height: 100%;
|
|
4327
|
-
display: grid;
|
|
4328
|
-
transition: 200ms;
|
|
4329
|
-
grid-template-columns: var(--left-size) 1fr var(--right-size);
|
|
4330
|
-
grid-template-areas: "left center right";
|
|
4331
|
-
}
|
|
4332
|
-
.pv-layout-two-sidebar:has([data-layout=left-sidebar][data-hidden]) {
|
|
4333
|
-
grid-template-columns: 0 1fr var(--right-size);
|
|
4334
|
-
}
|
|
4335
|
-
.pv-layout-two-sidebar:has([data-layout=right-sidebar][data-hidden]) {
|
|
4336
|
-
grid-template-columns: var(--left-size) 1fr 0;
|
|
4337
|
-
}
|
|
4338
|
-
.pv-layout-two-sidebar:has([data-layout=left-sidebar][data-hidden]):has([data-layout=right-sidebar][data-hidden]) {
|
|
4339
|
-
grid-template-columns: 0 1fr 0;
|
|
4340
|
-
}
|
|
4341
|
-
.pv-layout-two-sidebar [data-layout=left-sidebar] {
|
|
4342
|
-
border-right: 1px solid #E3E7EA;
|
|
4343
|
-
min-width: var(--left-size);
|
|
4344
|
-
}
|
|
4345
|
-
.pv-layout-two-sidebar [data-layout=left-sidebar][data-hidden] {
|
|
4346
|
-
transform: translateX(calc(var(--left-size) * -1));
|
|
4347
|
-
}
|
|
4348
|
-
.pv-layout-two-sidebar [data-layout=right-sidebar] {
|
|
4349
|
-
border-left: 1px solid #E3E7EA;
|
|
4350
|
-
min-width: var(--right-size);
|
|
4351
|
-
}
|
|
4352
|
-
.pv-layout-two-sidebar [data-layout=right-sidebar][data-hidden] {
|
|
4353
|
-
transform: translateX(var(--right-size));
|
|
4354
|
-
}
|
|
4355
|
-
|
|
4356
4236
|
.pv-surface-brand {
|
|
4357
4237
|
background-color: var(--color-background-brand, #02363D);
|
|
4358
4238
|
}
|
|
@@ -4398,7 +4278,8 @@ body:has(.pv-layout-primary) {
|
|
|
4398
4278
|
}
|
|
4399
4279
|
|
|
4400
4280
|
.pv-text-subdued-inverse {
|
|
4401
|
-
color: var(--color-text-inverse
|
|
4281
|
+
color: var(--color-text-inverse, #FFFFFF);
|
|
4282
|
+
opacity: 0.7;
|
|
4402
4283
|
}
|
|
4403
4284
|
|
|
4404
4285
|
.pv-text-inverse {
|
|
@@ -4406,7 +4287,7 @@ body:has(.pv-layout-primary) {
|
|
|
4406
4287
|
}
|
|
4407
4288
|
|
|
4408
4289
|
.pv-text-brand {
|
|
4409
|
-
color: var(--color-text-brand, #
|
|
4290
|
+
color: var(--color-text-brand, #176F6F);
|
|
4410
4291
|
}
|
|
4411
4292
|
|
|
4412
4293
|
.pv-text-brand-inverse {
|
|
@@ -4795,10 +4676,6 @@ svg.pv-text-inherit {
|
|
|
4795
4676
|
border-color: var(--color-border-warning, #B38F00);
|
|
4796
4677
|
}
|
|
4797
4678
|
|
|
4798
|
-
.pv-border-critical {
|
|
4799
|
-
border-color: var(--color-border-critical, #FF471A);
|
|
4800
|
-
}
|
|
4801
|
-
|
|
4802
4679
|
.pv-border-brand {
|
|
4803
4680
|
border-color: var(--color-border-brand, #16696D);
|
|
4804
4681
|
}
|