]> _ Git - fluidbook-toolbox-quiz.git/commitdiff
wait #6658
authorsoufiane <soufiane@cubedesigners.com>
Tue, 23 Jan 2024 16:32:12 +0000 (17:32 +0100)
committersoufiane <soufiane@cubedesigners.com>
Tue, 23 Jan 2024 16:32:12 +0000 (17:32 +0100)
style/105-outro.sass

index 42fb671b2a66d973a36c7596f7d0c7ea114bfaa9..a154d29ee1b71d91c5196c7cf94dfc9b9596cdf4 100644 (file)
             +font-size(55)
 
         &.nok
-            #progress-counter *
-                color: $nok-color
+            #progress-counter
+                *
+                    color: $nok-color
+                span
+                    text-shadow: 0 0 30px rgba($nok-color,.72)
 
             #anime-result svg *
                 fill: $nok-color
                 stroke: $nok-color
 
         &.ok
-            #progress-counter *
-                color: $ok-color
+            #progress-counter
+                *
+                    color: $ok-color
+                span
+                    text-shadow: 0 0 30px rgba($ok-color,.72)
 
             #anime-result svg *
                 fill: $ok-color