feat(dashboard): add modes for the temperature component

This commit is contained in:
KostyaDanovsky 2017-07-10 16:35:55 +03:00
parent 2b45625202
commit 60bd13a9f3
3 changed files with 73 additions and 28 deletions

View file

@ -13,12 +13,18 @@
}
nga-tab.content-active {
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
height: 100%;
}
.temperature-container {
display: flex;
flex: 1;
justify-content: center;
align-items: center;
position: relative;
height: 100%;
}
ngx-temperature-dragger {