Merge branch 'claude/great-wiles-945b3f': 로그인 brand-divider 호흡 애니메이션 추가

This commit is contained in:
2026-05-27 01:51:14 +09:00
+7
View File
@@ -151,6 +151,13 @@ a { color: inherit; text-decoration: none; }
background: var(--blue); background: var(--blue);
border-radius: 2px; border-radius: 2px;
margin-top: 28px; margin-top: 28px;
animation: divider-breathe 5s ease-in-out infinite;
}
@keyframes divider-breathe {
0% { width: 48px; }
50% { width: 100%; }
100% { width: 48px; }
} }
.brand-footer { .brand-footer {