Last active
July 24, 2018 21:58
-
-
Save sendgrid-gists/3df74e773dfeb68898422d967d946a6c to your computer and use it in GitHub Desktop.
Sendgrid style-guide center confirmation 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="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