1
0
Fork 0

[GIT] update submodules + change mobile menu button style

This commit is contained in:
Jannik Beyerstedt 2016-07-09 19:17:08 +02:00
parent fff1701b8a
commit 49910a88ea
15 changed files with 24 additions and 28 deletions

View file

@ -171,14 +171,14 @@ nav {
padding: .5rem .75rem;
font-size: $font-size-lg;
line-height: 1;
background: none;
border: $border-width solid transparent;
@include border-radius($btn-border-radius);
// background: none;
//border: $border-width solid grey;
//@include border-radius($btn-border-radius);
@include hover-focus {
text-decoration: none;
outline: none;
}
// @include hover-focus {
// text-decoration: none;
// outline: none;
// }
}
}
@ -188,6 +188,8 @@ footer {
margin-top: 20px;
padding-top: 20px;
padding-bottom: 20px;
min-width: inherit;
background-color: $footer_color_bg;
color: $color_font;