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.
20 lines
439 B
20 lines
439 B
|
|
.modallayer#modal-editor-codeblock
|
|
.modallayer-content
|
|
|
|
.columns
|
|
.column
|
|
h3 Code Block
|
|
.column.is-narrow
|
|
p.control
|
|
span.select
|
|
select(style={width: '300px'})
|
|
option Plain text
|
|
option C#
|
|
.column.is-narrow
|
|
a.button.is-warning.is-outlined Cancel
|
|
.column.is-narrow
|
|
a.button.is-primary.is-outlined Insert Code Block
|
|
|
|
.ace-container(style={'border-radius':'5px'})
|
|
#codeblock-editor |