grafana/public/sass/components/_panel_singlestat.scss
2018-05-24 19:35:04 +03:00

29 lines
474 B
SCSS

.singlestat-panel {
position: relative;
display: table;
width: 100%;
height: 100%;
}
.singlestat-panel-value-container {
line-height: 1;
display: table-cell;
position: absolute;
z-index: 1;
font-size: 3em;
font-weight: bold;
margin: 0;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding-bottom: 10px;
}
.singlestat-panel-prefix {
padding-right: 20px;
}
#flotGagueValue0 {
font-weight: bold; //please dont hurt me for this!
}