diff --git a/FencerJudgeFront/src/app/components/home/home.component.css b/FencerJudgeFront/src/app/components/home/home.component.css index 4e85ad9..0f10eb6 100644 --- a/FencerJudgeFront/src/app/components/home/home.component.css +++ b/FencerJudgeFront/src/app/components/home/home.component.css @@ -39,7 +39,7 @@ } } -.match-card:hover { +.match-card { transform: translateY(-4px); box-shadow: 0 12px 48px rgba(218, 165, 32, 0.2), @@ -499,48 +499,6 @@ .referee-glow { box-shadow: inset 0 0 20px rgba(255, 215, 0, 0.2); } .timing-glow { box-shadow: inset 0 0 20px rgba(220, 38, 38, 0.2); } -/* Footer Arena */ -.arena-footer { - margin-top: 20px; - display: flex; - align-items: center; - justify-content: center; - gap: 12px; -} - -.danger-tape { - flex: 1; - height: 4px; - background: - repeating-linear-gradient( - 45deg, - #ffd700 0px, - #ffd700 10px, - #dc2626 10px, - #dc2626 20px - ); - animation: tape-move 2s linear infinite; -} - -@keyframes tape-move { - 0% { background-position: 0px 0px; } - 100% { background-position: 28px 0px; } -} - -.warning-text { - font-family: 'Orbitron', monospace; - font-size: 12px; - font-weight: 700; - color: #ffd700; - letter-spacing: 1px; - animation: warning-blink 1.5s ease-in-out infinite alternate; -} - -@keyframes warning-blink { - 0% { opacity: 1; } - 100% { opacity: 0.6; } -} - /* Responsive */ @media (min-width: 768px) { .combat-grid { diff --git a/FencerJudgeFront/src/app/components/home/home.component.html b/FencerJudgeFront/src/app/components/home/home.component.html index 402f9ff..4c198a4 100644 --- a/FencerJudgeFront/src/app/components/home/home.component.html +++ b/FencerJudgeFront/src/app/components/home/home.component.html @@ -80,11 +80,6 @@
- -