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 { &.section {
&::before { &::before {
background: $gray-700; background: $gray-700;
height: 4px; // height: 4px;
top: 50%; // top: 50%;
margin-top: -2pxp; // margin-top: -2pxp;
} }
&.active { &.active {
&::before { &::before {
background: $theme-color-primary; background: $theme-color-primary;
height: 100%; // height: 100%;
top: 0; // top: 0;
} }
} }
} }