2018-03-06 18:20:05 +01:00

27 lines
423 B
SCSS

.editorWrapper {
min-height: 350px;
margin-top: .9rem;
border: 1px solid #E3E9F3;
border-radius: 0.25rem;
line-height: 18px;
font-size: 13px;
box-shadow: 0px 1px 1px rgba(104, 118, 142, 0.05);
}
.editor {
min-height: 300px;
padding: 8px 10px 0 10px;
font-size: 16px;
margin-top: 10px;
cursor: text;
}
.editorFocus {
border-color: #78caff !important;
}
.editorInput {
height: 0;
width: 0;
}