Skip to content

Commit

Permalink
fix primary button letter spacing (from #738)
Browse files Browse the repository at this point in the history
  • Loading branch information
austensen committed Apr 8, 2023
1 parent c59cf10 commit 05cee1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/styles/PortfolioFilters.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
.filter-toggle {
gap: 1rem;
padding: 1rem;
letter-spacing: 0.02em;
@include for-phone-only {
height: var(--filter-bar-height);
min-height: var(--filter-bar-height);
Expand Down Expand Up @@ -158,6 +159,7 @@
display: flex;
align-items: center;
position: relative;
letter-spacing: 0.02em;
cursor: pointer;

&::-webkit-details-marker {
Expand Down Expand Up @@ -410,6 +412,7 @@
align-self: center;
padding: 1.6rem 3.2rem;
margin: 2.4rem 0;
letter-spacing: 0.02em;
.view-results-count {
margin-left: 1em;
@include wrap-with-parentheses();
Expand Down
1 change: 1 addition & 0 deletions client/src/styles/_minmaxselect.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@
}
.button.is-primary {
align-self: center;
letter-spacing: 0.02em;
}
}
1 change: 1 addition & 0 deletions client/src/styles/_multiselect.scss
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
}
.button.is-primary {
align-self: center;
letter-spacing: 0.02em;
}
}

Expand Down

0 comments on commit 05cee1a

Please sign in to comment.