From a88bd71d8966bbf0513732702a53636e8042082f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Mon, 15 Apr 2019 11:34:18 +0200 Subject: [PATCH] Add animation-slow var MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/css-variables.scss | 1 + core/css/variables.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/core/css/css-variables.scss b/core/css/css-variables.scss index 6df2e0a342..9db5337468 100644 --- a/core/css/css-variables.scss +++ b/core/css/css-variables.scss @@ -41,4 +41,5 @@ --font-face: $font-face; --animation-quick: $animation-quick; + --animation-slow: $animation-slow; } diff --git a/core/css/variables.scss b/core/css/variables.scss index d3592032e5..285ebc4f6d 100644 --- a/core/css/variables.scss +++ b/core/css/variables.scss @@ -82,6 +82,7 @@ $border-radius-pill: 100px !default; $font-face: 'Nunito', 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif !default; $animation-quick: 100ms; +$animation-slow: 300ms; // various structure data $header-height: 50px;