Skip to content

Increase the height of square and landscape logos

Eduardo Sanz García requested to merge eduardosanz/gl-h-10 into master

What does this MR do and why?

The logo in the sign-in and sign-up pages can be customized. After Change class if logo has portrait format (!139401 - merged), the size of square and landscape logos were reduced because of lack of gl-h-10 class. In feat(CSS): add `gl-h-10` utility CSS class (gitlab-ui!3867 - merged), we introduced the gl-h-10 in gitlab-ui.

Here we replace gl-h-9 for gl-h-10 to regain the original size.

Changelog: changed

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
Screenshot_2023-07-27_at_11.06.24_AM Screenshot_2023-07-27_at_11.05.10_AM

How to set up and validate locally

  1. On an incognito window, go to /users/sign_in
  2. Check the size of the logo.

Merge request reports