rename main2 to application

This commit is contained in:
João Geonizeli
2022-07-21 22:48:10 -03:00
parent 0973148835
commit feb72ce6a4
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
@import "./main.css";
@import "./ckeditor-content-styles.css";
.ck-editor {
height: 100% !important;
}
body, #root {
height: 100vh;
background-color: #f7fafc;
font-family: Roboto, 'Times New Roman', Times, serif;
}