mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
26 lines
380 B
Plaintext
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;
|
|
}
|
|
}
|
|
}
|