_panel_singlestat.scss 408 B

1234567891011121314151617181920212223242526
  1. .singlestat-panel {
  2. position: relative;
  3. display: table;
  4. width: 100%;
  5. height: 100%;
  6. }
  7. .singlestat-panel-value-container {
  8. display: table-cell;
  9. vertical-align: middle;
  10. text-align: center;
  11. position: relative;
  12. z-index: 1;
  13. font-size: 3em;
  14. font-weight: bold;
  15. }
  16. .singlestat-panel-prefix {
  17. padding-right: 20px;
  18. }
  19. #flotGagueValue0 {
  20. font-weight: bold; //please dont hurt me for this!
  21. }