feat(SW-184): my pages menu mobile/desktop functionality
This commit is contained in:
16
components/Header/MainMenu/Avatar/avatar.module.css
Normal file
16
components/Header/MainMenu/Avatar/avatar.module.css
Normal file
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user