From a064abd2a7e946abae36362fd454a8260337b779 Mon Sep 17 00:00:00 2001
From: Dave Hagen
Date: Fri, 22 Nov 2024 11:15:18 -0800
Subject: [PATCH] @gus W-17274770 Add Cookie Manager and links
---
_includes/footer.html | 22 ++++++++++++++++------
_includes/head.html | 8 ++++++++
assets/css/main.css | 38 ++++++++++++++++++++++++++++++++++++++
3 files changed, 62 insertions(+), 6 deletions(-)
diff --git a/_includes/footer.html b/_includes/footer.html
index 82877eb..939c335 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,9 +1,19 @@
+
diff --git a/_includes/head.html b/_includes/head.html
index 7eff67f..63b4239 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -11,6 +11,14 @@
+
+
+
+
+
+
diff --git a/assets/css/main.css b/assets/css/main.css
index f9a61e9..e7eddc1 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -278,3 +278,41 @@ html {
word-spacing: 8px;
padding-right: 8px;
}
+
+
+.copyRight {
+ font-size: 12px;
+ }
+
+ .footer-links {
+ display: flex;
+ justify-content: center;
+ list-style: none;
+ padding: 0;
+ flex-wrap: wrap;
+ }
+
+ .footer-links li {
+ margin: 0 15px;
+ }
+
+ .footer-links a {
+ text-decoration: none;
+ transition: color 0.3s;
+ font-size: 12px;
+ }
+
+ .footer-links a:hover {
+ text-decoration: underline;
+ }
+
+ /* One Trust Cookie Manager
+ -------------------- */
+ #ot-pc-content, .ot-title-cntr, .ot-pc-footer {
+ font-size: 1.6rem;
+ }
+
+ #ot-pc-footer {
+ font-size: 1.4rem;
+ }
+