fleet/frontend/components/AvatarTopNav/_styles.scss
2023-02-01 13:06:06 -06:00

27 lines
360 B
SCSS

.avatar-wrapper-top-nav {
margin-right: 8px;
svg {
display: block;
}
.avatar {
@include size(120px);
display: block;
background-size: cover;
border-radius: 50%;
&--small {
@include size(24px);
}
&--xsmall {
@include size(16px);
}
img {
&.default {
display: none;
}
}
}
}