/** * Copyright (c) HashiCorp, Inc. * SPDX-License-Identifier: MPL-2.0 */ @import './skin'; @import './layout'; .modal-layer { @extend %modal-layer; } .modal-dialog { @extend %modal-dialog; } %modal-dialog [role='document'] { @extend %modal-window; }