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.
15 lines
504 B
15 lines
504 B
8 years ago
|
|
||
|
.modal#modal-create-prompt
|
||
8 years ago
|
.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#txt-create-prompt(type='text', placeholder='page-name')
|
||
|
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
|