.tooltip {
  .content {
    background: $dark-grey;
    color: $white;
    box-shadow: 0 1px 2px $shadow;
    border-radius: 2px;
  }
  .arrow {
    display: none;
  }
}
