mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
25 lines
339 B
SCSS
25 lines
339 B
SCSS
.avatar-wrapper-top-nav {
|
|
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;
|
|
}
|
|
}
|
|
}
|
|
}
|