Review Code

This commit is contained in:
Zarak Khan
2024-02-22 11:35:06 +05:00
parent 8b4c0ffc3b
commit 2fab5982a4
75 changed files with 11067 additions and 1022 deletions

View File

@@ -12,7 +12,7 @@
account.</p>
</div>
<div>
<div class="py-4">
<div class="flex items-center py-4">
<p class="text-xl font-bold">Delete Email Account</p>
<img ng-hide="emailLoading"
src="{% static 'images/loading.gif' %}">

View File

@@ -17,7 +17,7 @@
</div>
</div>
<div>
<a class="bg-orange-500 text-white font-semibold px-2 py-1"
<a class="bg-orange-500 px-3 py-3 rounded-lg text-xl font-semibold text-white"
href="{% url "createEmailAccountV2" %}">{% trans "Create Email" %}</a>
</div>
</div>
@@ -25,7 +25,7 @@
them.</p>
</div>
<div>
<div class="py-4">
<div class="flex items-center py-4">
<p class="text-xl font-bold">List Email Accounts</p>
<img ng-hide="cyberpanelLoading"
src="{% static 'images/loading.gif' %}">