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

M20-51: New Opt-in for Ghostery #444

Merged

M20-51: fixing tabs vs space

  • Loading branch information
Aleksandr Panin
Aleksandr Panin committed Aug 30, 2019
commit 9b3d2f92c98cf394d8ad014b52e42f492096e007
@@ -56,8 +56,7 @@ class OfferCard extends Component {
this.closeIcon = `url(${chrome.extension.getURL('app/images/drawer/x.svg')})`;
this.ghostyGrey = `url(${chrome.extension.getURL('app/images/rewards/ghosty-grey.svg')})`;
this.kebabIcon = `url(${chrome.extension.getURL('app/images/rewards/settings-kebab.svg')})`;
this.poweredByMyoffrz =
`url(${chrome.extension.getURL('app/images/rewards/powered-by-myoffrz.svg')})`;
this.poweredByMyoffrz = `url(${chrome.extension.getURL('app/images/rewards/powered-by-myoffrz.svg')})`;

this.closeOfferCard = this.closeOfferCard.bind(this);
this.copyCode = this.copyCode.bind(this);
@@ -38,7 +38,8 @@

.ghostery-rewards-component {
* {
-webkit-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.hide {
@@ -451,7 +452,7 @@
margin: 0px 22px 0px 22px;
}

.notification-text.first-prompt {
.notification-text.first-prompt {
margin: unset;
padding-left: 16px;
text-align: left;
@@ -481,7 +482,7 @@
padding-bottom: 5px;
}

a {
a {
color: black;
}
}
@@ -515,16 +516,16 @@
width: 104px;
}
button {
&:nth-child(1) {
&:nth-child(1) {
background-color: $dark-purple;
color: $white;
&:hover {
background-color: $dark-purple;
color: $white;
}
}
&:nth-child(2) {
border: 1px solid $dark-purple;
&:nth-child(2) {
border: 1px solid $dark-purple;
background-color: transparent;
color: $dark-purple;
&:hover {
ProTip! Use n and p to navigate between commits in a pull request.