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:
Chris Hill-Scott
2016-06-23 17:31:45 +01:00
parent 68cb76a12e
commit e988a3633a
6 changed files with 29 additions and 11 deletions

View File

@@ -0,0 +1,8 @@
.research-mode {
font-weight: bold;
display: inline-block;
padding: 5px 10px;
background: $govuk-blue;
color: $white;
border-radius: 2px;
}

View File

@@ -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';