feat(dashboard): add temperature dragger component

This commit is contained in:
KostyaDanovsky 2017-06-22 12:07:42 +03:00
parent 35e377093a
commit 53778c2053
9 changed files with 362 additions and 3 deletions

View file

@ -1,3 +1,10 @@
@mixin ngx-global-theme() {
// any global, non-component styles go here
}
// TODO: probably it makes sense to move it to mixin
.nga-theme-cosmic {
nga-card nga-card-header + nga-card-body {
padding-top: 0;
}
}