Sha256: 971e28cee716058c7e8dc90e0c65dd2e52b61adae4faf3e178d4aa1eea9a7bd1

Contents?: true

Size: 747 Bytes

Versions: 17

Compression:

Stored size: 747 Bytes

Contents

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

body > aside,
main
{
    position: relative;
    min-height: 100%;
}
body[data-layout-features~="sidebar"] > main
{
    padding-left: steps(20 + 3);
}

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;

    .side-compact &
    {
        padding-left: steps(4 + 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

17 entries across 17 versions & 1 rubygems

Version Path
releaf-core-1.1.16 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-1.1.15 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-1.1.14 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-1.1.13 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-1.1.12 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-1.1.11 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-1.1.10 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-1.1.9 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-1.1.8 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-1.1.7 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-1.1.6 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-1.1.5 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-1.1.4 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-1.1.3 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-1.1.2 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-1.1.1 app/assets/stylesheets/releaf/layout/main.scss
releaf-core-1.1.0 app/assets/stylesheets/releaf/layout/main.scss