taiga-front/app/styles/components/avatar.scss

8 lines
110 B
SCSS

.avatar {
img {
border: 2px solid $white;
border-radius: 8%;
width: 100%;
}
}