Merge pull request #795 from GSA/bug-failed-message-style

Styling update for failed section
This commit is contained in:
Carlo Costino
2023-09-22 16:47:33 -04:00
committed by GitHub

View File

@@ -260,7 +260,17 @@ td.table-empty-message {
display: flex;
padding: units(1) units(2);
&--failing {
background: color("red-warm-50v");
padding: 0;
a.usa-link {
color: white;
background: color("red-warm-50v");
padding: units(1) units(2);
margin: 0;
width: 100%;
&:hover {
background: color("red-warm-60v");
}
}
}
}
}