A few clean-up items in the Platform Admin section

This commit is contained in:
Jonathan Bobel
2023-08-18 11:30:30 -04:00
parent cc0e0a90f0
commit 51fde90f79
20 changed files with 40 additions and 128 deletions

View File

@@ -357,6 +357,9 @@ td.table-empty-message {
&:not(.pill-item--selected):hover {
background: color("blue-warm-70v");
}
&.pill-item--selected:hover {
color: color("blue-60v");
}
}
}
}

View File

@@ -7,7 +7,7 @@ in the form $setting: value,
----------------------------------------
*/
@use "uswds-global" with (
@use "uswds-core" with (
$theme-font-type-sans: "public-sans",
$theme-show-notifications: false
);