mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-12 11:24:20 +01:00
feat(dashboard): add temperature dragger component
This commit is contained in:
parent
35e377093a
commit
53778c2053
9 changed files with 362 additions and 3 deletions
|
|
@ -1,3 +1,10 @@
|
|||
@mixin ngx-global-theme() {
|
||||
// any global, non-component styles go here
|
||||
}
|
||||
|
||||
// TODO: probably it makes sense to move it to mixin
|
||||
.nga-theme-cosmic {
|
||||
nga-card nga-card-header + nga-card-body {
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue