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/scss/_subscribe.scss
/* 
// 12. Subscribe
*/

.subscribe-icon {
    &:after {
        content: "\F415";
        font-family: "Material Design Icons";
        position: absolute;
        font-size: 24px;
        right: 0;
        color: $warning;
        bottom: 50%;
        transform: translateY(50%);
    }
}

.subscribe-form {
    input {
        padding: 13px 20px;
        width: 100%;
        font-size: 17px;
        color: $dark !important;
        border: none;
        outline: none !important;
        padding-right: 180px;
        padding-left: 30px;
        background-color: rgba($white, 0.85);
        border-radius: 30px;
        box-shadow: 0 3px 8px rgba($black, 0.1);
        &::placeholder {
            color: lighten($muted, 10%);
            font-size: 15px;
        }
    }
    .btn {
        position: absolute;
        right: 0px;
        outline: none !important;
        border-radius: 30px;
        padding: 13px 38px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        font-size: 16px;
        box-shadow: none !important;
    }
    form {
        position: relative;
        max-width: 600px;
        margin: 0px auto;
    }
}