Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
[MM-50284]: Fixes letter spacing on main titles for login and create …
Browse files Browse the repository at this point in the history
…account screens (#12284)

* Initial commit

* Width and Padding tweaks

* Nothing to see here - move along

* Padding fix from 130 to 110

---------

Co-authored-by: Mattermost Build <[email protected]>
  • Loading branch information
stevemudie and mattermost-build committed Mar 3, 2023
1 parent 6e104f2 commit e686d46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions components/login/login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
align-self: flex-start;

.login-body-message-title {
padding-right: 60px;
padding-right: 48px;
color: var(--title-color-indigo-500);
font-family: Metropolis;
font-size: 80px;
font-weight: 600;
letter-spacing: -0.05em;
letter-spacing: -0.01em;
line-height: 88px;
}

Expand Down Expand Up @@ -229,7 +229,7 @@
}

.login-body-message .login-body-message-title {
padding-right: 130px;
padding-right: 110px;
margin-top: 48px;
}
}
Expand All @@ -254,7 +254,7 @@
padding: 24px;

.login-body-message-title {
padding-right: 210px;
padding-right: 180px;
font-size: 64px;
line-height: 76px;
}
Expand Down
2 changes: 1 addition & 1 deletion components/signup/signup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
font-family: Metropolis;
font-size: 80px;
font-weight: 600;
letter-spacing: -0.05em;
letter-spacing: -0.01em;
line-height: 88px;
}

Expand Down

0 comments on commit e686d46

Please sign in to comment.