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 26, 2021
1 parent dd0f41e commit f202b18
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 @@ -163,6 +165,11 @@
width: 100%;
}

.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 f202b18

Please sign in to comment.