More styling

This commit is contained in:
Robert Long
2021-08-20 16:23:12 -07:00
parent 5851d738f8
commit 43c0ed193e
13 changed files with 423 additions and 201 deletions

View File

@@ -5,6 +5,7 @@
align-items: center;
height: 98px;
user-select: none;
flex-shrink: 0;
}
.leftNav {
@@ -21,5 +22,24 @@
.rightNav {
position: absolute;
right: 20px;
max-width: 30%;
}
max-width: 33%;
white-space: nowrap;
display: flex;
}
.userName {
font-weight: 600;
margin-right: 8px;
text-overflow: ellipsis;
overflow: hidden;
flex-shrink: 1;
}
.signOutButton {
background: transparent;
border: none;
color: rgb(255, 75, 85);
cursor: pointer;
font-weight: 600;
flex-shrink: 0;
}