aboutsummaryrefslogtreecommitdiffstats
path: root/settings
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 /settings
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 'settings')
-rw-r--r--settings/css/settings.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss
index a610b7d2df5..a5d7eab6a30 100644
--- a/settings/css/settings.scss
+++ b/settings/css/settings.scss
@@ -85,7 +85,7 @@ input {
transform: translate(-50%, -50%);
background: #fff;
color: #333;
- border-radius: 3px;
+ border-radius: $border-radius;
box-shadow: 0 0 7px #888;
padding: 15px;
.jcrop-holder {
@@ -716,7 +716,7 @@ span.version {
color: #555;
background-color: transparent;
border: 1px solid #555;
- border-radius: 3px;
+ border-radius: $border-radius;
padding: 3px 6px;
}
a {
@@ -1103,7 +1103,7 @@ table.grid td.date {
span {
&.success {
background: #37ce02;
- border-radius: 3px;
+ border-radius: $border-radius;
}
&.error {
background: #ce3702;