mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 10:10:08 +02: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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user