Commit db6f5998 by Joshua Spayd

Style timer with class rather than style attribute

parent 9da5be02
...@@ -163,6 +163,10 @@ ...@@ -163,6 +163,10 @@
} }
b { b {
padding-right: ($baseline/5); padding-right: ($baseline/5);
&.timer-hidden {
visibility: hidden;
}
} }
} }
} }
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
</span> </span>
<span class="sr timer-announce" aria-live="assertive"></span> <span class="sr timer-announce" aria-live="assertive"></span>
<span class="exam-timer-clock"> <span class="exam-timer-clock">
<span id="time_remaining_id" style="visibility: visible;"> <span id="time_remaining_id">
<b> <b>
</b> </b>
</span> </span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment