mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 07:35:45 -06:00
26 lines
442 B
SCSS
26 lines
442 B
SCSS
.singlestat-panel {
|
|
position: relative;
|
|
display: table;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.singlestat-panel-value-container {
|
|
line-height: 1;
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
position: relative;
|
|
z-index: 1;
|
|
font-size: 3em;
|
|
font-weight: $font-weight-semi-bold;
|
|
}
|
|
|
|
.singlestat-panel-prefix {
|
|
padding-right: 20px;
|
|
}
|
|
|
|
#flotGagueValue0 {
|
|
font-weight: bold; //please dont hurt me for this!
|
|
}
|