GhostManSec
Server: LiteSpeed
System: Linux premium197.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: parhudrw (1725)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //proc/self/root/home/parhudrw/anqa.it/wp-content/themes/essentials/inc/scss/elements/_to-top.scss
.back_to_top {
    width:50px;
    height:50px;
    position:fixed;
    bottom: -30px;
    right: 30px;
    display: inline-block;
    text-align: center;
    opacity: 0;
    z-index: 99999;
    &.is-left {
        right: auto;
        left: 30px;
    }
    i {
        line-height: 50px;
        font-size: 30px;
        display: inline-block;
        position: relative;
    }
    &.active {
        opacity: 1;
        bottom: 30px;
    }
    &:focus {
        outline: none !important;
    }
}