.eve-dialog {
    background: $eve-color-white;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1); // sass-lint:disable-line no-color-literals
    padding: $eve-spacing-24;
    width: 25rem;
    z-index: 2147483648;

    h2 {
        color: $eve-color-blue;
        margin: 0 0 $eve-spacing-16;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        font-size: $eve-font-24;
    }

    p {
        margin: 0;
        font-size: $eve-font-14;
        color: $eve-color-black;
    }

    .eve-buttons {
        margin-top: $eve-spacing-16;
    }
}
