mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
nav bar
This commit is contained in:
parent
489fad38a6
commit
cbfe447d8b
11
Resources/public/sass/custom/config/_variables.scss
Normal file
11
Resources/public/sass/custom/config/_variables.scss
Normal file
@ -0,0 +1,11 @@
|
||||
// General
|
||||
$base-border-radius: 0;
|
||||
$form-border-radius: 0;
|
||||
$$navigation-border-radius: 0;
|
||||
|
||||
// Footer
|
||||
$footer-vertical-padding: 20px;
|
||||
$footer-background: $chill-dark-gray;
|
||||
|
||||
// Navigation
|
||||
$navigation-background: $dark-grey;
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user