This commit is contained in:
zeppi 2021-04-26 23:11:45 -04:00 committed by jessopb
parent b819d59674
commit 870b9e0c27
4 changed files with 0 additions and 7 deletions

View file

@ -49,7 +49,6 @@
// Related list ads
.ads__related--google {
border-bottom: 1px solid var(--color-border);
//padding: var(--spacing-s);
background-color: var(--color-card-background);
display: flex;
flex-direction: row;

View file

@ -34,7 +34,6 @@
.button--primary {
background-color: var(--color-button-primary-bg);
// color: var(--color-button-primary-text);
.button__label {
color: var(--color-button-primary-text);
@ -62,7 +61,6 @@
.button--secondary {
background-color: var(--color-button-secondary-bg);
border: 1px solid var(--color-button-secondary-border);
// color: var(--color-button-secondary-text);
.button__label {
color: var(--color-button-secondary-text);
@ -548,8 +546,6 @@ svg + .button__label {
}
.button-toggle--active {
//color: var(--color-primary);
//background-color: var(--color-primary-alt);
color: var(--color-button-toggle-text);
background-color: var(--color-button-toggle-bg);

View file

@ -1,7 +1,6 @@
.nudge {
z-index: 3;
position: absolute;
//left: 0;
top: 4rem;
white-space: normal;
overflow: visible;

View file

@ -82,7 +82,6 @@ $nag-error-z-index: 999;
.nag__button--helpful {
&:hover {
//background-color: var(--color-secondary-alt);
color: var(--color-secondary);
}
}