Files
notifications-admin/app/assets/stylesheets/components/placeholder.scss
Chris Hill-Scott c6a73c287a Improvements to send SMS page
- make messages align horizontally
- change wording of step 2 (from Lorena)
2015-12-11 14:32:43 +00:00

9 lines
143 B
SCSS

.placeholder {
display: inline;
background: $light-blue;
color: $white;
white-space: nowrap;
padding: 0 5px;
border-radius: 3px;
}