mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-29 17:59:24 +00:00
6 lines
76 B
SCSS
6 lines
76 B
SCSS
$avatar-size: 18px;
|
|
|
|
.user-avatar {
|
|
@include round-image($avatar-size);
|
|
}
|