mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-24 11:11:15 -04: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;
|
|
}
|