fleet/frontend/components/Avatar/_styles.scss

15 lines
159 B
SCSS

.avatar {
background-size: cover;
border-radius: 50%;
&--small {
@include size(32px);
}
img {
&.default {
display: none;
}
}
}