humhub/static/less/tour.less
2020-10-19 15:54:24 +02:00

26 lines
380 B
Plaintext

// TourModule
ul.tour-list {
list-style: none;
margin-bottom: 0;
padding-left: 10px;
li {
padding-top: 5px;
a {
color: @link;
.fa {
width: 16px;
}
}
}
li.completed {
a {
text-decoration: line-through;
color: @text-color-soft;
}
}
}