Sha256: 20d06321d018f5830aedf7b77f4e6dc331d728cbdf2f64419ceb5470ce08059d

Contents?: true

Size: 767 Bytes

Versions: 10

Compression:

Stored size: 767 Bytes

Contents

// Typography
$base-font-family: $helvetica;
$heading-font-family: $base-font-family;

// Font Sizes
$base-font-size: 1em;

// Line height
$base-line-height: 1.5;
$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: #477dca;
$dark-gray: #333;
$medium-gray: #999;
$light-gray: #ddd;

// Font Colors
$base-background-color: #fff;
$base-font-color: $dark-gray;
$action-color: $blue;

// Border
$base-border-color: $light-gray;
$base-border: 1px solid $base-border-color;

// 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);

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
exposition-0.0.5.7.pre.alpha app/assets/stylesheets/exposition/admin/base/_variables.scss
exposition-0.0.5.6.pre.alpha app/assets/stylesheets/exposition/admin/base/_variables.scss
exposition-0.0.5.5.pre.alpha app/assets/stylesheets/exposition/admin/base/_variables.scss
exposition-0.0.5.4.pre.alpha app/assets/stylesheets/exposition/admin/base/_variables.scss
exposition-0.0.5.2.pre.alpha app/assets/stylesheets/exposition/admin/base/_variables.scss
exposition-0.0.5.1.pre.alpha app/assets/stylesheets/exposition/admin/base/_variables.scss
exposition-0.0.5.pre.alpha app/assets/stylesheets/exposition/admin/base/_variables.scss
exposition-0.0.4.pre.alpha app/assets/stylesheets/exposition/admin/base/_variables.scss
exposition-0.0.3.pre.alpha app/assets/stylesheets/exposition/admin/base/_variables.scss
bitters-1.0.0 app/assets/stylesheets/_variables.scss