feat(templates/allauth): style allauth elements
This commit is contained in:
5
kursy/templates/allauth/elements/button_group.html
Normal file
5
kursy/templates/allauth/elements/button_group.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% load allauth %}
|
||||
<div class="flex w-full flex-col gap-2" role="group">
|
||||
{% slot %}
|
||||
{% endslot %}
|
||||
</div>
|
||||
Reference in New Issue
Block a user