Commit b53ab3ee authored by Kristian Tan's avatar Kristian Tan

styling

parent fdfda86f
...@@ -28,6 +28,7 @@ body { ...@@ -28,6 +28,7 @@ body {
} }
.device_list { .device_list {
color: rgb(192, 192, 192);
width: 25%; width: 25%;
/*background-color: red;*/ /*background-color: red;*/
margin-left: 5%; margin-left: 5%;
...@@ -36,10 +37,12 @@ body { ...@@ -36,10 +37,12 @@ body {
} }
.device_details { .device_details {
color: rgb(192, 192, 192);
list-style-type: none; list-style-type: none;
} }
.smart_meter { .smart_meter {
color: rgb(192, 192, 192);
width: 65%; width: 65%;
margin-right: 5%; margin-right: 5%;
margin-left: 5%; margin-left: 5%;
...@@ -56,6 +59,7 @@ body { ...@@ -56,6 +59,7 @@ body {
} }
.chart { .chart {
color: rgb(192, 192, 192);
width: 70%; width: 70%;
height: 50%; height: 50%;
margin-left: 15%; margin-left: 15%;
...@@ -64,6 +68,7 @@ body { ...@@ -64,6 +68,7 @@ body {
} }
.chart_title { .chart_title {
color: white;
text-decoration: underline; text-decoration: underline;
text-align: center; text-align: center;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment