Skip to content

Commit

Permalink
Increase icon spacing for btn-large.
Browse files Browse the repository at this point in the history
  • Loading branch information
srph committed Nov 12, 2015
1 parent 1d32873 commit 1104c2f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/dist/style.css

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

14 changes: 11 additions & 3 deletions styles/components/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
text-decoration: none;
}

&.-default {
@include btn-variant($brand-white, $brand-black);
&.-default {
@include btn-variant($brand-white, $brand-black);
border: 1px solid $brand-gray;
}

&.-primary { @include btn-variant($brand-primary); }
&.-sky { @include btn-variant($brand-sky); }
&.-emerald { @include btn-variant($brand-emerald); }
Expand Down Expand Up @@ -118,6 +118,14 @@
line-height: 40px;
}

&.-large > .icon:first-child {
margin-right: $padding-x-large;
}

&.-large > .icon:last-child {
margin-left: $padding-x-large;
}

&.-rounded {
border-radius: $border-radius-rounded;
}
Expand Down

0 comments on commit 1104c2f

Please sign in to comment.