From 6ca120084cf5974de1772ae44f26d1300b582d98 Mon Sep 17 00:00:00 2001 From: epwinchell <1287144+epwinchell@users.noreply.github.com> Date: Wed, 27 Nov 2024 07:47:27 -0500 Subject: [PATCH] update landing page styling (#427) * update landing page styling * lint fix * use compact label variant * update label groups * fix toggle button positioning * lint fix --- src/app/App.scss | 25 +++++++++++++++++-------- src/app/page.tsx | 4 ++-- src/components/Card/Card.tsx | 15 ++++++++------- src/components/Tags/Tag.tsx | 6 +++++- src/components/Tags/Tags.tsx | 6 +++++- 5 files changed, 37 insertions(+), 19 deletions(-) diff --git a/src/app/App.scss b/src/app/App.scss index 8dfa91fa..c1e582b1 100644 --- a/src/app/App.scss +++ b/src/app/App.scss @@ -47,16 +47,25 @@ min-height: 500px; } - .pf-v5-c-card__body { - display: flex; - flex-direction: column; - .apid-tags__main { - margin-top: auto; - padding-top: var(--pf-v5-global--spacer--sm); + .pf-v5-c-card { + --pf-v5-c-card--m-selectable-raised--hover--before--BackgroundColor: none; + &__header { + background: var(--pf-v5-global--BackgroundColor--150); } svg { - width: 38px; - height: 38px; + width: 28px; + } + &__body { + display: flex; + flex-direction: column; + .apid-tags__main { + margin-top: auto; + padding-top: var(--pf-v5-global--spacer--sm); + } + svg { + width: 38px; + height: 38px; + } } } } diff --git a/src/app/page.tsx b/src/app/page.tsx index 94d6536e..e03c6024 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,14 +129,14 @@ export default function Home() { - +