.ui-alert-footer {
    display: flex;
    .ui-btn {
        color: $color-primary;
        flex: 1;
        font-size: $font-size-larger;
        border: none;
        border-radius: 0;
        background: none;
        cursor: pointer;
        &:active {
            background-color: rgba(0, 0, 0, .1);
        }
    }
}