From 5f54026e76b41bd42cc2fb886fd8ccfa789c9b28 Mon Sep 17 00:00:00 2001 From: maria-moroz <m0954008202@gmail.com> Date: Wed, 4 May 2022 21:32:01 +0300 Subject: [PATCH] Update _variables.scss --- src/sass/_variables.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/sass/_variables.scss b/src/sass/_variables.scss index 369c47e..188361b 100644 --- a/src/sass/_variables.scss +++ b/src/sass/_variables.scss @@ -4,4 +4,6 @@ $secondary-white-color: #F7F7F7; $primary-text-color: #000000; $secondary-text-color: #8C8C8C; $footer-text-color: #545454; -$alert-color: #FF001B; \ No newline at end of file +$alert-color: #FF001B; +$transition-duration: 250ms; +$transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); \ No newline at end of file -- GitLab