Skip to content

Commit

Permalink
Correción _slider.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
BMartinezS committed Apr 28, 2024
1 parent 338f8d9 commit 29e37c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/libraries/hamburgers/types/_slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
transform: translate3d(0, $y-offset, 0) rotate(45deg);

&::before {
transform: rotate(-45deg) translate3d(math.div($hamburger-layer-width, -7), $hamburger-layer-spacing * -1, 0);
transform: rotate(-45deg) translate3d($hamburger-layer-width / -7, $hamburger-layer-spacing * -1, 0);
opacity: 0;
}

Expand Down

0 comments on commit 29e37c8

Please sign in to comment.