_panel_singlestat.scss 522 B

123456789101112131415161718192021222324252627282930
  1. .singlestat-panel {
  2. position: relative;
  3. display: table;
  4. width: 100%;
  5. height: 100%;
  6. }
  7. .singlestat-panel-value-container {
  8. line-height: 1;
  9. display: table-cell;
  10. vertical-align: middle;
  11. text-align: center;
  12. z-index: 1;
  13. font-size: 3em;
  14. font-weight: bold;
  15. margin: 0;
  16. position: absolute;
  17. top: 50%;
  18. left: 50%;
  19. transform: translate(-50%, -50%);
  20. padding-bottom: 10px;
  21. }
  22. .singlestat-panel-prefix {
  23. padding-right: 20px;
  24. }
  25. #flotGagueValue0 {
  26. font-weight: bold; //please dont hurt me for this!
  27. }