فهرست منبع

[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
M Fahru 2 سال پیش
والد
کامیت
ab28d8c3cc
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      services/web/frontend/stylesheets/app/login-register.less

+ 4 - 0
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 {