From e676d6cdbda78286a8fb54ef23ae1f03d712c62c Mon Sep 17 00:00:00 2001 From: Tobias Barsnes Date: Tue, 24 Sep 2024 15:29:11 +0200 Subject: [PATCH] chore: add udir logo (#2500) logo is a bit small, but I have not changed any css --- .../components/Footer/Footer.module.css | 4 ++ apps/storefront/components/Footer/Footer.tsx | 5 +- apps/storefront/public/img/logos/udir.svg | 65 ++++++++++++++----- 3 files changed, 54 insertions(+), 20 deletions(-) diff --git a/apps/storefront/components/Footer/Footer.module.css b/apps/storefront/components/Footer/Footer.module.css index 7f76ca0487..4eece97c90 100644 --- a/apps/storefront/components/Footer/Footer.module.css +++ b/apps/storefront/components/Footer/Footer.module.css @@ -18,6 +18,10 @@ height: 26px; width: auto; margin-right: var(--ds-spacing-2); + + &.udir { + height: 32px; + } } .logos { diff --git a/apps/storefront/components/Footer/Footer.tsx b/apps/storefront/components/Footer/Footer.tsx index 26a2f0d31e..91c49a42a0 100644 --- a/apps/storefront/components/Footer/Footer.tsx +++ b/apps/storefront/components/Footer/Footer.tsx @@ -121,12 +121,13 @@ const Footer = () => { width={600} src='/img/logos/mattilsynet.svg' > - {/* Udir logo */} + className={classes.udir} + > - udir-logo-cmyk-neg-ai - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file