Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

247/adjust submitter login page #381

Merged
merged 3 commits into from
Mar 1, 2024
Merged

Conversation

Janell-Huyck
Copy link
Contributor

@Janell-Huyck Janell-Huyck commented Feb 28, 2024

Fixes #247

This PR makes the login page in desktop and tablet views have the submitter form in a 2-column format. Mobile views have a single-column format.

It creates the two-column format by creating a few new SCSS class names: "two-column-form", "two-column-item", "add-padding-bottom" and "two-column-left-button". These are designed to be reusable for making the "new" and "edit" publication pages also into a two-column format.

Tests ensure that the submitter creation page displays a 2-column format correctly since it used to have this property and was switched unintentionally to a single-column layout sometime in the last few years. The tests are designed to be reusable to test the layouts of the publication pages as well.

It sets box-sizing to border-box for the entire app to assist with creating a more uniform layout.

It also removes the underline from the "LIBRARIES" link on the header to conform to UC styling guidelines.

@scherztc scherztc merged commit 1dc3492 into qa Mar 1, 2024
2 checks passed
@scherztc scherztc deleted the 247/adjust-submitter-login-page branch March 1, 2024 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adjust layout of Submitter Page
2 participants