_panel_singlestat.scss 427 B

1234567891011121314151617181920212223242526
  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. position: absolute;
  10. z-index: 1;
  11. font-size: 3em;
  12. font-weight: bold;
  13. margin: 0;
  14. top: 50%;
  15. left: 50%;
  16. transform: translate(-50%, -50%);
  17. }
  18. .singlestat-panel-prefix {
  19. padding-right: 20px;
  20. }
  21. #flotGagueValue0 {
  22. font-weight: bold; //please dont hurt me for this!
  23. }