Files
notifications-admin/app/assets/stylesheets/components/research-mode.scss
Chris Hill-Scott e988a3633a Platform admin: Highlight service in research mode
Research mode trumps live.

Copies the same style we use in the page footer.
2016-06-23 17:47:19 +01:00

9 lines
152 B
SCSS

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