mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -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;
|
||||
}
|
||||
@@ -53,6 +53,7 @@ $path: '/static/images/';
|
||||
@import 'components/show-more';
|
||||
@import 'components/message';
|
||||
@import 'components/phone';
|
||||
@import 'components/research-mode';
|
||||
|
||||
@import 'views/job';
|
||||
@import 'views/edit-template';
|
||||
|
||||
Reference in New Issue
Block a user