Add UI for instructors to create a new course

This commit is contained in:
2020-01-15 05:12:00 +00:00
parent a0489be82d
commit 9b27c41433
8 changed files with 388 additions and 21 deletions
+24
View File
@@ -63,6 +63,30 @@ body {
padding-bottom: 24rem;
}
.course-editor {
margin-bottom: 1rem;
}
.ql-container {
height: 30rem !important;
font-size: inherit !important;
font-family: inherit !important;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
margin-bottom: 1rem !important;
}
.footer {
margin-top: -20rem;