Files
notifications-admin/app/assets/stylesheets/components/banner.scss
Chris Hill-Scott 034c70bc97 Add a banner ✔
2016-01-05 13:31:54 +00:00

22 lines
350 B
SCSS

.banner {
@include core-19;
background: $turquoise;
color: $white;
display: block;
padding: $gutter-half $gutter;
margin: 0 0 $gutter 0;
text-align: center;
position: relative;
&:before {
@include core-24;
content: '';
position: absolute;
top: $gutter-half;
left: $gutter-half;
margin-top: -2px;
}
}