diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-04-15 12:36:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-15 12:36:49 +0200 |
commit | cc8cee9e2cf0be7e4765724371d01212da99d1aa (patch) | |
tree | 7ea5a3d6c12a8231472c7ae0b7b7e651ad4d42a7 /core/css/css-variables.scss | |
parent | ef72609940aa2b7d1d2174924015427b8315e923 (diff) | |
parent | a88bd71d8966bbf0513732702a53636e8042082f (diff) | |
download | nextcloud-server-cc8cee9e2cf0be7e4765724371d01212da99d1aa.tar.gz nextcloud-server-cc8cee9e2cf0be7e4765724371d01212da99d1aa.zip |
Merge pull request #15107 from nextcloud/css-var-transition
Add animation-slow var
Diffstat (limited to 'core/css/css-variables.scss')
-rw-r--r-- | core/css/css-variables.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/css-variables.scss b/core/css/css-variables.scss index 6df2e0a3428..9db5337468e 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; } |