Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Commit

Permalink
fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmlnc committed Oct 25, 2015
1 parent d32c857 commit dc2a82b
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions hamburger-icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,20 @@ $hamburger-settings-gutter: 0 !default;
}

background-color: $color;
}

&:before, &:after {
position: absolute;
content: "";
}
&:before,
&:after {
position: absolute;
content: "";
}

&:before {
top: -($height + $gutter);
}
&:before {
top: -($height + $gutter);
}

&:after {
top: $height + $gutter;
}
&:after {
top: $height + $gutter;
}
}

Expand Down

0 comments on commit dc2a82b

Please sign in to comment.