feat: replace transition with new variable
This commit is contained in:
parent
95a18e636f
commit
42a20c83f5
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ $portal_icon_size: 64px;
|
|||
padding-left: $portal_margin;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
transition: flex 500ms cubic-bezier(0, 0, 0.2, 1.4), background 800ms ease;
|
||||
transition: $transition_best;
|
||||
|
||||
&:hover {
|
||||
flex: 3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue