mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-10 15:42:34 +01:00
14 lines
277 B
SCSS
14 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%;
|
|
}
|
|
}
|