mirror of
https://github.com/web3privacy/w3ps1.git
synced 2024-10-15 16:26:26 +02:00
update
This commit is contained in:
parent
cba5bcdea4
commit
6b6b6b09df
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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'}"
|
||||
|
|
Loading…
Reference in a new issue