mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-31 14:48:49 +01:00
fix(dashboard): improve temperature and tiny-mce responsiveness
This commit is contained in:
parent
3a7adf0115
commit
9d1697776e
2 changed files with 9 additions and 1 deletions
|
|
@ -142,6 +142,14 @@
|
|||
font-size: 3rem;
|
||||
}
|
||||
}
|
||||
|
||||
.slider-value-container .value {
|
||||
font-size: 3rem;
|
||||
&.humidity::before {
|
||||
right: -2rem;
|
||||
font-size: 2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
@include media-breakpoint-down(xs) {
|
||||
.btn-icon {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue