Skip to content

Instantly share code, notes, and snippets.

@claeusdev
Created January 24, 2019 23:11
Show Gist options
  • Save claeusdev/58dcb3821848b204e5f0bd0c700d39ab to your computer and use it in GitHub Desktop.
Save claeusdev/58dcb3821848b204e5f0bd0c700d39ab to your computer and use it in GitHub Desktop.
.modal.fade#newNoteModal{tabindex: '-1', role: 'dialog', aria: {labelledby: "newNoteModalLabel"}}
.modal-dialog{role: 'document'}
.modal-content
.modal-header
%h5.modal-title#newNoteModalLabel Add new note
%button.close{type: 'button', data: {dismiss: 'modal'}, aria: {label: "Close"}}
.modal-body
.modal-footer
%button.btn.btn-secondary.btn-sm{type: 'button', data: {dismiss: "modal"}} Cancel
%button.btn.btn-success.btn-sm{type: 'button'} Save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment