// Lightning Design System 2.29.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', 'Use .slds-modal_small on .slds-modal instead to size Welcome Mat modal') {

  .slds-welcome-mat {
    /**
      * Modal container sizing within Welcome Mat
      *
      * @selector .slds-modal__container
      * @restrict .slds-welcome-mat
      * @deprecated
      */
    .slds-modal__container {
      width: $welcome-mat-width;
      max-width: none;
    }
  }
}
