_panel_singlestat.scss 548 B

12345678910111213141516171819202122232425262728293031
  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-weight: $font-weight-semi-bold;
  14. line-height: 1;
  15. }
  16. // Helps
  17. .panel-container--no-title {
  18. .singlestat-panel-value-container {
  19. padding-bottom: 0;
  20. }
  21. }
  22. .singlestat-panel-prefix {
  23. padding-right: 20px;
  24. }
  25. #flotGaugeValue0 {
  26. font-weight: $font-weight-semi-bold; //please dont hurt me for this!
  27. }