Sha256: 3f614b6c6b6df50457acc73a62996937adf2643752cd7fd7c5dc43f1654b1631

Contents?: true

Size: 658 Bytes

Versions: 3

Compression:

Stored size: 658 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 */

$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

3 entries across 3 versions & 1 rubygems

Version Path
pah-0.0.13 lib/pah/files/app/assets/stylesheets/_variables.scss
pah-0.0.12 lib/pah/files/app/assets/stylesheets/_variables.scss
pah-0.0.11 lib/pah/files/app/assets/stylesheets/_variables.scss