From 9fc5bb626880bd6194f357b8d91e507378a95c34 Mon Sep 17 00:00:00 2001 From: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com> Date: Fri, 4 Jul 2025 10:58:56 +0530 Subject: [PATCH] Review fixes related to banners --- frontend/src/HomePage/styles/homepage.scss | 24 ++++++++++++++++++++++ frontend/src/_styles/license.scss | 6 +++--- frontend/src/_styles/theme.scss | 22 -------------------- 3 files changed, 27 insertions(+), 25 deletions(-) diff --git a/frontend/src/HomePage/styles/homepage.scss b/frontend/src/HomePage/styles/homepage.scss index ab37fb12f8..5f94c9668f 100644 --- a/frontend/src/HomePage/styles/homepage.scss +++ b/frontend/src/HomePage/styles/homepage.scss @@ -180,6 +180,30 @@ } } + +.home-page-footer { + height: 52px; + background-color: var(--page-weak) !important; + border-top: 1px solid var(--border-weak) !important; + width: calc(100% - 336px) !important; + + @media only screen and (max-width: 768px) { + position: unset; + width: 100%; + + .col-4, + .col-5 { + display: none; + } + + .pagination-container { + display: flex !important; + align-items: center; + justify-content: center; + } + } +} + @media only screen and (min-width: 1728px) { .homepage-app-card-list-item { // max-width: 304px; diff --git a/frontend/src/_styles/license.scss b/frontend/src/_styles/license.scss index b3f183a951..6b51cc1d77 100644 --- a/frontend/src/_styles/license.scss +++ b/frontend/src/_styles/license.scss @@ -599,9 +599,9 @@ align-items: center; align-self: stretch; border-radius: 8px; - background-color: #FFFFFF; - border: 1px solid var(--upgrade-weak, #FFAF4140); - box-shadow: 0px 0px 1px 0px var(--dropshadow-100700-layer-1, rgba(48, 50, 51, 0.05)), 0px 1px 1px 0px var(--dropshadow-100400-layer-2, rgba(48, 50, 51, 0.10)); + background-color: var(--page-weak); + border: 1px solid var(--border-weak, #FFAF4140); + box-shadow: var(--elevation-200-box-shadow); .license-loader { justify-content: center; diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index af93a9b25e..04e49dfe4d 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -8710,28 +8710,6 @@ tbody { bottom: 0px; } -.home-page-footer { - height: 52px; - background-color: var(--page-default) !important; - border-top: 1px solid var(--slate5) !important; - width: calc(100% - 336px) !important; - - @media only screen and (max-width: 768px) { - position: unset; - width: 100%; - - .col-4, - .col-5 { - display: none; - } - - .pagination-container { - display: flex !important; - align-items: center; - justify-content: center; - } - } -} .pagination-container { display: flex;