From 4d677d3025ae737f9bb7e72e216c3bd6e4ffa8d9 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 21 Jan 2020 20:34:00 +0100 Subject: [PATCH] navbar-toggler design --- pages/_includes/layout/layouts-list.html | 4 +-- pages/_includes/layout/navbar.html | 0 pages/_includes/layout/topmenu.html | 2 +- pages/_includes/layout/topnav.html | 7 ++---- scss/_variables.scss | 2 ++ scss/layout/_navbar.scss | 31 +++++++++++++++++++++--- scss/ui/_cards.scss | 4 ++- 7 files changed, 38 insertions(+), 12 deletions(-) delete mode 100644 pages/_includes/layout/navbar.html diff --git a/pages/_includes/layout/layouts-list.html b/pages/_includes/layout/layouts-list.html index 7f826a7a..e797bf07 100644 --- a/pages/_includes/layout/layouts-list.html +++ b/pages/_includes/layout/layouts-list.html @@ -1,6 +1,6 @@ -
+
{% for layout in site.data.layouts %} -
+
diff --git a/pages/_includes/layout/navbar.html b/pages/_includes/layout/navbar.html deleted file mode 100644 index e69de29b..00000000 diff --git a/pages/_includes/layout/topmenu.html b/pages/_includes/layout/topmenu.html index 80ca4dbd..af36ad34 100644 --- a/pages/_includes/layout/topmenu.html +++ b/pages/_includes/layout/topmenu.html @@ -1,7 +1,7 @@ {% assign fixed = page.topnav-fixed %} {% assign fixed = true %} -