[UPDT] ASSET: Updated asset module dashboard empty card styles

This commit is contained in:
Horilla
2025-05-15 19:58:38 +05:30
parent a739351b75
commit b6230090a5
2 changed files with 7 additions and 8 deletions

View File

@@ -33,9 +33,9 @@
</div>
</div>
{% else %}
<div style="display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%;">
<img style="display: block; width:10%; margin: 20px auto;" src="{% static 'images/ui/asset.png' %}" class=""
alt="Page not found. 404." />
<h5 class="oh-404__subtitle">{% trans "There is no asset allocation at this moment." %}</h5>
<div class="oh-empty h-100">
<img src="{% static 'images/ui/search.svg' %}" class="oh-404__image" alt="Page not found. 404." />
<h1 class="oh-empty__title">{% trans "No Records found." %}</h1>
<p class="oh-empty__subtitle">{% trans "There is no asset allocation at this moment." %}</p>
</div>
{% endif %}

View File

@@ -97,9 +97,8 @@
</div>
{% else %}
<div class="oh-empty h-100">
<p class="oh-empty__message">
<img style="display: block;width: 70px;margin: 20px auto ;" src="{% static "/images/ui/no_records.svg" %}" class="" alt=""/>
{% trans "No records available at the moment." %}
</p>
<img src="{% static 'images/ui/search.svg' %}" class="oh-404__image" alt="Page not found. 404." />
<h1 class="oh-empty__title">{% trans "No Records found." %}</h1>
<p class="oh-empty__subtitle">{% trans "No records available at the moment." %}</p>
</div>
{% endif %}