fleet/frontend/components/Avatar/_styles.scss
gillespi314 86687a80cc
Add query author avatar; format last modified time (#2898)
Co-authored-by: Luke Heath <luke@fleetdm.com>
2021-11-12 16:45:53 -06:00

21 lines
245 B
SCSS

.avatar {
@include size(120px);
display: block;
background-size: cover;
border-radius: 50%;
&--small {
@include size(32px);
}
&--xsmall {
@include size(16px);
}
img {
&.default {
display: none;
}
}
}