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

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/old/app/design/frontend/Cnc/default/web/scss/common/_wysiwyg.scss
// ==============================================
//  WYSIWYG blocks (User Content Manager)
// ==============================================

.cms-page-view {

    //
    //  Title wrapper
    //  _____________________________________________

    .page-title-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;

        .page-title {
            @extend .title-1;
            text-transform: uppercase;
        }
    }

    .ugc {

        h1 {
            @extend .title-1;
            text-transform: uppercase;
            text-align: center;
        }

        h2 {
            @extend .title-2;
            color: $c-blue;
        }

        h3 {
            font-size: 1.6rem;
            font-weight: 700;
            color: $c-base;

        }

        h4, h5, h6 {
            @extend .title-2;
        }

        p:not(.cookie-notice-text) {
            a {
                @extend .link-1;
            }
        }

        ul:not(.items) {
            @extend .list-1;
            margin-bottom: 15px;
        }

        h1, h2, h3, h4, h5, h6, p, ul {

            & + h1, & + h2 {
                margin: 50px 0 25px;
            }

            & + h3, & + h4, & + h5, & + h6 {
                margin-top: 10px;
                margin-bottom: 0;
            }

            & + p:not(.http-page__text),  & + ul {
                margin-top: 5px;
                margin-bottom: 0;
            }

            & + ul {
                margin-top: 10px;

                li {
                    & + li {
                        margin-top: 0;
                    }
                }
            }

            img {
                margin-bottom: 0;
            }
        }
    }
}

Spamworldpro Mini