Menu toggle
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user