File "style.scss"

Full Path: /home/warrior1/public_html/plugins/astra-sites/inc/lib/onboarding/assets/src/steps/welcome/style.scss
File size: 553 bytes
MIME-type: text/plain
Charset: utf-8

.welcome-screen {
    width: 770px;
    margin: 0 auto;

    h1 {
        grid-gap: 10px;
    }
    .video-showcase {
        position: relative;
    }

    .youtube-btn {
        cursor: pointer;
    }
    .click-btn-text {
        position: absolute;
        left: 13em;
        top: 2.6em;
    }

    .get-started-wrap {
        margin-top: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .middle-content {
        top: 50%;
    }
}