mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
Add restricted mode warning
For the hack day, we should only let developers use the platform in restricted mode. This commit adds a banner telling them this. Can’t get the app running locally, so fingers crossed it actually looks how I imagine it’s going to look…
This commit is contained in:
@@ -28,6 +28,12 @@
|
||||
|
||||
}
|
||||
|
||||
.banner-info {
|
||||
@extend .banner;
|
||||
background: $govuk-blue;
|
||||
color: $white;
|
||||
}
|
||||
|
||||
.banner-dangerous {
|
||||
|
||||
@extend .banner;
|
||||
|
||||
Reference in New Issue
Block a user