aboutsummaryrefslogtreecommitdiff
path: root/src/client/apis/GoogleAuthenticationManager.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-10-12 19:37:09 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-10-12 19:37:09 -0400
commiteb2957facbd14b2db8a980bd67e8a96ca1cc212e (patch)
treef8a8ed2f919b9e227f6dd6528b3f504f967ea183 /src/client/apis/GoogleAuthenticationManager.scss
parent988822bdeeed82b0c1ef611f2f7a3111d029d564 (diff)
parent3c91dd189290a75dc5b05f475115e3f34acf5064 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/apis/GoogleAuthenticationManager.scss')
-rw-r--r--src/client/apis/GoogleAuthenticationManager.scss20
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