diff --git a/web/react/components/signup_user_complete.jsx b/web/react/components/signup_user_complete.jsx index 0dafd943d7..393dc397e3 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 1867bc89f3..826394a103 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;