Upload docs draft
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user