Files
notifications-admin/app/assets/stylesheets/components/research-mode.scss

9 lines
152 B
SCSS
Raw Normal View History

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