button,
a {
  outline: none;
}

.largeicon {
  .im-icon {
    font-size: 30px;
  }
}

a {
  text-decoration: none;
  background: transparent;

  &:hover {
    text-decoration: none;
  }

  &:active,
  &:hover {
    outline: 0;
  }
}