fleet/frontend/components/Avatar/_styles.scss
2021-04-14 17:52:15 +01:00

11 lines
199 B
SCSS

.avatar {
background: $core-white url("../assets/images/avatar-default.png") center 100%
no-repeat;
background-size: cover;
border-radius: 50%;
&--small {
@include size(32px);
}
}