HEX
Server: Apache
System: Linux webm004.cluster121.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User: grainesdfo (155059)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/grainesdfo/www/wp-content/themes/jupiterx/lib/assets/less/theme/mixins/body-border.less
// Body Border
//
// Body border properties.

.jupiter-body-border-default-tablet(@var) when not (ispixel(@@var)) {
    top: @body-border-width;
    right: @body-border-width;
    left: @body-border-width;

    .admin-bar& {
        top: ~"calc(@{body-border-width} + 46px)";
    }
}

.jupiter-body-border-tablet(@var) when (ispixel(@@var)) {
    top: @body-border-width-tablet;
    right: @body-border-width-tablet;
    left: @body-border-width-tablet;

    .admin-bar& {
        top: ~"calc(@{body-border-width-tablet} + 46px)";
    }
}

.jupiter-body-border-default-mobile(@var) when not (ispixel(@@var)) {
    top: @body-border-width;
    right: @body-border-width;
    left: @body-border-width;

    .admin-bar& {
        top: ~"calc(@{body-border-width} + 46px)";
    }
}

.jupiter-body-border-mobile(@var) when (ispixel(@@var)) {
    top: @body-border-width-mobile;
    right: @body-border-width-mobile;
    left: @body-border-width-mobile;

    .admin-bar& {
        top: ~"calc(@{body-border-width-mobile} + 46px)";
    }
}