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.
|
- .meter-container {
- margin: 1vw;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: stretch;
- }
- .meter-container > div {
- border-radius: 1vw;
- background: #eeeeee;
- padding: 1vw;
- padding-left: 1.25vw;
- padding-right: 1.25vw;
- font-size: 6vw;
- margin: 1.5vw;
- text-align: center;
- }
-
- .meter-title {
- font-size: 70%;
- }
|