// Lightning Design System 2.8.0
// Copyright (c) 2015-present, salesforce.com, inc. All rights reserved
// Licensed under BSD 3-Clause - see LICENSE.txt or git.io/sfdc-license

@include deprecate('4.0.0', 'Please use slds-popover_tooltip instead') {

  .slds-tooltip {
    @include popover($color: $color-background-inverse);

    &__body {
      padding: $spacing-x-small $spacing-small;
      font-size: $font-size-small;
      color: $color-text-inverse;
    }
  }
}
