Mailspring/internal_packages/composer-markdown/stylesheets/index.less
2016-09-01 20:21:13 -07:00

28 lines
588 B
Plaintext

@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 {
height: 225px;
min-height: 225px;
background: transparent;
}
.CodeMirror-sided {
display: inline-block;
}