mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-07 19:02:26 -05:00
9 lines
152 B
SCSS
9 lines
152 B
SCSS
.research-mode {
|
|
font-weight: bold;
|
|
display: inline-block;
|
|
padding: 5px 10px;
|
|
background: $govuk-blue;
|
|
color: $white;
|
|
border-radius: 2px;
|
|
}
|