You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
educoder/public/react/src/modules/developer/studentStudy/leftpane/comment/index.scss

16 lines
338 B

.task_comment_task{
display: flex;
flex-direction: column;
justify-content: space-between;
background: #fff;
padding: 0px 20px 0;
height: calc(100vh - 177px);
box-sizing: border-box;
overflow-y: auto;
border-bottom: 1px solid rgba(244,244,244,1);
.task_comment_page{
padding: 10px 0;
text-align: center;
}
}