From 2e5162969caa8ed0b44538f7844380a5857890ae Mon Sep 17 00:00:00 2001 From: LeRatierBretonnier Date: Sun, 29 Mar 2026 17:43:12 +0200 Subject: [PATCH] =?UTF-8?q?Identity-row=20:=20taille=20+15%=20et=20mode=20?= =?UTF-8?q?=C3=A9dition=20unifi=C3=A9=20avec=20mode=20lecture?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- styles/global.less | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/styles/global.less b/styles/global.less index 9b156b6..2d53039 100644 --- a/styles/global.less +++ b/styles/global.less @@ -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;