From: soufiane Date: Tue, 21 May 2024 14:24:54 +0000 (+0200) Subject: wip #6927 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=55b0c4f47d81e4a7e54ff944996e74bd4e444921;p=fluidbook-toolbox-quiz.git wip #6927 --- diff --git a/style/100-global.sass b/style/100-global.sass index 25b273e..a71fbb3 100644 --- a/style/100-global.sass +++ b/style/100-global.sass @@ -14,6 +14,10 @@ body [data-icon] svg height: 20px +a + text-decoration: none + color: $texts-color + #quiz opacity: 0 transition: opacity 200ms diff --git a/style/103-question-multiple.sass b/style/103-question-multiple.sass index 0617ca3..eb566e6 100644 --- a/style/103-question-multiple.sass +++ b/style/103-question-multiple.sass @@ -16,8 +16,6 @@ display: flex a width: 100% - text-decoration: none - color: $texts-color label width: 100% height: auto diff --git a/views/footer.blade.php b/views/footer.blade.php index 0e07da7..00ac58e 100644 --- a/views/footer.blade.php +++ b/views/footer.blade.php @@ -1,20 +1,20 @@