Merge pull request #793 from sgmap/header-fixes

Header fixes
This commit is contained in:
gregoirenovel 2017-10-06 10:33:15 +02:00 committed by GitHub
commit caa4378544

View file

@ -27,23 +27,22 @@
.header-tabs {
li {
@include horizontal-padding($default-padding);
display: inline-block;
}
a {
display: inline-block;
padding: 23px $default-padding;
height: 71px;
line-height: 71px;
font-size: 18px;
color: $black;
&.active {
&.active,
&:hover {
color: $blue;
border-bottom: 2px solid $blue;
}
&:not(.active):hover {
background-color: $light-grey;
}
}
}