Fix SCSS syntax error in FloatingInput component
Some checks failed
Build And Push Image / docker (push) Failing after 1m11s

- Fixed incorrect '&' selector placement causing build failure
- Created members page mockup with multiple view modes
- Added MemberCard component for member listings

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-08-30 18:33:50 +02:00
parent d4ecd15914
commit c1f986bc07
3 changed files with 889 additions and 5 deletions

View File

@@ -183,10 +183,10 @@ const clearInput = () => {
border-color: #dc2626;
box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
transform: translateY(-1px);
.floating-input--glass& {
background: rgba(255, 255, 255, 0.9);
}
}
.floating-input--focused.floating-input--glass & {
background: rgba(255, 255, 255, 0.9);
}
// Error state