variables naming convention

This commit is contained in:
raphaelgoettter 2014-07-02 16:12:58 +02:00
parent 64f55038cc
commit 5f6250ae52
4 changed files with 29 additions and 16 deletions

View file

@ -17,12 +17,17 @@ $font-stack-monospace : Consolas, 'DejaVu Sans Mono', Courier, monospace; // mon
$font-stack-universal : FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif; // universal stack
// font colors
$primary-color : #000; // text color on body
$primary-color-link : #333; // primary links color;
$primary-color-link-hover : #000; // primary hovered/focused links color;
$base-color : #000; // text color on body and content
$primary-color : #000; // text color on primary elements
$secondary-color : #000; // text color on secondary elements
$headings-color : #000; // text color on headings
$base-color-link : #333; // base links color
$base-color-link-hover : #000; // base hovered/focused links color
// backgrounds
$primary-background : #fff; // body background color
$base-background : #fff; // body background color
$primary-background : #fff; // primary elements background color
$secondary-background : #fff; // secondary elements background color
// spacings
$tiny-value : 0.5em; // tiny value for margins / paddings