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 4fd9f7dddf9c962105e683e718ff3fa42db9b041..4d0f4e714bbecf2a8716814d8f3add41351e36b3 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%; }