This commit is contained in:
tree🌴 2023-04-25 10:19:01 +02:00
parent cba5bcdea4
commit 6b6b6b09df
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
.button {
/*@apply px-3 py-1.5 text-black bg-white border border-black cursor-pointer;*/
@apply px-5 py-2 text-white bg-black border border-white cursor-pointer no-underline uppercase;
@apply px-5 py-2 text-white bg-black border border-white cursor-pointer no-underline uppercase transition-all;
}
.button:hover,
.button-inactive {

View File

@ -151,7 +151,7 @@
<div class="grid grid-cols-1 md:grid-cols-2 xl:grid-cols-3 gap-6 lg:gap-12">
{#each badges as badge}
<div
class="justify-center text-center badge {userBadges?.badges &&
class="justify-center text-center badge pt-4 {userBadges?.badges &&
userBadges?.badges[badge?.id]?.eligible
? 'bg-white text-black eligible'
: ' border-gray-800'}"