Skip to content

Commit

Permalink
Rescale buttons per Figma
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Feb 25, 2021
1 parent 7903f91 commit 51ce72a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/scss/components/_buttons.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.usa-button {
line-height: 1;

&:visited {
color: color('white');
}
Expand Down Expand Up @@ -109,6 +111,11 @@
}
}

.usa-button--big {
@include u-padding-x('205');
font-size: 1.25rem;
}

.usa-form a.usa-button.usa-button--danger { /* stylelint-disable-line selector-no-qualifying-type */
color: color('white');
text-decoration: none;
Expand Down

0 comments on commit 51ce72a

Please sign in to comment.