Skip to content

Instantly share code, notes, and snippets.

@sendgrid-gists
Last active November 16, 2018 23:17
Show Gist options
  • Save sendgrid-gists/6faf2d51545c8d6d08752ef6e518bb20 to your computer and use it in GitHub Desktop.
Save sendgrid-gists/6faf2d51545c8d6d08752ef6e518bb20 to your computer and use it in GitHub Desktop.
SendGrid style-guide fullscreen modal
<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