revert: reverted singlestat panel position change PR #12004

This commit is contained in:
Torkel Ödegaard 2018-06-04 15:45:29 +02:00
parent 33ee1fba30
commit 829af9425f

View File

@ -7,14 +7,13 @@
.singlestat-panel-value-container {
line-height: 1;
position: absolute;
display: table-cell;
vertical-align: middle;
text-align: center;
position: relative;
z-index: 1;
font-size: 3em;
font-weight: bold;
margin: 0;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-weight: $font-weight-semi-bold;
}
.singlestat-panel-prefix {