📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
turscripti.demodesign.com.tr
/
~yonetim
/
build
/
scss
📝
_progress-bars.scss
← Geri Dön
/* * Component: Progress Bar * ----------------------- */ //General CSS .progress { @include box-shadow(none); @include border-radius($progress-bar-border-radius); } .progress-group { @extend .mb-2; } // size variation .progress-sm { height: 10px; } .progress-xs { height: 7px; } .progress-xxs { height: 3px; } // Vertical bars .progress.vertical { position: relative; width: 30px; height: 200px; display: inline-block; margin-right: 10px; > .progress-bar { width: 100%; position: absolute; bottom: 0; } //Sizes &.sm, &.progress-sm { width: 20px; } &.xs, &.progress-xs { width: 10px; } &.xxs, &.progress-xxs { width: 3px; } } // Remove margins from progress bars when put in a table .table { tr > td .progress { margin: 0; } }
💾 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