fix(bar): move font weight to variable

This commit is contained in:
Max Lynch
2014-12-03 17:38:45 -06:00
parent 48087e4ebf
commit 86ea0473ef

View File

@@ -144,7 +144,7 @@
white-space: nowrap;
font-size: $bar-title-font-size;
font-weight: 500;//$headings-font-weight;
font-weight: $headings-font-weight;
line-height: $bar-height;