diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-16 13:06:55 +0530 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-07-16 13:06:55 +0530 |
commit | f6cfb6f68fdf6e987b867b9ece37b53845ff426e (patch) | |
tree | 9e2ccba4aa319b13e353ee86b2b369c8578879f2 /src/client/apis/HypothesisAuthenticationManager.scss | |
parent | b442fc347abc267697575c517949ca0ee0dad2f1 (diff) | |
parent | 21284a84b6d9930b5ddfddaa600b6916613748c4 (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into grid_view_secondary
Diffstat (limited to 'src/client/apis/HypothesisAuthenticationManager.scss')
-rw-r--r-- | src/client/apis/HypothesisAuthenticationManager.scss | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/client/apis/HypothesisAuthenticationManager.scss b/src/client/apis/HypothesisAuthenticationManager.scss new file mode 100644 index 000000000..bd30dd94f --- /dev/null +++ b/src/client/apis/HypothesisAuthenticationManager.scss @@ -0,0 +1,26 @@ +.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; + } + + .disconnect { + font-size: 10px; + margin-top: 20px; + color: red; + cursor: grab; + } +}
\ No newline at end of file |