diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-09-28 16:32:54 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-11-03 14:08:21 +0100 |
commit | bd7d0de86f93bcdf0a521544a92795d5725f57f4 (patch) | |
tree | c5e56ef23544d4d130d6fcc4d3d1ee79408a8266 /apps/files/css/files.scss | |
parent | 576d31d48d1e368c0ca54a95f28dc3bc0e553d83 (diff) | |
download | nextcloud-server-bd7d0de86f93bcdf0a521544a92795d5725f57f4.tar.gz nextcloud-server-bd7d0de86f93bcdf0a521544a92795d5725f57f4.zip |
Add variable for border-radius
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/files/css/files.scss')
-rw-r--r-- | apps/files/css/files.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index ef73f0800cb..a3beac152ce 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -752,7 +752,7 @@ table.dragshadow td.size { .quota-container { height: 5px; - border-radius: 3px; + border-radius: $border-radius; div { height: 100%; |