Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/old/app/design/frontend/Cnc/default/web/scss/modules/customer/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/old/app/design/frontend/Cnc/default/web/scss/modules/customer/_edit.scss
// ==============================================
// CUSTOMER ACCOUNT - Edit
// ==============================================

.account.customer-account-edit {
    // Form
    .form-edit-account {
        .form-section {
            @include breakpoint(md) {
                &:first-child {
                    display: flex;
                    flex-wrap: wrap;
                    margin-right: -2rem;
                    margin-left: -2rem;

                    > .fieldset {
                        width: $w-half;
                        padding-right: 2rem;
                        padding-left: 2rem;

                        + .fieldset {
                            margin-top: 0;
                        }
                    }
                }
            }

            + .form-section {
                margin-top: 3rem;

                @include breakpoint(md) {
                    margin-top: 4rem;
                }
            }

            .legend {
                display: block;
                margin-bottom: 2rem;

                @include breakpoint(only-sm) {
                    font-size: 1.6rem;
                }
            }

            .fieldset-section {
                + .fieldset-section {
                    margin-top: 1rem;
                }
            }

            .field {
                display: flex;
                align-items: center;
                font-size: 1.2rem;
                font-weight: 700;
                color: $c-blue-dark;
            }

            .label,
            label {
                margin-bottom: 0;
                margin-right: .5rem;
                font-size: 1.2rem;
                font-weight: $fw-roboto-regular;
            }

            .choice {
                .label {
                    min-height: inherit;
                    padding-left: 0;
                    margin-right: 0;
                    margin-left: 1.5rem;
                    font-size: 1rem;
                    color: $c-blue;
                    text-decoration: underline;

                    &::before,
                    &::after {
                        display: none;
                    }

                    span {
                        &.label-cancel {
                            display: none;
                        }
                    }
                }

                input[type="checkbox"]:checked + label {
                    span {
                        &.label-change {
                            display: none;
                        }

                        &.label-cancel {
                            display: inline;
                        }
                    }
                }
            }

            .fieldset {
                // Infos
                &.info {
                    .legend {
                        //@extend .visually-hidden;
                    }

                    .fieldset-section {
                        .field {
                            + .field {
                                margin-top: 1rem;
                            }

                            &.field-taxvat {
                                position: relative;
                                flex-wrap: wrap;

                                .field.taxvat {
                                    margin-top: .5rem;

                                    .label {
                                        display: none;
                                    }
                                }

                                [data-container="cnc-customer-vat"] {
                                    width: 100%;

                                    @include breakpoint(md) {
                                        position: absolute;
                                        top: 100%;
                                        left: 0;
                                    }
                                }
                            }
                        }

                        &:first-of-type {
                            .control {
                                text-transform: uppercase;
                            }
                        }
                    }
                }

                // Update infos
                &.update-info {
                    .field {
                        flex-direction: column;
                        align-items: flex-start;
                        width: 100%;

                        @include breakpoint(md) {
                            max-width: 41rem;
                        }

                        .control {
                            width: 100%;
                        }

                        label,
                        .label {
                            margin-right: 0;
                            margin-bottom: 1rem;
                        }
                    }
                }

                // Contact
                &.fieldset-contacts {
                    .fieldset-section {
                        > .field {
                            flex-wrap: wrap;

                            > label {
                                margin-left: rem;
                                &::after {
                                    content: ':';
                                    margin-left: 5px;
                                }

                                @include breakpoint(only-sm) {
                                    max-width: 10rem;
                                }
                            }

                            .field-contact-input {
                                width: 100%;

                                > .control {
                                    width: 100%;
                                    margin: 1rem 0 0;
                                }

                                @include breakpoint(md) {
                                    display: flex;
                                    flex: 1;
                                    padding-left: 2rem;
                                    margin-left: auto;

                                    > .control {
                                        max-width: 41rem;
                                        margin: 0 0 0 auto;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

Spamworldpro Mini