Skip to content

Instantly share code, notes, and snippets.

@jlawhorn
Last active December 21, 2015 12:49
Show Gist options
  • Save jlawhorn/6308716 to your computer and use it in GitHub Desktop.
Save jlawhorn/6308716 to your computer and use it in GitHub Desktop.
Magento Responsive Design CSS Variables 2
$color-brand: #74d0f5;
$color-accent: #34b924;
$font-weight-light: 200;
$font-weight-normal: 400;
$font-weight-medium: 500;
$font-weight-strong: 900;
$color-button-text: $brand-color;
$color-button-plain-bg: lighten($brand-color, 10%);
$color-button-plain: darken($brand-color, 10%);
$size-tab-spacing: 0;
$menu-speed: .7s;
$width-document: 64em;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment