diff --git a/app/assets/stylesheets/application.sass.scss b/app/assets/stylesheets/application.sass.scss index d2374cf2..6d27da8a 100644 --- a/app/assets/stylesheets/application.sass.scss +++ b/app/assets/stylesheets/application.sass.scss @@ -4,7 +4,6 @@ @import 'bootstrap/scss/bootstrap'; @import 'bootstrapOverrides'; -$logo-image: url(StanfordLibraries-logo-whitetext.svg); $logo-width: 200px; $logo-height: 35px; @@ -37,6 +36,23 @@ main { } } +// Adds the new library logo to the header & footer +// until we can update VT to use the component library +.navbar-logo, .prefooter-logo { + background-color: white; + mask-image: url("https://cdn.jsdelivr.net/gh/sul-dlss/component-library@v2025-01-10/styles/StanfordLibraries-logo.svg"); + mask-repeat: no-repeat; + mask-position: 0 center; + overflow: hidden; + text-indent: 100%; + white-space: nowrap; + width: 280px; +} + +.prefooter-logo { + background-color: black; +} + .al-masthead h1, .al-masthead .h1 { padding-bottom: 1.25rem; diff --git a/app/views/shared/_footer.html.erb b/app/views/shared/_footer.html.erb index e849ac95..8ec77925 100644 --- a/app/views/shared/_footer.html.erb +++ b/app/views/shared/_footer.html.erb @@ -2,13 +2,11 @@