diff --git a/src/referto.js b/src/referto.js index 5524804..34f5154 100644 --- a/src/referto.js +++ b/src/referto.js @@ -139,10 +139,6 @@ export function buildRefertoHtml(state, now = new Date()) { .nome-sq { font-size: 18px; font-weight: bold; } .vs { font-size: 12px; color: #666; font-weight: bold; } - .risultato-riepilogo { display: flex; align-items: center; gap: 10px; } - .risultato { font-size: 30px; font-weight: bold; letter-spacing: 3px; } - .modalita-label { font-size: 10px; color: #555; text-transform: uppercase; letter-spacing: 0.5px; } - .set-section { display: flex; margin-bottom: 10px; border: 2px solid #111; } .set-barra { flex: 0 0 26px; background: var(--teal); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border-right: 2px solid #111; } .set-barra span:first-child { writing-mode: vertical-rl; transform: rotate(180deg); font-weight: bold; font-size: 11px; letter-spacing: 2px; } @@ -209,10 +205,6 @@ export function buildRefertoHtml(state, now = new Date()) {