Skip to content

Instantly share code, notes, and snippets.

@sendgrid-gists
Last active July 24, 2018 21:58
Show Gist options
  • Save sendgrid-gists/3df74e773dfeb68898422d967d946a6c to your computer and use it in GitHub Desktop.
Save sendgrid-gists/3df74e773dfeb68898422d967d946a6c to your computer and use it in GitHub Desktop.
Sendgrid style-guide center confirmation modal
<div class="center-modal is-confirmation">
<i class="sg-icon sg-icon-x"></i>
<h2>Are you sure you want to delete these workflows?</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In nec augue eu lacus aliquam lobortis</p>
<div class="conf-alert-actions">
<div class="btn-list">
<button class="btn btn-secondary">No</button>
<button class="btn btn-primary">Yes</button>
</div>
</div>
</div>
<div class="modal-mask"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment