mirror of
https://github.com/flarum/framework.git
synced 2025-02-14 02:42:53 +08:00
29 lines
484 B
Plaintext
29 lines
484 B
Plaintext
![]() |
.Badge--following {
|
||
|
background: #fc0;
|
||
|
}
|
||
|
.Badge--ignoring {
|
||
|
background: #aaa;
|
||
|
}
|
||
|
.SubscriptionMenu-button--follow {
|
||
|
.Button--color(#de8e00, #fff2ae);
|
||
|
// TODO: dark mode
|
||
|
}
|
||
|
.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;
|
||
|
}
|