diff --git a/dmp-frontend/src/app/app-routing.module.ts b/dmp-frontend/src/app/app-routing.module.ts index 45e985445..a49c429a5 100644 --- a/dmp-frontend/src/app/app-routing.module.ts +++ b/dmp-frontend/src/app/app-routing.module.ts @@ -26,7 +26,7 @@ const appRoutes: Routes = [ } }, { - path: 'exploreplans', + path: 'explore-plans', loadChildren: './ui/explore-dmp/explore-dmp.module#ExploreDmpModule', data: { breadcrumb: true diff --git a/dmp-frontend/src/app/ui/sidebar/sidebar-footer/sidebar-footer.component.css b/dmp-frontend/src/app/ui/sidebar/sidebar-footer/sidebar-footer.component.css index 16a890fdb..77a567eae 100644 --- a/dmp-frontend/src/app/ui/sidebar/sidebar-footer/sidebar-footer.component.css +++ b/dmp-frontend/src/app/ui/sidebar/sidebar-footer/sidebar-footer.component.css @@ -1,8 +1,5 @@ .sidebar-footer { - width: 230px; - height: 40px; - margin: 5px 15px; - padding: 5px; + padding: 0.3em; color: rgb(117, 117, 117); background-color: #ffffff; box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 255, 255, 0.4); diff --git a/dmp-frontend/src/app/ui/sidebar/sidebar.component.css b/dmp-frontend/src/app/ui/sidebar/sidebar.component.css index 1e5fd15b6..0d11d4073 100644 --- a/dmp-frontend/src/app/ui/sidebar/sidebar.component.css +++ b/dmp-frontend/src/app/ui/sidebar/sidebar.component.css @@ -1,28 +1,27 @@ .logo-img { - width: 60px; - display: block; - max-height: none; - margin-left: 100px; + width: 60px; + display: block; + max-height: none; + margin-left: 100px; } .logo-img img { - width: 60px; - top: 0px; - position: inherit; + width: 60px; + top: 0px; + position: inherit; } .sidebarSubtitle p { - margin-left: 20px; - color: rgb(166, 166, 166); + margin-left: 20px; + color: rgb(166, 166, 166); } .nav hr { - width: 230px; - border-top: 1px solid #fff; - border-bottom: 2px solid #d4d4d4; + width: 230px; + border-top: 1px solid #fff; + border-bottom: 2px solid #d4d4d4; } .sidebar-footer { - position: relative; - height: 48%; + margin-top: auto; } diff --git a/dmp-frontend/src/app/ui/sidebar/sidebar.component.html b/dmp-frontend/src/app/ui/sidebar/sidebar.component.html index 1d9146058..d49636556 100644 --- a/dmp-frontend/src/app/ui/sidebar/sidebar.component.html +++ b/dmp-frontend/src/app/ui/sidebar/sidebar.component.html @@ -29,8 +29,7 @@