feat: replace transition with new variable

This commit is contained in:
sthag 2024-08-14 18:08:41 +02:00
parent 95a18e636f
commit 42a20c83f5
2 changed files with 2 additions and 2 deletions

View file

@ -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;