-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DO NOT MERGE] Updates to template #3985
base: main
Are you sure you want to change the base?
Conversation
90e0e95
to
de78c95
Compare
// content. | ||
border-top: 1px solid $browse-header-background-colour; | ||
margin-top: -1px; | ||
|
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.
Good spot, agree that it looks safe to remove this now, I tested in several browsers, including Chrome, Firefox, Safari and Safari on iOS, and could not see any issues.
@@ -19,14 +19,12 @@ | |||
<%= render "shared/browse_header", { margin_bottom: 9 } do %> | |||
<%= render "govuk_publishing_components/components/heading", { | |||
text: t("browse.title"), | |||
inverse: true, | |||
font_size: "xl", |
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.
Looks good to me, we would also want to apply the same change to the second level browse page template, for example - https://collections-pr-3985.herokuapp.com/browse/driving/clean-air-zones-emissions-electric-vehicles
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.
Oh great, thanks! I've updated the show_a_to_z.html
and show_curated.html
views and merged into the 'Update browse header style' commit.
Apply the `very-light-blue` background colour and remove inverse styles to update the text color from #fff to #0b0c0c.
de78c95
to
a3712e9
Compare
What
Update browse page template
https://trello.com/c/MGjSGCAM
Why
TBC
Visual Changes
See https://collections-pr-3985.herokuapp.com/browse/driving
Anything else
alphagov/govuk_publishing_components#4616
alphagov/frontend#4627
alphagov/static#3578