From a5c091c55ec1cccf137f76a9e6dc9209d5038a06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20=C5=9Al=C4=99zak?= Date: Mon, 6 Oct 2025 13:28:23 +0200 Subject: [PATCH] footer update --- webnext/src/pages/Home/HomePage.tsx | 9 +++++++-- webnext/src/pages/Home/style.scss | 5 +++++ webnext/src/pages/enrollment/ConfigureClient/style.scss | 2 ++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/webnext/src/pages/Home/HomePage.tsx b/webnext/src/pages/Home/HomePage.tsx index 4195666f..e65f50bb 100644 --- a/webnext/src/pages/Home/HomePage.tsx +++ b/webnext/src/pages/Home/HomePage.tsx @@ -17,8 +17,13 @@ export const HomePage = () => { ); diff --git a/webnext/src/pages/Home/style.scss b/webnext/src/pages/Home/style.scss index b81f3cee..9da433ab 100644 --- a/webnext/src/pages/Home/style.scss +++ b/webnext/src/pages/Home/style.scss @@ -26,6 +26,11 @@ text-align: center; font: var(--t-body-xs-400); color: var(--fg-muted); + + span, + a { + color: inherit; + } } } } diff --git a/webnext/src/pages/enrollment/ConfigureClient/style.scss b/webnext/src/pages/enrollment/ConfigureClient/style.scss index 3773a306..50a4efce 100644 --- a/webnext/src/pages/enrollment/ConfigureClient/style.scss +++ b/webnext/src/pages/enrollment/ConfigureClient/style.scss @@ -10,11 +10,13 @@ footer { p { + text-align: center; font: var(--t-body-xs-500); color: var(--fg-muted); &.finish { color: var(--fg-success); + padding-bottom: var(--spacing-sm); } } }