Skip to content

Instantly share code, notes, and snippets.

@jlawhorn
Last active December 21, 2015 12:49
Show Gist options
  • Save jlawhorn/6308707 to your computer and use it in GitHub Desktop.
Save jlawhorn/6308707 to your computer and use it in GitHub Desktop.
Magento Responsive Design CSS Variables 1
$color-brand: #022754;
$color-accent: #b3c21c;
$font-weight-light: normal;
$font-weight-normal: normal;
$font-weight-medium: 800;
$font-weight-strong: 900;
$color-button-text: $accent-color;
$color-button-plain-bg: #edf2f5;
$color-button-plain: #0093d0;
$size-tab-spacing: 0;
$menu-speed: .4s;
$width-document: 73.25em;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment