]> _ Git - fluidbook-toolbox-quiz.git/commitdiff
wait #6665 @0:10
authorsoufiane <soufiane@cubedesigners.com>
Wed, 24 Jan 2024 11:21:56 +0000 (12:21 +0100)
committersoufiane <soufiane@cubedesigners.com>
Wed, 24 Jan 2024 11:21:56 +0000 (12:21 +0100)
js/quiz.resize.js
style/100-global.sass
style/105-outro.sass

index b83e2f9343a9a03768a21a65493de0f209608703..964b2900179cdaa77e53675b751ff706528ac0ef 100644 (file)
@@ -49,15 +49,20 @@ QuizResize.prototype = {
         const iconReset = getSpriteIcon("quiz-reset");
         const textReset = this.quiz.l10n.__("Reset");
 
+        const iconInfo = getSpriteIcon("quiz-help");
+        const textInfo = this.quiz.l10n.__("More infos");
+
         // Exécuter ici toutes opérations qui doivent intervenir lorsque la fenêtre est redimensionnée par le système ou l'utilisateur
         //
         this.quiz.screens.intro.resize(this.ww, this.hh);
         //
         if (this.isMobile()) {
             $(".btn.reset .text").html(iconReset);
+            $(".btn.moreinfo .text").html(iconInfo);
             this.centerItems();
         } else {
             $(".btn.reset .text").html(textReset);
+            $(".btn.moreinfo .text").html(textInfo);
             this.resetCenterItems();
         }
     },
index 49af07488111ebfcb70205b9e488b576167c0f11..6a9005660ad0ae7db5334703fc59c997d00023f2 100644 (file)
@@ -190,12 +190,15 @@ body
             .text
                 margin-right: 0
 
-        &.reset
+        &.reset,
+        &.moreinfo
             width: 56px
             flex-shrink: 0
             padding: 0
             .text
                 +flex-config(center, false, false, center)
+                svg
+                    width: 50%
 
 
     .access:not(.missed):not(.ok):not(.nok)
index 13b08b48aaa92acee7e6870a67bad6110b6f820d..ed19fbdd174d8b95342d3c9ee6d198033b248303 100644 (file)
             &:last-of-type
                 margin-bottom: 71px
 
-            *
-                .m &
-                    font-size: 14px !important
-
             .title-section
                 +font-size(16)
+                .m &
+                    +font-size(14)
 
             .title-block
                 +font-size(20)
+                .m &
+                    +font-size(16)
 
             &:after
                 content: ""