fix(empty): Add padding to empty message

This commit is contained in:
Ben Gotow 2016-04-11 18:20:28 -07:00
parent 8f86968ddd
commit 7e07c199c4

View file

@ -28,7 +28,8 @@
}
.message {
color: @text-color-very-subtle;
margin-top: 1em;
margin: 1em;
margin-bottom: 0;
font-size: 2em;
font-weight: @font-weight-thin;
text-align: center;