This commit is contained in:
Marc Ducobu 2015-06-16 15:05:49 +02:00
parent 489fad38a6
commit cbfe447d8b
2 changed files with 42 additions and 1 deletions

View 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;

View File

@ -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;
}
}
}