Add empty state base CSS for admin views

This commit is contained in:
Flavio Copes
2015-11-19 22:43:35 +01:00
parent 5039d8fd0b
commit 0e4b451f80
3 changed files with 7 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -111,3 +111,8 @@ b, strong {
text-align: center;
}
.empty-state {
margin: 0 auto;
text-align: center;
padding-top: 100px;
}