2016-02-15 15:27:41 +01:00
|
|
|
.singlestat-panel {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: table;
|
|
|
|
|
width: 100%;
|
2017-11-21 14:30:33 +01:00
|
|
|
height: 100%;
|
2016-02-15 15:27:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.singlestat-panel-value-container {
|
2017-12-23 14:57:37 +01:00
|
|
|
line-height: 1;
|
2018-06-04 15:45:29 +02:00
|
|
|
display: table-cell;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
text-align: center;
|
|
|
|
|
position: relative;
|
2016-02-15 15:27:41 +01:00
|
|
|
z-index: 1;
|
|
|
|
|
font-size: 3em;
|
2018-06-04 15:45:29 +02:00
|
|
|
font-weight: $font-weight-semi-bold;
|
2016-02-15 15:27:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.singlestat-panel-prefix {
|
|
|
|
|
padding-right: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
2016-04-26 10:00:13 +02:00
|
|
|
#flotGagueValue0 {
|
|
|
|
|
font-weight: bold; //please dont hurt me for this!
|
|
|
|
|
}
|