aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/css/files.scss
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-09-28 16:32:54 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-11-03 14:08:21 +0100
commitbd7d0de86f93bcdf0a521544a92795d5725f57f4 (patch)
treec5e56ef23544d4d130d6fcc4d3d1ee79408a8266 /apps/files/css/files.scss
parent576d31d48d1e368c0ca54a95f28dc3bc0e553d83 (diff)
downloadnextcloud-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.scss2
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%;