LESS Returning to the current version.

This commit is contained in:
Fernando Daciuk 2013-02-11 13:50:51 -02:00
parent 34a5d3a3e1
commit 15731e7b93
2 changed files with 9 additions and 12 deletions

View File

@ -1,14 +1,11 @@
@primary: #ad74a2; /* Primary colour for buttons (alt) */
@primarytext: desaturate(lighten(@primary,50%),18%); /* Text on primary colour bg */
@primary: #ad74a2;
@primarytext: desaturate(lighten(@primary,50%),18%);
@secondary: desaturate(lighten(@primary,40%),18%); /* Secondary buttons */
@secondarytext: desaturate(darken(@secondary,60%),18%); /* Text on secondary colour bg */
@secondary: #f7f6f7;
@secondarytext: desaturate(darken(@secondary,60%),18%);
@highlight: spin( @primary, 150 ); /* Prices, In stock labels, sales flash */
@highlightext: desaturate(lighten(@highlight,50%),18%); /* Text on highlight colour bg */
@highlight: #85ad74;
@highlightext: desaturate(lighten(@highlight,60%),18%);
@contentbg: #ffffff;
@subtext: #777777;
@contentbg: #fff; /* Content BG - Tabs (active state) */
@subtext: #777; /* small, breadcrumbs etc */

File diff suppressed because one or more lines are too long