Sha256: 953f74e887d2c45b7cacfe0c5cd01f37b3b60f74360b659aed9cc11a4f4e8d2d

Contents?: true

Size: 788 Bytes

Versions: 1

Compression:

Stored size: 788 Bytes

Contents

@charset "utf-8";

/* Font Variables */
$sans_serif: Arial, "Helvetica", sans-serif;
$font-small: 12px;
$font-medium: 15px;
$font-large: 19px;
$font-big: 29px;

/* Color Variables */
$main-color: #555;
$text: #333;
$darker-color: darken($main-color, 10%);
$lighter-color: lighten($main-color, 10%);
$grey1: #eee;
$grey2: #ddd;
$grey3: #999;
$grey4: #666;
$grey5: #333;

/* Mixins */
@mixin transition($property) {
  -webkit-transition: $property 0.15s ease-in-out;
     -moz-transition: $property 0.15s ease-in-out;
       -o-transition: $property 0.15s ease-in-out;
          transition: $property 0.15s ease-in-out;
}

@mixin clearfix {
  &:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    min-height: 0;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pah-0.0.14 lib/pah/files/app/assets/stylesheets/_variables.scss