mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-16 13:50:14 +00:00
5 lines
75 B
SCSS
5 lines
75 B
SCSS
$avatar-size: 18px;
|
|
|
|
.user-avatar {
|
|
@include round-image($avatar-size);
|
|
} |