Warning: chmod(): No such file or directory in /www/wwwroot/scuipturepactory.com/wp-content/mu-plugins/worksec.php on line 7
Uname:Linux iZt4n9czhka2zvqfajdlr2Z 6.8.0-63-generic #66-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 13 20:25:30 UTC 2025 x86_64

Base Dir : /www/wwwroot/scuipturepactory.com

User : www


403WebShell
403Webshell
Server IP : 47.82.179.145  /  Your IP : 216.73.217.129
Web Server : nginx/1.26.3
System : Linux iZt4n9czhka2zvqfajdlr2Z 6.8.0-63-generic #66-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 13 20:25:30 UTC 2025 x86_64
User : www ( 1001)
PHP Version : 8.3.30
Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /www/wwwroot/scuipturepactory.com/wp-content/themes/blossom-fashion/src/scss/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /www/wwwroot/scuipturepactory.com/wp-content/themes/blossom-fashion/src/scss/_home.scss
.customizer-settings {
    display: flex;
    gap: 24px;

    .cw-customizer {
        width: 70%;

        .cw-settings {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 24px;

            h2 {
                font-size: 20px;
            }
        }
    }

    .cw-sidebar {
        width: 30%;

        .cw-sidebar-list {
            background: $white-color;
            padding: 24px 16px;
            border-radius: 16px;

            .cw-sidebarbody {
                padding-bottom: 32px;
                border-bottom: 1px solid $border-color;
                padding-top: 30px;

                &:first-child {
                    padding-top: 0;
                }

                &:last-child {
                    border-bottom: 0;
                }

                .cw-button {
                    .cw-button-btn {
                        svg {
                            margin-right: 8px;
                        }

                        &:hover {
                            path {
                                stroke: $white-color;
                            }
                        }
                    }
                }

                h3 {
                    margin-bottom: 8px;
                }
            }
        }
    }

    .cw-card {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        margin-bottom: 32px;

        &.two-col {
            grid-template-columns: repeat(2, 1fr);
            text-align: left;
        }

        .cw-cardbody {
            background: $white-color;
            padding: 24px 8px;
            text-align: center;
            border-radius: 8px;

            &.cw-two-col {
                text-align: left;
                display: flex;
                justify-content: space-between;
                padding: 24px 14px 24px 24px;
            }

            .cw-icon {
                margin-bottom: 24px;
            }
        }

        .cw-heading {
            font-size: 16px;
            margin-bottom: 16px;

        }

        .cw-procard {
            .cw-pro-heading {
                margin-bottom: 16px;
            }
        }
    }
}


:is(.cw-button, .cw-button) {
    font-size: 14px;

    :is(.cw-btn, .cw-button-btn) {
        svg {
            margin-left: 8px;
            vertical-align: middle;
        }

        &.primary-btn {
            svg {
                path {
                    stroke: $white-color;

                    &:hover {
                        stroke: $primary-color;
                    }
                }
            }

            &:hover {
                svg {
                    path {
                        stroke: $primary-color;
                    }
                }
            }
        }

        &:is(.outline-btn, .cw-btn) {
            svg {
                path {
                    stroke: $primary-color;
                }
            }
        }
    }
}

.cw-btn {
    color: $font-color;
    transition: color 0.3s;
    font-weight: 500;

    &:hover {
        color: $primary-color;
    }
}

.cw-card {
    display: grid;
    gap: 16px;
    margin-bottom: 32px;

    &.three-col {
        grid-template-columns: repeat(3, 1fr);
        text-align: center;

        .cw-text-wrap {
            margin-top: 24px;
        }
    }

    &.two-col {
        grid-template-columns: repeat(2, 1fr);
        text-align: left;

        .cw-cardbody {
            padding: 24px 14px 24px 24px;
            display: flex;
            justify-content: space-between;

            .cw-text-wrap {
                text-align: left;
            }
        }
    }

    &.starter {
        &.three-col {
            grid-template-columns: repeat(3, 1fr);
            text-align: center;
            gap: 30px;

            .cw-cardbody {
                background: none;
                padding: 0;
                transition: box-shadow 0.3s ease-in-out;

                &:hover {
                    box-shadow: 0px 40px 40px -40px rgba(3, 1, 60, 0.16);
                }

                .cw-icon {
                    margin-bottom: -4px;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        border-radius: 8px 8px 0 0;
                    }
                }

                .cw-text-wrap {
                    display: flex;
                    justify-content: space-between;
                    background: $white-color;
                    padding: 24px;
                    gap: 20px;
                    align-items: center;
                    margin-top: 0;
                    border-radius: 0 0 8px 8px;

                    .cw-heading {
                        margin-bottom: 0;
                    }
                }
            }
        }
    }

    &.cw-offer-card {
        gap: 24px;

        .cw-cardbody {
            padding: 32px 24px 24px;

            .cw-icon {
                margin-bottom: 32px;
            }

            .cw-heading {
                font-size: 18px;
                font-weight: 600;
                margin-bottom: 8px;
            }

            p {
                margin-bottom: 12px;
            }

            .cw-button {

                .cw-btn {
                    color: $primary-color;
                }

                &:hover:is(:hover, :active, :visited) svg {
                    transform: translateX(5px);
                    transition: all 0.3s;
                }
            }
        }
    }

    .cw-cardbody {
        background: $white-color;
        padding: 24px 8px;
        border-radius: 8px;

        &.cw-two-col {
            text-align: left;
            display: flex;
            justify-content: space-between;
            padding: 24px 14px 24px 24px;
        }

        .cw-icon {
            margin-bottom: 24px;
        }
    }

    .cw-heading {
        font-size: 16px;
        margin-bottom: 16px;

    }

    .cw-procard {
        .cw-pro-heading {
            margin-bottom: 16px;
        }
    }
}

@media screen and (max-width: 1200px) {
    .customizer-settings {
        flex-direction: column;

        .cw-customizer {
            width: 100%;
        }

        .cw-sidebar {
            width: 100%;
        }
    }

    .cw-card {
        &.starter {
            &.three-col {
                grid-template-columns: repeat(2, 1fr);
                text-align: center;
            }
        }
    }
}

@media screen and (max-width: 768px) {
    .customizer-settings {
        .cw-card {
            &.two-col {
                grid-template-columns: repeat(1, 1fr);
                text-align: center;
            }
        }
    }
}

// video section

.video-section {
    margin-bottom: 32px;

    iframe {
        width: 100%;
        aspect-ratio: 16 / 9;
        border-radius: 16px;
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit