humhub/static/less/tour.less

26 lines
380 B
Plaintext
Raw Normal View History

2016-12-20 20:26:44 +01:00
// TourModule
ul.tour-list {
list-style: none;
margin-bottom: 0;
padding-left: 10px;
li {
padding-top: 5px;
a {
2020-10-19 15:54:24 +02:00
color: @link;
.fa {
width: 16px;
}
}
2016-12-20 20:26:44 +01:00
}
li.completed {
a {
text-decoration: line-through;
color: @text-color-soft;
}
2016-12-20 20:26:44 +01:00
}
}