Solar Array and home energy dashboard.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

22 lines
343 B

  1. .meter-container {
  2. margin: 1vw;
  3. display: flex;
  4. flex-direction: row;
  5. justify-content: center;
  6. align-items: stretch;
  7. }
  8. .meter-container > div {
  9. border-radius: 1vw;
  10. background: #eeeeee;
  11. padding: 1vw;
  12. padding-left: 1.25vw;
  13. padding-right: 1.25vw;
  14. font-size: 6vw;
  15. margin: 1.5vw;
  16. text-align: center;
  17. }
  18. .meter-title {
  19. font-size: 70%;
  20. }