From fde9a6542935bcdfe29ed23b3d6688781646afa7 Mon Sep 17 00:00:00 2001 From: Jeremy McDermott Date: Tue, 24 Oct 2023 11:32:35 -0300 Subject: [PATCH] LIB-636 Add authentication note to welcome message caption --- custom/modules/lib_core/src/Plugin/Block/DeansMessage.php | 3 ++- custom/themes/lib_unb_ca/src/scss/custom/_utility.scss | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/custom/modules/lib_core/src/Plugin/Block/DeansMessage.php b/custom/modules/lib_core/src/Plugin/Block/DeansMessage.php index ce8f7e01..b7c0d15d 100644 --- a/custom/modules/lib_core/src/Plugin/Block/DeansMessage.php +++ b/custom/modules/lib_core/src/Plugin/Block/DeansMessage.php @@ -43,7 +43,8 @@ protected function getValue() { Towards Open: UNB Libraries are proposing the adoption of an open access policy to increase the 
               impact of UNB research by making it more accessible. -
More information, view the policy, show support and provide feedback here »
+
More information, view the policy, show support and + provide feedback here (UNB-login required) »
'; diff --git a/custom/themes/lib_unb_ca/src/scss/custom/_utility.scss b/custom/themes/lib_unb_ca/src/scss/custom/_utility.scss index 667e82ae..56a2d0ee 100644 --- a/custom/themes/lib_unb_ca/src/scss/custom/_utility.scss +++ b/custom/themes/lib_unb_ca/src/scss/custom/_utility.scss @@ -45,6 +45,11 @@ p.subtitle { .font-size-smaller { font-size: 1rem; } +figcaption .font-size-smaller { + font-size: .8rem; + opacity: .8; +} + .legend-small legend { font-size: inherit; }