feat(templates/allauth): style allauth elements
This commit is contained in:
7
kursy/templates/allauth/elements/table.html
Normal file
7
kursy/templates/allauth/elements/table.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% load allauth %}
|
||||
<div class="overflow-x-auto rounded-lg border border-slate-200">
|
||||
<table class="min-w-full divide-y divide-slate-200 text-sm">
|
||||
{% slot %}
|
||||
{% endslot %}
|
||||
</table>
|
||||
</div>
|
||||
Reference in New Issue
Block a user