[GIT] update submodules + change mobile menu button style
This commit is contained in:
parent
fff1701b8a
commit
49910a88ea
15 changed files with 24 additions and 28 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue