Sha256: 0554d8c3ba0d24dc8382bbcec314db6374ef47992ab0f60e35534a93b452b921

Contents?: true

Size: 967 Bytes

Versions: 3

Compression:

Stored size: 967 Bytes

Contents

/*
* Style tweaks
* --------------------------------------------------
*/
html,
body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
    padding-top: 70px;
}
footer {
    padding: 30px 0;
}

/*
* Off Canvas
* --------------------------------------------------
*/
@media screen and (max-width: 767px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-right
    .sidebar-offcanvas {
        right: -50%; /* 6 columns */
    }

    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -50%; /* 6 columns */
    }

    .row-offcanvas-right.active {
        right: 50%; /* 6 columns */
    }

    .row-offcanvas-left.active {
        left: 50%; /* 6 columns */
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 50%; /* 6 columns */
    }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
quick-templater-0.0.8 app/assets/stylesheets/quick-templater/bootstrap3/offcanvas.css
quick-templater-0.0.7 app/assets/stylesheets/quick-templater/bootstrap3/offcanvas.css
quick-templater-0.0.5 app/assets/stylesheets/quick-templater/bootstrap3/offcanvas.css