Этот коммит содержится в:
Asaad Mahmood
2015-07-24 20:50:48 +05:00
родитель 0996106d65
Коммит 464158e0f2
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@@ -117,14 +117,14 @@ module.exports = React.createClass({
var signup_message; var signup_message;
if (auth_services.indexOf("gitlab") >= 0) { if (auth_services.indexOf("gitlab") >= 0) {
signup_message = <div className="signup-custom__container"><a className="btn btn-custom-login gitlab" href={"/"+this.props.teamName+"/signup/gitlab"+window.location.search}><span className="icon" />{"with GitLab"}</a> signup_message = <div><a className="btn btn-custom-login gitlab" href={"/"+this.props.teamName+"/signup/gitlab"+window.location.search}><span className="icon" />{"with GitLab"}</a>
<div className="or__container"><span>or</span></div></div>; <div className="or__container"><span>or</span></div></div>;
} }
return ( return (
<div> <div>
<img className="signup-team-logo" src="/static/images/logo.png" /> <img className="signup-team-logo" src="/static/images/logo.png" />
<h3 className="text-center">Signup to { config.SiteName }</h3> <h3 className="text-center extra-margin">Signup to { config.SiteName }</h3>
<div className="form-group form-group--small"> <div className="form-group form-group--small">
<span></span> <span></span>
</div> </div>

Просмотреть файл

@@ -23,6 +23,9 @@
font-weight: 600; font-weight: 600;
margin: 0 0 1.3em 0; margin: 0 0 1.3em 0;
font-size: 1.4em; font-size: 1.4em;
&.extra-margin {
margin-bottom: 2.5em;
}
} }
h4 { h4 {
font-size: em(18px); font-size: em(18px);
@@ -66,9 +69,6 @@
.form-control { .form-control {
height: em(38px); height: em(38px);
} }
.signup-custom__container {
margin-top: 3em;
}
.or__container { .or__container {
height: 1px; height: 1px;
background: #dddddd; background: #dddddd;