mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
nav bar
This commit is contained in:
@@ -1,5 +1,35 @@
|
||||
// For cutomizing the navigation
|
||||
|
||||
.navigation {
|
||||
background-color: $chill-blue;
|
||||
background-color: $chill-blue;
|
||||
|
||||
li.more.nav-link {
|
||||
a:after {
|
||||
color: $chill-dark-gray;
|
||||
}
|
||||
|
||||
&.lang-selection {
|
||||
color: $chill-light-gray;
|
||||
font-size: 0.7em;
|
||||
|
||||
a:after {
|
||||
color: $chill-light-gray;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
div.nav, div.navigation-search {
|
||||
float: right;
|
||||
|
||||
input[type=search] {
|
||||
padding: 0.2em;
|
||||
float: left;
|
||||
}
|
||||
|
||||
button {
|
||||
color: $chill-light-gray;
|
||||
background-color: $chill-blue;
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user