summaryrefslogtreecommitdiffstats
path: root/engagements
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-09-05 12:45:52 +0100
committerMatthew Lemon <y@yulqen.org>2024-09-05 12:45:52 +0100
commit257a559da9d653faf819d258a855f0bd2caec2db (patch)
tree78aeacfa8296853ad4a3f43fe7714f0c60878591 /engagements
parent18c4913ee1961de2b61e953b6fed1cd35e2051be (diff)
Adds a nice hover effect to the close cross
Diffstat (limited to 'engagements')
-rw-r--r--engagements/templates/engagements/engagement_effort_create.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/engagements/templates/engagements/engagement_effort_create.html b/engagements/templates/engagements/engagement_effort_create.html
index f4edc8d..06cf513 100644
--- a/engagements/templates/engagements/engagement_effort_create.html
+++ b/engagements/templates/engagements/engagement_effort_create.html
@@ -7,7 +7,7 @@
<div class="container mx-auto max-w-2xl mt-8">
<div class="bg-white shadow-md rounded px-8 pt-6 pb-8 mb-4 relative">
- <a href="{{ request.META.HTTP_REFERER }}" class="absolute top-2 right-2">
+ <a href="{{ request.META.HTTP_REFERER }}" class="absolute top-2 right-2 p-1 rounded-full hover:bg-gray-200 transition-colors duration-200">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12"/>