Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
feat(typography): style <hr> tags
Browse files Browse the repository at this point in the history
  • Loading branch information
rbarilani committed Oct 6, 2017
1 parent a984f1f commit 0b8ec2c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/style/_doc/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ h1 { @include dc-h1 }
h2 { @include dc-h2 }
h3 { @include dc-h3 }
h4 { @include dc-h4 }

hr {
@include dc-divider;
@include dc-divider--secondary;
}
7 changes: 7 additions & 0 deletions source/style/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -3074,6 +3074,13 @@ h4 {
font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-size: 60%; }

hr {
height: 1px;
margin-bottom: 2.4rem;
border: 0;
background: #d1d1d1;
background: #ededed; }

body {
font-size: 16px;
overflow-y: auto;
Expand Down

0 comments on commit 0b8ec2c

Please # to comment.