Created
March 9, 2017 19:27
-
-
Save carlweis/b2badc1d9488393102611a43231b5e46 to your computer and use it in GitHub Desktop.
Bootstrap slim 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
/! 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