2016-02-15 08:27:41 -06:00
|
|
|
.singlestat-panel {
|
|
|
|
position: relative;
|
|
|
|
display: table;
|
|
|
|
width: 100%;
|
2017-11-21 07:30:33 -06:00
|
|
|
height: 100%;
|
2016-02-15 08:27:41 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.singlestat-panel-value-container {
|
2018-06-04 08:45:29 -05:00
|
|
|
display: table-cell;
|
|
|
|
vertical-align: middle;
|
|
|
|
text-align: center;
|
|
|
|
position: relative;
|
2016-02-15 08:27:41 -06:00
|
|
|
z-index: 1;
|
2018-06-04 08:45:29 -05:00
|
|
|
font-weight: $font-weight-semi-bold;
|
2019-05-24 01:52:47 -05:00
|
|
|
line-height: 1;
|
2019-05-06 08:26:09 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
// Helps
|
|
|
|
.panel-container--no-title {
|
|
|
|
.singlestat-panel-value-container {
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
2016-02-15 08:27:41 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.singlestat-panel-prefix {
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
|
|
|
|
2020-06-05 03:53:57 -05:00
|
|
|
#flotGaugeValue0 {
|
2019-05-06 08:26:09 -05:00
|
|
|
font-weight: $font-weight-semi-bold; //please dont hurt me for this!
|
2016-04-26 03:00:13 -05:00
|
|
|
}
|