mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-21 17:23:48 -05:00
20 lines
205 B
SCSS
20 lines
205 B
SCSS
#refresh {
|
|
height: 36px;
|
|
top: 13px;
|
|
}
|
|
|
|
.content {
|
|
display: flex;
|
|
flex-flow: column;
|
|
height: 100%;
|
|
}
|
|
|
|
.header {
|
|
display: flex;
|
|
padding: 0 20px;
|
|
}
|
|
|
|
#chart {
|
|
flex: 1 1 auto;
|
|
}
|