1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 17:36:38 +02:00

Initial commit

This commit is contained in:
Toby Zerner
2015-07-28 15:35:55 +09:30
commit f6c0f22db0
30 changed files with 810 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
.Badge--locked {
background: #888;
}
.DiscussionLockedPost {
.EventPost-icon,
.EventPost-info,
.EventPost-info a {
color: #888;
}
}