LESS Returning to the current version.
This commit is contained in:
parent
34a5d3a3e1
commit
15731e7b93
|
@ -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
Loading…
Reference in New Issue