@import '../default/var';
.#{$prefix} {
    &-modal {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        background-color: rgba($modal-color-back, .4);
        // display: flex;
        // align-items: center;
        // justify-content: center;
    }
    &.is-transparent {
        background-color: rgba($modal-color-back, 0);
    }
}