refactor(@theme): header and footer links

This commit is contained in:
tibing 2017-04-19 10:48:37 +03:00
parent ae51a3bd2e
commit ff0e6adf60
4 changed files with 14 additions and 2 deletions

View file

@ -32,6 +32,7 @@ $nga-sidebar-width-compact: 3.45rem;
a:hover {
color: $nga-color-secondary;
text-decoration: none;
}
nga-layout {
@ -63,6 +64,11 @@ $nga-sidebar-width-compact: 3.45rem;
i {
font-size: 2rem;
margin-right: 1.25rem;
&:first-child {
display: flex;
justify-content: center;
}
}
}
}