diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-11-14 18:34:26 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-11-14 18:34:26 +0100 |
commit | f8bed7d58577685234a100cdb5f55d4cca94096f (patch) | |
tree | d8a01b29c439bf4324a2775cb6a7530b448888b7 /core/css/variables.scss | |
parent | 2b7832d0c92c34ff5fa52300ed849524a247405b (diff) | |
download | nextcloud-server-f8bed7d58577685234a100cdb5f55d4cca94096f.tar.gz nextcloud-server-f8bed7d58577685234a100cdb5f55d4cca94096f.zip |
Allow apps to use the variables too
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css/variables.scss')
-rw-r--r-- | core/css/variables.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/variables.scss b/core/css/variables.scss index d7419f0d744..2ec9ba333b4 100644 --- a/core/css/variables.scss +++ b/core/css/variables.scss @@ -87,6 +87,8 @@ $header-height: 50px; $navigation-width: 300px; $sidebar-min-width: 300px; $sidebar-max-width: 500px; +$list-min-width: 200px; +$list-max-width: 300px; // mobile $breakpoint-mobile: 768px; |