HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/healthvaluequotes/public_html/backup2/lp2/scss/_footer.scss
/* 
// 13. Footer
*/

.footer {
    padding: 60px 0 24px;
    position: relative;
    .company-sub-menu {
        li {
            padding: 8px 0;
            a {
                transition: all 0.5s;
                color: lighten($muted, 8%);
                &:hover {
                    color: $warning !important;
                    margin-left: 6px;
                }
            }
        }
    }
    .footer-social-list {
        a {
            border: 1px solid lighten($muted, 20%);
            height: 40px;
            width: 40px;
            display: inline-block;
            border-radius: 50%;
            line-height: 38px;
            text-align: center;
            color: lighten($muted, 10%);
            font-size: 18px;
            transition: all 0.3s;
            &:hover {
                background: $warning;
                color: $white;
                border-color: $warning;
                box-shadow: 0 0 2px 7px rgba($warning, 0.15);
            }
        }
    }
}