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.

75 lines
1.5 KiB

.bg0{
background-image: linear-gradient(to bottom right,#FEAC5E, #C779D0,#4BC0C8);/*#FEAC5E, #C779D0,#4BC0C8*/
}
.bg1{
background-image: linear-gradient(to bottom right,#f8cdda, #1d2b64);/*#f8cdda, #1d2b64*/
}
.bg2{
background-image: linear-gradient(to bottom right, #43cea2, #185a9d);/*#43cea2, #185a9d*/
}
.bg3{
background-image: linear-gradient(to bottom right, #2c3e50, #3498db);/*#2c3e50, #3498db*/
}
.bg4{
background-image: linear-gradient(to bottom right, #b92b27, #1565c0);/*#b92b27, #1565c0*/
}
.bg5{
background-image: linear-gradient(to bottom right,#5fc3e4, #e55d87);/*#5fc3e4, #e55d87*/
}
.bg6{
background-image: linear-gradient(to bottom right, #3a1c71, #d76d77, #ffaf7b);/*#3a1c71, #d76d77, #ffaf7b*/
}
.header{
text-align: end;
}
.action{
width: 22px;
height: 20px;
padding: 2px 9px;
}
.course{
color: white;
font-size:13px;
border-radius: 5px;
padding: 0px 2px 18px 8px;
position: relative;
overflow: hidden;
}
.sticky{
width: 36px;
height: 18px;
transform: rotate(-45deg);
position: absolute;
background: orange;
top: -6px;
left: -16px;
border-bottom: #f0f0f0 2px solid;
}
.body{
display: flex;
padding-right: 6px;
}
.avatar{
width: 52px;
height: 52px;
border-radius: 50%;
overflow: hidden;
flex: none;
margin: 0 16px 0 8px;
}
.course-info{
flex: auto;
width: 10px;
}
.course-name{
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
font-size: 17px;
font-weight: bold;
margin-bottom: 7px;
}
.school{
padding-right: 10px;
}