]> _ Git - fluidbook-toolbox-quiz.git/commitdiff
wait #6444 @0:10
authorsoufiane <soufiane@cubedesigners.com>
Fri, 3 Nov 2023 13:42:25 +0000 (14:42 +0100)
committersoufiane <soufiane@cubedesigners.com>
Fri, 3 Nov 2023 13:42:25 +0000 (14:42 +0100)
js/quiz.screen.outro.js
style/105-outro.sass

index c921114bd6a8feccd75f260a8a79d80a6e209e21..6ede3cd8291fb0c6b0d690d8079337e72e3d24a3 100644 (file)
@@ -227,7 +227,9 @@ QuizScreenOutro.prototype = {
             if (review.type === "multiple") {
                 html += '<p class="question">' + review.question + '</p>';
                 for (var j in correctAnswers) {
-                    html += '<p class="answer">' + correctAnswers[j].answer + '</p>';
+                    html += '<div class="card-holder">';
+                    html += '<p class="answer slot active">' + correctAnswers[j].answer + '</p>';
+                    html += '</div>';
                 }
             }
 
index f10fb866ec892e2d30efbc91acc39655574e9db0..380da90a2cc74a07c86191ec1e47d3c578c2b06b 100644 (file)
 
         .item
             padding-left: 20px
-            margin-bottom: 71px
+            margin-bottom: 23px
             position: relative
 
+            &:last-of-type
+                margin-bottom: 71px
+
             *
                 +font-size(14)
 
                     color: $nok-color
 
             .question
-                margin-bottom: 2px
+                margin-bottom: 8px
 
             .answer
                 +opacity(.8, color, $texts-color)