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.
33 lines
733 B
33 lines
733 B
8 years ago
|
|
||
|
.modallayer#modal-editor-link
|
||
|
.modallayer-content
|
||
|
.tabs.is-boxed
|
||
|
ul
|
||
|
li
|
||
|
a
|
||
|
span.icon.is-small
|
||
|
i.fa.fa-file-text-o
|
||
|
span Internal Document Link
|
||
|
li.is-active
|
||
|
a
|
||
|
span.icon.is-small
|
||
|
i.fa.fa-external-link
|
||
|
span External Link
|
||
|
.columns.is-hidden
|
||
|
.column
|
||
|
label.label Text to display
|
||
|
p.control
|
||
|
input.input(type='text', placeholder='Text input')
|
||
|
.column
|
||
|
label.label Link
|
||
|
p.control
|
||
|
input.input(type='text', placeholder='http://')
|
||
|
.columns
|
||
|
.column
|
||
|
label.label Text to display
|
||
|
p.control
|
||
|
input.input(type='text', placeholder='Text input')
|
||
|
.column
|
||
|
label.label Link
|
||
|
p.control
|
||
|
input.input(type='text', placeholder='http://')
|