SingleStatPanel: added font size options for value, prefix and postfix, #951
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user