Compare commits
No commits in common. "470f0f389c8a99f3b4da64202cea67b1e69488b2" and "acf723ac7d3ce8df18c80bddc9ec1221fcc35e76" have entirely different histories.
470f0f389c
...
acf723ac7d
|
|
@ -95,14 +95,6 @@ const POLL_INTERVAL_MS = 10_000;
|
||||||
.countdown {
|
.countdown {
|
||||||
font-variant-numeric: tabular-nums;
|
font-variant-numeric: tabular-nums;
|
||||||
}
|
}
|
||||||
/* Fix para Safari/iOS: sin esto, las dos capas del dígito (actual y
|
|
||||||
siguiente) no quedan recortadas ni aisladas y se ven superpuestas. */
|
|
||||||
.countdown > * {
|
|
||||||
overflow: clip;
|
|
||||||
isolation: isolate;
|
|
||||||
-webkit-transform: translateZ(0);
|
|
||||||
transform: translateZ(0);
|
|
||||||
}
|
|
||||||
.pulse-update {
|
.pulse-update {
|
||||||
animation: counter-pulse 0.5s ease-out;
|
animation: counter-pulse 0.5s ease-out;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue