fix(donut): change donut font styles

pull/3/head
Vladimir Lugovsky 2015-11-27 11:18:59 +03:00
parent c7048ea360
commit 20a036ef73
1 changed files with 2 additions and 1 deletions

View File

@ -72,9 +72,10 @@ ul.doughnut-legend {
line-height: 24px; line-height: 24px;
text-align: center; text-align: center;
font-size: 18px; font-size: 18px;
color: $danger; //color: $danger;
span { span {
display: block; display: block;
font-size: 12px;
color: $default-text; color: $default-text;
} }
} }