@import "../variables";

.dialog-modal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(230, 230, 230, .96);
    text-align: center;

    .dialog {
        display: inline-block;
        position: relative;
        background: #fff;
        border-radius: $borderRadius;
        box-shadow: 0 2px 12px #333;
    }
}