805 - Making the clickable area on dashboard a button

This commit is contained in:
Jonathan Bobel
2024-03-18 12:43:56 -04:00
parent 0e608599c3
commit ee1c4efb03
4 changed files with 22 additions and 19 deletions

View File

@@ -312,18 +312,15 @@ td.table-empty-message {
.dashboard {
.big-number-with-status {
a {
background: color("blue-60v");
padding: units(2);
margin-bottom: units(1);
text-decoration: none;
&:hover{
background: color("blue-warm-70v");
}
}
span {
color: white;
}
// a {
// background: color("blue-60v");
// padding: units(2);
// margin-bottom: units(1);
// text-decoration: none;
// &:hover{
// background: color("blue-warm-70v");
// }
// }
.big-number-smaller {
display: flex;
flex-direction: column;

View File

@@ -9,5 +9,9 @@ in the form $setting: value,
@use "uswds-core" with (
$theme-font-type-sans: "public-sans",
$theme-show-notifications: false
$theme-show-notifications: false,
$theme-banner-max-width: "desktop-lg",
$theme-grid-container-max-width: "desktop-lg",
$theme-footer-max-width: "desktop-lg",
$theme-header-max-width: "desktop-lg"
);