Sha256: 50d77405638c458add3f67e458217f4470da06d27199bd7702297bc496c3aeab

Contents?: true

Size: 781 Bytes

Versions: 2

Compression:

Stored size: 781 Bytes

Contents

.footer{
    padding: 24px 0;

    &.footer-default{
        background-color: #f2f2f2;
    }

    nav{
        display: inline-block;
        float: left;
    }

    ul{
        margin-bottom: 0;
        padding: 0;
        list-style: none;

        li{
            display: inline-block;

            a{
                color: inherit;
                padding: $padding-base-vertical;
                font-size: $font-size-small;
                text-transform: uppercase;
                text-decoration: none;

                &:hover{
                    text-decoration: none;
                }
            }
        }
    }

    .copyright{
        font-size: $font-size-small;
    }

    &:after{
        display: table;
        clear: both;
        content: " ";
    }
}

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
kiso_themes-1.0.2 lib/sass/kiso_themes/_core/_footers.scss
now-ui-kit-rails-0.0.5 app/assets/stylesheets/now-ui-kit/_footers.scss