commit
bc0d536344
1 changed files with 9 additions and 1 deletions
|
@ -30,6 +30,10 @@
|
||||||
width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//Height of the line underneath when hovering over a menu item
|
||||||
|
$border-height: 3px;
|
||||||
|
|
||||||
.nav {
|
.nav {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
|
@ -42,7 +46,7 @@
|
||||||
font-size: 1.15em;
|
font-size: 1.15em;
|
||||||
|
|
||||||
&:not(.nav-search) {
|
&:not(.nav-search) {
|
||||||
border-bottom: 3px solid transparent;
|
border-bottom: $border-height solid transparent;
|
||||||
border-top: 3px solid transparent;
|
border-top: 3px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -59,5 +63,9 @@
|
||||||
border-bottom-color: $zeus-orange;
|
border-bottom-color: $zeus-orange;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-search {
|
||||||
|
margin-bottom: $border-height;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue