9 lines
92 B
Sass
9 lines
92 B
Sass
|
|
// Divider
|
|
//
|
|
|
|
hr
|
|
border: 0
|
|
border-top: .1rem solid $color-tertiary
|
|
margin: 3.0rem 0
|