Add user's avatar to the top left of the screen

This commit is contained in:
Scott Nonnenberg 2018-09-28 17:42:13 -07:00
parent 8f3e3b7aaf
commit a8e12d0771
8 changed files with 98 additions and 24 deletions

View file

@ -2045,6 +2045,25 @@
background-color: $color-conversation-blue_grey;
}
// Module: Main Header
.module-main-header {
height: $header-height;
margin-left: 16px;
display: flex;
flex-direction: row;
align-items: center;
}
.module-main-header__app-name {
font-size: 16px;
line-height: 24px;
font-weight: 300;
margin-left: 32px;
color: $color-light-90;
}
// Third-party module: react-contextmenu
.react-contextmenu {