This commit is contained in:
Victor Batischev
2024-02-14 18:02:53 +03:00
commit edbf304790
532 changed files with 24353 additions and 0 deletions

View 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;
}
}