From: Laury GvR Date: Wed, 12 Jul 2017 13:02:42 +0000 (-0400) Subject: Reduce size of the offcanvas dropdown arrows X-Git-Tag: v1.0.0^2~51 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=be8ccb77a4a78ecaeb38b2fc283ec7c56738fe07;p=WP-Themes%2Ftruenorthgolf.git Reduce size of the offcanvas dropdown arrows --- diff --git a/css/app.css b/css/app.css index e939a00..c21154f 100644 --- a/css/app.css +++ b/css/app.css @@ -8298,9 +8298,9 @@ 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 { - border-left: 15px solid transparent; - border-right: 15px solid transparent; - border-top: 20px solid #b32024; + border-left: 10px solid transparent; + border-right: 10px solid transparent; + border-top: 15px solid #b32024; border-bottom: 0; font-size: 0; height: 0; @@ -8312,9 +8312,9 @@ aside.left-off-canvas-menu li.page_item_has_children a.toggle { width: auto; } aside.left-off-canvas-menu li.page_item_has_children a.toggle.open { - border-left: 15px solid transparent; - border-right: 15px solid transparent; - border-bottom: 20px solid #b32024; + border-left: 10px solid transparent; + border-right: 10px solid transparent; + border-bottom: 15px solid #b32024; border-top: 0; } aside.left-off-canvas-menu ul.children { diff --git a/scss/mixins/_off-canvas-arrow.scss b/scss/mixins/_off-canvas-arrow.scss index 4beb816..d585a0c 100644 --- a/scss/mixins/_off-canvas-arrow.scss +++ b/scss/mixins/_off-canvas-arrow.scss @@ -1,4 +1,4 @@ -@mixin off-canvas-arrow($direction: down, $color: white, $size: 20px) { +@mixin off-canvas-arrow($direction: down, $color: white, $size: 15px) { border-left: $size - 5 solid transparent; border-right: $size - 5 solid transparent; @if $direction == 'up' {