Skip to content

Instantly share code, notes, and snippets.

@carlweis
Created March 9, 2017 19:27
Show Gist options
  • Save carlweis/b2badc1d9488393102611a43231b5e46 to your computer and use it in GitHub Desktop.
Save carlweis/b2badc1d9488393102611a43231b5e46 to your computer and use it in GitHub Desktop.
Bootstrap slim modal
/! Modal
#myModal.modal.fade aria-labelledby="myModalLabel" role="dialog" tabindex="-1"
.modal-dialog role="document"
.modal-content
.modal-header
button.close aria-label="Close" data-dismiss="modal" type="button"
span aria-hidden="true" ×
h4#myModalLabel.modal-title Modal title
.modal-body
| \...
.modal-footer
button.btn.btn-default data-dismiss="modal" type="button" Close
button.btn.btn-primary type="button" Save changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment