Skip to content

Commit

Permalink
188 Button Tweak (#287)
Browse files Browse the repository at this point in the history
* #188 - Adding more padding at bottom of button content for optical alignment.
  • Loading branch information
Joe Knox authored and sherakama committed Jan 28, 2019
1 parent 2836cb0 commit a275dfa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions core/css/decanter.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/scss/utilities/mixins/button/_button-big.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@mixin button-big {
@include font-smoothing;
@include margin(0.5em 0.5em 0.5em null);
@include padding(1.5rem 3rem);
@include padding(1.5rem 3rem 1.8rem);

appearance: none;
background-color: $color-bright-red;
Expand Down
2 changes: 1 addition & 1 deletion core/scss/utilities/mixins/button/_button-primary.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@mixin button-primary {
@include font-smoothing;
@include margin(0.5em 0.5em 0.5em null);
@include padding(1rem 2rem);
@include padding(1rem 2rem 1.15rem);

appearance: none;
background-color: $color-bright-red;
Expand Down
2 changes: 1 addition & 1 deletion core/scss/utilities/mixins/button/_button-secondary.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@mixin button-secondary {
@include font-smoothing;
@include margin(0.5em 0.5em 0.5em null);
@include padding(1rem 2rem);
@include padding(1rem 2rem 1.15rem);

appearance: none;
background-color: $color-white;
Expand Down

0 comments on commit a275dfa

Please sign in to comment.