One Hat Cyber Team
Your IP :
172.69.58.130
Server IP :
188.114.97.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
/
nav
/
Edit File:
nav.scss
@import "../bootstrap/scss/functions"; @import "../base/functions"; @import "../base/variables"; @import "../bootstrap/scss/variables"; @import "../bootstrap/scss/mixins"; @import "../base/mixins"; @import "../bootstrap/scss/nav"; // Base .nav { flex-wrap: nowrap; scrollbar-width: thin; scrollbar-color: rgba( $gray-400,.3 ); overflow-x: auto; overflow-x: overlay; overflow-y: hidden; .nav-link { white-space: nowrap; } &::-webkit-scrollbar { width: 0; height: 0; background: rgba( $gray-400,.3 ); } &::-webkit-scrollbar-thumb { background: rgba( $gray-400, .8); } .mobile &, &:hover { &::-webkit-scrollbar { width: 3px; height: 3px; } } } // Modifying @import "nav-classic"; @import "nav-creative";
Simpan