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.
30 lines
457 B
30 lines
457 B
.exercise-item{
|
|
background: #f9f9f9;
|
|
padding: 10px 12px;
|
|
box-shadow: 2px 1px 5px #aaaaaa;
|
|
border-radius: 6px;
|
|
}
|
|
.title{
|
|
font-weight: bold;
|
|
}
|
|
.status{
|
|
font-size: 12px;
|
|
color: gray;
|
|
}
|
|
.author{
|
|
margin-right: 12px;
|
|
}
|
|
.tip{
|
|
font-size: 12px;
|
|
border-radius: 36px;
|
|
background: #00b0f0;
|
|
color: white;
|
|
padding: 2px 6px;
|
|
margin-right: 6px;
|
|
white-space: nowrap;
|
|
}
|
|
.commit-text{
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
margin-left: 4px;
|
|
} |