fix for dev

This commit is contained in:
Jerry
2020-06-04 12:27:37 +03:00
parent ade37e3d22
commit 6834da2b08
3 changed files with 29 additions and 29 deletions

View File

@@ -154,7 +154,7 @@ require_once 'inc/walker-nav-menu.php';
if ($('#header-parser .sign-block').length){
inHTML = $('#header-parser .sign-block')[0].outerHTML;
$('header .cont').append(inHTML);
$('.mobile-nav').append(inHTML);
$('.mobile-nav .mm-bg').append(inHTML);
}
if ($('#header-parser #is-guest').length){
$('#header-parser #is-guest').appendTo($('header .cont'));

View File

@@ -134,7 +134,7 @@ header {
text-shadow: none; }
header .mobile-menu .btn-toggle-menu:hover {
color: #999; }
header .mobile-nav {
header .mobile-nav .mm-bg {
background: #fff;
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); }

File diff suppressed because one or more lines are too long