HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/TBbargain/wp-content/themes/Tbbargain/scss/footer.scss
@import "partials";
@import "common";

.footer {
    background: $lightBlue;
    padding: 50px 0 80px 0;
    @media($sm-579){
        padding: 50px 0px;
    }
    .footer-inner{
        .col-4{
            @media($sm-579){
                width: 100%;
            }
        }
    }
    .content-wrap {
        max-width: 400px;
        .logo {
            max-width: 107px;
            margin: 0 0 20px 0;
        }
        .para {
            font-size: 14px;
            color: $white;
            margin: 0 0 20px 0;
        }
     
        .contactcard {
            margin: 0;
            padding: 0;
            @media($sm-767){
                padding-bottom: 20px;
            }
            li {
                font-size: 18px;
                color: $white;
                list-style: none;
                padding: 0 0 0 30px;
                @media($sm-1679){
                    font-size: 16px;
                }
                @media($sm-1199){
                    font-size: 14px;
                }
                a {
                    text-decoration: none;
                    color: $white;
                }
                &.tel {
                    background: url(../img/phone.svg) no-repeat left center;
                }
                &.mail {
                    background: url(../img/email.svg) no-repeat left center;
                }
                & + li {
                    margin-top: 15px;
                }
            }
        }
    }
    .list-menu {
        margin: 0;
        padding: 0;
        li {
            background: url(../img/arrow-green.svg) no-repeat left center;
            list-style: none;
            padding: 0 0 0 25px;
            a {
                color: $white;
                font-size: 18px;
                font-weight: 500;
                text-decoration: none;
                @media($sm-1679){
                    font-size: 16px;
                }
                @media($sm-1199){
                    font-size: 14px;
                }
            }
            & + li {
                margin-top: 15px;
                @media($sm-991){
                    margin-top: 10px;
                }
            }
        }
    }
    .follow-us {
        @extend .display-flex;
        @extend .align-center;
        padding: 40px 0 0 0;
        .txt {
            color: $white;
            font-size: 18px;
            font-weight: 500;
        }
        .follw-link {
            margin: 0;
            padding: 0 0 0 10px;
            @extend .display-flex;
            li {
                margin: 0 0 0 10px;
                list-style: none;
                flex: 0 0 26px;
                a {
                }
            }
        }
    }
}
.copy-right {
    background: $white;
    padding: 10px 10px;
    text-align: center;
    .para {
        font-size: 14px;
        color: $lightGrey;
        font-weight: 500;
        padding: 0;
        margin: 0;
    }
}