📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
turscripti.demodesign.com.tr
/
~yonetim
/
assets
/
css
/
bootstrap
📝
_tables.scss
← Geri Dön
@import "../_variables"; /* ###### 3.14 Table ###### */ .table { color: $dark; thead { th, td { color: $secondary; font-weight: 700; font-size: 11px; letter-spacing: .5px; text-transform: uppercase; border-bottom-width: 1px; border-top-width: 0; padding: 0 15px 5px; } } tbody tr { background-color: $white-5; th { font-weight: 500; } } th, td { padding: 9px 15px; line-height: 1.462; } } .table-striped tbody tr:nth-of-type(2n+1) { background-color: rgb(241, 246, 251); } .table-bordered thead { th, td { border-top-width: 1px; padding-top: 7px; padding-bottom: 7px; background-color: $white-5; } }
💾 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