mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
15 lines
277 B
SCSS
15 lines
277 B
SCSS
|
|
@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%;
|
||
|
|
}
|
||
|
|
}
|