Design of the user menu

This commit is contained in:
Marc Ducobu
2015-06-29 14:29:09 +02:00
parent fb15bd336c
commit 4fc2d1d0a0
3 changed files with 20 additions and 10 deletions

View File

@@ -1,9 +1,11 @@
// For cutomizing the navigation
.navigation {
background-color: $chill-blue;
li.more.nav-link {
a {
margin-bottom: 2px;
}
a:after {
color: $chill-dark-gray;
}