feat(templates/allauth): style allauth elements
This commit is contained in:
6
kursy/templates/allauth/elements/alert.html
Normal file
6
kursy/templates/allauth/elements/alert.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% load allauth %}
|
||||
<div role="alert"
|
||||
class="mb-3 rounded-md border px-4 py-3 text-sm {% if attrs.level == "error" %}border-amber-200 bg-amber-50 text-amber-800{% else %}border-blue-200 bg-blue-50 text-blue-800{% endif %}">
|
||||
{% slot message %}
|
||||
{% endslot %}
|
||||
</div>
|
||||
Reference in New Issue
Block a user