summaryrefslogtreecommitdiff
path: root/src/containers
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-08-27 17:42:50 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 10:05:45 +0200
commit2c42e9488771070d8efec5d91835cd8c7885f4b1 (patch)
tree63efba6438169ba4f74940cbdba72ad5d2396773 /src/containers
parentd22fa82e50d8ac540584659225c1c113d939251b (diff)
Restyle navbar and use across entire site
Diffstat (limited to 'src/containers')
-rw-r--r--src/containers/auth/Login.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/containers/auth/Login.js b/src/containers/auth/Login.js
index f1deb33c..3bc36a17 100644
--- a/src/containers/auth/Login.js
+++ b/src/containers/auth/Login.js
@@ -30,7 +30,10 @@ class LoginContainer extends React.Component {
<GoogleLogin
clientId="311799954046-jv2inpg9nu7m0avcg6gulvkuvfgbtgb4.apps.googleusercontent.com"
onSuccess={this.onAuthResponse.bind(this)}
- onFailure={this.onAuthResponse.bind(this)}>
+ onFailure={this.onAuthResponse.bind(this)}
+ style={{height: "40px"}}
+ className="btn btn-secondary"
+ >
<span className='fa fa-google'/>
{' '}
<span>Login with Google</span>