init
This commit is contained in:
17
src/entities/user/ui/UserAvatar/UserAvatar.scss
Normal file
17
src/entities/user/ui/UserAvatar/UserAvatar.scss
Normal file
@ -0,0 +1,17 @@
|
||||
.user-avatar {
|
||||
&__img {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
border-radius: 50%;
|
||||
cursor: pointer;
|
||||
|
||||
&.noavatar {
|
||||
background: var(--purple-8-bg);
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
input[type='file'] {
|
||||
display: none;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user