-
-
Save infinityhacks/4b70cf2f9c2af440584e74132956daff to your computer and use it in GitHub Desktop.
Bootstrap modal HAML
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.fade.modal-fade | |
.modal-dialog | |
.modal-content | |
.modal-header | |
%button.close{type:'button', data:{dismiss:'modal'}} | |
%span{aria:{hidden:'true'}} | |
%i.fa.fa-close | |
%span.sr-only Close | |
%h4.modal-title | |
.modal-body | |
%p | |
.modal-footer | |
%button.btn.btn-default{type:'button', data:{dismiss:'modal'}} Close | |
%button.btn.btn-primary{type:'button', data:{dismiss:'modal'}} Save |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment