Add gamification trust analytics polish

This commit is contained in:
VPN SaaS Dev
2026-05-12 20:15:24 +09:00
parent 26875e396c
commit 7fd4ab768f
5 changed files with 95 additions and 2 deletions

View File

@@ -1373,6 +1373,17 @@ select {
color: var(--muted);
}
.trust-badge {
width: fit-content;
padding: 5px 8px;
color: #17362f;
border: 1px solid rgba(22, 128, 106, 0.2);
border-radius: 8px;
background: rgba(94, 224, 189, 0.18);
font-size: 12px;
font-weight: 700;
}
@keyframes toastIn {
from {
opacity: 0;