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/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/variables.scss')
-rw-r--r-- | core/css/variables.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/variables.scss b/core/css/variables.scss index d3592032e57..285ebc4f6d8 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; |