website/_includes/styles/components/separator.scss
Foster Hangdaan 4571eb3e85
Replace font icons with SVG icons
The new SVG icons are from the Tabler Icons set.
2023-07-31 00:14:54 -04:00

19 lines
353 B
SCSS

.separator {
display: flex;
align-items: center;
justify-content: center;
margin: 1rem auto;
max-width: var(--page--max-width);
.outer-outline {
width: 40%;
border: 1px solid var(--color-black);
}
.icon {
display: flex;
align-items: center;
font-size: 2rem;
margin: 0 0.2rem;
color: var(--color-black);
}
}