mirror of
https://github.com/humhub/humhub.git
synced 2025-01-18 06:38:14 +01:00
21 lines
303 B
Plaintext
21 lines
303 B
Plaintext
// TourModule
|
|
ul.tour-list {
|
|
list-style: none;
|
|
margin-bottom: 0;
|
|
padding-left: 10px;
|
|
li {
|
|
padding-top: 5px;
|
|
a {
|
|
color: @info;
|
|
.fa {
|
|
width: 16px;
|
|
}
|
|
}
|
|
}
|
|
li.completed {
|
|
a {
|
|
text-decoration: line-through;
|
|
color: @text-color-soft;
|
|
}
|
|
}
|
|
} |