mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-20 00:06:10 +01:00
fix(dashboard): improve cards sizes
This commit is contained in:
parent
60bd13a9f3
commit
ae32ea40a7
13 changed files with 51 additions and 48 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<nga-card size="xmedium">
|
||||
<nga-card size="large">
|
||||
<nga-tabset fullWidth>
|
||||
|
||||
<nga-tab tabTitle="Temperature">
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
<input type="radio" value="cool"/><i class="ion-ios-snowy"></i>
|
||||
</label>
|
||||
<label class="btn btn-outline-primary btn-icon">
|
||||
<input type="radio" value="heat"/><i class="ion-flame"></i>
|
||||
<input type="radio" value="heat"/><i class="ion-ios-flame-outline"></i>
|
||||
</label>
|
||||
<label class="btn btn-outline-primary btn-icon">
|
||||
<input type="radio" value="cool2"/><i class="ion-ios-snowy"></i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue