variables naming convention
This commit is contained in:
parent
64f55038cc
commit
5f6250ae52
4 changed files with 29 additions and 16 deletions
|
@ -17,13 +17,17 @@
|
|||
@font-stack-universal : FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif; // universal stack
|
||||
|
||||
// font colors
|
||||
@primary-color : #000; // text color on body and content
|
||||
@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
|
||||
@primary-color-link : #333; // primary links color
|
||||
@primary-color-link-hover : #000; // primary hovered/focused links color
|
||||
@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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue