mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
fix(buttons): change the icon toolbar size
This commit is contained in:
parent
dc5a90b270
commit
0de4e0f9ee
3 changed files with 11 additions and 0 deletions
|
|
@ -64,6 +64,9 @@
|
||||||
<label class="btn btn-success" [class.active]="iconToolbarModel.four">
|
<label class="btn btn-success" [class.active]="iconToolbarModel.four">
|
||||||
<input type="checkbox" [(ngModel)]="iconToolbarModel.four"> 4
|
<input type="checkbox" [(ngModel)]="iconToolbarModel.four"> 4
|
||||||
</label>
|
</label>
|
||||||
|
<label class="btn btn-success" [class.active]="iconToolbarModel.five">
|
||||||
|
<input type="checkbox" [(ngModel)]="iconToolbarModel.five"> 5
|
||||||
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon-toolbar-container {
|
||||||
|
.btn-group > .btn {
|
||||||
|
padding-left: 1.125rem;
|
||||||
|
padding-right: 1.125rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.icon-toolbar-container {
|
.icon-toolbar-container {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -29,5 +29,6 @@ export class ButtonGroupsComponent {
|
||||||
two: false,
|
two: false,
|
||||||
three: true,
|
three: true,
|
||||||
four: false,
|
four: false,
|
||||||
|
five: false,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue