Skip to content

Commit

Permalink
Replace primary button with light-primary.
Browse files Browse the repository at this point in the history
Resolves #161.
  • Loading branch information
srph committed Nov 17, 2015
1 parent 6b756cf commit 1ff0a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/components/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
border: 1px solid $brand-gray;
}

&.-primary { @include btn-variant($brand-primary); }
&.-primary { @include btn-variant($brand-sidebar-lt); }
&.-sky { @include btn-variant($brand-sky); }
&.-emerald { @include btn-variant($brand-emerald); }
&.-crimson { @include btn-variant($brand-crimson); }
Expand All @@ -76,7 +76,7 @@
}

&.-inverted.-default { @include btn-variant-inverted($brand-gray); }
&.-inverted.-primary { @include btn-variant-inverted($brand-primary); }
&.-inverted.-primary { @include btn-variant-inverted($brand-sidebar-lt); }
&.-inverted.-sky { @include btn-variant-inverted($brand-sky); }
&.-inverted.-emerald { @include btn-variant-inverted($brand-emerald); }
&.-inverted.-crimson { @include btn-variant-inverted($brand-crimson); }
Expand Down

0 comments on commit 1ff0a89

Please sign in to comment.