From 15a345225a3d814e802333f13d5bd984f77d1f3b Mon Sep 17 00:00:00 2001 From: Jeremy McDermott Date: Tue, 20 Jun 2023 10:04:09 -0300 Subject: [PATCH] SCHOLAR-46 Revamp footer (assessibility), UNB Libraries footer link swap --- .../custom/app/footer/footer.component.html | 94 +++++++++---------- .../custom/app/footer/footer.component.scss | 2 +- 2 files changed, 46 insertions(+), 50 deletions(-) diff --git a/build/src/themes/custom/app/footer/footer.component.html b/build/src/themes/custom/app/footer/footer.component.html index 02ae497..f910caa 100644 --- a/build/src/themes/custom/app/footer/footer.component.html +++ b/build/src/themes/custom/app/footer/footer.component.html @@ -6,68 +6,64 @@ University of New Brunswick: established in 1785 - - - + + diff --git a/build/src/themes/custom/app/footer/footer.component.scss b/build/src/themes/custom/app/footer/footer.component.scss index 7fcebbf..b8b7f97 100644 --- a/build/src/themes/custom/app/footer/footer.component.scss +++ b/build/src/themes/custom/app/footer/footer.component.scss @@ -18,7 +18,7 @@ color: #fec700; } - &[href$="//unb.ca"]::before { + &[href$="//lib.unb.ca"]::before { background-image: url(/assets/custom/images/unb-sail-r.png); background-size: 18px 18px; background-repeat: no-repeat;