-
Notifications
You must be signed in to change notification settings - Fork 26
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
Various Filter QA changes to styles #738
Conversation
This pull request has been linked to Shortcut Story #11619: Reduce letter spacing of "Apply". |
This pull request has been linked to Shortcut Story #11633: Reduce padding of overflow pill under Landlord filter.. |
This pull request has been linked to Shortcut Story #11596: Increase letter spacing for filter headers slightly. |
@@ -368,6 +369,7 @@ | |||
border: 1px solid $justfix-black; | |||
padding: 0.8rem 0.6rem; | |||
margin-bottom: 1.1rem; | |||
letter-spacing: 0.02em; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is the base font-size
the em
is referencing here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's referring to the font size of the element, rather than the base. And it's 14px (1.4rem), which is set in the multi-select component.
This pull request has been linked to Shortcut Story #12186: multiselect searchbar text styles (mobile). |
reduce letter spacing for filter apply buttons
[sc-11619]
increase letter spacing for multiselect "+ X" more chip
[sc-11633]
fix spacing between multiselect selected chips
increase letter spacing for RS unit filter toggle
[sc-11596]
center multiselect input text and placeholder grey-600
[sc-12186]