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 663c242c5c59c73879e501e226b29f3cbc30a64e..30dc2812f8141521250f44454571429d52dd45fc 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
@@ -19,15 +19,18 @@ mat-row {
   100% {background-color: #ffecb3}
 }
 
-.add-icon {
+.addIcon {
   line-height: 100%;
   height: 100% !important;
   width: 100% !important;
   font-size: 40px !important;
-  transition: 0.5s;
+}
+
+.addButton {
+  transition-duration: 0.5s;
 
-  &:hover {
-    transform: scale(1.2);
+  &:focus {
+    transform: rotate(90deg);
   }
 }