diff --git a/content/header/index.md b/content/header/index.md index 6e8028feb..d242716ce 100644 --- a/content/header/index.md +++ b/content/header/index.md @@ -17,7 +17,7 @@ extra: {% row() %} - -{% end %} \ No newline at end of file +{% end %} diff --git a/css/index.css b/css/index.css index def94b03a..34d528d8f 100644 --- a/css/index.css +++ b/css/index.css @@ -80,6 +80,38 @@ a img:hover{ /* new theme */ +.dropdown { + @apply + lg:text-lg + px-6 + py-1 + lg:mr-5 + my-3 + shadow + bg-white + border-black + capitalize + leading-6 + border-transparent + flex + flex-col + border-2 + w-full + items-start + rounded + transition + hover:first:text-gray-500 + hover:border-stone-200 + hover:bg-stone-100 + p-2 + text-left +} + +.dropdown a{ + @apply + px-0 +} + .green{ background-color:#58CF77 !important; @@ -570,36 +602,6 @@ header { height: auto; } + } -header #menu button { - @apply - lg:text-lg - px-6 - py-1 - lg:mr-5 - my-3 - shadow - bg-white - border-black - capitalize - leading-6 - border-transparent - flex - flex-col - border-2 - w-full - items-start - rounded - transition - hover:first:text-gray-500 - hover:border-stone-200 - hover:bg-stone-100 - p-2 - text-left -} - -header #menu button a{ - @apply - px-0 -} \ No newline at end of file diff --git a/templates/partials/header.html b/templates/partials/header.html index 3c97decbd..4916da9db 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -186,7 +186,7 @@
{% set menu_id = header_label ~ "-mobile-menu" | slugify %} -