mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 18:13:11 -04:00
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.
8 lines
143 B
SCSS
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;
|
|
}
|