1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 05:30:38 +02:00

Initial commit

This commit is contained in:
Toby Zerner
2015-08-04 17:19:17 +09:30
commit 9b920daefa
23 changed files with 655 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
.DiscussionList-update {
.Button--color(@alert-color, @alert-bg);
margin-bottom: 5px;
.DiscussionPage & {
border-radius: 0;
margin-bottom: 0;
}
}