@ncds/ui-admin 1.8.19-alpha.0 → 1.8.19-alpha.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.
|
@@ -6501,7 +6501,6 @@ button {
|
|
|
6501
6501
|
.ncua-table--vertical .ncua-table__body > .ncua-table__row {
|
|
6502
6502
|
height: 48px;
|
|
6503
6503
|
}
|
|
6504
|
-
.ncua-table--vertical .ncua-table__body > .ncua-table__row td:first-child,
|
|
6505
6504
|
.ncua-table--vertical .ncua-table__body > .ncua-table__row th:first-child {
|
|
6506
6505
|
width: 240px;
|
|
6507
6506
|
min-width: 240px;
|
|
@@ -6521,19 +6520,16 @@ button {
|
|
|
6521
6520
|
text-align: left;
|
|
6522
6521
|
font-weight: var(--font-weights-commerce-sans-0);
|
|
6523
6522
|
}
|
|
6524
|
-
.ncua-table--vertical .ncua-table__body > .ncua-table__row td:first-child > div:has(> .ncua-tooltip),
|
|
6525
6523
|
.ncua-table--vertical .ncua-table__body > .ncua-table__row th:first-child > div:has(> .ncua-tooltip) {
|
|
6526
6524
|
display: flex;
|
|
6527
6525
|
align-items: center;
|
|
6528
6526
|
}
|
|
6529
|
-
.ncua-table--vertical .ncua-table__body > .ncua-table__row td:first-child > div:has(> .ncua-tooltip) > .ncua-tooltip,
|
|
6530
6527
|
.ncua-table--vertical .ncua-table__body > .ncua-table__row th:first-child > div:has(> .ncua-tooltip) > .ncua-tooltip {
|
|
6531
6528
|
display: inline-flex;
|
|
6532
6529
|
align-items: center;
|
|
6533
6530
|
line-height: 1;
|
|
6534
6531
|
margin-left: var(--spacing-xs);
|
|
6535
6532
|
}
|
|
6536
|
-
.ncua-table--vertical .ncua-table__body > .ncua-table__row td:first-child > div:has(> .ncua-tooltip) > .ncua-tooltip > .ncua-tooltip__icon,
|
|
6537
6533
|
.ncua-table--vertical .ncua-table__body > .ncua-table__row th:first-child > div:has(> .ncua-tooltip) > .ncua-tooltip > .ncua-tooltip__icon {
|
|
6538
6534
|
display: inline-flex;
|
|
6539
6535
|
align-items: center;
|
|
@@ -6566,6 +6562,7 @@ button {
|
|
|
6566
6562
|
font-size: var(--font-size-xs);
|
|
6567
6563
|
font-weight: var(--font-weights-commerce-sans-0);
|
|
6568
6564
|
line-height: var(--line-heights-xs);
|
|
6565
|
+
color: var(--gray-700);
|
|
6569
6566
|
text-align: center;
|
|
6570
6567
|
background: var(--base-white);
|
|
6571
6568
|
border-right: 1px solid var(--gray-100);
|