Apply glassmorphism design system across all UI surfaces #23

Merged
nitrix merged 11 commits from glassmorphism-event-cards into master 2026-03-09 19:11:53 +01:00
Showing only changes of commit 29974704d0 - Show all commits

View File

@@ -369,8 +369,11 @@ onMounted(fetchEvent)
display: flex;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, 0.15);
background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
border: 1px solid var(--color-glass-border);
border-radius: 10px;
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
color: var(--color-text-on-gradient);
}