fix(frontend): logo plus grand et fond de page coherent sur toutes les pages

Logo des pages auth agrandi (64px -> 96px) : encore trop petit avec la
premiere passe. Fond de page (--color-bg) applique globalement sur body
plutot que par page, pour que le dashboard et les pages auth partagent le
meme socle visuel. Logo et respiration du dashboard ajustes en consequence.
This commit is contained in:
Johan LEROY
2026-09-17 11:30:19 +02:00
parent bbafe7d119
commit cc7ca2d359
4 changed files with 5 additions and 4 deletions
@@ -7,7 +7,7 @@ ev-card {
.auth-logo {
display: block;
height: 64px;
height: 96px;
margin: 0 auto 1.5rem;
}
@@ -7,7 +7,7 @@ ev-card {
.auth-logo {
display: block;
height: 64px;
height: 96px;
margin: 0 auto 1.5rem;
}
@@ -1,7 +1,7 @@
:host {
display: block;
color: var(--color-text);
padding: 2rem;
padding: 2.5rem 2rem;
max-width: 1100px;
margin: 0 auto;
}
@@ -26,7 +26,7 @@
}
.dashboard__logo {
height: 40px;
height: 48px;
width: auto;
}