mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 09:18:59 +00:00
11 lines
199 B
SCSS
11 lines
199 B
SCSS
.avatar {
|
|
background: $core-white url("../assets/images/avatar-default.png") center 100%
|
|
no-repeat;
|
|
background-size: cover;
|
|
border-radius: 50%;
|
|
|
|
&--small {
|
|
@include size(32px);
|
|
}
|
|
}
|