From ab28d8c3cc44d9cfa148fc36dfd9a379377573e9 Mon Sep 17 00:00:00 2001 From: M Fahru Date: Tue, 23 Apr 2024 06:03:34 -0700 Subject: [PATCH] [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 --- services/web/frontend/stylesheets/app/login-register.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/web/frontend/stylesheets/app/login-register.less b/services/web/frontend/stylesheets/app/login-register.less index cc42fea5ff..6b9938738d 100644 --- a/services/web/frontend/stylesheets/app/login-register.less +++ b/services/web/frontend/stylesheets/app/login-register.less @@ -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 {