rename main2 to application
This commit is contained in:
12
app/assets/stylesheets/application.scss
Normal file
12
app/assets/stylesheets/application.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user