Skip to content

Commit

Permalink
Merge pull request #12700 from mozilla/fxa-4774-space-3rd-party-login…
Browse files Browse the repository at this point in the history
…-buttons

fix(fxa-content-server): add spacing bn 3rd party auth buttons
  • Loading branch information
millmason authored May 4, 2022
2 parents ceaf357 + 02e1a31 commit 16a1e6e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
.login-button {
border: 1px solid #b2b2b2;
background-color: white;
margin-bottom: 5px;
margin-bottom: 10px;
font-weight: normal;
&:hover {
border-color: #1a1a1a;
Expand Down Expand Up @@ -292,4 +292,4 @@
.separator:not(:empty)::after {
margin-left: 2em;
}
}
}

0 comments on commit 16a1e6e

Please sign in to comment.