mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-19 06:28:06 +01:00
fix(dashboard): restructure components
This commit is contained in:
parent
43aaef8210
commit
422880dddf
15 changed files with 80 additions and 26 deletions
|
|
@ -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%;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue