Skip to content

Normalize vertical and horizontal space in login pages

Eduardo Sanz García requested to merge eduardosanz/login-box into master

What does this MR do and why?

We remove .login-box.

After the restyle of the login page, the .login-box class can be removed. Before the new style, the .login-box container used to have have borders, but not anymore. We decide to remove this div container.

We replaced paddings by margins because margins have the advantage of being collapsible (the larger margin from two neighboring elements wins).

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

No perceptible changes

image

image

image

image

image

How to set up and validate locally

On an incognito window, visit the following pages:

Edited by Eduardo Sanz García

Merge request reports