에디터 css
This commit is contained in:
parent
0e0c4ceed4
commit
e79bbf207c
@ -22,6 +22,14 @@
|
|||||||
}
|
}
|
||||||
/* board end */
|
/* board end */
|
||||||
|
|
||||||
|
|
||||||
|
/* Qeditor */
|
||||||
|
.ql-editor {
|
||||||
|
min-height: 300px;
|
||||||
|
font-family: 'Nanum Gothic', sans-serif;
|
||||||
|
}
|
||||||
|
/* Qeditor end */
|
||||||
|
|
||||||
/* 에러페이지 */
|
/* 에러페이지 */
|
||||||
/* 전체 화면을 덮는 스타일 */
|
/* 전체 화면을 덮는 스타일 */
|
||||||
.error-page {
|
.error-page {
|
||||||
|
|||||||
@ -217,10 +217,3 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
|
||||||
@import 'quill/dist/quill.snow.css';
|
|
||||||
.ql-editor {
|
|
||||||
min-height: 300px;
|
|
||||||
font-family: 'Nanum Gothic', sans-serif;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user