Styling update to fix broken link when status is failing

This commit is contained in:
Jonathan Bobel
2023-09-18 12:14:28 -04:00
parent c00f769e44
commit 594e1095f7
3 changed files with 5 additions and 2 deletions

View File

@@ -259,6 +259,9 @@ td.table-empty-message {
background: color("green-cool-40v");
display: flex;
padding: units(1) units(2);
&--failing {
background: color("red-warm-50v");
}
}
}
.usa-table {