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 @@

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