From c1c7b869efe895fea7eae7663d052da15da7f19f Mon Sep 17 00:00:00 2001 From: th3r00t Date: Sat, 11 Mar 2023 09:46:49 -0500 Subject: [PATCH] UI updates in progress. --- src/frontend/static/styles/pyShelf.sass | 2 ++ src/frontend/templates/footer.html | 16 ++++++++++++++++ src/frontend/templates/header.html | 1 + src/frontend/templates/index.html | 2 +- 4 files changed, 20 insertions(+), 1 deletion(-) diff --git a/src/frontend/static/styles/pyShelf.sass b/src/frontend/static/styles/pyShelf.sass index d6c22ec..68fc30b 100644 --- a/src/frontend/static/styles/pyShelf.sass +++ b/src/frontend/static/styles/pyShelf.sass @@ -23,6 +23,8 @@ $navbar-item-color: $white $navbar-item-hover-background-color: $ps-color-secondary $navbar-dropdown-background-color: $ps-color-primary-trans $navbar-dropdown-item-hover-color: $ps-color-background !important +$footer-background-color: $ps-color-primary-trans +$footer-padding: 0.5rem 0.5rem //$navbar-dropdown-item-hover-background-color: $background !default //$navbar-dropdown-item-active-color: $link !default //$navbar-dropdown-item-active-background-color: $background !default diff --git a/src/frontend/templates/footer.html b/src/frontend/templates/footer.html index b605728..7177b7b 100644 --- a/src/frontend/templates/footer.html +++ b/src/frontend/templates/footer.html @@ -1,2 +1,18 @@ + diff --git a/src/frontend/templates/header.html b/src/frontend/templates/header.html index 127dea7..048cef9 100644 --- a/src/frontend/templates/header.html +++ b/src/frontend/templates/header.html @@ -5,5 +5,6 @@ + diff --git a/src/frontend/templates/index.html b/src/frontend/templates/index.html index 72c0156..0f060d5 100644 --- a/src/frontend/templates/index.html +++ b/src/frontend/templates/index.html @@ -1,7 +1,7 @@ {% include 'header.html' %} {% include 'navigation.html' %} -
+
{{ package.test }}
{% include 'footer.html' %}