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/layout/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/old/app/design/frontend/Cnc/default/web/scss/layout/_content.scss
// ==============================================
// LAYOUT - Content
// ==============================================

//
//  Containers
//  _____________________________________________

@mixin container {
    width: 100%;
    max-width: $container-width;
    padding: 0 $gutter;
    margin: 0 auto;
}

.container {
    @include container;
}

.inner-container {
    @include container;
    max-width: $inner-container-width;
}

body {
    &.cms-index-index {
        .page-title-wrapper {
            @extend .visually-hidden;
        }

        .page-main {
            margin-top: 0;
            max-width: none;
            padding: 0;
        }

        .page-bottom {
            padding-left: 20px;
            padding-right: 20px;

            &,
            p {
                font-size: 1.2rem;
                line-height: 2;
            }
        }
    }

    &.cms-no-route {
        .page-main {
            min-height: auto;
            padding: 0;
            margin: 0;
            max-width: none;
        }
    }

    .page-main {
        margin-top: 30px;

        @extend .container;
        position: relative;
        min-height: 48vh;
    }

    &.contact-index-index {
        .page-main {
            max-width: 768px;
        }
    }

}

Spamworldpro Mini