feat(coins-rules): update coin rules text to English for better clarity

style(sidebar): enhance hero section with new padding, border, and background
This commit is contained in:
2026-06-29 14:17:46 +08:00
parent e372d58b4c
commit 72ac923a44
3 changed files with 30 additions and 22 deletions
@@ -53,7 +53,14 @@
}
.hero {
padding: 12px 2px 6px;
padding: 18px;
border: 1px solid rgba(246, 87, 160, 0.12);
border-radius: 26px;
background:
linear-gradient(135deg, rgba(255, 255, 255, 0.76) 0%, rgba(255, 239, 246, 0.84) 100%),
#ffffff;
box-shadow: 0 14px 34px rgba(55, 36, 44, 0.07);
backdrop-filter: blur(16px);
}
.kicker {
@@ -38,7 +38,7 @@ export function SidebarWalletCard({
className={styles.rulesButton}
onClick={onRulesClick}
>
Coins
Coin Usage Rules
</button>
</div>