// The dropdown menu .dropdown-menu { color: $dropdown-color-alt; background-color: $dropdown-bg-alt; border: $dropdown-border-width solid $dropdown-border-color-alt; @include box-shadow($dropdown-box-shadow-alt); } // Dividers (basically an `
`) within the dropdown .dropdown-divider { border-top: 1px solid $dropdown-divider-bg-alt; } // Links, buttons, and more within the dropdown menu .dropdown-item { color: $dropdown-link-color-alt; background-color: transparent; // For `