Skip to content

Commit

Permalink
Merge pull request #7 from appirio-tech/tracks
Browse files Browse the repository at this point in the history
Tracks
  • Loading branch information
nlitwin committed May 3, 2016
2 parents 7490454 + 33527dc commit f545b92
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/styles/_common.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Helper classes for track colors
.tc-track-develop {
color: $tc-green;
}

.tc-track-design {
color: $tc-light-blue;
}

.tc-track-data {
color: $tc-orange;
}
1 change: 1 addition & 0 deletions src/styles/_tc-styles.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@import 'reset';
@import 'tc-includes';
@import 'common';
@import 'typography';
@import 'buttons';

Expand Down

0 comments on commit f545b92

Please sign in to comment.