Upload docs draft
This commit is contained in:
@@ -24,6 +24,14 @@ $fa-css-prefix: fa;
|
||||
//Workshops
|
||||
.#{$fa-css-prefix}-previous:before { content: fa-content($fa-var-chevron-left); }
|
||||
|
||||
//Course
|
||||
.#{$fa-css-prefix}-file-upload:before { content: fa-content($fa-var-file-upload); }
|
||||
.#{$fa-css-prefix}-file-image:before { content: fa-content($fa-var-file-image); }
|
||||
.#{$fa-css-prefix}-file-audio:before { content: fa-content($fa-var-file-audio); }
|
||||
.#{$fa-css-prefix}-file-video:before { content: fa-content($fa-var-file-video); }
|
||||
.#{$fa-css-prefix}-file-pdf:before { content: fa-content($fa-var-file-pdf); }
|
||||
.#{$fa-css-prefix}-file-word:before { content: fa-content($fa-var-file-word); }
|
||||
|
||||
//Writer
|
||||
.#{$fa-css-prefix}-bold:before { content: fa-content($fa-var-bold); }
|
||||
.#{$fa-css-prefix}-underline:before { content: fa-content($fa-var-underline); }
|
||||
|
||||
@@ -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%;
|
||||
|
||||
@@ -149,6 +149,12 @@ a.button:active {
|
||||
|
||||
#main_title {
|
||||
margin-top: 1em;
|
||||
|
||||
h1 {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
#main {
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user