Skip to content

Commit

Permalink
Add equal weight to the No, thanks button on the Email consent page (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mathjazz committed May 30, 2024
1 parent d9679bb commit e0f9029
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pontoon/messaging/static/css/email_consent.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ body > header.menu-opened {
}

#main .buttons button {
background: transparent;
background-color: var(--homepage-tour-button-background);
border: none;
border-radius: 2px;
box-sizing: content-box;
color: var(--white-1);
color: var(--homepage-tour-button-color);
display: flex;
font-size: 16px;
width: 120px;
width: 320px;
height: 40px;
padding: 4px;
justify-content: center;
Expand All @@ -57,7 +57,7 @@ body > header.menu-opened {
#main .buttons button.enable {
background-color: var(--status-translated);
color: var(--homepage-tour-button-color);
width: 320px;
margin-right: 30px;
}

#main h1 {
Expand Down

0 comments on commit e0f9029

Please sign in to comment.