From e2ab8ea0080488a319886c93fd07798a7239bc2d Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Fri, 22 Sep 2023 16:35:12 -0400 Subject: [PATCH] Styling update for failed section --- .../sass/uswds/_uswds-theme-custom-styles.scss | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss index 049ea8b3e..aca7341ae 100644 --- a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss +++ b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss @@ -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"); + } + } } } }