mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +00:00
27 lines
360 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
}
|