consul/ui/packages/consul-ui/app/components/modal-dialog/index.scss

17 lines
261 B
SCSS
Raw Normal View History

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