Sha256: 10a3fe3142a334f2be05a074732a6015b8098b227c2b3beb66845e3961c13ccb

Contents?: true

Size: 868 Bytes

Versions: 7

Compression:

Stored size: 868 Bytes

Contents

.bw-front {
    // Positioning and sizing
    position: absolute;
    top: 0%;
    left: $desktop-menu-size;
    right: 0%;
    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;

    // Only vertical scrolling
    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

7 entries across 7 versions & 1 rubygems

Version Path
jekyll-theme-backwhite-1.2.0 _sass/jekyll-theme-backwhite/_front.scss
jekyll-theme-backwhite-1.1.1 _sass/jekyll-theme-backwhite/_front.scss
jekyll-theme-backwhite-1.1.0 _sass/jekyll-theme-backwhite/_front.scss
jekyll-theme-backwhite-1.0.4 _sass/jekyll-theme-backwhite/_front.scss
jekyll-theme-backwhite-1.0.3 _sass/jekyll-theme-backwhite/_front.scss
jekyll-theme-backwhite-1.0.2 _sass/jekyll-theme-backwhite/_front.scss
jekyll-theme-backwhite-1.0.1 _sass/jekyll-theme-backwhite/_front.scss