summaryrefslogtreecommitdiffstats
path: root/core/css/variables.scss
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-30 23:20:09 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-10-30 23:20:09 +0100
commitac01522927ee7a14d00b3dc40d910b49416ed296 (patch)
tree693b74f1f4d00ea62b6ae9c056668f57082c9341 /core/css/variables.scss
parent1293affc84db2e9e2ea127bb1dd44faaa85f9797 (diff)
downloadnextcloud-server-ac01522927ee7a14d00b3dc40d910b49416ed296.tar.gz
nextcloud-server-ac01522927ee7a14d00b3dc40d910b49416ed296.zip
Show all app titles on hovering app menu area, fix #10952, fix #4619
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css/variables.scss')
-rw-r--r--core/css/variables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/variables.scss b/core/css/variables.scss
index dffd6403471..a827629479c 100644
--- a/core/css/variables.scss
+++ b/core/css/variables.scss
@@ -80,6 +80,7 @@ $border-radius-pill: 100px !default;
$font-face: 'Nunito', 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif !default;
+$animation-quick: 100ms;
// various structure data
$header-height: 50px;