Upload docs draft

This commit is contained in:
2019-09-07 21:09:13 +02:00
parent 32d4917964
commit 35efcf2293
17 changed files with 1725 additions and 70 deletions

View File

@@ -1,5 +1,25 @@
#course {
#docs {
position: absolute;
top: 0;
left: 0;
width: calc(30% - 1em);
height: 100%;
#upload_file {
height: 41.35px;
}
#doc_list {
background: $gray-400;
border-radius: 0.5em;
height: calc(100% - 41.35px);
width: 100%;
overflow: auto;
}
}
#notes_box {
position: absolute;
width: 70%;