mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Platform admin: Highlight service in research mode
Research mode trumps live. Copies the same style we use in the page footer.
This commit is contained in:
8
app/assets/stylesheets/components/research-mode.scss
Normal file
8
app/assets/stylesheets/components/research-mode.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
.research-mode {
|
||||
font-weight: bold;
|
||||
display: inline-block;
|
||||
padding: 5px 10px;
|
||||
background: $govuk-blue;
|
||||
color: $white;
|
||||
border-radius: 2px;
|
||||
}
|
||||
Reference in New Issue
Block a user