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.

16 lines
523 B

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