From 9bc4f40a9fbc0f19fc26b4e12c5bb289ebe06c18 Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Sat, 2 Mar 2024 17:26:43 -0800 Subject: [PATCH] Add footer links and tailwind --- common/common.scss | 22 ++----------- common/footer.html | 75 ++++++++++++++++++++++++++++++++++++++++++++ common/head_tag.html | 1 + 3 files changed, 78 insertions(+), 20 deletions(-) create mode 100644 common/footer.html create mode 100644 common/head_tag.html diff --git a/common/common.scss b/common/common.scss index adc5e48..32329f4 100644 --- a/common/common.scss +++ b/common/common.scss @@ -730,26 +730,8 @@ html body #main-outlet { } // Footer -.custom-footer { - background-color: #1f2937; - - .list { - span { - font-weight: 500; - } - } - - .second-box .links li { +.orcashub-footer { + ul { margin: 0; } - - .footer-section-link-wrapper a { - color: var(--header_primary); - font-size: 1rem; - line-height: 1.5rem; - - &:hover { - color: white; - } - } } \ No newline at end of file diff --git a/common/footer.html b/common/footer.html new file mode 100644 index 0000000..948fc86 --- /dev/null +++ b/common/footer.html @@ -0,0 +1,75 @@ + \ No newline at end of file diff --git a/common/head_tag.html b/common/head_tag.html new file mode 100644 index 0000000..03ad14b --- /dev/null +++ b/common/head_tag.html @@ -0,0 +1 @@ + \ No newline at end of file