59 lines
868 B
SCSS
59 lines
868 B
SCSS
#course {
|
|
|
|
#docs {
|
|
position: absolute;
|
|
top: 41.35px;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: calc(30% - 1em);
|
|
|
|
#upload_file {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
#doc_list {
|
|
overflow: auto;
|
|
|
|
.doc-item {
|
|
margin-bottom: 1em;
|
|
|
|
.link {
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
#notes_box {
|
|
position: absolute;
|
|
width: 70%;
|
|
top: 0;
|
|
right: 0;
|
|
height: 100%;
|
|
|
|
#notes_feedback {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
height: 41.35px;
|
|
width: 50%;
|
|
text-align: right;
|
|
|
|
.alert {
|
|
font-size: 0.8em;
|
|
margin: 0;
|
|
padding-right: 0.5em;
|
|
}
|
|
}
|
|
|
|
#notes {
|
|
width: 100%;
|
|
height: calc(100% - 43.35px);
|
|
border: 2px solid $gray-400;
|
|
@include catc-round(0.5em);
|
|
}
|
|
}
|
|
} |