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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -6,4 +6,5 @@ body {
|
||||
margin: 0;
|
||||
font-family: var(--font-family);
|
||||
color: var(--color-text);
|
||||
background: var(--color-bg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user