Modals

Modal structure

#modalID.modal
  .modal-header
  .modal-content
  .modal-footer

No Footer and No Header Modal
a.modal-trigger href="#modal-no-footer-no-header"

.btn.modal-trigger data-target="modal-regular-footer-regular-header"

Possible Variations:

#modal-no-footer-fixed-header.modal.modal-fixed-header
  .modal-header
  .modal-content

#modal-fixed-footer-no-header.modal.modal-fixed-footer
  .modal-content
  .modal-footer

#modal-fixed-footer-fixed-header.modal.modal-fixed-header.modal-fixed-footer
  .modal-header
  .modal-content
  .modal-footer

#modal-bottom-sheet.modal.bottom-sheet
  .modal-content
  .modal-footer