@@ -70,8 +70,15 @@
&.empty {
border-bottom: none;
padding: @padding-large-vertical @padding-base-horizontal;
+ padding-bottom: @line-height-computed;
text-align: center;
+
+ .fa {
+ display: block;
+ font-size: @font-size-large * 3;
+ }
}
@@ -48,7 +48,8 @@
</li>
{% empty %}
<li class="empty">
- {% trans "You don't have any notifications." %}
+ <span class="text-success fa fa-check fa-2x"></span>
+ {% trans "You don't have any new notifications." %}
{% endfor %}
</ul>