From 4c074c3ac0e87221dbfe38c0e877b67e8ff00f8f Mon Sep 17 00:00:00 2001 From: soufiane Date: Thu, 28 Sep 2023 11:00:27 +0200 Subject: [PATCH] wait #6295 @0:10 revoir l'animation des items --- style/106-question-draganddrop.sass | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/style/106-question-draganddrop.sass b/style/106-question-draganddrop.sass index 319b899..5abc61c 100644 --- a/style/106-question-draganddrop.sass +++ b/style/106-question-draganddrop.sass @@ -170,10 +170,10 @@ &.complete opacity: .16 !important - //&:not(:nth-child(-n+4)) - // on cache les items à partir du 5ème - opacity: 0 !important - visibility: hidden + &:not(:nth-child(-n+4)) + transform: scale(0.68) !important + top: 111px + opacity: 0 !important &.isValidated font-size: 14px @@ -282,3 +282,6 @@ &:nth-child(4) top: 67px + + &:not(:nth-child(-n+4)) + top: 86px -- 2.39.5