mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
15 lines
159 B
SCSS
15 lines
159 B
SCSS
.avatar {
|
|
background-size: cover;
|
|
border-radius: 50%;
|
|
|
|
&--small {
|
|
@include size(32px);
|
|
}
|
|
|
|
img {
|
|
&.default {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|