+ diff --git a/logo.jpg b/logo.jpg new file mode 100644 index 0000000..feb6bec Binary files /dev/null and b/logo.jpg differ diff --git a/themes/ecosplay/account/resources/css/account.css b/themes/ecosplay/account/resources/css/account.css index ebd7c7e..0386a78 100644 --- a/themes/ecosplay/account/resources/css/account.css +++ b/themes/ecosplay/account/resources/css/account.css @@ -34,6 +34,7 @@ body, .pf-v5-c-masthead { background-color: #111827 !important; border-bottom: 4px solid #4f46e5 !important; + min-height: 88px !important; } .pf-v5-c-masthead__brand, @@ -45,6 +46,19 @@ body, font-style: italic !important; } +/* Inject brand logo into the masthead via background-image */ +.pf-v5-c-masthead__brand::before { + content: ""; + display: inline-block; + width: 64px; + height: 64px; + margin-right: 16px; + background: #ffffff url("../img/logo.jpg") center/contain no-repeat; + border: 3px solid #4f46e5; + box-shadow: 4px 4px 0 rgba(0, 0, 0, 1); + vertical-align: middle; +} + /* Cards */ .pf-v5-c-card { background-color: #ffffff !important; diff --git a/themes/ecosplay/account/resources/img/logo.jpg b/themes/ecosplay/account/resources/img/logo.jpg new file mode 100644 index 0000000..feb6bec Binary files /dev/null and b/themes/ecosplay/account/resources/img/logo.jpg differ diff --git a/themes/ecosplay/email/html/template.ftl b/themes/ecosplay/email/html/template.ftl index 72626bf..61e16f9 100644 --- a/themes/ecosplay/email/html/template.ftl +++ b/themes/ecosplay/email/html/template.ftl @@ -19,9 +19,16 @@ + +
// Connexion sécurisée
+