script, html and css for menu button

This commit is contained in:
Thefeli73
2020-01-15 16:16:31 +01:00
parent d510f7cad3
commit 7c90e3e644
3 changed files with 13 additions and 6 deletions

View File

@ -17,14 +17,14 @@
width: 60px;
background: _palette(accent1);
margin: 15px 30px;
@include vendor('transform-origin', '55px 5px');
&.active {
@include vendor('transform', 'rotate(45deg)');
@include vendor('transform-origin', '55px 5px');
}
}
&.bar1.active:first-child {
&.bar1:first-child {
@include vendor('transform-origin', '5px 5px');
}