( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ HEX
HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux mail.thebrand.ai 6.8.0-107-generic #107-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 13 19:51:50 UTC 2026 x86_64
User: www-data (33)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/tmpr/../tmpr/..//tmpr/../tmpr/../tmpr/..//easyApp/src/styles.css
@tailwind base;
@tailwind components;
@tailwind utilities;

@media only screen and (min-device-width: 768px) {
    .tiny-scrollbar {
        scrollbar-width: thin;
        scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
    }

    .tiny-scrollbar::-webkit-scrollbar {
        height: 6px;
        width: 6px;
        background-color: transparent;
    }

    .tiny-scrollbar::-webkit-scrollbar-thumb {
        border-radius: 10px;
        @apply bg-fg-base/20;
    }

    .tiny-scrollbar::-webkit-scrollbar-track-piece:start {
        background: transparent;
    }

    .tiny-scrollbar::-webkit-scrollbar-track-piece:end {
        background: transparent;
    }
}

.hide-scrollbar {
    scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
}

.svg-icon {
    @apply select-none inline-block fill-current flex-shrink-0 transition-icon;
}

.cropzone:not(.moving) .cropzone-transition {
    @apply transition-all;
}