mirror of
https://github.com/flarum/framework.git
synced 2025-01-10 13:03:43 +08:00
10 lines
163 B
Plaintext
10 lines
163 B
Plaintext
|
.DiscussionList-update {
|
||
|
.Button--color(@alert-color, @alert-bg);
|
||
|
margin-bottom: 5px;
|
||
|
|
||
|
.DiscussionPage & {
|
||
|
border-radius: 0;
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
}
|