Add a banner ✔

This commit is contained in:
Chris Hill-Scott
2015-12-17 14:05:35 +00:00
parent 2acf599c04
commit 034c70bc97
5 changed files with 31 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
.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;
}
}

View File

@@ -37,6 +37,7 @@
@import 'components/table';
@import 'components/navigation';
@import 'components/big-number';
@import 'components/banner';
@import 'views/job';