diff --git a/src/app/theme/components/sidebar/SidebarCtrl.js b/src/app/theme/components/sidebar/SidebarCtrl.js index ef3ab86..eb3d14b 100644 --- a/src/app/theme/components/sidebar/SidebarCtrl.js +++ b/src/app/theme/components/sidebar/SidebarCtrl.js @@ -140,6 +140,23 @@ title: '404 Page', icon: 'ion-document', root: '404.html' + }, + { + title: 'Menu Level 1', + icon : 'ion-ios-more', + subMenu: [ + { + title : 'Menu Level 1.1' + }, + { + title : 'Menu Level 1.2', + subMenu: [ + { + title : 'Menu Level 1.2.1' + } + ] + } + ] } ]; diff --git a/src/app/theme/components/sidebar/sidebar.html b/src/app/theme/components/sidebar/sidebar.html index 5fabdd9..da895ba 100644 --- a/src/app/theme/components/sidebar/sidebar.html +++ b/src/app/theme/components/sidebar/sidebar.html @@ -20,7 +20,19 @@ diff --git a/src/sass/theme/components/_sidebar.scss b/src/sass/theme/components/_sidebar.scss index 526870c..83b4134 100644 --- a/src/sass/theme/components/_sidebar.scss +++ b/src/sass/theme/components/_sidebar.scss @@ -20,6 +20,16 @@ $angle-right: "\f101"; list-style: none; } +.al-sidebar-sublist .subitem-submenu-list{ + padding-left: 15px; +} + +.subitem-submenu-link{ + .fa{ + top: 7px; + } +} + .al-sidebar-list-item { display: block; position: relative;