diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2019-10-14 13:38:31 -0400 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-10-14 13:38:31 -0400 |
commit | cc84f5620b3f3ef801e3b0696f817e4fb74f58fc (patch) | |
tree | a743f02dd80daea6ea37040ec2371db7acd1b7b8 /src/client/apis/GoogleAuthenticationManager.scss | |
parent | fb3d1a66100e9ecf573031cfcafeb983f4ad5d5b (diff) | |
parent | 9d877a5d38a5574b6ab99c20d0c1718e0af964b5 (diff) |
merged with master
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 |