feat: improved styling

This commit is contained in:
2025-01-20 12:01:46 +01:00
parent df67125599
commit ad9b58cff1
4 changed files with 38 additions and 15 deletions
+7 -4
View File
@@ -16,10 +16,13 @@
<span class="flex justify-center mb-2 text-sm font-medium text-red-900 dark:text-red-400">{{ error }}</span>
{% endfor %}
<button class="text-white bg-primary-600 hover:bg-primary-700 focus:ring-4 focus:outline-none
<footer class="flex justify-end">
<button class="text-white bg-primary-600 hover:bg-primary-700 focus:ring-4 focus:outline-none
focus:ring-primary-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center dark:bg-primary-600
dark:hover:bg-primary-700 dark:focus:ring-primary-800"
>
{% translate 'Guardar' %}
</button>
>
{{ save_button_text }}
</button>
</footer>
</form>