[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:
M Fahru 2024-04-23 06:03:34 -07:00 committed by Copybot
parent 0c4ca15003
commit ab28d8c3cc

View file

@ -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 {