mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 08:16:51 -04:00
Styling update for failed section
This commit is contained in:
@@ -260,7 +260,17 @@ td.table-empty-message {
|
|||||||
display: flex;
|
display: flex;
|
||||||
padding: units(1) units(2);
|
padding: units(1) units(2);
|
||||||
&--failing {
|
&--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");
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user