2016-09-02 08:25:39 +08:00
|
|
|
@import "../internal_packages/composer-markdown/node_modules/simplemde/dist/simplemde.min.css";
|
|
|
|
@import "ui-variables";
|
|
|
|
@import "ui-mixins";
|
|
|
|
|
|
|
|
@blurred-primary-color: mix(@background-primary, #ffbb00, 96%);
|
|
|
|
|
|
|
|
.markdown-editor {
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
.markdown-editor .uneditable-notice {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 0.9em;
|
|
|
|
color: @text-color-very-subtle;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
border-top: 1px dashed;
|
|
|
|
border-bottom: 1px dashed;
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.CodeMirror {
|
2016-09-02 11:21:13 +08:00
|
|
|
height: 225px;
|
|
|
|
min-height: 225px;
|
2016-09-02 08:25:39 +08:00
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
.CodeMirror-sided {
|
|
|
|
display: inline-block;
|
|
|
|
}
|