Files
catc/style/_page_course.scss
2020-03-05 22:07:06 +01:00

58 lines
839 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;
bottom: 0;
right: 0;
width: 350px;
text-align: right;
z-index: 1000;
.alert {
font-size: 10px;
margin: 0;
padding: 0 18px;
line-height: 18px;
&.note-error {
color: $col_main_2;
}
}
}
}
}