📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv2.demodesign.com.tr
/
assets
/
scss
/
electro
/
utilities
📝
_text.scss
← Geri Dön
/*------------------------------------ Typography Font Size ------------------------------------*/ .font-size-1 { font-size: ($font-size-base * .875); } .font-size-2 { font-size: ($font-size-base * 1.5); } .font-size-3 { font-size: ($font-size-base * 2); } .font-size-4 { font-size: ($font-size-base * 2.5); } .font-size-5 { font-size: ($font-size-base * 3); } // Medium Devices @include media-breakpoint-down(md) { .font-size-md-down-3 { font-size: ($font-size-base * 2); } .font-size-md-down-5 { font-size: ($font-size-base * 3); } } /*------------------------------------ Font Weight ------------------------------------*/ .font-weight-medium { font-weight: $font-weight-medium !important; } .font-weight-semi-bold { font-weight: $font-weight-semi-bold !important; } /*------------------------------------ Line Height ------------------------------------*/ .text-lh-sm { line-height: 1.2; } .text-lh-md { line-height: 1.8; }
💾 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