From 5abcc65fc778ffec8176d2d9711c98ac6dd1fe96 Mon Sep 17 00:00:00 2001 From: kelen-dev Date: Mon, 2 Jun 2025 22:42:53 +0200 Subject: [PATCH 1/2] fix and delete danger bar --- .../app/components/home/home.component.css | 44 +------------------ .../app/components/home/home.component.html | 5 --- 2 files changed, 1 insertion(+), 48 deletions(-) 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 @@
- - From 96eaf261be20c9ec9f53c0eb6e6afe42f0b70f15 Mon Sep 17 00:00:00 2001 From: kelen-dev Date: Mon, 2 Jun 2025 22:44:33 +0200 Subject: [PATCH 2/2] fix --- FencerJudgeFront/src/app/components/home/home.component.css | 1 - 1 file changed, 1 deletion(-) diff --git a/FencerJudgeFront/src/app/components/home/home.component.css b/FencerJudgeFront/src/app/components/home/home.component.css index 0f10eb6..ed28e49 100644 --- a/FencerJudgeFront/src/app/components/home/home.component.css +++ b/FencerJudgeFront/src/app/components/home/home.component.css @@ -1,7 +1,6 @@ .match-card { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); border: 2px solid #daa520; - border-radius: 16px; padding: 24px; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4),