mirror of
https://github.com/flarum/framework.git
synced 2024-12-05 17:13:38 +08:00
b41b69b0bf
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;
|
|
}
|
|
}
|