mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
10 lines
188 B
SCSS
10 lines
188 B
SCSS
.avatar {
|
|
background: $white url('/assets/images/avatar-default.png') center 100% no-repeat;
|
|
background-size: cover;
|
|
border-radius: 50%;
|
|
|
|
&--small {
|
|
@include size(20px);
|
|
}
|
|
}
|