diff --git a/README.md b/README.md index 57b204e7c5..132a62fcb2 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ -DB Personenverkehr and DB Systel are merging their Design Systems for Web [with DB Design System](https://marketingportal.extranet.deutschebahn.com/marketingportal/Design-Anwendungen/DB-UX-Design-System/Design-fuer-Apps-Web/UI-Komponenten) as their successor. Our goal is to provide a common UX based on the [DB "Moderne Ikone"](https://marketingportal.extranet.deutschebahn.com/marke) for customer and employee applications. To achieve an end 2 end consistence from conception to implementation, we'll provide this new version of DB UI Core (npm: `@db-ui/core`), that is being used within a Design System by T.R (Reisendeninformation) as well. Stay Tuned! +DB Personenverkehr and DB Systel are merging their Design Systems for Web [with DB Design System](https://marketingportal.extranet.deutschebahn.com/marketingportal/Design-Anwendungen/DB-UX-Design-System/Design-fuer-Apps-Web/UI-Komponenten) as their successor. Our goal is to provide a common UX based on the [DB "Moderne Ikone"](https://marketingportal.extranet.deutschebahn.com/marketingportal/Marke-und-Design#) for customer and employee applications. To achieve an end 2 end consistence from conception to implementation, we'll provide this new version of DB UI Core (npm: `@db-ui/core`), that is being used within a Design System by T.R (Reisendeninformation) as well. Stay Tuned! You could still use the existing version of [DB UI Core that is based on version 1.6 of the guidelines (only hosted internally)](https://db.de/4cwtyn). For new projects we recommend to use this new version. diff --git a/source/_patterns/01-elements/logo/_logo.demonstration.scss b/source/_patterns/01-elements/logo/_logo.demonstration.scss index 074777ab3f..2228f5c08c 100644 --- a/source/_patterns/01-elements/logo/_logo.demonstration.scss +++ b/source/_patterns/01-elements/logo/_logo.demonstration.scss @@ -26,7 +26,7 @@ &.DO-NOT-COPY-THIS-CLASS-example-bg-variants-image { --db-logo-backgroundColor: #{$db-color-white}; - background-image: url("https://marketingportal.extranet.deutschebahn.com/sites/default/files/2021-05-19/Gruppe%20maskieren%2024.png"); + background-image: url("https://marketingportal.extranet.deutschebahn.com/resource/blob/9697296/172958b1627fd3d43ed09c02682aed46/Bild_1-data.png"); background-repeat: no-repeat; background-size: cover; @@ -34,8 +34,8 @@ padding: 20px; - width: 555px; - height: 400px; + width: 394px; + height: 227px; } } }