Skip to content

Commit

Permalink
Login and Registration: Adjust login form margins for better consiste…
Browse files Browse the repository at this point in the history
…ncy.

This changeset addresses adjusts margins around the login form for visual consistency. The margin above and below the form is now consistently set to 24px, and the margin below the logo has also been adjusted to 24px.

Follow-up to [26072].

Props deeppatel8950, audrasjb, priyank9033, viralsampat, vijaysinh9094, sabernhardt, .
Fixes #61667.




git-svn-id: https://develop.svn.wordpress.org/trunk@59551 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
audrasjb committed Dec 21, 2024
1 parent 17d5e47 commit 08c3dd4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/wp-admin/css/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,7 @@ p {
}

.login form {
margin-top: 20px;
margin-left: 0;
margin: 24px 0;
padding: 26px 24px;
font-weight: 400;
overflow: hidden;
Expand Down Expand Up @@ -284,7 +283,7 @@ p {
font-size: 20px;
font-weight: 400;
line-height: 1.3;
margin: 0 auto 25px;
margin: 0 auto 24px;
padding: 0;
text-decoration: none;
width: 84px;
Expand Down

0 comments on commit 08c3dd4

Please sign in to comment.