You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
504 B

  1. .modal#modal-create-prompt
  2. .modal-background
  3. .modal-container
  4. .modal-content
  5. header.is-light-blue Create New Document
  6. section
  7. label.label Enter the new document path:
  8. p.control.is-fullwidth
  9. input.input#txt-create-prompt(type='text', placeholder='page-name')
  10. span.help.is-danger.is-hidden This document path is invalid!
  11. footer
  12. a.button.is-grey.is-outlined.btn-create-prompt Discard
  13. a.button.is-light-blue.btn-create-go Create