Header title color mixin fix

This commit is contained in:
Max Lynch
2013-10-13 22:09:07 -05:00
parent f47bddb2ae
commit ef79fb5754
3 changed files with 1974 additions and 3079 deletions

View File

@ -95,6 +95,10 @@
background-color: $bgColor;
border-color: $borderColor;
color: $color;
.title {
color: $color;
}
}
@mixin tab-style($bgColor, $borderColor, $color) {