📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv2.demodesign.com.tr
/
assets
/
scss
/
electro
/
utilities
📝
_borders.scss
← Geri Dön
/*------------------------------------ Borders-radius ------------------------------------*/ // Default options .rounded-pill { @include border-radius($border-radius-pill); } .rounded-top-pill { @include border-top-radius($border-radius-pill); } .rounded-right-pill { @include border-right-radius($border-radius-pill); } .rounded-bottom-pill { @include border-bottom-radius($border-radius-pill); } .rounded-left-pill { @include border-left-radius($border-radius-pill); } // Custom options .rounded-top-left-pill { @include border-top-left-radius($border-radius-pill); } .rounded-bottom-left-pill { @include border-bottom-left-radius($border-radius-pill); } // Pseudo options .rounded-pseudo { @include border-radius($border-radius); &::before, &::after { @include border-radius($border-radius); } } .rounded-top-pseudo { @include border-top-radius($border-radius); &::before, &::after { @include border-top-radius($border-radius); } } /*------------------------------------ Borders ------------------------------------*/ .border-dashed { border: $border-width dashed $border-color; }
💾 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