59 lines
855 B
SCSS
59 lines
855 B
SCSS
#course {
|
|
#docs {
|
|
#upload_file {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
#doc_list_box {
|
|
height: calc(100% - 54px);
|
|
|
|
#doc_list {
|
|
max-width: 100%;
|
|
|
|
.doc-item {
|
|
background: white;
|
|
&:not(:last-child) {
|
|
margin-bottom: 1em;
|
|
}
|
|
.link {
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
#notes_box {
|
|
#notes {
|
|
height: 100%;
|
|
|
|
#tiny {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
#notes_feedback {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
height: 39px;
|
|
width: 350px;
|
|
text-align: right;
|
|
z-index: 1000;
|
|
|
|
.alert {
|
|
font-size: 0.8em;
|
|
margin: 0;
|
|
padding: 0 13px;
|
|
line-height: 39px;
|
|
|
|
&.note-error {
|
|
color: $col_main_2;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |