mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-08 01:14:21 +01:00
refactor(theme): style settings sidebar
This commit is contained in:
parent
5b6a81a394
commit
9bfa522da3
4 changed files with 38 additions and 24 deletions
|
|
@ -10,23 +10,18 @@ export class StateService {
|
|||
protected layouts: any = [
|
||||
{
|
||||
name: 'One Column',
|
||||
icon: 'ion ion-grid',
|
||||
icon: 'nb-layout-default',
|
||||
id: 'one-column',
|
||||
selected: true,
|
||||
},
|
||||
{
|
||||
name: 'Two Column',
|
||||
icon: 'ion ion-grid',
|
||||
icon: 'nb-layout-two-column',
|
||||
id: 'two-column',
|
||||
},
|
||||
{
|
||||
name: 'Three Column',
|
||||
icon: 'ion ion-grid',
|
||||
id: 'three-column',
|
||||
},
|
||||
{
|
||||
name: 'Center Column',
|
||||
icon: 'ion ion-grid',
|
||||
icon: 'nb-layout-centre',
|
||||
id: 'center-column',
|
||||
},
|
||||
];
|
||||
|
|
@ -34,13 +29,13 @@ export class StateService {
|
|||
protected sidebars: any = [
|
||||
{
|
||||
name: 'Left Sidebar',
|
||||
icon: 'ion ion-grid',
|
||||
icon: 'nb-layout-sidebar-left',
|
||||
id: 'left',
|
||||
selected: true,
|
||||
},
|
||||
{
|
||||
name: 'Right Sidebar',
|
||||
icon: 'ion ion-grid',
|
||||
icon: 'nb-layout-sidebar-right',
|
||||
id: 'right',
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue