mirror of https://github.com/requarks/wiki
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
473 B
14 lines
473 B
|
|
.modal#modal-create-prompt
|
|
.modal-background
|
|
.modal-container
|
|
.modal-content
|
|
header.is-light-blue Create New Document
|
|
section
|
|
label.label Enter the new document path:
|
|
p.control.is-fullwidth
|
|
input.input(type='text', placeholder='page-name')#txt-create-prompt
|
|
span.help.is-danger.is-hidden This document path is invalid!
|
|
footer
|
|
a.button.is-grey.is-outlined.btn-create-prompt Discard
|
|
a.button.is-light-blue.btn-create-go Create |