From 099a494db5fea2fc2cc68bf8f05733d5838a3631 Mon Sep 17 00:00:00 2001 From: Reboooooorn <61185041+Reboooooorn@users.noreply.github.com> Date: Thu, 20 May 2021 10:49:02 +0200 Subject: [PATCH] BETTERZON-106 (#59) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * BETTERZON-31, dependencies. * BETTERZON-31: Fixing dependencies * BETTERZON-31, BETTERZON-50 info popover and footer had been changed. * BETTERZON-74 simple top-bar has been created. * WIP: creating footer using grid. * BETTERZON-78 adding bottom bar and top bar * Adding cookieconsent as dependency again since it was removed by a merge * Adding cookieconsent as dependency again since it was removed by a merge * Apply suggestions from code review Switching from single to double quotes * BETTERZON-78 - grid added, structured as in Adobe XD mockup * wip: component rewritten, simple grid applied. * wip: new component created and added to the app.module.ts. Added a minimal grid layout. Co-authored-by: Patrick Müller Co-authored-by: Patrick <50352812+Mueller-Patrick@users.noreply.github.com> --- .../components/hot-deals-widget/hot-deals-widget.component.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Frontend/src/app/components/hot-deals-widget/hot-deals-widget.component.css b/Frontend/src/app/components/hot-deals-widget/hot-deals-widget.component.css index 4332ff7..4876607 100644 --- a/Frontend/src/app/components/hot-deals-widget/hot-deals-widget.component.css +++ b/Frontend/src/app/components/hot-deals-widget/hot-deals-widget.component.css @@ -4,6 +4,8 @@ background-color: #f8f9fa; display: grid; grid-template-columns: repeat(2, 1fr); + grid-column-gap: 0px; + grid-row-gap: 0px; align-items: center; }