From 0aa2ec92675a196fcf28dd3befc56a102d98df1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de> Date: Fri, 8 Mar 2019 17:59:28 +0100 Subject: [PATCH] Fix adding of answers in content-choice-creation --- .../content-choice-creator.component.scss | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/app/components/creator/content-choice-creator/content-choice-creator.component.scss b/src/app/components/creator/content-choice-creator/content-choice-creator.component.scss index 4fd9f7ddd..4d0f4e714 100644 --- a/src/app/components/creator/content-choice-creator/content-choice-creator.component.scss +++ b/src/app/components/creator/content-choice-creator/content-choice-creator.component.scss @@ -8,15 +8,6 @@ mat-header-cell { mat-row { background-color: #ffecb3; - - &:last-child { - animation: fadeIn 2s; - } -} - -@keyframes fadeIn { - 0% {background-color: #b2dfdb} - 100% {background-color: #ffecb3} } .addIcon { @@ -39,5 +30,5 @@ mat-row { } mat-form-field { - min-width: 250px; + width: 85%; } -- GitLab