From 464158e0f222ea84a4b5f23b09a86b1b43797c83 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 24 Jul 2015 20:50:48 +0500 Subject: Minor class changes --- web/react/components/signup_user_complete.jsx | 4 ++-- web/sass-files/sass/partials/_signup.scss | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/react/components/signup_user_complete.jsx b/web/react/components/signup_user_complete.jsx index 0dafd943d..393dc397e 100644 --- a/web/react/components/signup_user_complete.jsx +++ b/web/react/components/signup_user_complete.jsx @@ -117,14 +117,14 @@ module.exports = React.createClass({ var signup_message; if (auth_services.indexOf("gitlab") >= 0) { - signup_message =
{"with GitLab"} + signup_message =
{"with GitLab"}
or
; } return (
-

Signup to { config.SiteName }

+

Signup to { config.SiteName }

diff --git a/web/sass-files/sass/partials/_signup.scss b/web/sass-files/sass/partials/_signup.scss index 1867bc89f..826394a10 100644 --- a/web/sass-files/sass/partials/_signup.scss +++ b/web/sass-files/sass/partials/_signup.scss @@ -23,6 +23,9 @@ font-weight: 600; margin: 0 0 1.3em 0; font-size: 1.4em; + &.extra-margin { + margin-bottom: 2.5em; + } } h4 { font-size: em(18px); @@ -66,9 +69,6 @@ .form-control { height: em(38px); } - .signup-custom__container { - margin-top: 3em; - } .or__container { height: 1px; background: #dddddd; -- cgit v1.2.3-1-g7c22