Transition to modals and popovers

This commit is contained in:
Robert Long 2021-12-03 16:42:29 -08:00
commit f57b520622
19 changed files with 507 additions and 75 deletions

19
src/UserMenu.module.css Normal file
View file

@ -0,0 +1,19 @@
.userButton {
display: flex;
align-items: center;
color: var(--textColor1);
font-weight: 600;
font-size: 15px;
}
.userButton svg * {
fill: var(--textColor1);
}
.userButton > * {
margin-right: 5px;
}
.userButton > :last-child {
margin-right: 0;
}