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

Leet tool character limits and misc fixes #662

Merged
merged 4 commits into from Jan 22, 2021
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Merge branch 'ghostery-browser-intro-hub' into leet-tool

  • Loading branch information
benstrumeyer committed Jan 21, 2021
commit d320a1872c83c5e3bbb618e94f8eb9346de43617
@@ -54,9 +54,7 @@ const basicCard = (checked, handleClick) => {
<div className="ChoosePlanView__valuePropList basic">
<div className="ChoosePlanView__cardSubCopy">
<span className="check blue" />
<span>
{t('ghostery_browser_hub_onboarding_private_search')}
</span>
{t('ghostery_dawn_onboarding_private_search')}
</div>
<div className="ChoosePlanView__cardSubCopy">
<span className="check blue" />
@@ -17,6 +17,25 @@
top: 30px;
height: 0;
z-index: 30;
&.dawn-hub {
z-index: 1;
max-width: 700px;
margin: auto;
font-family: Roboto;
font-size: 14px;
font-weight: 500;
.alert {
background-color: #f8e6e6;
.callout-text {color: #9f4948;}
}
.success {
background-color: #dff0d8;
.callout-text {color: #417505;}
}
.ToastMessage__close {
background-image: buildIconX(#000000);
}
}
}

.ToastMessage_classIcon {
You are viewing a condensed version of this merge commit. You can view the full changes here.
ProTip! Use n and p to navigate between commits in a pull request.