Sindbad~EG File Manager

Current Path : /var/www/html/ch.sumar.com.py/wp-content/plugins/peepso/assets/new-scss/3/components/
Upload File :
Current File : /var/www/html/ch.sumar.com.py/wp-content/plugins/peepso/assets/new-scss/3/components/_avatar.scss

.pso-avatar {
    --s: var(--AVATAR-S);
    --r: var(--AVATAR-R);
    --b: 4px solid var(--c-base);
    --is: calc(var(--s) / 3);

    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--s);
    min-width: var(--s);
    height: var(--s);
    min-height: var(--s);
    //background-color: var(--c-base-600);
    //border: var(--b);
    border-radius: var(--r);

    &:empty:before {
        content: "\e828";
        font-family: "peepsoui";
        font-size: var(--is);
        color: var(--c-base-400);
    }
}

.pso-avatar--sm {
    --s: var(--AVATAR-S-S);
    --r: var(--AVATAR-R-S);
    --b: 2px solid var(--c-base);
}

.pso-avatar--lg {
    --s: var(--AVATAR-S-L);
    --r: var(--AVATAR-R-L);
    --b: 5px solid var(--c-base);
}

.pso-avatar--xl {
    --s: var(--AVATAR-S-XL);
    --r: var(--AVATAR-R-XL);
    --b: 6px solid var(--c-base);
}

.pso-avatar__image {
    height: 100%;
    width: 100%;
    border-radius: var(--r);
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists