📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
lisans.demodesign.com.tr
/
assets
/
scss
/
custom
/
components
📝
_nav.scss
← Geri Dön
// // _nav.scss // .nav-tabs,.nav-pills { > li { > a { color: $gray-600; } } } .nav-pills { > a { color: $gray-600; } } // Nav tab custom .nav-tabs-custom{ .nav-item{ margin: 0px 7px; position: relative; &:first-child{ margin-left: 0px; } &:last-child{ margin-right: 0px; } .nav-link{ background-color: $gray-300; &.active{ color: $primary; &:after{ transform: scale(1); } } &:after { content: ""; background: $primary; height: 2px; position: absolute; width: 100%; left: 0; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); } } } }
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula