blob: 1cc52eab05c0657f65a522422b25c0d9036dedeb (
plain)
- // Colors
- //
- // (don't use these directly - only referenced by other variables)
- //
- // No styleguide reference.
- $black: black;
- $white: white;
- $green: darkgreen;
- // color model
- $colorBase: $black;
- $colorBg: $white;
- $colorPrimary: $green;
- // Typography
- //
- // No styleguide reference.
- // Follow W3C recommendation: http://www.w3.org/QA/Tips/font-size
- $baseFontSize: 16px;
- $baseFontFamily: Arial, Helvetica, sans-serif;
- $baseTextColor: $colorBase;
- $linkColor: $colorBase;
- $linkHoverColor: $colorPrimary;
- $headerColor: $colorPrimary;
- // Media
- //
- // No styleguide reference.
- $large-desktop: screen min-width 40em;
- // Framework integrations
- //
- // No styleguide reference.
- @import "base-blueprint";
|