📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
egitim.demodesign.com.tr
/
themes
/
assets
/
scss
/
common
/
components
📝
_tables.scss
← Geri Dön
/* Tables */ .table { margin-bottom: 0; thead { th { border-top: 0; border-bottom-width: 1px; font-weight: bold; font-size: 12px; text-transform: uppercase; color: $text-muted; i { margin-left: 0.325rem; } } } th, td { vertical-align: middle; line-height: 1; white-space: nowrap; } td { font-size: $default-font-size; img { width: 36px; height: 36px; border-radius: 100%; } .badge { margin-bottom: 0; } } &.table-borderless { border: none; tr, td, th { border: none; } } &.table-bordered { border-top: 1px solid $border-color; } &.table-dark { thead { tr { th { color: lighten($text-muted, 30%); } } } } }
💾 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