| Server IP : 87.98.154.146 / Your IP : 216.73.216.165 Web Server : Apache System : Linux webm004.cluster126.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : ohklomafyi ( 52085) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/ohklomafyi/www/wp-content/themes/oceanwp/sass/components/footer/ |
Upload File : |
/**
* Scroll top
*/
#scroll-top {
display: none;
opacity: 0;
position: fixed;
right: 20px;
bottom: 20px;
width: 40px;
height: 40px;
line-height: 40px;
background-color: rgba(0, 0, 0, 0.4);
color: $color-1;
font-size: 18px;
cursor: pointer;
@include border-radius(2px);
text-align: center;
z-index: 100;
@include box-sizing(content-box);
> span {
line-height: inherit;
vertical-align: top;
}
&:hover {
background-color: rgba(0, 0, 0, 0.8);
}
&.scroll-top-left {
left: 20px;
right: auto;
}
.owp-icon {
vertical-align: initial;
use {
stroke: $color-1;
}
}
}
/*------------------------------------*
Phone Landscape
*------------------------------------*/
@media only screen and (max-width: 480px) {
#scroll-top {
right: 10px;
bottom: 10px;
width: 26px;
height: 26px;
line-height: 24px;
font-size: 14px;
}
}