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
.tooltip-arrow:after
background: #fff
border: 1px solid #aaaaaa
@@ -47,4 +49,4 @@ div.ui-tooltip
list-style-type: none
.tooltip .fa-info-circle
color: #999
color: color('light')