commit
caa4378544
1 changed files with 5 additions and 6 deletions
|
@ -27,23 +27,22 @@
|
||||||
|
|
||||||
.header-tabs {
|
.header-tabs {
|
||||||
li {
|
li {
|
||||||
|
@include horizontal-padding($default-padding);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 23px $default-padding;
|
height: 71px;
|
||||||
|
line-height: 71px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
color: $black;
|
color: $black;
|
||||||
|
|
||||||
&.active {
|
&.active,
|
||||||
|
&:hover {
|
||||||
color: $blue;
|
color: $blue;
|
||||||
border-bottom: 2px solid $blue;
|
border-bottom: 2px solid $blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:not(.active):hover {
|
|
||||||
background-color: $light-grey;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue