mirror of
https://github.com/flarum/core.git
synced 2025-08-16 13:24:11 +02:00
Group assets by client
This commit is contained in:
26
extensions/sticky/less/forum/extension.less
Normal file
26
extensions/sticky/less/forum/extension.less
Normal file
@@ -0,0 +1,26 @@
|
||||
.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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user