Skip to content

Commit

Permalink
Fix password page email signup input (Shopify#1421)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Etchen authored Mar 4, 2022
1 parent df99d62 commit e9a3d71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/section-email-signup-banner.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
color: rgb(var(--color-base-text));
}

.banner--desktop-transparent .email-signup-banner__box .field__input {
background-color: transparent;
}

.banner--desktop-transparent .email-signup-banner__box--no-image .field__input {
box-shadow: 0 0 0 0.1rem rgba(var(--color-base-text), 0.55);
}
Expand Down

0 comments on commit e9a3d71

Please sign in to comment.