mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-06 00:11:24 +00:00
[web][website-redesign] Fix horizontal line around the "OR" text that is not vertically aligned (#17913)
* Fix horizontal line around the "OR" text is not vertically aligned * Change "or" text to be capital new login and register have their "or" text capitalized, so it would make sense to make homepage have the same capitalization rule too GitOrigin-RevId: 1d59db8760ff378ff568eae75790d61c3c04087c
This commit is contained in:
parent
0c4ca15003
commit
ab28d8c3cc
1 changed files with 4 additions and 0 deletions
|
@ -150,6 +150,10 @@
|
|||
|
||||
.login-register-hr-text-container {
|
||||
padding: @line-height-computed 0 calc(@line-height-computed / 2) 0;
|
||||
|
||||
&::before {
|
||||
top: calc(@line-height-computed + @line-height-computed / 4);
|
||||
}
|
||||
}
|
||||
|
||||
.login-register-error-container {
|
||||
|
|
Loading…
Reference in a new issue