fix(empty-states): Adjust margins for message correctly

This commit is contained in:
Juan Tejada 2016-03-25 17:49:06 -07:00
parent 2949b66a7a
commit 0d2a6a5264

View file

@ -28,6 +28,7 @@
}
.message {
color: @text-color-very-subtle;
margin-top: 1em;
font-size: 2em;
font-weight: @font-weight-thin;
text-align: center;
@ -56,7 +57,6 @@
.message {
opacity: 0;
transition: opacity @duration ease-in;
margin-top: 1em;
font-size: 3.5em;
color: @text-color-subtle;
font-weight: @font-weight-thin;