aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/UserInfo.css
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/ui/UserInfo.css')
-rw-r--r--vnext/src/ui/UserInfo.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/vnext/src/ui/UserInfo.css b/vnext/src/ui/UserInfo.css
new file mode 100644
index 00000000..92cfdb6c
--- /dev/null
+++ b/vnext/src/ui/UserInfo.css
@@ -0,0 +1,11 @@
+.userinfo {
+ padding: 40px;
+ background-color: #fdfdfe;
+ margin: 12px;
+}
+.info-avatar img {
+ max-height: 24px;
+ max-width: 24px;
+ padding: 6px;
+ vertical-align: middle;
+}