Skip to content

Commit

Permalink
feat: replace header logo (#635)
Browse files Browse the repository at this point in the history
* feat: replace header logo

* chore: replace logo strings and styles
  • Loading branch information
gary-van-woerkens authored Oct 29, 2024
1 parent 99acb91 commit 690b657
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion formulaire/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function Footer(): ReactElement {
return (
<FooterDSE className={styles.footer}>
<FooterBody description="Simplifier la démarche de demande d’autorisation d’emplois d’enfants du spectacle tout en garantissant une plus grande protection des mineurs de moins de 16 ans travaillant dans ce secteur">
<Logo>Préfet de la région Île-de-France</Logo>
<Logo>MINISTÈRE DU TRAVAIL ET DE L'EMPLOI</Logo>
<FooterBodyItem>
<Link href="https://info.gouv.fr" target="_blank">
info.gouv.fr
Expand Down
2 changes: 1 addition & 1 deletion formulaire/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const Header: React.FC<Props> = ({
<div className={styles.wrapper}>
<HeaderSDE className={styles.headerSDE}>
<HeaderBody>
<Logo>Préfet de la région Île-de-France</Logo>
<Logo>RÉPUBLIQUE FRANÇAISE</Logo>
<HeaderOperator>
<Image
src={logoEds}
Expand Down
8 changes: 7 additions & 1 deletion formulaire/src/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,10 @@
background-color: #EEEEEE;
font-size: 16px;
}
}
}

.fr-header__logo .fr-logo {
max-width: 7rem;
min-width: 7rem;
font-size: 1rem !important;
}
12 changes: 1 addition & 11 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function Footer(): ReactElement {
return (
<FooterDSE className={styles.footer}>
<FooterBody description="Simplifier la démarche de demande d’autorisation d’emplois d’enfants du spectacle tout en garantissant une plus grande protection des mineurs de moins de 16 ans travaillant dans ce secteur.">
<Logo>Préfet de la région Île-de-France</Logo>
<Logo>MINISTÈRE DU TRAVAIL ET DE L'EMPLOI</Logo>
<FooterBodyItem>
<Link href="https://info.gouv.fr" target="_blank">
info.gouv.fr
Expand Down Expand Up @@ -52,16 +52,6 @@ export default function Footer(): ReactElement {
</a>
</span>
</div>
<FooterPartners>
<FooterPartnersTitle>Partenaires</FooterPartnersTitle>
<FooterPartnersLink href="https://www.culture.gouv.fr/Regions/Drac-Ile-de-France" />
<FooterPartnersLogo
isMain
href="#"
imageSrc="/logo-beta-gouv.png"
imageAlt="beta.gouv.fr"
/>
</FooterPartners>
<FooterBottom>
<FooterLink href="/mentions">Mentions légales</FooterLink>
<FooterLink href="/conditions-generales">
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const Header: React.FC<Props> = ({
<HeaderSDE className={styles.headerSDE}>
<div>
<HeaderBody>
<Logo>Préfet de la région Île-de-France</Logo>
<Logo>RÉPUBLIQUE FRANÇAISE</Logo>
<HeaderOperator>
<Image
src={logoEds}
Expand Down
6 changes: 6 additions & 0 deletions src/styles/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,9 @@ button.state-refuse {
margin-bottom: 20px;
}
}

.fr-header__logo .fr-logo {
max-width: 7.5rem;
min-width: 7.5rem;
font-size: 1rem !important;
}

0 comments on commit 690b657

Please # to comment.