// The dropdown menu
.dropdown-menu {
color: $body-color;
background-color: $dropdown-bg;
border: $dropdown-border-width solid $dropdown-border-color;
@include box-shadow($dropdown-box-shadow);
}
// Dividers (basically an `
`) within the dropdown
.dropdown-divider {
@include nav-divider($dropdown-divider-bg);
}
// Links, buttons, and more within the dropdown menu
//
// `