From 839d129cabc1bd4453f755245630dba2a24aeb69 Mon Sep 17 00:00:00 2001 From: JovannMC Date: Wed, 1 Jan 2025 18:14:37 +0300 Subject: [PATCH] apply hoverable to .btn use @apply hoverable to .btn use hoverable on images --- src/app.scss | 2 +- src/lib/sections/about/Donate.svelte | 12 ++++++------ src/lib/sections/about/Resources.svelte | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app.scss b/src/app.scss index ca5f1b1..3386909 100644 --- a/src/app.scss +++ b/src/app.scss @@ -149,7 +149,7 @@ body { } .btn { - @apply bg-button flex items-center justify-center overflow-hidden relative cursor-pointer px-6 h-14 rounded-full font-medium focus:!outline-none hover:scale-105 duration-200 active:scale-95 disabled:opacity-50 disabled:pointer-events-none; + @apply bg-button flex items-center justify-center overflow-hidden relative cursor-pointer px-6 h-14 rounded-full font-medium focus:!outline-none hover:scale-105 duration-200 active:scale-95 disabled:opacity-50 disabled:pointer-events-none hoverable; transition: opacity 0.2s ease, transform 0.2s ease, diff --git a/src/lib/sections/about/Donate.svelte b/src/lib/sections/about/Donate.svelte index 6c9ae64..67bd92c 100644 --- a/src/lib/sections/about/Donate.svelte +++ b/src/lib/sections/about/Donate.svelte @@ -16,7 +16,7 @@ src={avatar} alt={name} title={name} - class="w-9 h-9 rounded-full hoverable-lg" + class="w-9 h-9 rounded-full" />

${amount}

@@ -47,22 +47,22 @@
-
@@ -82,7 +82,7 @@