HEX
HEX
Server: Apache/2
System: Linux 31.186.11.143 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: tek178om (4688)
PHP: 7.4.33
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/tek178om/public_html/wp-content/plugins/newsletter/main/css/automation.css
#tnp-body .tnp-promo-widgets {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 2rem;
    margin-top: 2rem;
}

#tnp-body .tnp-promo-widget {
    background-color: #fff;
    border: 1px solid #ddd;
    /*box-shadow: 0px 0px 3px #999;*/
    padding: 1rem;
    min-width: 200px;
    padding-bottom: 3rem;
    position: relative;
}

#tnp-body .tnp-promo-widget h3 {
    margin-top: 0;
    font-weight: normal;
    color: #000;
    font-size: 2rem;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
    line-height: normal;
}

#tnp-body .tnp-promo-widget h4 {
    margin-top: 0;
    font-weight: normal;
    color: #444;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
    line-height: normal;
}

#tnp-body .tnp-ctas {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
}

#tnp-body .tnp-cta {
    background-color: var(--tnp-blue-dark);
    color: #fff;
    padding: .5rem 1.5rem;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    font-size: 1.1rem;
    margin-right: 1rem;
}

#tnp-body .tnp-cta:hover {
    background-color: var(--tnp-blue);
    color: #fff;
}

#tnp-body .tnp-cta.tnp-cta-green {
    background-color: var(--tnp-green-dark);
}
#tnp-body .tnp-cta.tnp-cta-green:hover {
    background-color: var(--tnp-green);
}