HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/apklausos/assets/admin_themes/adminbasics_temporary/main.scss
$size  : 2em;
$color : rgb(15, 62, 18);

#vue-apps-main-container {
    min-height : 75vh;
}

.fa-stack.halfed {
    height      : 1em;
    width       : 1em;
    line-height : 1em;
}

.fa-stack-1x.halfed {
    font-size : 0.5em;
}

.fa-1x.halfed {
    font-size : 0.5em;
}

.contain-pulse {
    display         : flex;
    flex-flow       : row wrap;
    justify-content : center;
    align-content   : bottom;
    height          : $size+1;
}

.square {
    background    : $color;
    border-radius : 0.6em;
    box-sizing    : border-box;
    height        : $size;
    margin        : calc($size / 10);
    overflow      : hidden;
    padding       : calc($size / 4);
    width         : $size;
}

.animate-pulse {
    .square:nth-of-type(1) {
        animation : pulse ease-in-out 1.8s infinite 0.2s;
    }
    .square:nth-of-type(2) {
        animation : pulse ease-in-out 1.8s infinite 0.6s;
    }
    .square:nth-of-type(3) {
        animation : pulse ease-in-out 1.8s infinite 1.0s;
    }
    .square:nth-of-type(4) {
        animation : pulse ease-in-out 1.8s infinite 1.4s;
    }
}

.simpleWrapper {
    padding : 0;
    margin  : 0;
    border  : none;
    display : inline-block;
}

.vue-general-topbar {

}