-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
update header to stanford header #1104
Conversation
6dcd155
to
fd2cceb
Compare
e7dfcbb
to
16be3ac
Compare
@@ -1,3 +1,7 @@ | |||
@import 'bootstrap/scss/bootstrap'; | |||
@import 'blacklight-frontend/app/assets/stylesheets/blacklight/blacklight'; | |||
@import '@geoblacklight/frontend/app/assets/stylesheets/geoblacklight/geoblacklight'; | |||
@import '@geoblacklight/frontend/dist/stylesheets/geoblacklight/geoblacklight'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might need to change but with v3 it is what works
</script> | ||
<% end %> | ||
|
||
<link rel="stylesheet" href="/sul-components/v2024-08-01/styles/sul.css" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just the blacklight base with this link added.
<%= content_for(:skip_links) %> | ||
</div> | ||
</nav> | ||
<%= render blacklight_config.header_component.new(blacklight_config: blacklight_config) %> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only other change is using the component instead of the partial, figured it was clearer.
.palo-alto-base { | ||
--bs-dark-rgb: 23, 94, 84; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we put this in our own style.css
? I think this stylesheet is just for GBL stuff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thatbudakguy I moved this to the application.css file in the PR for the footer.
closes #1053