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