feat(SW-184): added menu buttons and my pages menu

This commit is contained in:
Erik Tiekstra
2024-08-20 13:31:14 +02:00
parent 08cde7ae2f
commit 45095a27d4
20 changed files with 255 additions and 66 deletions
@@ -0,0 +1,16 @@
.avatar {
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
border-radius: 50%;
width: 2rem;
height: 2rem;
background-color: var(--Main-Grey-40);
}
.initials {
font-size: 0.75rem;
color: var(--Base-Text-Inverted);
background-color: var(--Scandic-Peach-70);
}