Transition to modals and popovers
This commit is contained in:
parent
742fdab56d
commit
f57b520622
19 changed files with 507 additions and 75 deletions
19
src/UserMenu.module.css
Normal file
19
src/UserMenu.module.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue