Layout improvements

This commit is contained in:
2019-10-02 17:44:08 -04:00
parent 29eceeb04e
commit 8060a34a5b
6 changed files with 14 additions and 16 deletions

View File

@@ -1 +1,3 @@
dashboard works! <div class="dashboard">
dashboard works!
</div>

View File

@@ -0,0 +1,3 @@
.dashboard {
padding: 20px;
}

View File

@@ -1,5 +1,6 @@
.laundry-current { .laundry-current {
font-size: 14px; font-size: 14px;
padding: 20px;
} }
.laundry-current-header { .laundry-current-header {

View File

@@ -16,10 +16,6 @@
z-index: 1; z-index: 1;
} }
.mat-sidenav-content {
padding: 20px;
}
.nav-caption { .nav-caption {
padding-left: 8px; padding-left: 8px;
} }

View File

@@ -1,22 +1,17 @@
.chart-content { .chart-content {
position: absolute; display: flex;
top: 0; flex-flow: column;
bottom: 0; height: 100%;
left: 0;
right: 0;
} }
#chart { #chart {
position: absolute; flex: 1 1 auto;
top: 50px;
bottom: 50px;
left: 0;
right: 0;
} }
.chart-header { .chart-header {
background-color: rgb(250, 250, 250); background-color: rgb(250, 250, 250);
height: 50px; padding: 0 20px;
flex: 0 0 auto;
} }
.chart-button-spacer { .chart-button-spacer {

View File

@@ -1,5 +1,6 @@
.weather-current { .weather-current {
font-size: 14px; font-size: 14px;
padding: 20px;
} }
.weather-current-header { .weather-current-header {