27 lines
423 B
SCSS
Raw Normal View History

2018-03-05 14:30:28 +01:00
.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);
}
2018-03-06 18:20:05 +01:00
.editor {
min-height: 300px;
padding: 8px 10px 0 10px;
font-size: 16px;
margin-top: 10px;
cursor: text;
}
2018-03-05 14:30:28 +01:00
.editorFocus {
2018-03-06 18:20:05 +01:00
border-color: #78caff !important;
2018-03-05 14:30:28 +01:00
}
2018-03-05 19:23:06 +01:00
.editorInput {
height: 0;
width: 0;
}