📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
egitim.demodesign.com.tr
/
themes
/
assets
/
scss
/
common
/
components
📝
_icons.scss
← Geri Dön
/* Icons */ .icons-list { border-left: 1px solid $border-color; border-top: 1px solid $border-color; >div { border-bottom: 1px solid $border-color; border-right: 1px solid $border-color; background: $content-bg; display: flex; align-items: center; padding:15px 20px; font-weight: 400; font-size: $default-font-size; transition: all .3s ease-in-out; i { display: inline-block; font-size: 20px; text-align: left; margin-right: 12px; color: theme-color(secondary); transition: all .3s ease-in-out; } svg { width: 20px; margin-right: 12px; color: theme-color(secondary); transition: all .3s ease-in-out; } &:hover { cursor: all-scroll; box-shadow: 0 0 10px 0 darken($card-bg, 10%); z-index: 9; i, svg { transform: scale(1.3); color: theme-color(primary); } } } } .icon-in-bg { width: 55px; height: 55px; text-align: center; display: flex; align-items: center; justify-content: center; } .icon-lg { font-size: 2.875rem; } .icon-md { font-size: 2rem; } .icon-sm { font-size: 1rem; } .rtl { .icons-list { > div { svg, i { margin-right: 0; margin-left: 12px; } } } }
💾 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