mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-22 05:50:48 +02: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 {
|
||||
|
|
|
@ -3,7 +3,7 @@ import { Component } from '@angular/core';
|
|||
@Component({
|
||||
selector: 'ngx-tiny-mce-page',
|
||||
template: `
|
||||
<nb-card size="large">
|
||||
<nb-card>
|
||||
<nb-card-header>
|
||||
Tiny MCE
|
||||
</nb-card-header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue