From dd9932d2dbfeebdbb9c89f53c93be8b61d185ce8 Mon Sep 17 00:00:00 2001 From: Kirill Ivlev Date: Thu, 31 Oct 2024 15:15:51 +0400 Subject: [PATCH] fix css bugs & remove button next on question page --- .../components/game-queue/game-queue.component.scss | 10 +++++++--- src/app/components/question/question.component.html | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/app/components/game-queue/game-queue.component.scss b/src/app/components/game-queue/game-queue.component.scss index a402e52..7abaa08 100644 --- a/src/app/components/game-queue/game-queue.component.scss +++ b/src/app/components/game-queue/game-queue.component.scss @@ -2,15 +2,19 @@ @keyframes wrong-answer { - from { background-color: $thg_yellow} + from { background-color: inherit} to { background-color: $thg_red } } @keyframes valid-answer { - from { background-color: $thg_yellow } + from { background-color: inherit } to { background-color: $thg_orange } } +@keyframes results { + from { background-color: inherit } + to { background-color: $thg_yellow } +} .queue-container { width: 100%; @@ -43,7 +47,7 @@ h1,h3 { } .results { - //animation: ; + animation: results 3s 1; background-color: $thg_yellow; color: black; } \ No newline at end of file diff --git a/src/app/components/question/question.component.html b/src/app/components/question/question.component.html index 4d1c066..a2cc5e6 100644 --- a/src/app/components/question/question.component.html +++ b/src/app/components/question/question.component.html @@ -2,7 +2,7 @@

- Вопрос + Вопрос