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/_features.scss
/* 
// 08. Features
*/

.features-box {
    background: rgba($white, 0.025);
    border-radius: 6px;
    .features-icon {
        background: $warning;
        display: inline-block;
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        color: $white;
        border-radius: 6px;
        font-size: 30px;
        position: relative;
        &:before {
            content: "";
            height: 60px;
            width: 60px;
            background: rgba($warning, 0.1);
            position: absolute;
            left: 7px;
            top: -16px;
            transform: rotate(20deg);
            z-index: -1;
            border-radius: 6px;
        }
    }
}