Repository URL to install this package:
|
Version:
0.4.2 ▾
|
// Breakpoints
$medium-screen: 600px;
$large-screen: 900px;
// Typography
$base-font-family: 'Avenir Next','avenir', 'Helvetica Neue', arial, sans-serif;
$heading-font-family: $base-font-family;
// Font Sizes
$base-font-size: 1em;
// Line height
$base-line-height: 1.2;
$heading-line-height: 1.2;
// Other Sizes
$base-border-radius: 3px;
$base-spacing: $base-line-height * 1em;
$small-spacing: $base-spacing / 2;
$base-z-index: 0;
// Colors
$blue: #0E91D4;
$dark-gray: #697689;
$medium-gray: #98A4B5;
$light-gray: #D9E3F0;
$deep-red: #F47373;
$green: #37D67A;
// Font Colors
$base-font-color: $dark-gray;
$action-color: $blue;
// Border
$base-border-color: $light-gray;
$base-border: 1px solid $base-border-color;
// Background Colors
$base-background-color: #fff;
$secondary-background-color: tint($base-border-color, 75%);
// Forms
$form-box-shadow: inset 0 1px 3px rgba(#000, 0.06);
$form-box-shadow-focus: $form-box-shadow, 0 0 5px adjust-color($action-color, $lightness: -5%, $alpha: -0.3);
// Animations
$base-duration: 150ms;
$base-timing: ease;