grafana/public/sass/components/_panel_singlestat.scss

32 lines
548 B
SCSS
Raw Normal View History

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 {
display: table-cell;
vertical-align: middle;
text-align: center;
position: relative;
2016-02-15 08:27:41 -06:00
z-index: 1;
font-weight: $font-weight-semi-bold;
line-height: 1;
}
// 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;
}
#flotGaugeValue0 {
font-weight: $font-weight-semi-bold; //please dont hurt me for this!
}