-
Notifications
You must be signed in to change notification settings - Fork 2
♻️ Refactor/OC-681/verbeteringen-footer-template #254
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
♻️ Refactor/OC-681/verbeteringen-footer-template #254
Conversation
|
Tijdelijke oplossing |
pwa/static/themes/rotterdam.css
Outdated
| --web-app-color-background-footer: #eff4f6; | ||
| --web-app-color-footer-headings: auto; | ||
| --web-app-color-footer-links: var(--web-app-color-black); | ||
| --web-app-color-background-footer: #00811f; |
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.
Gebruik in plaats van de hex kleur liever var(--rotterdam-color-base-green).
Je kunt hier de color tokens opzoeken: https://nl-design-system.github.io/themes/?path=/story/rotterdam-color--page
Dit geldt eigenlijk ook voor alle andere kleuren in .rotterdam-theme, zoals var(--web-app-color-white), daar kun je beter var(--rotterdam-color-base-white) gebruiken.
0b873ce to
d55f8cc
Compare
e975d21 to
d55f8cc
Compare
|
De footer word beter geimplementeerd/gebruikt in deze PR |
lencodes
left a comment
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.
Nice changes to the ThemeSwitcher! Much better this way.
I did leave one comment that we should fix before merging this.
| --web-app-footer-logo-container-height: 50px; | ||
| --web-app-footer-organization-logo-width: 230px; | ||
| --web-app-footer-organization-logo-src: url("images/LogoRotterdam.svg"); | ||
| --web-app-footer-organization-logo-wit-src: url("images/LogoRotterdamWit.svg"); |
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.
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.
Sorry this pr should be closed, the improved footer is in this PR

No description provided.