mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 20:18:24 -04:00
Show service suspension in breadcrumb
Previously there was no indication that a service was suspended. While this could also be shown for archived/deleted services, the meaning is similar enough that it makes sense there too - the name of the archived service should distinguish it as being archived.
This commit is contained in:
@@ -34,6 +34,12 @@
|
||||
box-shadow: 0 -3px 0 0 $grey-3;
|
||||
}
|
||||
|
||||
&--suspended {
|
||||
background: $grey-3;
|
||||
color: mix($grey-1, $text-colour);
|
||||
box-shadow: 0 -3px 0 0 $grey-3;
|
||||
}
|
||||
|
||||
&--live {
|
||||
// This uses new Design System colours to match .govuk-tag--red
|
||||
background: #F6D7D2;
|
||||
|
||||
Reference in New Issue
Block a user