Identity-row : taille +15% et mode édition unifié avec mode lecture

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-03-29 17:43:12 +02:00
parent 5c8fb524df
commit 2e5162969c

View File

@@ -119,7 +119,7 @@
gap: 4px;
label {
font-size: 0.6em;
font-size: 0.65em;
text-transform: uppercase;
letter-spacing: 0.06em;
color: var(--cel-orange-light);
@@ -127,21 +127,34 @@
font-style: normal;
}
span, input[type="text"] {
font-size: 0.82em;
// Styles identiques play mode et edit mode
span,
input[type="text"] {
font-size: 0.95em;
font-family: inherit;
font-style: italic;
color: var(--cel-cream);
background: transparent;
border: none;
border-bottom: 1px solid rgba(240,232,212,0.2);
border-bottom: 1px solid rgba(240,232,212,0.18);
border-radius: 0;
box-shadow: none;
outline: none;
padding: 0 2px;
font-style: italic;
min-width: 60px;
&::placeholder { color: rgba(240,232,212,0.3); }
margin: 0;
min-width: 64px;
line-height: 1.3;
&::placeholder { color: rgba(240,232,212,0.3); font-style: italic; }
}
// En mode édition, soulignement légèrement plus visible au focus
input[type="text"]:focus {
border-bottom-color: rgba(240,232,212,0.5);
}
}
}
}
.header-stats-row {
display: flex;