// Lightning Design System 2.3.1
// 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', 'No longer a pattern that should be used') {
  .slds-modal__header {

    .slds-notify-container,
    .slds-notify_container {
      position: absolute;
    }

    .slds-notify_toast,
    .slds-notify--toast {
      display: block;
    }
  }
}
