@ -68,3 +68,10 @@
line-height: 1.25rem;
text-align: center;
}
.tile-muted {
border-left: 1px solid $border-color;
background-color: $gray-100;
color: $text-muted;
box-shadow: none;
@ -82,7 +82,9 @@
<%= render "_transaction.html", locale: @locale, internal_transaction: internal_transaction %>
<% end %>
<% else %>
<p><%= gettext "There are no Internal Transactions" %></p>
<div class="tile tile-muted text-center">
<span><%= gettext "There are no Internal Transactions" %></span>
</div>
@ -129,7 +129,9 @@
<%= render "_transaction.html", locale: @locale, transaction: transaction %>
<p data-selector="empty-transactions-list"><%= gettext "There are no Transactions" %></p>
<span data-selector="empty-transactions-list"><%= gettext "There are no Internal Transactions" %></span>