PHP 8.2.30
Preview: CookiePolicy.css Size: 1.48 KB
/proc/thread-self/root/home/byroehnu/easetack.com/resources/js/Frontend/Components/Cookie/CookiePolicy.css

.cookie-consent {
    position: fixed;
    bottom: 24px;
    left: 24px;
    right: 24px;
    z-index: 50;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    overflow: hidden;
    animation: slide-up 0.5s ease-out;
}

@keyframes slide-up {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.cookie-card {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (min-width: 768px) {
    .cookie-card {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 24px 32px;
    }

    .cookie-consent {
        max-width: 900px;
        bottom: 32px;
    }
}

.cookie-icon {
    flex-shrink: 0;
    color: #4f46e5;
    margin-right: 12px;
}

.cookie-content {
    flex: 1;
    display: flex;
    align-items: center;
}

.cookie-message {
    font-size: 15px;
    color: #374151;
    margin: 0;
    line-height: 1.5;
}

.cookie-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

@media (min-width: 768px) {
    .cookie-actions {
        margin-top: 0;
        flex-shrink: 0;
    }
}

.btn-settings {
    display: flex;
    align-items: center;
    gap: 6px;
}

.settings-icon {
    width: 16px;
    height: 16px;
}

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
1.48 KB lrw-rw-rw- 2025-05-15 11:24:11
Edit Download
2.34 KB lrw-rw-rw- 2025-05-15 11:24:11
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).