From aa8c55e48f3cdbb52e3d24e6b2e71ac0f23ec13c Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 9 Jun 2022 14:47:03 +0200 Subject: chore(toolbar): add missing animation on medium and large devices --- src/components/organisms/toolbar/toolbar.module.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/components') diff --git a/src/components/organisms/toolbar/toolbar.module.scss b/src/components/organisms/toolbar/toolbar.module.scss index 39cd6fe..60f41f1 100644 --- a/src/components/organisms/toolbar/toolbar.module.scss +++ b/src/components/organisms/toolbar/toolbar.module.scss @@ -25,6 +25,10 @@ :global { animation: slide-in-from-bottom 0.8s ease-in-out 0s 1; + + @media screen and (min-width: #{var.get-breakpoint("sm")}) { + animation: slide-in-from-top 0.8s ease-in-out 0s 1; + } } @media screen and (max-width: #{var.get-breakpoint("sm")}) { -- cgit v1.2.3