From 2ce1182e86e69fbc37d1913432ff3656b764b62c Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 22 Oct 2019 23:32:28 +0200 Subject: [PATCH] dropdowns page --- pages/_includes/ui/dropdown-menu.html | 33 +++++++++---- pages/dropdowns.html | 19 ++++++++ scss/_variables.scss | 6 +++ scss/ui/_dropdowns.scss | 69 +++++++++++++-------------- 4 files changed, 82 insertions(+), 45 deletions(-) create mode 100644 pages/dropdowns.html diff --git a/pages/_includes/ui/dropdown-menu.html b/pages/_includes/ui/dropdown-menu.html index b8f23db8..2ab0943a 100644 --- a/pages/_includes/ui/dropdown-menu.html +++ b/pages/_includes/ui/dropdown-menu.html @@ -1,10 +1,25 @@ -{% assign items = include.items | default: "Action|Another action|Something else|-|Separated link" | split: "|" %} -