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.
36 lines
527 B
36 lines
527 B
.single-line{
|
|
overflow: hidden;
|
|
text-overflow:ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.courses{
|
|
height: 26vh;
|
|
}
|
|
.course{
|
|
padding: 4px 12px;
|
|
}
|
|
.course-name{
|
|
padding-left: 6px;
|
|
}
|
|
.empty-tip{
|
|
text-align: center;
|
|
color: dimgray;
|
|
font-size: 15px;
|
|
padding-top: 10vh;
|
|
}
|
|
.footer{
|
|
margin: -28px -18px -28px -18px;
|
|
}
|
|
.operations{
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
}
|
|
.operation{
|
|
width: 120px!important;
|
|
margin: 0 8px!important;
|
|
flex-shrink: 1;
|
|
}
|
|
.option{
|
|
transform: scale(0.6);
|
|
padding-top: 8px;
|
|
} |