Skip to content

Commit 5aead1e

Browse files
authored
style: add style for <hr>
1 parent fb3f4ce commit 5aead1e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

_sass/_basscss.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ p, .p, .f4, h4, h5, h6, dl, ol, ul {
5353
line-height: 1.5rem;
5454
}
5555

56+
hr {
57+
height: 0.25em;
58+
padding: 0;
59+
margin: 24px 0;
60+
background-color: #e1e4e8;
61+
border: 0;
62+
}
63+
5664
small, .small, .f5 {
5765
font-size: .875rem;
5866
line-height: 1.5rem;

0 commit comments

Comments
 (0)