mirror of
https://github.com/flarum/framework.git
synced 2025-02-03 14:21:06 +08:00
27 lines
446 B
Plaintext
27 lines
446 B
Plaintext
.Badge--sticky {
|
|
background: #d13e32;
|
|
}
|
|
.DiscussionStickiedPost {
|
|
& .EventPost-icon,
|
|
& .EventPost-info,
|
|
& .EventPost-info a {
|
|
color: #d13e32;
|
|
}
|
|
}
|
|
.DiscussionListItem-info .item-excerpt {
|
|
margin-top: 8px;
|
|
margin-right: 20px;
|
|
white-space: normal;
|
|
font-size: 12px;
|
|
line-height: 1.5em;
|
|
color: @muted-more-color;
|
|
display: block;
|
|
|
|
.DiscussionPage-list & {
|
|
display: none;
|
|
}
|
|
@media @phone {
|
|
display: none;
|
|
}
|
|
}
|