Add SASS variables for colors

This commit is contained in:
Frederic Guillot
2016-08-07 18:08:28 -04:00
parent 508a5eaf85
commit 41f93e0957
50 changed files with 329 additions and 220 deletions

View File

@@ -1,3 +1,5 @@
@import variables
.page-header
margin-bottom: 20px
.dropdown
@@ -8,10 +10,10 @@
font-weight: bold
border-bottom: 1px dotted #ccc
a
color: #333
color: color('primary')
text-decoration: none
&:focus, &:hover
color: #aaa
color: color('light')
ul
text-align: left
margin-top: 5px
@@ -20,7 +22,7 @@
display: inline
padding-right: 15px
&.active a
color: #333
color: color('primary')
text-decoration: none
font-weight: bold
&:hover, &:focus