Last active
November 16, 2018 23:17
-
-
Save sendgrid-gists/6faf2d51545c8d6d08752ef6e518bb20 to your computer and use it in GitHub Desktop.
SendGrid style-guide fullscreen modal
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="modal-fullscreen"> | |
<header class="flex-header"> | |
<div> | |
<a class="flex-header-action modal-close"> | |
<i class="sg-icon sg-icon-x"></i> | |
</a> | |
<div class="flex-header-title"> | |
<h3>Fullscreen Modal</h3> | |
</div> | |
</div> | |
</header> | |
<div class="modal-content has-padding"> | |
<div class="row modal-header"> | |
<div class="col-8"> | |
<h2>Title Goes Here.</h2> | |
</div> | |
<div class="col-4 modal-header-details"> | |
<p class="small">You haven't tested this email yet.</p> | |
</div> | |
</div> | |
<div class="row"> | |
... | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment