email(healthcare): add diagonal stripe pattern behind the official-record header
Adds a subtle barber-shop diagonal stripe (repeating-linear-gradient over the solid slate bg) to the CMS official-record card header. Layered over the solid #1e293b so clients that ignore the gradient (Outlook) still get the dark bar.
This commit is contained in:
parent
022407e807
commit
5b78141997
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" style="margin:22px 0;">
|
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" style="margin:22px 0;">
|
||||||
<tr><td style="border:1px solid #cbd5e1;border-radius:10px;overflow:hidden;">
|
<tr><td style="border:1px solid #cbd5e1;border-radius:10px;overflow:hidden;">
|
||||||
<table role="presentation" width="100%" cellpadding="0" cellspacing="0">
|
<table role="presentation" width="100%" cellpadding="0" cellspacing="0">
|
||||||
<tr><td style="background:#1e293b;padding:12px 16px;">
|
<tr><td style="background:#1e293b;background-image:repeating-linear-gradient(45deg,rgba(255,255,255,0.06) 0,rgba(255,255,255,0.06) 10px,rgba(255,255,255,0) 10px,rgba(255,255,255,0) 20px);padding:12px 16px;">
|
||||||
<p style="margin:0;font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:#94a3b8;font-weight:700;">Official record · CMS Medicare Revalidation Due Date List</p>
|
<p style="margin:0;font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:#94a3b8;font-weight:700;">Official record · CMS Medicare Revalidation Due Date List</p>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
<tr><td style="background:#f8fafc;padding:6px 16px 14px;">
|
<tr><td style="background:#f8fafc;padding:6px 16px 14px;">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue