mirror of
https://github.com/danog/sass-site.git
synced 2024-12-13 01:47:44 +01:00
18 lines
249 B
SCSS
18 lines
249 B
SCSS
|
.sl-c-link-header {
|
||
|
|
||
|
a {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
|
||
|
&:after {
|
||
|
margin: {
|
||
|
right: .5rem;
|
||
|
left: 1rem;
|
||
|
};
|
||
|
font-size: 1rem;
|
||
|
content: "\1F517";
|
||
|
}
|
||
|
}
|
||
|
}
|