homepage/source/_assets/layout_internal/navigation.scss

26 lines
385 B
SCSS

@import '../vars';
.navigation {
display: block;
border-bottom: 1px solid $rule-color;
margin-bottom: 1em;
&__actions {
list-style: none;
margin: 0;
padding: 0;
}
&__action {
display: inline-block;
margin: {
top: 1em;
bottom: 1em;
right: 1em;
}
}
&__link {
}
}