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,4 @@
@import variables
.project-overview-columns
+display-flex
@@ -5,14 +6,14 @@
+flex-wrap
+align-content(center)
margin-bottom: 20px
font-size: $text-large
font-size: size('large')
.project-overview-column
text-align: center
margin-right: 3%
padding: 3px 15px 3px 15px
border: 1px dashed #ddd
strong
color: #444
small
color: #777
color: color('light')
strong
color: color('medium')