|
@ -53,7 +53,8 @@ body |
|
|
/* Header menu */ |
|
|
/* Header menu */ |
|
|
header |
|
|
header |
|
|
{ |
|
|
{ |
|
|
.navbar-default |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.navbar |
|
|
{ |
|
|
{ |
|
|
font-family: BebasNeue, sans; |
|
|
font-family: BebasNeue, sans; |
|
|
// Enlarge the menu |
|
|
// Enlarge the menu |
|
@ -89,7 +90,8 @@ header |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
&:hover, |
|
|
&:hover, |
|
|
&:focus |
|
|
|
|
|
|
|
|
&:focus, |
|
|
|
|
|
&.active |
|
|
{ |
|
|
{ |
|
|
span:not(.caret) |
|
|
span:not(.caret) |
|
|
{ |
|
|
{ |
|
@ -105,20 +107,6 @@ header |
|
|
background-color: transparent; |
|
|
background-color: transparent; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.active |
|
|
|
|
|
{ |
|
|
|
|
|
a, |
|
|
|
|
|
a:hover, |
|
|
|
|
|
a:focus |
|
|
|
|
|
{ |
|
|
|
|
|
background-color: transparent; |
|
|
|
|
|
span:not(.caret) |
|
|
|
|
|
{ |
|
|
|
|
|
#menu-active |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Last element is the name of the logged user. |
|
|
// Last element is the name of the logged user. |
|
|
// This should not be in the same font as other links |
|
|
// This should not be in the same font as other links |
|
|
> li:last-child |
|
|
> li:last-child |
|
|