Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
mdbootstrap / sass / mdb / free / _dropdowns.scss
Size: Mime:
// Dropdowns free
.dropdown {
  .dropdown-menu {
    .dropdown-item {
      &:hover,
      &:active,
      &:focus {
        color: #1d1e1f;
        background-color: #f7f7f9;
      }
    }
  }
}