feat(aio): hr styling

This commit is contained in:
Stefanie Fluin 2017-04-11 10:18:09 -07:00 committed by Pete Bacon Darwin
parent 061475402c
commit 3ec58ecea0
2 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,9 @@
.hr-margin {
display: block;
height: 1px;
border: 0;
border-top: 1px solid $lightgray;
margin-top: 16px;
margin-bottom: 16px;
padding: 0;
}

View File

@ -17,4 +17,5 @@
@import 'hero';
@import 'announcement-bar';
@import 'banner';
@import 'api-list';
@import 'api-list';
@import 'hr';