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
commit f5ebe1093c
1 changed files with 4 additions and 4 deletions

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% {