ngx-admin/src/app/pages/dashboard/temperature/temperature.component.scss

15 lines
277 B
SCSS
Raw Normal View History

2017-07-06 19:10:31 +03:00
@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%;
}
}