Sha256: a35a230780e7646c62c2861bed0aba532346f29006464c4d2549a11f0f3a547b

Contents?: true

Size: 1.36 KB

Versions: 44

Compression:

Stored size: 1.36 KB

Contents

// main page footer is the last footer element in the first section directly under main
// it may be wrapped inside a form
// so an extra class is needed

footer.main
{
    position: fixed;
    bottom: 0;
    right:  0;
    left:   0;
    margin: 0 steps(3) 0px steps(20 + 3);
    z-index: 10;
    background: $color-background-lightest;

    .side-compact &
    {
        margin-left: steps(4 + 3);
    }

    .tools
    {
        background: $color-background-normal;
        color: $color-text-lighter;
        border:       1px solid $color-border-dark;
        border-width: 1px 1px 0 1px;
        height:       steps(3) + 1px;

        .button
        {
            margin-left:  steps(0.5);
            margin-right: steps(0.5);
        }

        .button.secondary
        {
            border-left:  1px solid $color-border-dark;
            border-right: 1px solid $color-border-dark;
        }

        > .primary,
        > .secondary
        {
            position: relative;
            z-index: 2;
        }

        > .primary
        {
            float: right;

            .button:last-child
            {
                margin-right: 0;
            }
        }

        > .secondary
        {
            float: left;

            .button:first-child
            {
                margin-left: 0;
                border-left: none;
            }

        }

    }

}









Version data entries

44 entries across 44 versions & 1 rubygems

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