mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-21 07:24:07 +01:00
fix(dashboard): change temperature icons, fix responsiveness
This commit is contained in:
parent
0366453313
commit
4d02509c83
2 changed files with 13 additions and 10 deletions
|
|
@ -22,16 +22,16 @@
|
|||
<div [(ngModel)]="temperatureMode" ngbRadioGroup data-toggle="buttons"
|
||||
class="btn-group btn-divided-group btn-outline-divided-group btn-group-full-width">
|
||||
<label class="btn btn-icon">
|
||||
<input type="radio" value="cool"/><i class="nb-snowy"></i>
|
||||
<input type="radio" value="cool"/><i class="nb-snowy-circled"></i>
|
||||
</label>
|
||||
<label class="btn btn-icon">
|
||||
<input type="radio" value="warm"/><i class="nb-sunny"></i>
|
||||
<input type="radio" value="warm"/><i class="nb-sunny-circled"></i>
|
||||
</label>
|
||||
<label class="btn btn-icon">
|
||||
<input type="radio" value="heat"/><i class="nb-flame"></i>
|
||||
<input type="radio" value="heat"/><i class="nb-flame-circled"></i>
|
||||
</label>
|
||||
<label class="btn btn-icon">
|
||||
<input type="radio" value="fan"/><i class="nb-loop"></i>
|
||||
<input type="radio" value="fan"/><i class="nb-loop-circled"></i>
|
||||
</label>
|
||||
</div>
|
||||
</nb-tab>
|
||||
|
|
@ -54,16 +54,16 @@
|
|||
<div [(ngModel)]="humidityMode" ngbRadioGroup data-toggle="buttons"
|
||||
class="btn-group btn-divided-group btn-outline-divided-group btn-group-full-width">
|
||||
<label class="btn btn-icon">
|
||||
<input type="radio" value="cool"/><i class="nb-snowy"></i>
|
||||
<input type="radio" value="cool"/><i class="nb-snowy-circled"></i>
|
||||
</label>
|
||||
<label class="btn btn-icon">
|
||||
<input type="radio" value="warm"/><i class="nb-sunny"></i>
|
||||
<input type="radio" value="warm"/><i class="nb-sunny-circled"></i>
|
||||
</label>
|
||||
<label class="btn btn-icon">
|
||||
<input type="radio" value="heat"/><i class="nb-flame"></i>
|
||||
<input type="radio" value="heat"/><i class="nb-flame-circled"></i>
|
||||
</label>
|
||||
<label class="btn btn-icon">
|
||||
<input type="radio" value="fan"/><i class="nb-loop"></i>
|
||||
<input type="radio" value="fan"/><i class="nb-loop-circled"></i>
|
||||
</label>
|
||||
</div>
|
||||
</nb-tab>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue