Last active
October 10, 2018 17:22
-
-
Save sendgrid-gists/cb7942610e909e40d4282167f7ea1ad5 to your computer and use it in GitHub Desktop.
SendGrid style-guide email cards with alerts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="email-card-wrap is-live has-alert"> | |
<div class="email-card-send-time has-value"> | |
<a class="btn btn-secondary" href="#">Send Instantly</a> | |
<div class="alert alert-warning"> | |
<p><i class="sg-icon sg-icon-info-circle"></i>Changes you've made to this email have not been applied to your live automation.<button class="btn btn-small btn-primary">Save and Apply</button></p> | |
</div> | |
</div> | |
<div class="email-card-stats"> | |
... | |
</div> | |
<div class="email-card"> | |
<div class="email-card-count"> | |
<p>Email 1</p> | |
</div> | |
<div class="email-card-content"> | |
<a class="btn btn-secondary" href="#"> | |
<span class="email-card-content-edit"><i class="sg-icon sg-icon-pencil"></i> Edit</span> | |
</a> | |
</div> | |
<div class="email-card-details"> | |
<table> | |
<tr> | |
<td class="label">Subject</td> | |
<td><a href="#">Welcome to SendGrid</a></td> | |
</tr> | |
<tr> | |
<td class="label">Preheader</td> | |
<td><a href="#">Get started sending up to 12,000 emails today</a></td> | |
</tr> | |
<tr> | |
<td class="label">From Sender</td> | |
<td><a href="#">Tyler Hale <[email protected]></a></td> | |
</tr> | |
</table> | |
</div> | |
<div class="email-row-actions"> | |
... | |
</div> | |
</div> | |
<div class="alert alert-warning"> | |
<p><i class="sg-icon sg-icon-info-circle"></i>Changes you've made to this email have not been applied to your live automation.<button class="btn btn-small btn-primary">Save and Apply</button></p> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment