// removes bootstrap's close button styling of hover effects
// so far, has been applied to notifications and modals
/// Usage: class="close mmui-close"
.mmui-close {
  // @extend .close;
  opacity: 1;
  @include hover-focus {
    opacity: 1;
  }
}
