From bd7d0de86f93bcdf0a521544a92795d5725f57f4 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 28 Sep 2017 16:32:54 +0200 Subject: Add variable for border-radius Signed-off-by: Jan-Christoph Borchardt --- apps/files/css/files.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files/css/files.scss') 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%; -- cgit v1.2.3