apply Yamm to dropdown

This commit is contained in:
Mark Eaton
2021-01-29 16:58:06 -05:00
parent 1872c21c25
commit d995e795ac
2 changed files with 79 additions and 9 deletions
+32 -1
View File
@@ -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 */
</style>