1
0
mirror of https://github.com/flarum/core.git synced 2025-08-09 09:57:06 +02:00

Add a first empty state to the discussion list

This commit is contained in:
Franz Liedke
2015-09-03 09:59:20 +02:00
parent 21dd516eaa
commit f0c240f863
4 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
.Placeholder {
margin-top: 40px;
p {
font-size: 1.4em;
color: @muted-more-color;
text-align: center;
}
}