fix(dashboard): improve temperature and tiny-mce responsiveness

This commit is contained in:
KostyaDanovsky 2017-09-14 16:18:46 +03:00
parent 3a7adf0115
commit 9d1697776e
2 changed files with 9 additions and 1 deletions

View file

@ -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 {