mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge branch 'master' of https://github.com/mammuthus/grafana
This commit is contained in:
commit
249e682511
@ -8,12 +8,15 @@
|
||||
.singlestat-panel-value-container {
|
||||
line-height: 1;
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user