blog/themes/embark/source/css/05-components/_components.avatars.scss

11 lines
178 B
SCSS

.c-avatar {
height: 80px;
width: 80px;
border-radius: $border-rounded-radius;
}
.c-avatar-small {
height: 40px;
width: 40px;
border-radius: $border-rounded-radius;
}