forked from LiveCarta/LiveCartaWP
fix for dev
This commit is contained in:
@@ -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'));
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user