Feat : implement per effects

This commit is contained in:
2024-07-07 18:26:19 +02:00
parent 9ce64ab591
commit 3eba056253
77 changed files with 110 additions and 88 deletions
+4
View File
@@ -253,4 +253,8 @@ onMounted(() => {
filter: grayscale(0.6);
pointer-events: none;
}
.svg_effect text {
cursor: pointer;
}
</style>
+1
View File
@@ -147,6 +147,7 @@ onUnmounted(() => {
flex-direction: row;
justify-content: space-evenly;
min-width: 200px;
flex-wrap: wrap;
transition: rotate v-bind("shuffleAnimationSpeed") ease;
}
+1 -1
View File
@@ -54,7 +54,7 @@ function fireGemCardClick(e: string) {
<style scoped>
#market {
width: min-content;
width: max-content;
display: flex;
flex-direction: row;
justify-content: center;