You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
443 B
29 lines
443 B
/*!
|
|
* Yamm!3
|
|
* Yet another megamenu for Bootstrap 3
|
|
*
|
|
* http://geedmo.github.com/yamm3
|
|
*/
|
|
.yamm .nav,
|
|
.yamm .collapse,
|
|
.yamm .dropup,
|
|
.yamm .dropdown {
|
|
position: static;
|
|
}
|
|
.yamm .container {
|
|
position: relative;
|
|
}
|
|
.yamm .dropdown-menu {
|
|
left: auto;
|
|
}
|
|
.yamm .nav.navbar-right .dropdown-menu {
|
|
left: auto;
|
|
right: 0;
|
|
}
|
|
.yamm .yamm-content {
|
|
padding: 20px 30px;
|
|
}
|
|
.yamm .dropdown.yamm-fw .dropdown-menu {
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
|