summaryrefslogtreecommitdiffstats
path: root/web/sass-files
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-10-06 09:12:49 -0400
committerChristopher Speller <crspeller@gmail.com>2015-10-06 09:18:23 -0400
commit4311978d650fa1e40f34db3c2cb411377bcc6936 (patch)
tree2a2167e6fab6c89158a97247ef5fc33eed406cdf /web/sass-files
parente946ef1837f440da8890a0ba655710e7fe2616c9 (diff)
downloadchat-4311978d650fa1e40f34db3c2cb411377bcc6936.tar.gz
chat-4311978d650fa1e40f34db3c2cb411377bcc6936.tar.bz2
chat-4311978d650fa1e40f34db3c2cb411377bcc6936.zip
Combining email verification confirmation screen with login screen.
Diffstat (limited to 'web/sass-files')
-rw-r--r--web/sass-files/sass/partials/_signup.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_signup.scss b/web/sass-files/sass/partials/_signup.scss
index 924f0718a..48f8adf4e 100644
--- a/web/sass-files/sass/partials/_signup.scss
+++ b/web/sass-files/sass/partials/_signup.scss
@@ -330,3 +330,8 @@
.authorize-btn {
margin-right: 6px;
}
+
+.verify_panel {
+ margin: 60px auto auto auto;
+ max-width: 380px;
+}