Improved list views to look better when they are empty

This commit is contained in:
Raphael Michel
2016-05-07 14:29:00 +02:00
parent 81c23271ea
commit 7ae7da5af1
8 changed files with 334 additions and 175 deletions
+9
View File
@@ -163,4 +163,13 @@ h1 .btn-sm {
}
.helper-space-below {
margin-bottom: 10px;
}
.empty-collection {
margin: 20px 0;
text-align: center;
p {
font-size: 24px;
}
}