Skip to content

Commit

Permalink
LIB-636 Add authentication note to welcome message caption
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Oct 24, 2023
1 parent 4a157e0 commit fde9a65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom/modules/lib_core/src/Plugin/Block/DeansMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ protected function getValue() {
<img src="/modules/custom/lib_core/img/towards_open.jpg"
alt="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.">
<figcaption class="caption-bottom font-size-smaller">More information, view the policy, show support and provide feedback here &raquo;</figcaption>
<figcaption class="caption-bottom font-size-smaller">More information, view the policy, show support and
provide feedback here <span class="font-size-smaller">(UNB-login required)</span> &raquo;</figcaption>
</figure>
</a>
';
Expand Down
5 changes: 5 additions & 0 deletions custom/themes/lib_unb_ca/src/scss/custom/_utility.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit fde9a65

Please sign in to comment.