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 18 additions and 22 deletions

Binary file not shown.

View file

@ -131,19 +131,13 @@ nav {
.navbar-toggler {
padding: 0.5rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background: none;
border: 1px solid transparent;
border-radius: 0.25rem; }
.navbar-toggler:focus,
.navbar-toggler:hover {
text-decoration: none;
outline: none; } }
line-height: 1; } }
footer {
margin-top: 20px;
padding-top: 20px;
padding-bottom: 20px;
min-width: inherit;
background-color: #bebebe;
color: #000; }
footer p {

Binary file not shown.

Binary file not shown.

Binary file not shown.

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;

@ -1 +1 @@
Subproject commit 1a6d0cc446259cf86d73bf7437f2ca3b095f6781
Subproject commit 0339272f55c5a9b27b4a18599ef9f96e451481c8

@ -1 +1 @@
Subproject commit fa8126b931ca6a8af68a656dd0bad1e486f7424c
Subproject commit 81564cfc343f733e47012895ed249bb69f99b96c

@ -1 +1 @@
Subproject commit c9d1b076d3a1f5af5461e6cc370f3591d624ed0c
Subproject commit 40758cb05d23bc7378d66f775ab918a76131ef2e

@ -1 +1 @@
Subproject commit 9f80987ef58f1c1d1dfa64afc3e84f29b598a26b
Subproject commit 366fc4d23c7ea45e6bbce1c1d653f44fba762ab7

@ -1 +1 @@
Subproject commit f1cf278703da537b57fa39b7a0ee4771ee82fb18
Subproject commit 9d379d105d9bb00fb7c87cb15686a198269b5175

@ -1 +1 @@
Subproject commit 82bc94bf956abaeb9742137da2f06b21b1ff7b22
Subproject commit 9868c284bac9cff2da590e977e20cc4b86859899

View file

@ -47,7 +47,7 @@ if ($page->depth() == 1) {
<?php endif; ?>
<nav aria-hidden="true">
<button class="navbar-toggler hidden-sm-up" type="button" data-toggle="collapse" data-target="#exCollapsingNavbar">
<button class="btn btn-lg btn-secondary navbar-toggler hidden-sm-up" type="button" data-toggle="collapse" data-target="#exCollapsingNavbar">
Menü
</button>