📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
lisans.demodesign.com.tr
/
assets
/
scss
/
custom
/
components
📝
_helper.scss
← Geri Dön
// // _helper.scss // .font-size-11 { font-size: 11px !important; } .font-size-12 { font-size: 12px !important; } .font-size-13 { font-size: 13px !important; } .font-size-14 { font-size: 14px !important; } .font-size-15 { font-size: 15px !important; } .font-size-16 { font-size: 16px !important; } .font-size-17 { font-size: 17px !important; } .font-size-18 { font-size: 18px !important; } .font-size-20 { font-size: 20px !important; } .font-size-22 { font-size: 22px !important; } .font-size-24 { font-size: 24px !important; } // Font weight help class .font-weight-medium { font-weight: 500; } // Social .social-list-item { height: 2rem; width: 2rem; line-height: calc(2rem - 2px); display: block; border: 1px solid $gray-500; border-radius: 50%; color: $gray-500; text-align: center; } // Minimum Width Sizes .w-xs { min-width: 80px; } .w-sm { min-width: 95px; } .w-md { min-width: 110px; } .w-lg { min-width: 140px; } .w-xl { min-width: 160px; } // Hover item .item-hovered { &:hover { background-color: $gray-100; } } // Search bar .search-bar { .form-control { border: none; height: $input-height; padding-left: 40px; padding-right: 20px; background-color: $search-bg; box-shadow: none; border-radius: 30px; } span { position: absolute; z-index: 10; font-size: 16px; line-height: $input-height; left: 13px; top: 0; color: $gray-600; } }
💾 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