Sha256: b89e614fa3f0664fa43fa5d40d46b46d5cc2745817ada9dce0f97346a2a7332c

Contents?: true

Size: 819 Bytes

Versions: 18

Compression:

Stored size: 819 Bytes

Contents

// main layout
body > header
{
    height:   steps(5);
    position: relative;
    z-index:  10;
}

body > aside,
main
{
    position: relative;
    min-height: 100%;
}

main
{
    display: block;  /* as of now, not all rendering engines recognize the main element as a block */
    position: relative;
    padding: 0 steps(3) steps(4) steps(3);
    z-index: 1;

    body[data-layout-features~="sidebar"].side-compact > &
    {
        padding-left: steps(4 + 3);
    }

    body[data-layout-features~="sidebar"]:not(.side-compact) > &
    {
        padding-left: steps(20 + 3);
    }

    > header
    {
        border-bottom: 1px solid $color-border-light;
        margin-bottom: -1px;

        padding: steps(1) 0;

        @include clear-inside;

        > nav
        {
            float: left;
        }
    }
}

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
releaf-core-3.1.0 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-3.0.3 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-3.0.2 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-3.0.1 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-3.0.0 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-2.2.1 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-2.2.0 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-2.1.2 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-2.1.1 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-2.1.0 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-2.0.1 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-2.0.0 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-1.1.22 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-1.1.21 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-1.1.20 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-1.1.19 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-1.1.18 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-1.1.17 app/assets/stylesheets/releaf/layout/main.scss