style: add ofstedRc, ofstedPending, vsNational CSS classes to row modules

This commit is contained in:
Tudor Sitaru
2026-04-13 13:58:46 +01:00
parent 9ebb421307
commit b1e025d468
2 changed files with 14 additions and 0 deletions
@@ -201,6 +201,10 @@
.ofsted3 { background: var(--accent-gold-bg); color: #b8920e; }
.ofsted4 { background: var(--accent-coral-bg); color: var(--accent-coral, #e07256); }
/* ── Ofsted badge variants ──────────────────────────────────────────────── */
.ofstedRc { background: #5a3a6e; color: #fff; }
.ofstedPending { background: #e0e0e0; color: #666; }
/* ── Right actions column ────────────────────────────── */
.rowActions {
display: flex;