SingleStatPanel: added font size options for value, prefix and postfix, #951

This commit is contained in:
Torkel Ödegaard
2014-11-06 10:47:46 +01:00
parent 2a962bf8fd
commit 7ff8931def
6 changed files with 52 additions and 25 deletions
+2 -9
View File
@@ -11,19 +11,12 @@
text-align: center;
position: relative;
z-index: 1;
}
.stats-panel-value {
font-size: 3em;
font-weight: bold;
}
.stats-panel-value:not(:first-child) {
padding-left: 20px;
}
.stats-panel-value-small {
font-size: 50%;
.stats-panel-prefix {
padding-right: 20px;
}
.stats-panel-table {