implemented design for login page
This commit is contained in:
@@ -327,7 +327,7 @@ var Register = React.createClass({
|
||||
<input style={{color: 'white', fontWeight: 'bold', height: 44}} type="submit" onClick={this.onRegisterClick} className=" mybutton center-block col-md-8 col-sm-8 col-xs-8 col-sm-push-2 col-xs-push-2 col-md-push-2" defaultValue="REGISTRUJ ME" />
|
||||
</form>
|
||||
<div className="text-center col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
||||
<h4>Već imate profil? <a href="Prijava.html"><span> Prijavite se</span></a></h4>
|
||||
<h4>Već imate profil? <Link to="login"><span> Prijavite se</span></Link></h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user