Session 14: Africa checkout, Tank01 NBA/MLB wiring, WNBA+MLB odds proxies, OAuth icons, loading skeletons (1330 tests)

This commit is contained in:
Kev
2026-06-11 10:06:49 -04:00
parent 10159209fa
commit f5d79cf70d
22 changed files with 979 additions and 27 deletions
+10
View File
@@ -792,3 +792,13 @@ body.tex-grain::before {
/* Buttons stay LTR so chevrons / arrows render predictably. */
unicode-bidi: isolate;
}
/* Session 14 — shimmer keyframe used by Slate skeleton placeholders
and any other loading surface that wants the same Bloomberg-style
subtle motion. The animation runs over a 200%-wide gradient
background; advancing -100% → 100% slides the highlight band
across the element. */
@keyframes vyndr-shimmer {
0% { background-position: -100% 0; }
100% { background-position: 100% 0; }
}