mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 20:56:14 +08:00
34 lines
609 B
Plaintext
34 lines
609 B
Plaintext
.Badge--following {
|
|
background: #ffea7b;
|
|
color: #de8e00;
|
|
}
|
|
.Badge--ignoring {
|
|
background: #aaa;
|
|
}
|
|
.SubscriptionMenu-button--follow {
|
|
& when (@config-dark-mode = false) {
|
|
.Button--color(#de8e00, #fff2ae);
|
|
}
|
|
& when (@config-dark-mode = true) {
|
|
.Button--color(#784d00, #fbb94c);
|
|
}
|
|
}
|
|
.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;
|
|
}
|