Files
progress-test/app/assets/stylesheets/application.scss
2022-07-21 22:48:10 -03:00

13 lines
225 B
SCSS

@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;
}