feat: update styles and enhance pet purchase flow in marketplace components

This commit is contained in:
arussac
2026-05-31 15:15:48 +02:00
parent 02bba16285
commit 21e35107c7
11 changed files with 99 additions and 99 deletions

View File

@@ -47,7 +47,7 @@ onMounted(fetchAds);
background: #100400;
border: 2px solid #ff2200;
border-radius: 6px;
box-shadow: 0 0 18px #ff220055;
box-shadow: none;
}
/* ── En-tête rouge ── */
@@ -64,7 +64,7 @@ onMounted(fetchAds);
font-size: 15px;
font-weight: bold;
color: #ff5533;
text-shadow: 0 0 8px #ff2200;
margin: 0;
}
@@ -87,7 +87,7 @@ onMounted(fetchAds);
font-size: 32px;
font-weight: bold;
color: #ffdd00;
text-shadow: 0 0 14px #99660099;
margin: 0;
}
@@ -117,7 +117,7 @@ onMounted(fetchAds);
font-size: 30px;
font-weight: bold;
color: #ffffff;
text-shadow: 0 0 10px #ffdd00;
}
/* ── CTA ── */
@@ -136,13 +136,11 @@ onMounted(fetchAds);
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: 0 0 6px #ff2200;
box-shadow: 0 0 8px #ff220044;
transition: box-shadow 0.15s;
transition: background 0.15s;
}
.casino-cta:hover {
box-shadow: 0 0 16px #ff220088;
}
.disclaimer {