📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
esnafbul.demodesign.com.tr
/
panel
/
src
/
css
/
components
📝
_wrapper.css
← Geri Dön
.wrapper { @apply relative; &:before { content: ""; width: 95%; z-index: -1; transform: translatey(35px); animation: 0.4s intro-wrapper-animation ease-in-out 0.33333s; animation-fill-mode: forwards; animation-delay: 0.1s; border-radius: 1.3rem; @apply bg-white/10 h-full -mt-4 absolute mx-auto inset-x-0 opacity-0 dark:bg-darkmode-400/50; } &.wrapper--top-nav { .wrapper-box { padding-top: 80px; margin-top: -62px; @include media-breakpoint-down(xl) { margin-top: -67px; @apply bg-transparent before:hidden dark:bg-transparent; } @include media-breakpoint-down(md) { margin-top: -7px; @apply pt-0; } } &:before { @include media-breakpoint-down(xl) { @apply bg-transparent; } } } .wrapper-box { transform: translatey(35px); animation: 0.4s intro-wrapper-animation ease-in-out 0.33333s; animation-fill-mode: forwards; animation-delay: 0.2s; @apply bg-primary flex rounded-[1.3rem] dark:bg-darkmode-400; &:before { content: ""; @apply block absolute inset-0 bg-black/[0.15] rounded-[1.3rem] z-[-1]; } @include media-breakpoint-down(md) { @apply -mt-[7px]; } } } @keyframes intro-wrapper-animation { 100% { @apply opacity-100; transform: translateX(0px); } }
💾 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