From 77b31a603ea24ab52b832f1dae5f20475560c49e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Krakowski?= Date: Thu, 10 Oct 2019 16:00:55 +0200 Subject: [PATCH 1/2] feat(): Add link to consent manager --- src/_includes/components/footer.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/_includes/components/footer.html b/src/_includes/components/footer.html index 41f81db2a1..7e51396be0 100644 --- a/src/_includes/components/footer.html +++ b/src/_includes/components/footer.html @@ -28,10 +28,12 @@
  • Privacy
  • -
  • Terms
  • +
  • + Website Data Collection Preferences +
  • From 1982052a140879c3f1a752a0198827f3d2a89bcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Krakowski?= Date: Thu, 10 Oct 2019 17:00:21 +0200 Subject: [PATCH 2/2] wip() --- src/_includes/sidebar/feedback.html | 2 ++ src/_sass/components/_widget.scss | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/src/_includes/sidebar/feedback.html b/src/_includes/sidebar/feedback.html index f58121c259..21fb52519a 100644 --- a/src/_includes/sidebar/feedback.html +++ b/src/_includes/sidebar/feedback.html @@ -22,4 +22,6 @@ + +

    diff --git a/src/_sass/components/_widget.scss b/src/_sass/components/_widget.scss index fbdda497c3..1cbb9b9443 100644 --- a/src/_sass/components/_widget.scss +++ b/src/_sass/components/_widget.scss @@ -5,6 +5,12 @@ line-height: 1.5; } + &__content { + font-size: 14px; + line-height: 1.71; + color: color(gray); + } + & > * + * { margin-top: 6px; }