diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2019-10-12 19:13:25 -0400 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-10-12 19:13:25 -0400 |
commit | 5b83d8da6c262897dc75ada26f08ed1c46ceb95c (patch) | |
tree | a9770d9b9b3520712f12fb099a99b32cad8f14d0 /src/client/apis/GoogleAuthenticationManager.scss | |
parent | d7653cab93309717488d51c68c8b1f0db64b949c (diff) |
parse google user data and use it to provide customized feedback on login
Diffstat (limited to 'src/client/apis/GoogleAuthenticationManager.scss')
-rw-r--r-- | src/client/apis/GoogleAuthenticationManager.scss | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/src/client/apis/GoogleAuthenticationManager.scss b/src/client/apis/GoogleAuthenticationManager.scss index 5efb3ab3b..13bde822d 100644 --- a/src/client/apis/GoogleAuthenticationManager.scss +++ b/src/client/apis/GoogleAuthenticationManager.scss @@ -1,3 +1,19 @@ -.paste-target { - padding: 5px; +.authorize-container { + display: flex; + flex-direction: column; + align-items: center; + + .paste-target { + padding: 5px; + width: 100%; + } + + .avatar { + border-radius: 50%; + } + + .welcome { + font-style: italic; + margin-top: 15px; + } }
\ No newline at end of file |