Sha256: 3ab064e564fda121ba783c16c80f062c7442de86e8ffe8eaa2ae6eb075498496

Contents?: true

Size: 915 Bytes

Versions: 1

Compression:

Stored size: 915 Bytes

Contents

footer{
    padding: $padding-base 0;

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

        li{
            display: inline-block;

            a{
                color: inherit;
                padding: $padding-base;
                font-weight: $font-weight-bold;
                font-size: $mdb-btn-font-size-base;
                text-transform: uppercase;
                border-radius: $border-radius-base;
                text-decoration: none;
                position: relative;
                display: block;

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

    .copyright{
        padding: 15px 0;
        margin: 0;
        .material-icons{
            font-size: 18px;
            position: relative;
            top: 3px;
        }
    }

    .btn{
        margin-top: 0;
        margin-bottom: 0;
    }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
easy_cms-0.1.0 vendor/assets/stylesheets/easy_cms/md/_footers.scss