Sha256: 150ac851b84023929101e34fe3e0c744d9825d1686c5d697a6ba2083385b8daa

Contents?: true

Size: 856 Bytes

Versions: 1

Compression:

Stored size: 856 Bytes

Contents

.bw-front {
    // Positioning
    position: absolute;
    top: 0%;
    right: 0%;
    left: $desktop-menu-size;
    min-height: 100%;

    /* Setting a z-index of 0 to so that
     * this is in front of the back layer
     * with a z-index of -1 (see _back.scss) */
    z-index: 0;
    
    // Vertical flow only
    overflow-x: hidden;

    // Coloring
    color: black;
    background-color: $white-color;
    border-color: $back-color;

    // Shadow
    box-shadow: -2pt 0pt 8pt darken($back-color, 33%);

    // Mobile
    @include on-mobile {
        // Positioning
        top: 0%;
        left: 0%;
        right: 0%;
        margin-left: 0%;
    };

    // Container
    .bw-front-container {
        margin-left: $spacing-unit;
        margin-right: $spacing-unit;
        padding: $spacing-unit;
    }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-backwhite-1.0.0 _sass/jekyll-theme-backwhite/_front.scss