File "_dropdown.scss"

Full Path: /home/krishnamexports/public_html/panel/scss/components/_dropdown.scss
File size: 139 bytes
MIME-type: text/plain; charset=us-ascii
Charset: utf-8

/* Dropdowns */
.dropdown-menu {
  font-size: $default-font-size;

  .dropdown-item {
    &:active {
      background: initial;
    }
  }
}