From 6db1471e2798c4d2367cc5d1ca47ccdb23977442 Mon Sep 17 00:00:00 2001 From: Christian Shum-Harden Date: Thu, 4 Jun 2020 16:13:16 -0700 Subject: [PATCH 1/3] styles (banner) fix title spacing --- CHANGELOG.md | 6 ++++++ package.json | 2 +- src/components/banner/banner.less | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 604dd046..39c65572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.5.4](https://github.com/openmail/system1-cmp/compare/v1.5.3...v1.5.4) (2020-06-04) + +### Styles + +- [x] Spruce up title spacing + ## [1.5.3](https://github.com/openmail/system1-cmp/compare/v1.5.2...v1.5.3) (2020-05-12) ### Refactor diff --git a/package.json b/package.json index 96aee0e0..acaa8c6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "system1-cmp", - "version": "1.5.3", + "version": "1.5.4", "description": "System1 Consent Management Platform for TCF 1.1 GDPR Compliance", "scripts": { "clean": "rimraf ./dist", diff --git a/src/components/banner/banner.less b/src/components/banner/banner.less index b30d52a8..49e11614 100644 --- a/src/components/banner/banner.less +++ b/src/components/banner/banner.less @@ -90,10 +90,10 @@ color: @color-text; padding: 15px 0; margin-bottom: 10px; - + line-height: 28px; + @media @smartphone { font-size: 28px; - line-height: inherit; font-weight: bold; } } From 6d5f2191a3561b17b581d1324e7a193a4d577080 Mon Sep 17 00:00:00 2001 From: Christian Shum-Harden Date: Thu, 4 Jun 2020 16:14:44 -0700 Subject: [PATCH 2/3] mobile --- src/components/banner/banner.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/banner/banner.less b/src/components/banner/banner.less index 49e11614..684c8316 100644 --- a/src/components/banner/banner.less +++ b/src/components/banner/banner.less @@ -90,10 +90,11 @@ color: @color-text; padding: 15px 0; margin-bottom: 10px; - line-height: 28px; - + line-height: 32px; + @media @smartphone { font-size: 28px; + line-height: 28px; font-weight: bold; } } From d7ae7fd231983c3c5718800f9a8c96c893b0b8cd Mon Sep 17 00:00:00 2001 From: Christian Shum-Harden Date: Fri, 5 Jun 2020 09:15:59 -0700 Subject: [PATCH 3/3] update french banner --- src/lib/translations.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/translations.js b/src/lib/translations.js index 7340fefd..c7a6ab9a 100644 --- a/src/lib/translations.js +++ b/src/lib/translations.js @@ -271,9 +271,9 @@ export default { }, fr: { banner: { - title: 'Les cookies nous aident à vous délivrer un service de qualité.', + title: 'Utilisation des données', description: - 'Nos partenaires et nous-même utilisons les cookies afin de proposer du contenu et de la publicité pertinents.', + 'Nos partenaires et nous utilisons des cookies afin d’adresser des contenus personnalisés et/ou publicités ciblées pour améliorer votre expérience.', links: { data: { title: 'Données utilisées',