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

Lg 3876 remove basscss modules #5944

Merged
merged 21 commits into from
Feb 22, 2022
Merged

Lg 3876 remove basscss modules #5944

merged 21 commits into from
Feb 22, 2022

Conversation

peggles2
Copy link
Contributor

This pull request removes the following bassscss modules:
'basscss-sass/base-reset';
'basscss-sass/base-forms';
'basscss-sass/base-tables';
'basscss-sass/base-typography';

A temp css file called _design-system-waiting-room.scss has been temporary created to support the css styles till we convert to USWDS styles.

@aduth aduth self-requested a review February 14, 2022 18:22
@peggles2 peggles2 requested a review from aduth February 16, 2022 15:45
app/assets/stylesheets/_design-system-waiting-room.scss Outdated Show resolved Hide resolved
app/assets/stylesheets/application.css.scss Outdated Show resolved Hide resolved
</table>
<div class="grid-row">
<% [ @codes.first(@codes.length / 2), @codes.last(@codes.length / 2)].each do |section| %>
<div class="grid-col-6">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does this look on mobile? Should it be collapsing to single column?

Suggested change
<div class="grid-col-6">
<div class="grid-col-12 tablet:grid-col-6">

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I coded it to match what we currently have on prod, which is 2 column on mobile
Screen Shot 2022-02-16 at 12 35 03 PM
:

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see. Fair enough. Might be something to look at separately, since it gets kinda tight at small phone sizes like iPhone SE. FYSA @anniehirshman-gsa

image

Copy link
Contributor

@anniehirshman-gsa anniehirshman-gsa Feb 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I agree that this gets too tight and could be hard to read at small phone sizes. I'm comfortable going to one column (maybe with closing up the spacing between codes a bit) on mobile if that works for y'all? I can ticket it separately if that's out of scope for this - lmk what you prefer

Copy link
Contributor Author

@peggles2 peggles2 Feb 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Per our discussion with @anniehirshman-gsa and Yemesi we decided to make this change in this pull request and update the ticket.

changelog: Improvements, Layout, Remove basscss modules
@peggles2 peggles2 requested a review from aduth February 16, 2022 17:57
Copy link
Contributor

@aduth aduth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

app/assets/stylesheets/application.css.scss Outdated Show resolved Hide resolved
app/assets/stylesheets/application.css.scss Outdated Show resolved Hide resolved
Copy link
Contributor

@anniehirshman-gsa anniehirshman-gsa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@peggles2 peggles2 merged commit ada7299 into main Feb 22, 2022
@peggles2 peggles2 deleted the lg-3876-remove-basscss-modules branch February 22, 2022 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants