Mailspring/packages/client-app/internal_packages/composer-markdown/styles/index.less

36 lines
722 B
Plaintext
Raw Normal View History

@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%);
2016-11-19 07:27:13 +08:00
.compose-body .markdown-editor {
margin: auto;
padding: 10px 23px 10px;
width: 100%;
.editing-region div[contenteditable] {
min-height: 0;
padding: 0;
}
.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;
background: transparent;
}
.CodeMirror-sided {
display: inline-block;
}