[GIT] update submodules + change mobile menu button style
This commit is contained in:
parent
fff1701b8a
commit
49910a88ea
Binary file not shown.
|
@ -131,19 +131,13 @@ nav {
|
||||||
.navbar-toggler {
|
.navbar-toggler {
|
||||||
padding: 0.5rem 0.75rem;
|
padding: 0.5rem 0.75rem;
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
line-height: 1;
|
line-height: 1; } }
|
||||||
background: none;
|
|
||||||
border: 1px solid transparent;
|
|
||||||
border-radius: 0.25rem; }
|
|
||||||
.navbar-toggler:focus,
|
|
||||||
.navbar-toggler:hover {
|
|
||||||
text-decoration: none;
|
|
||||||
outline: none; } }
|
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
|
min-width: inherit;
|
||||||
background-color: #bebebe;
|
background-color: #bebebe;
|
||||||
color: #000; }
|
color: #000; }
|
||||||
footer p {
|
footer p {
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -171,14 +171,14 @@ nav {
|
||||||
padding: .5rem .75rem;
|
padding: .5rem .75rem;
|
||||||
font-size: $font-size-lg;
|
font-size: $font-size-lg;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
background: none;
|
// background: none;
|
||||||
border: $border-width solid transparent;
|
//border: $border-width solid grey;
|
||||||
@include border-radius($btn-border-radius);
|
//@include border-radius($btn-border-radius);
|
||||||
|
|
||||||
@include hover-focus {
|
// @include hover-focus {
|
||||||
text-decoration: none;
|
// text-decoration: none;
|
||||||
outline: none;
|
// outline: none;
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -188,6 +188,8 @@ footer {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
|
|
||||||
|
min-width: inherit;
|
||||||
|
|
||||||
background-color: $footer_color_bg;
|
background-color: $footer_color_bg;
|
||||||
color: $color_font;
|
color: $color_font;
|
||||||
|
|
2
assets/vendors/bootstrap
vendored
2
assets/vendors/bootstrap
vendored
|
@ -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
|
|
@ -47,7 +47,7 @@ if ($page->depth() == 1) {
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<nav aria-hidden="true">
|
<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ü
|
Menü
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue