mirror of
https://github.com/metagov/govarch-website.git
synced 2025-04-30 13:18:00 +00:00
8 lines
178 B
SCSS
8 lines
178 B
SCSS
@mixin divider {
|
|
border: 0;
|
|
display: block;
|
|
width: 152px;
|
|
height: 12px;
|
|
margin: .5em auto 0;
|
|
background: url(#{$asset_url}/images/divider.svg) no-repeat top center;
|
|
} |