fix(dashboard): restructure components

This commit is contained in:
KostyaDanovsky 2017-07-06 19:10:31 +03:00
parent 43aaef8210
commit 422880dddf
15 changed files with 80 additions and 26 deletions

View file

@ -0,0 +1,14 @@
@import '../../../@theme/styles/variables';
@import '~@akveo/nga-theme/styles/global/bootstrap/hero-buttons';
@include nga-install-component() {
nga-tab.content-active {
display: flex;
justify-content: center;
}
ngx-temperature-dragger {
width: 80%;
}
}