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:
@@ -119,7 +119,7 @@
|
|||||||
gap: 4px;
|
gap: 4px;
|
||||||
|
|
||||||
label {
|
label {
|
||||||
font-size: 0.6em;
|
font-size: 0.65em;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
letter-spacing: 0.06em;
|
letter-spacing: 0.06em;
|
||||||
color: var(--cel-orange-light);
|
color: var(--cel-orange-light);
|
||||||
@@ -127,21 +127,34 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
span, input[type="text"] {
|
// Styles identiques play mode et edit mode
|
||||||
font-size: 0.82em;
|
span,
|
||||||
|
input[type="text"] {
|
||||||
|
font-size: 0.95em;
|
||||||
|
font-family: inherit;
|
||||||
|
font-style: italic;
|
||||||
color: var(--cel-cream);
|
color: var(--cel-cream);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: none;
|
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;
|
padding: 0 2px;
|
||||||
font-style: italic;
|
margin: 0;
|
||||||
min-width: 60px;
|
min-width: 64px;
|
||||||
&::placeholder { color: rgba(240,232,212,0.3); }
|
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 {
|
.header-stats-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user