framework/extensions/sticky/less/forum.less

16 lines
214 B
Plaintext
Raw Normal View History

2021-08-16 17:18:32 +08:00
:root {
--sticky-bg: #d13e32;
}
2015-07-20 16:44:42 +08:00
.Badge--sticky {
2021-08-16 17:18:32 +08:00
--badge-bg: var(--sticky-bg);
2015-07-20 16:44:42 +08:00
}
2021-08-16 17:18:32 +08:00
2015-07-20 16:44:42 +08:00
.DiscussionStickiedPost {
& .EventPost-icon,
& .EventPost-info,
& .EventPost-info a {
2021-08-16 17:18:32 +08:00
color: var(--sticky-bg);
2015-07-20 16:44:42 +08:00
}
}