feat(templates/allauth): style allauth elements
This commit is contained in:
6
kursy/templates/allauth/elements/provider.html
Normal file
6
kursy/templates/allauth/elements/provider.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% load allauth %}
|
||||
<li class="border-b border-slate-200 last:border-b-0">
|
||||
<a class="block w-full px-4 py-3 text-slate-700 transition-colors hover:bg-slate-50 hover:text-slate-900"
|
||||
title="{{ attrs.name }}"
|
||||
href="{{ attrs.href }}">{{ attrs.name }}</a>
|
||||
</li>
|
||||
Reference in New Issue
Block a user