From ff7834b00ec38e300818560a502767376e0bfb22 Mon Sep 17 00:00:00 2001 From: Wing-Hou Chan Date: Sat, 3 May 2014 15:52:02 +0100 Subject: [PATCH] Update _top-bar.scss --- scss/foundation/components/_top-bar.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/foundation/components/_top-bar.scss b/scss/foundation/components/_top-bar.scss index bab26e91f9..278285a1c8 100644 --- a/scss/foundation/components/_top-bar.scss +++ b/scss/foundation/components/_top-bar.scss @@ -234,6 +234,7 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the &::after { #{$opposite-direction}: 0; + // @include hamburger icon // // We use this to create the icon with three lines aka the hamburger icon, the menu-icon or the navicon // $width - Width of hamburger icon @@ -243,7 +244,7 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the // $gap - spacing between the lines in hamburger icon, set value in px // $color - icon color // $hover-color - icon color during hover, here it is set the same as $color because the values are changed on line 264 - $offcanvas - Set to true of @include in offcanvas + // $offcanvas - Set to true of @include in offcanvas @include hamburger(16px, false, 0, 1px, 6px, $topbar-menu-icon-color, $topbar-menu-icon-color, false ); } }