mirror of
https://github.com/flarum/framework.git
synced 2025-02-14 15:22:46 +08:00
![Toby Zerner](/assets/img/avatar_default.png)
See https://github.com/flarum/core/pull/1367 * Replace gulp with webpack and npm scripts for JS compilation * Set up Travis CI to commit compiled JS * Restructure `js` directory; only one instance of npm, forum/admin are "submodules" * Restructure `less` directory
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;
|
|
}
|
|
}
|