mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-24 03:10:13 +01:00
feat(dashboard): style temperature modes
This commit is contained in:
parent
84a98837ac
commit
684c884015
2 changed files with 25 additions and 8 deletions
|
|
@ -73,4 +73,21 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.btn-icon {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
border-color: nga-theme(form-control-border-color);
|
||||
width: 4.5rem;
|
||||
height: 4.5rem;
|
||||
font-size: 2rem;
|
||||
|
||||
&.active {
|
||||
border-color: nga-theme(color-fg-highlight);
|
||||
box-shadow: 0 2px 12px 0 rgba(nga-theme(color-fg-highlight), 0.25);
|
||||
background-color: rgba(nga-theme(color-fg-highlight), 0.25);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue