summaryrefslogtreecommitdiffstats
path: root/apps/web-shared/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web-shared/src/styles')
-rw-r--r--apps/web-shared/src/styles/components/side-navigation.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/web-shared/src/styles/components/side-navigation.scss b/apps/web-shared/src/styles/components/side-navigation.scss
index 0b30c7b..2e6597b 100644
--- a/apps/web-shared/src/styles/components/side-navigation.scss
+++ b/apps/web-shared/src/styles/components/side-navigation.scss
@@ -104,14 +104,12 @@ Usage: codyhouse.co/license
will-change: transform;
transform-origin: 50% 50%;
transform: rotate(-90deg);
- transition: transform .3s var(--ease-out);
> * {
transform-origin: 50% 50%;
stroke-dasharray: 20;
stroke-dashoffset: 0;
transform: translateY(0px);
- transition: transform .3s, stroke-dashoffset .3s;
transition-timing-function: var(--ease-out);
}