Skip to content

Commit

Permalink
Add styling for hr.
Browse files Browse the repository at this point in the history
  • Loading branch information
srph committed Oct 28, 2015
1 parent 5651c23 commit 281dd71
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions styles/base/scaffold.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@ body {
line-height: $line-height-base;
@include proxima;
}

hr {
// @TODO
// Add margin for `hr`;
// tho, we can just add the utility class "_spacer"
border: 0;
border-top: 1px solid $brand-gray;
}

0 comments on commit 281dd71

Please sign in to comment.