11 lines
178 B
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;
|
||
|
}
|