Menu toggle

This commit is contained in:
Sam Potts
2017-05-21 17:50:07 +10:00
parent e1a19faf26
commit 857dfe838c
7 changed files with 141 additions and 77 deletions

View File

@ -336,7 +336,9 @@
background: transparent;
border-radius: 3px;
cursor: pointer;
transition: background .3s ease, color .3s ease, opacity .3s ease;
transition: background .3s ease,
color .3s ease,
opacity .3s ease;
color: inherit;
svg {
@ -515,7 +517,8 @@
> div {
overflow: hidden;
transition: height .35s cubic-bezier(.4,0,.2,1), width .35s cubic-bezier(.4,0,.2,1);
transition: height .35s cubic-bezier(.4, 0, .2, 1),
width .35s cubic-bezier(.4, 0, .2, 1);
}
// Arrow