Fix navbar
This commit is contained in:
parent
13fd03c528
commit
f3d1c68c01
2 changed files with 5 additions and 1 deletions
|
@ -33,7 +33,7 @@ var Authenticate = React.createClass({
|
||||||
if (this.props.auth.access_token == null) {
|
if (this.props.auth.access_token == null) {
|
||||||
auth = (
|
auth = (
|
||||||
<Nav pullRight>
|
<Nav pullRight>
|
||||||
<NavItem eventKey={1} href="/login">
|
<NavItem className="login" eventKey={1} href="/login">
|
||||||
<img className="spotify-logo" src="images/spotify-black.png" alt="Spotify Logo"/><strong>Login with Spotify</strong>
|
<img className="spotify-logo" src="images/spotify-black.png" alt="Spotify Logo"/><strong>Login with Spotify</strong>
|
||||||
</NavItem>
|
</NavItem>
|
||||||
</Nav>
|
</Nav>
|
||||||
|
|
|
@ -3,6 +3,10 @@
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.login {
|
||||||
|
height: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
.bg-info {
|
.bg-info {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
border-radius: 1ex;
|
border-radius: 1ex;
|
||||||
|
|
Loading…
Reference in a new issue