Sha256: 9b11205eb920fc5768bd328c72c87c1258fb67e65a68b9fc0ac7d5ad8976b754

Contents?: true

Size: 1.21 KB

Versions: 2

Compression:

Stored size: 1.21 KB

Contents

// Project Name and Version Header 

$project-name: "Sassy Style Tiles";
$version-number: "1.0, 2.0, 3.0";

$para-1: $project-name "! HTML & CSS style tiles powered by SASS and Compass.";

$para-2: "Style Tiles are a design deliverable consisting of fonts, colors and interface elements that communicate the essence of a visual brand for the web. Style tiles are for when a moodboard is too vague and a comp is too literal. Style tiles establish a direct connection with actual interface elements without defining layout.";

$para-3:"View the styles tiles:";

/// Global Variables
$standard-spacing: calc-em(20px, $base-font-size);

/// Design Variables
$link-color: #405b6b;

$body-background-color: #dfe1d1;
$page-background-color: #eaeaea;
$page-margin: 0 auto ($standard-spacing * 4) auto;

// Logo is added as a background to a transparent image. Adjust height and width and source
$logo-file: "logos/sassy-style-tiles-logo.png";

$header-padding: $standard-spacing;
$header-background-color: rgba(#929ca5, 1);

$main-text-shadow: 0 calc-em(1px, $base-font-size) calc-em(1px, $base-font-size) rgba(255,255,255,.35);

$footer-background-color: rgba(#a2af45, 1);
$footer-text-color: rgba($link-color,.75);
$footer-background-image: false;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
style-tiles-0.1.1 templates/project/sass/partials/variations/_index.scss
style-tiles-0.1 templates/project/sass/partials/variations/_index.scss