summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/routes/_signup.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/webapp/sass/routes/_signup.scss b/webapp/sass/routes/_signup.scss
index 61bb93daf..062e4c9a5 100644
--- a/webapp/sass/routes/_signup.scss
+++ b/webapp/sass/routes/_signup.scss
@@ -200,7 +200,7 @@
display: block;
height: 40px;
line-height: 34px;
- margin: 1em 0;
+ margin: 1em 0 1em 10px;
min-width: 200px;
padding: 0 1em;
width: 200px;
@@ -262,9 +262,10 @@
}
&.btn-full {
- width: 100%;
- text-align: left;
+ margin-left: 0;
padding-left: 35px;
+ text-align: left;
+ width: 100%;
}
}