Ingrandisce i testi del widget profilo e del link Calendario in home.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -401,10 +401,10 @@ export function CompletaProfilo({
|
|||||||
className="premi block rounded-3xl bg-card p-4 shadow-card"
|
className="premi block rounded-3xl bg-card p-4 shadow-card"
|
||||||
>
|
>
|
||||||
<div className="flex items-center justify-between gap-3">
|
<div className="flex items-center justify-between gap-3">
|
||||||
<span className="font-display text-sm uppercase tracking-wide">
|
<span className="font-display text-[15px] uppercase tracking-wide">
|
||||||
Completa il tuo profilo
|
Completa il tuo profilo
|
||||||
</span>
|
</span>
|
||||||
<span className="text-xs font-bold tabular-nums text-muted-foreground">{perc}%</span>
|
<span className="text-[13px] font-bold tabular-nums text-muted-foreground">{perc}%</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="mt-2 h-1.5 overflow-hidden rounded-full bg-secondary">
|
<div className="mt-2 h-1.5 overflow-hidden rounded-full bg-secondary">
|
||||||
<div
|
<div
|
||||||
@@ -412,7 +412,7 @@ export function CompletaProfilo({
|
|||||||
style={{ width: `${perc}%` }}
|
style={{ width: `${perc}%` }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<p className="mt-2 text-xs text-muted-foreground">
|
<p className="mt-2 text-[13px] text-muted-foreground">
|
||||||
Documento, certificato medico e foto tessera servono per il tesseramento CSI.
|
Documento, certificato medico e foto tessera servono per il tesseramento CSI.
|
||||||
</p>
|
</p>
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
@@ -112,7 +112,7 @@ function Index() {
|
|||||||
azione={
|
azione={
|
||||||
<Link
|
<Link
|
||||||
to="/calendario"
|
to="/calendario"
|
||||||
className="inline-flex items-center text-xs font-semibold text-accent"
|
className="inline-flex items-center text-[14px] font-semibold text-accent"
|
||||||
>
|
>
|
||||||
Calendario <ChevronRight className="h-4 w-4" />
|
Calendario <ChevronRight className="h-4 w-4" />
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
Reference in New Issue
Block a user