Sindbad~EG File Manager
.avatar {
--#{$variable-prefix}avatar-size: #{$avatar-size};
--#{$variable-prefix}avatar-bg: var(--#{$variable-prefix}border-color-light);
position: relative;
width: var(--#{$variable-prefix}avatar-size);
height: var(--#{$variable-prefix}avatar-size);
font-size: calc(var(--#{$variable-prefix}avatar-size) / #{$line-height-base * 2});
font-weight: $font-weight-medium;
display: inline-flex;
align-items: center;
justify-content: center;
color: $text-muted;
text-align: center;
text-transform: uppercase;
vertical-align: bottom;
user-select: none;
background: var(--#{$variable-prefix}avatar-bg) no-repeat center/cover;
border-radius: $avatar-border-radius;
svg {
width: calc(var(--#{$variable-prefix}avatar-size) / #{divide(40, 24)});
height: calc(var(--#{$variable-prefix}avatar-size) / #{divide(40, 24)});
}
.badge {
position: absolute;
right: 0;
bottom: 0;
border-radius: $border-radius-pill;
box-shadow: 0 0 0 2px $white;
}
@at-root a#{&} {
cursor: pointer;
}
}
.avatar-rounded {
border-radius: $border-radius-pill;
}
@each $avatar-size, $size in $avatar-sizes {
.avatar-#{$avatar-size} {
--#{$variable-prefix}avatar-size: #{$size};
}
.avatar-#{$avatar-size} .badge:empty {
width: $size * .25;
height: $size * .25;
}
}
.avatar-list {
display: inline-flex;
padding: 0;
margin: 0 0 -.5rem;
flex-wrap: wrap;
.avatar {
margin-bottom: .5rem;
&:not(:last-child) {
margin-right: .5rem;
}
}
a.avatar {
&:hover {
z-index: 1;
}
}
}
.avatar-list-stacked {
.avatar {
margin-right: -.5rem !important;
box-shadow: 0 0 0 2px var(--#{$variable-prefix}card-bg);
}
}
.avatar-upload {
width: 4rem;
height: 4rem;
border: 1px dashed $border-color;
background: $form-check-input-bg;
flex-direction: column;
@include transition(color $transition-time, background-color $transition-time);
svg {
width: 1.5rem;
height: 1.5rem;
stroke-width: 1;
}
&:hover {
border-color: $primary;
color: $primary;
text-decoration: none;
}
}
.avatar-upload-text {
font-size: $h6-font-size;
line-height: 1;
margin-top: .25rem;
}
.page-avatar {
.page-cover ~ * & {
margin-top: calc(calc(-1 * calc(var(--#{$variable-prefix}avatar-size) * .5)) - #{$content-padding-y});
box-shadow: 0 0 0 .25rem $body-bg;
}
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists