From 7523fda0dfd85928dd3975b44a2ddbe801929731 Mon Sep 17 00:00:00 2001 From: Daniel <50356015+danny007in@users.noreply.github.com> Date: Sun, 13 Jun 2021 17:20:36 +0530 Subject: [PATCH] added fixed layout page --- src/pages/layout/fixed-sidebar.html | 75 ++++++++++++++++++++++++++++ src/partials/dashboard/_sidenav.html | 18 +++++++ src/scss/_layout-fixed.scss | 8 --- src/scss/_main-sidebar.scss | 7 +++ src/scss/_miscellaneous.scss | 4 -- src/ts/card-widget.ts | 3 +- src/ts/layout.ts | 12 ++--- src/ts/sidebar-overlay.ts | 2 +- 8 files changed, 107 insertions(+), 22 deletions(-) create mode 100644 src/pages/layout/fixed-sidebar.html diff --git a/src/pages/layout/fixed-sidebar.html b/src/pages/layout/fixed-sidebar.html new file mode 100644 index 000000000..2c5bee894 --- /dev/null +++ b/src/pages/layout/fixed-sidebar.html @@ -0,0 +1,75 @@ + + + + + + @@include('./_head.html', { + "path": "../..", + "title": "AdminLTE 4 | Fixed Sidebar" + }) + + +
+ @@include('./dashboard/_topbar.html', { + "path": "../.." + }) + + @@include('./dashboard/_sidenav.html', { + "mainPage": "layout", + "page": "fixed-sidebar", + "path": "../.." + }) + +
+ @@include('./dashboard/_content-header.html', { + "header_name": "Fixed Layout" + }) + +
+
+
+
+ +
+
+

Title

+ +
+ + +
+
+
+ Start creating your amazing application! +
+ + + +
+ +
+
+ +
+
+ +
+ + + @@include('./dashboard/_footer.html', { + "path": "../.." + }) +
+ + + @@include('./_scripts.html', { + "path": "../.." + }) + + diff --git a/src/partials/dashboard/_sidenav.html b/src/partials/dashboard/_sidenav.html index a3bebd57e..73f06846b 100644 --- a/src/partials/dashboard/_sidenav.html +++ b/src/partials/dashboard/_sidenav.html @@ -50,6 +50,24 @@

+