Skip to content

Commit

Permalink
Merge pull request #3 from dannon/style-colors
Browse files Browse the repository at this point in the history
Retab galaxy_bootstrap/variables.less
  • Loading branch information
carlfeberhard committed Jul 30, 2015
2 parents 5fd4daf + cce64de commit 87a58e2
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions client/galaxy/style/less/galaxy_bootstrap/variables.less
Expand Up @@ -29,7 +29,7 @@

// Bootstrap default colors for states, will be adjusted based on @base-color

@bs-primary: #428bca;
@bs-primary: #428bca;
@bs-success: #5cb85c;
@bs-warning: #f0ad4e;
@bs-danger: #d9534f;
Expand Down Expand Up @@ -65,31 +65,31 @@
// -------------------------

@brand-primary: hsl(
hue(@bs-primary),
(saturation(@bs-info) + @sat + 20)/2,
@luma - 10
);
hue(@bs-primary),
(saturation(@bs-info) + @sat + 20)/2,
@luma - 10
);

@brand-info: hsl(
hue(@bs-info),
(saturation(@bs-info) + @sat + 20)/2,
@luma
);
hue(@bs-info),
(saturation(@bs-info) + @sat + 20)/2,
@luma
);
@brand-success: hsl(
hue(@bs-success),
(saturation(@bs-success) + @sat + 20)/2,
(luminance(@bs-success) + @luma - 20)/2
);
hue(@bs-success),
(saturation(@bs-success) + @sat + 20)/2,
(luminance(@bs-success) + @luma - 20)/2
);
@brand-warning: hsl(
hue(@bs-warning),
(saturation(@bs-warning) + @sat + 20)/2,
(luminance(@bs-warning) + @luma - 20)/2
);
hue(@bs-warning),
(saturation(@bs-warning) + @sat + 20)/2,
(luminance(@bs-warning) + @luma - 20)/2
);
@brand-danger: hsl(
hue(@bs-danger),
(saturation(@bs-danger) + @sat + 20)/2,
(luminance(@bs-danger) + @luma + 10)/2
);
hue(@bs-danger),
(saturation(@bs-danger) + @sat + 20)/2,
(luminance(@bs-danger) + @luma + 10)/2
);

// Scaffolding
// -------------------------
Expand Down

0 comments on commit 87a58e2

Please sign in to comment.