Buttons shtuff

This commit is contained in:
Max Lynch
2015-07-20 13:44:27 -05:00
parent 34b62ff172
commit 6c5dbbd680
6 changed files with 40 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ $colors: (
),
secondary: (
base: #33d066,
base: #32db64,
inverse: #fff
),
@@ -26,7 +26,7 @@ $colors: (
// Action Colors
// ----------------------
danger: (
base: #ec3d3d,
base: #f53d3d,
inverse: #fff,
),
@@ -44,7 +44,7 @@ $colors: (
),
dark: (
base: #444,
base: #222,
inverse: #fff,
),