From: Ian Weller Date: Thu, 31 Mar 2016 19:49:57 +0000 (-0400) Subject: updating the off canvas styles X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=d126b44d33363d5067cfdbcc02855298df14d1bf;p=web%2FGruntInit%2FglmTheme.git updating the off canvas styles --- diff --git a/root/scss/_left-off-canvas.scss b/root/scss/_left-off-canvas.scss index e9d2ff7..c9d4345 100644 --- a/root/scss/_left-off-canvas.scss +++ b/root/scss/_left-off-canvas.scss @@ -17,18 +17,19 @@ aside.left-off-canvas-menu .off-canvas-list ul li a { background-position: 3px 50%; } aside.left-off-canvas-menu li.page_item_has_children a.toggle { - @include off-canvas-arrow(down, $secondary-color); - font-size: 0; - height: 0; - line-height: 0; - padding: 0; position: absolute; right: 10px; - top: 13px; - width: 0; + top: 5px; + text-decoration: none; + &:before { + @include off-canvas-point(right, $white, 17px); + } + &:hover { + background: transparent; + } } aside.left-off-canvas-menu li.page_item_has_children a.toggle.open { - @include off-canvas-arrow(up, $secondary-color); + @include off-canvas-point(down, $white); } aside.left-off-canvas-menu ul.children { display: none; @@ -46,7 +47,7 @@ aside.left-off-canvas-menu ul.open { li { a { color: $white; - font-size: rem-calc(20); + font-size: rem-calc(16); line-height: 150%; border-color: white; } diff --git a/root/scss/_right-off-canvas.scss b/root/scss/_right-off-canvas.scss index 8484f3f..80210f9 100644 --- a/root/scss/_right-off-canvas.scss +++ b/root/scss/_right-off-canvas.scss @@ -46,7 +46,7 @@ aside.right-off-canvas-menu ul.open { li { a { color: $white; - font-size: rem-calc(20); + font-size: rem-calc(16); line-height: 150%; border-color: white; }