2016-08-30 02:19:47 +00:00
|
|
|
|
|
|
|
.modal#modal-create-prompt
|
|
|
|
.modal-background
|
|
|
|
.modal-container
|
|
|
|
.modal-content
|
2016-11-21 04:28:15 +00:00
|
|
|
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
|