﻿.alert button {
    width: 0.5rem;
    height: 0.5rem;
}

.alert-success {
    background-color: white;
    border: solid 1px var(--app-primary);
    color: var(--text-color-primary);
}
