aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/jquery.ocdialog.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 /core/css/jquery.ocdialog.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 'core/css/jquery.ocdialog.scss')
-rw-r--r--core/css/jquery.ocdialog.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/jquery.ocdialog.scss b/core/css/jquery.ocdialog.scss
index 414443a5d3c..fa2d9772658 100644
--- a/core/css/jquery.ocdialog.scss
+++ b/core/css/jquery.ocdialog.scss
@@ -1,7 +1,7 @@
.oc-dialog {
background: $color-main-background;
color: nc-darken($color-main-text, 20%);
- border-radius: 3px;
+ border-radius: $border-radius;
box-shadow: 0 0 7px $color-box-shadow;
padding: 15px;
z-index: 10000;