framework/extensions/subscriptions/less/forum.less

40 lines
749 B
Plaintext
Raw Normal View History

2021-08-16 17:18:56 +08:00
:root {
--following-bg: #ffea7b;
--following-color: #de8e00;
--ignoring-bg: #aaa;
}
2015-07-23 15:10:54 +08:00
.Badge--following {
2021-08-16 17:18:56 +08:00
--badge-bg: var(--following-bg);
--badge-color: var(--following-color);
2015-07-23 15:10:54 +08:00
}
.Badge--ignoring {
2021-08-16 17:18:56 +08:00
--badge-bg: var(--ignoring-bg);
2015-07-23 15:10:54 +08:00
}
.SubscriptionMenu-button--follow {
2020-05-28 00:51:55 +08:00
& when (@config-dark-mode = false) {
.Button--color(#de8e00, #fff2ae);
}
& when (@config-dark-mode = true) {
.Button--color(#784d00, #fbb94c);
}
2015-07-23 15:10:54 +08:00
}
.SubscriptionMenu .Dropdown-menu {
min-width: 260px;
}
.SubscriptionMenuItem-label {
padding-left: 25px;
display: block;
white-space: normal;
& strong {
display: block;
}
}
.SubscriptionMenuItem-description {
display: block;
color: @muted-color;
font-size: 12px;
margin-top: 3px;
}