From: Ian Weller Date: Mon, 16 Nov 2015 21:46:51 +0000 (-0500) Subject: mild adjustments to the drop down toggle in the off canvas X-Git-Tag: v1.0.0^2~59 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=38c6a75c55f9181ac0bf2e24f399fb1ffbd71e51;p=WP-Themes%2Fupwatertrails.git mild adjustments to the drop down toggle in the off canvas --- diff --git a/css/app.css b/css/app.css index 7d89c11..d0a6d74 100644 --- a/css/app.css +++ b/css/app.css @@ -7220,7 +7220,7 @@ aside.left-off-canvas-menu li.page_item_has_children a.toggle { padding: 0; position: absolute; right: 10px; - top: 17px; } + top: 20px; } aside.left-off-canvas-menu li.page_item_has_children a.toggle:before { content: '>'; transform: rotate(0deg); @@ -7233,7 +7233,7 @@ aside.left-off-canvas-menu li.page_item_has_children a.toggle { aside.left-off-canvas-menu li.page_item_has_children a.toggle.open { right: 22px; - top: 13px; } + top: 15px; } aside.left-off-canvas-menu li.page_item_has_children a.toggle.open:before { content: '>'; transform: rotate(90deg); diff --git a/scss/_left-off-canvas.scss b/scss/_left-off-canvas.scss index 2313c13..f1be0f4 100644 --- a/scss/_left-off-canvas.scss +++ b/scss/_left-off-canvas.scss @@ -23,7 +23,7 @@ aside.left-off-canvas-menu li.page_item_has_children a.toggle { padding: 0; position: absolute; right: 10px; - top: 17px; + top: 20px; // width: 0; &:before { @include off-canvas-point(right, $d-blue, 20px); @@ -31,7 +31,7 @@ aside.left-off-canvas-menu li.page_item_has_children a.toggle { } aside.left-off-canvas-menu li.page_item_has_children a.toggle.open { right: 22px; - top: 13px; + top: 15px; &:before { @include off-canvas-point(down, $d-blue, 20px); }