_panel_singlestat.scss 442 B

12345678910111213141516171819202122232425
  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. position: relative;
  13. z-index: 1;
  14. font-size: 3em;
  15. font-weight: $font-weight-semi-bold;
  16. }
  17. .singlestat-panel-prefix {
  18. padding-right: 20px;
  19. }
  20. #flotGagueValue0 {
  21. font-weight: bold; //please dont hurt me for this!
  22. }