Skip to content
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

Ghostery Dawn Miscellaneous Bug fixes #664

Merged
merged 7 commits into from Jan 22, 2021

Fix terms and agreements label position on Create Account Form

  • Loading branch information
benstrumeyer committed Jan 22, 2021
commit b857a1b59056b1ebee0069664702d7807bc4b1c5
@@ -188,8 +188,8 @@ export const Step1_CreateAccountForm = (props) => {
)}
</div>
</div>
<div className="row align-center-middle">
<div className="columns small-10 medium-8">
<div className="row">
<div className="columns small-12 medium-10">
<div className="Step1_CreateAccountForm__checkboxContainer BrowserCreateAccountForm--marginBottom flex-container">
<ToggleCheckbox
name="globals"
@@ -204,7 +204,7 @@ export const Step1_CreateAccountForm = (props) => {
/>
</div>
</div>
<div className="columns small-10 medium-2" />
{/* <div className="columns small-10 medium-2" /> */}
</div>
<div className="Step1_CreateAccountForm__ctaButtonContainer">
<button type="submit" className="Step1_CreateAccountForm__ctaButton">{t('create_account')}</button>
@@ -53,8 +53,9 @@
}
.Step1_CreateAccountForm__legalConsentCheckedLabel {
font-size: 14px;
margin-top: 13px;
@include breakpoint(small down) {
width: 258px;
width: 290px;
}

&.error {
ProTip! Use n and p to navigate between commits in a pull request.