Better menu

This commit is contained in:
Marc Ducobu
2015-08-07 19:08:01 +02:00
parent b27cf3593d
commit a29671f738
12 changed files with 466 additions and 64 deletions

View File

@@ -1,23 +1,32 @@
.navigation {
background-color: $chill-blue;
li.more.nav-link {
a.more:after {
color: $chill-dark-gray;
}
li.nav-link2 {
a {
margin-bottom: 2px;
}
a:after {
color: $chill-dark-gray;
}
&.lang-selection {
color: $chill-light-gray;
font-size: 0.7em;
a:after {
a.more:after {
color: $chill-light-gray;
}
}
ul {
top: 58px;
a {
padding-left: 0;
}
}
}
div.nav, div.navigation-search {