All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docs._sass._variables.scss Maven / Gradle / Ivy

There is a newer version: 2.0.1-alpha.8
Show newest version
//
// VARIABLES
//

// Colors
$blue: #4183C4;

// Grays
$black: #000;
$darkerGray: #222;
$darkGray: #333;
$gray: #666;
$lightGray: #eee;
$white: #fff;

// Font stacks
$helvetica: Helvetica, Arial, sans-serif;
$helveticaNeue: "Helvetica Neue", Helvetica, Arial, sans-serif;
$georgia: Georgia, serif;

// Mobile breakpoints
@mixin mobile {
  @media screen and (max-width: 640px) {
    @content;
  }
}

$base-font-size: 16px;
$spacing-unit: 0.5em;
$grey-color-light: #666




© 2015 - 2024 Weber Informatics LLC | Privacy Policy