📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
qrmenuscripti.demodesign.com.tr
/
xpanel
/
assets
/
scss
/
components
📝
_form-wizard.scss
← Geri Dön
.form-wizard-wrapper { label { font-size: 13px; text-align: right; } } .wizard > .content > .body input{ border: 1px solid $border_2; &:focus{ border-color: rgba($primary, 0.5); } } .wizard.vertical > .steps{ width: auto; } .wizard > .steps > ul > li { width: auto; margin-bottom: 10px; } .wizard>.steps a, .wizard>.steps a:active, .wizard>.steps a:hover { margin: 3px; padding: 0; border-radius: 50px; } .wizard>.steps .current a, .wizard>.steps .current a:active, .wizard>.steps .current a:hover { background: $card-bg; color: $primary; padding: 0 20px 0 0; } .wizard>.steps .disabled a, .wizard>.steps .disabled a:active, .wizard>.steps .disabled a:hover, .wizard>.steps .done a, .wizard>.steps .done a:active, .wizard>.steps .done a:hover { background-color: $card-bg; color: $gray-600; padding: 0 20px 0 0; } .wizard>.steps .current a .number, .wizard>.steps .current a:active .number, .wizard>.steps .current a:hover .number { color: $white; background-color: $primary; } .wizard>.steps .disabled a .number, .wizard>.steps .disabled a:active .number, .wizard>.steps .disabled a:hover .number, .wizard>.steps .done a .number, .wizard>.steps .done a:active .number, .wizard>.steps .done a:hover .number { border-color: $primary; } .wizard>.content { background-color: transparent; margin: 0 5px; border-radius: 0; min-height: 150px } #form-horizontal fieldset{ margin-top:20px; } .wizard>.content>.body { width: 100%; height: 100%; padding: 15px 0 0; position: static; } .wizard>.steps .number { font-size: 13px; border-radius: 50%; width: 30px; height: 30px; line-height: 30px; display: inline-block; font-weight: 600; text-align: center; margin-right: 10px; background-color: rgba($primary, 0.08); } .wizard > .actions, .wizard.vertical > .actions{ margin-top: 20px; } .wizard>.actions .disabled a, .wizard>.actions .disabled a:active, .wizard>.actions .disabled a:hover { opacity: .65; background: $primary; color: $white; cursor: not-allowed; } .wizard>.actions a, .wizard>.actions a:active, .wizard>.actions a:hover { background: $primary; border-radius: 4px; padding: 8px 15px; } @media (max-width: 768px) { .wizard > .steps > ul > li { width: 50%; } .form-wizard-wrapper { label { text-align: left; } } } @media (max-width: 520px) { .wizard > .steps > ul > li { width: 100%; } }
💾 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