-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
Changes site's main content background color from white to #F5F5F5 #163
Changes site's main content background color from white to #F5F5F5 #163
Conversation
Looks great, Jackie!
|
@obulat noted. I will make further commits and try to resolve the issues you identified. |
I think this can be addressed later, after this PR is merged, using Vocabulary styles. I added the icon in #169, Jackie, so you don't need to worry about it. |
src/components/LocaleChooser.vue
Outdated
} | ||
.locale-chooser .select:not(.is-multiple):not(.is-loading)::after { | ||
z-index: 0; | ||
z-index: 1; |
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.
I've reworked positioning for locale chooser in another PR, so you can leave it as it was before.
I just noticed that github shows me that I haven't reviewed your PR, although I did leave a reply. It doesn't let me click 'request changes' if I don't add any reply now. So, I added this note to be able to click 'request changes' :)
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.
Ok great will try to clear off the remaining issue just now.
Please make sure to re-request review once you push new changes. It looks like there's some merge conflicts here that need to be resolved, though. |
@obulat may you please review this PR. I implemented all the remaining changes for the styling. |
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.
Hi, Jackie, I'm sorry I couldn't review the PR today. I tried, but there are some merge conflicts that need resolving. Could you maybe rebase your fork? Here are the instructions, if you need them: https://stackoverflow.com/questions/7244321/how-do-i-update-a-github-forked-repository
- adds <main> tag to apps layout gives it class .main & bulma class .has-background-light - gives .main padding-bottom of 5rem - and removed margin top of 5rem from footer so as to get rid of white space between footer and main
- Changes font weight from 500 to bold - Edits font color of next button when disabled
Hello @obulat, I did the rebase then proceeded to change |
This happened to me, too, Jackie. The color you mentioned is the background of Figma itself To see the mockup background, you have to click on its frame. It's vocabulary light gray, which is #d8d8d8 |
Sorry, Jackie, it is not light gray, but lighter gray, #f5f5f5, so you've used the correct color. |
Looks great, thank you, Jackie! Merging. |
Hey @JackieBinya, thanks for your contribution! We were impressed by the quality of your work, and would like to recognize that. As such, we have assigned you to this PR, and applied the “Great Contribution” label. |
Fixes
Fixes #162 by @annatuma
Description
Screenshots
White gap between <main> and footer elements
: To resolve this issue I removed themargin-top
of5rem
and gave the<main>
apadding-bottom
of5rem
so as to preserve the original look of the site.Selected language no longer visible in the locale-chooser component
: ResolvedChecklist
Update index.md
).master
branch of the repository.visible errors.
Developer Certificate of Origin
Developer Certificate of Origin