mirror of
https://github.com/ckaczor/HomeStatus.git
synced 2026-01-21 01:25:39 -05:00
21 lines
245 B
SCSS
21 lines
245 B
SCSS
#chart-container {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
|
|
#chart {
|
|
position: absolute;
|
|
top: 42px;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
|
|
#date-button {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|