// 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', 'Close button should be removed from the markup') {

  .slds-modal_prompt,
  .slds-modal--prompt {

    .slds-modal__close {
      display: none;
    }
  }
}
