diff --git a/dist/app.css b/dist/app.css index d9f6e2e..9fa193f 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12112,10 +12112,10 @@ a { .top-nav .logo-wrapper #mobile-nav-toggle svg:last-of-type { display: none; } -.top-nav .logo-wrapper #mobile-nav-toggle .mobile-nav-open svg:first-of-type { +.mobile-nav-open .top-nav .logo-wrapper #mobile-nav-toggle svg:first-of-type { display: none; } -.top-nav .logo-wrapper #mobile-nav-toggle .mobile-nav-open svg:last-of-type { +.mobile-nav-open .top-nav .logo-wrapper #mobile-nav-toggle svg:last-of-type { display: block; } .top-nav nav.main-nav > div { diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 4eb3e1e..140e7c9 100644 --- a/dist/mix-manifest.json +++ b/dist/mix-manifest.json @@ -1,4 +1,4 @@ { "/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e", - "/app.css": "/app.css?id=f4465d68fb8fa712ad60a56d6326ecb5" + "/app.css": "/app.css?id=7f9a6231f0e2be783748e478977f0052" } diff --git a/src/scss/header.scss b/src/scss/header.scss index 59c4abe..9444a0c 100644 --- a/src/scss/header.scss +++ b/src/scss/header.scss @@ -19,7 +19,7 @@ display: none; } - .mobile-nav-open { + .mobile-nav-open & { svg:first-of-type { display: none; }