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.

38 lines
517 B

page{
background: white;
}
.course-name{
text-align: center;
font-size: 20px;
line-height: 36px;
height: 36px;
padding: 0 12px;
width: 100%;
}
.switch{
transform: scale(0.85);
}
.header{
padding: 12px 8px;
background: white;
border-bottom: #dddddd 1.5px solid;
display: flex;
align-items: center;
justify-content: space-between;
}
.count{
font-size: 14px;
margin-left: 10px;
}
.empty,
.tip{
font-size: 12px;
color: dimgray;
}
.empty{
text-align: center;
padding-top: 26px;
}