mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-01 12:19:47 -04:00
9 lines
143 B
SCSS
9 lines
143 B
SCSS
.placeholder {
|
|
display: inline;
|
|
background: $light-blue;
|
|
color: $white;
|
|
white-space: nowrap;
|
|
padding: 0 5px;
|
|
border-radius: 3px;
|
|
}
|