mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-22 10:20:14 +01:00
feat(dashboard): add modes for the temperature component
This commit is contained in:
parent
2b45625202
commit
60bd13a9f3
3 changed files with 73 additions and 28 deletions
|
|
@ -13,12 +13,18 @@
|
|||
}
|
||||
|
||||
nga-tab.content-active {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
position: relative;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.temperature-container {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
ngx-temperature-dragger {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue