Files
notifications-admin/app/assets/stylesheets/components/placeholder.scss
Chris Hill-Scott 1f39a0fe61 Hard code some data in the Python
This commit adds some stubbed data for the pages. The structure of the data
is just a proposal, but it gives the templates something to work with for now.
2015-12-11 09:48:59 +00:00

8 lines
143 B
SCSS

.placeholder {
display: inline;
background: $light-blue;
color: $white;
padding: 0 5px;
box-shadow: inset 0 0 0 2px $panel-colour;
}