tweak UI for nav links

This commit is contained in:
Aaron Carlino 2019-11-14 15:38:18 +13:00
parent f14291e1be
commit ac15a37592
1 changed files with 5 additions and 5 deletions

View File

@ -50,15 +50,15 @@ body {
&.section {
&::before {
background: $gray-700;
height: 4px;
top: 50%;
margin-top: -2pxp;
// height: 4px;
// top: 50%;
// margin-top: -2pxp;
}
&.active {
&::before {
background: $theme-color-primary;
height: 100%;
top: 0;
// height: 100%;
// top: 0;
}
}
}