Merge "Hamburger Menu icon - fix the alignment of the animated arrow"

This commit is contained in:
Jenkins
2016-03-17 18:43:27 +00:00
committed by Gerrit Code Review

View File

@@ -102,7 +102,7 @@
}
100% {
@include rotate(45deg);
margin: 3% 37%;
margin: 6% 37%;
width: 75%;
}
}
@@ -112,7 +112,7 @@
}
100% {
@include rotate(-45deg);
margin: 3% 37%;
margin: 6% 37%;
width: 75%;
}
}
@@ -128,7 +128,7 @@
@include keyframes(md-hamburger-icon--slide-before-from) {
0% {
@include rotate(45deg);
margin: 3% 37%;
margin: 6% 37%;
width: 75%;
}
100% {
@@ -138,7 +138,7 @@
@include keyframes(md-hamburger-icon--slide-after-from) {
0% {
@include rotate(-45deg);
margin: 3% 37%;
margin: 6% 37%;
width: 75%;
}
100% {