From d995e795ac4d3cbca6aec2653f7743d48d4fb914 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Fri, 29 Jan 2021 16:58:06 -0500 Subject: [PATCH] apply Yamm to dropdown --- groups/new-homepage-3/homepage3-js-css.html | 33 ++++++++++- groups/new-homepage-3/homepage3-template.html | 55 ++++++++++++++++--- 2 files changed, 79 insertions(+), 9 deletions(-) diff --git a/groups/new-homepage-3/homepage3-js-css.html b/groups/new-homepage-3/homepage3-js-css.html index ea0d2a7..ae97d8d 100644 --- a/groups/new-homepage-3/homepage3-js-css.html +++ b/groups/new-homepage-3/homepage3-js-css.html @@ -4,7 +4,7 @@ .navbar-default { background-color: #bbb; border: none; - font-size: 1.5em; + font-size: 1.4em; color: black; margin-top: -15px; margin-bottom: 28px; @@ -16,6 +16,10 @@ color: black; } +.faux-card { + margin-left: 16px; +} + /* style jumbotron */ .jumbotron { @@ -94,4 +98,31 @@ padding-top: 35px; } + +/*! + * Yamm!3 - Yet another megamenu for Bootstrap 3 + * http://geedmo.github.com/yamm3 + * + * @geedmo - Licensed under the MIT license + */ +.yamm .nav, +.yamm .collapse, +.yamm .dropup, +.yamm .dropdown { + position: static; +} +.yamm .container { + position: relative; +} +.yamm .dropdown-menu { + left: auto; +} +.yamm .yamm-content { + padding: 20px 30px; +} +.yamm .dropdown.yamm-fw .dropdown-menu { + left: 0; + right: 0; +} +/* End of Yamm */ diff --git a/groups/new-homepage-3/homepage3-template.html b/groups/new-homepage-3/homepage3-template.html index 8d02d79..8b745f7 100644 --- a/groups/new-homepage-3/homepage3-template.html +++ b/groups/new-homepage-3/homepage3-template.html @@ -14,7 +14,7 @@
-