mirror of
https://github.com/metagov/govarch-website.git
synced 2025-05-01 05:38:00 +00:00
8 lines
160 B
SCSS
8 lines
160 B
SCSS
@mixin divider {
|
|
content: "";
|
|
display: block;
|
|
width: 152px;
|
|
height: 12px;
|
|
margin: 1em auto 0;
|
|
background-image: url('/assets/images/divider.svg');
|
|
} |