From c6980467c600f6675e7640df8cb3bc26430c8884 Mon Sep 17 00:00:00 2001 From: Kseniia Nikolaienko Date: Sun, 29 Oct 2023 12:27:44 +0200 Subject: [PATCH] add animation duration for learn more button --- src/styles/blocks/button.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/blocks/button.scss b/src/styles/blocks/button.scss index 1275d8466..bf5e0616f 100644 --- a/src/styles/blocks/button.scss +++ b/src/styles/blocks/button.scss @@ -81,6 +81,7 @@ width: 100%; border: 2px solid $c-orange-accent; border-radius: 32px; + transition: all $animation-speed; &:hover { background-color: $c-orange-accent;