diff options
author | kimdahey <claire_kim1@brown.edu> | 2019-11-03 17:07:18 -0500 |
---|---|---|
committer | kimdahey <claire_kim1@brown.edu> | 2019-11-03 17:07:18 -0500 |
commit | b1e9619a4e04a9784d927c766361d734f549d6c5 (patch) | |
tree | 36b875ccc0c45c3706d2533c4c28cc1492b38ce5 /src/client/apis/GoogleAuthenticationManager.scss | |
parent | b2777f92b50f926357ad9b595c7907368b996fbd (diff) | |
parent | 2786a2e4b33ff874f320697b89fecec3105df201 (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into webcam_mohammad
Diffstat (limited to 'src/client/apis/GoogleAuthenticationManager.scss')
-rw-r--r-- | src/client/apis/GoogleAuthenticationManager.scss | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/client/apis/GoogleAuthenticationManager.scss b/src/client/apis/GoogleAuthenticationManager.scss new file mode 100644 index 000000000..13bde822d --- /dev/null +++ b/src/client/apis/GoogleAuthenticationManager.scss @@ -0,0 +1,19 @@ +.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 |