mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Better menu
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user