Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/app/design/frontend/Magento/indaco/web/css/source/components/
Upload File :
Current File : //home/rtorresani/www/app/design/frontend/Magento/indaco/web/css/source/components/_footer.less

footer {
    font-size: @font-size__s;
    color: @color-white;
    h5{
        margin-top: 0;
    }
}

.footer.content{
    .links{
        a{
            &,
            &:visited{
                color: @color-white;
            }
            &:hover{
                color: @color-white-fog;
            }
        }
        li{
            border-top: none;
            font-size: inherit;
        }
        padding-right: 25px;
    }
    ul{
        padding-right: 25px;
        &.list-inline{
            li {
                margin-left: 1rem;
                &:first-child{
                    margin-left: 0;
                }
            }
        }
    }
}

.page-footer{
    margin-bottom: 0;
    padding-bottom: 0;
    background-color: @footer__background-color;
}

.row-footer-content{
    padding-bottom: 70px;
}

.copyright{
    width: 100%;
    text-align: left;
    font-size: 12px;
    border-top: 1px @border-color__base solid;
}