Files
catc/style/_page_course.scss
2019-09-08 12:51:52 +02:00

54 lines
776 B
SCSS

#course {
#docs {
position: absolute;
top: 0;
left: 0;
width: calc(30% - 1em);
height: 100%;
#upload_file {
height: 41.35px;
}
#doc_list {
height: calc(100% - 41.35px);
width: 100%;
overflow: auto;
.btn {
margin-bottom: 1em;
}
}
}
#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);
}
}
}