MM-1304 - Quick fix for error on welcome sign up page
Этот коммит содержится в:
@@ -130,7 +130,7 @@ module.exports = React.createClass({
|
|||||||
</div>
|
</div>
|
||||||
{ email }
|
{ email }
|
||||||
<label className="control-label">Password</label>
|
<label className="control-label">Password</label>
|
||||||
<div className={ name_error ? "form-group has-error" : "form-group" }>
|
<div className={ password_error ? "form-group has-error" : "form-group" }>
|
||||||
<input type="password" ref="password" className="form-control" placeholder="" maxLength="128" />
|
<input type="password" ref="password" className="form-control" placeholder="" maxLength="128" />
|
||||||
{ password_error }
|
{ password_error }
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -91,6 +91,8 @@
|
|||||||
.has-error {
|
.has-error {
|
||||||
.control-label {
|
.control-label {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.reset-form {
|
.reset-form {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user