Files

8 lines
178 B
SCSS
Raw Permalink Normal View History

2018-07-30 18:11:43 -07:00
@mixin divider {
2018-07-31 10:08:53 -07:00
border: 0;
2018-07-31 07:57:25 -07:00
display: block;
width: 152px;
height: 12px;
2018-07-31 09:16:19 -07:00
margin: .5em auto 0;
2018-07-31 10:08:53 -07:00
background: url(#{$asset_url}/images/divider.svg) no-repeat top center;
2018-07-30 18:11:43 -07:00
}