mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
27 lines
427 B
SCSS
27 lines
427 B
SCSS
.singlestat-panel {
|
|
position: relative;
|
|
display: table;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.singlestat-panel-value-container {
|
|
line-height: 1;
|
|
position: absolute;
|
|
z-index: 1;
|
|
font-size: 3em;
|
|
font-weight: bold;
|
|
margin: 0;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
|
|
.singlestat-panel-prefix {
|
|
padding-right: 20px;
|
|
}
|
|
|
|
#flotGagueValue0 {
|
|
font-weight: bold; //please dont hurt me for this!
|
|
}
|