aboutsummaryrefslogtreecommitdiff
path: root/src/components/ErrorCard.css
blob: 5146aa03f8cdfee6bffb5f93a5ae6ca493f86008 (plain)
1
2
3
4
5
6
7
.vc-error-card {
    padding: 2em;
    background-color: #e7828430;
    border: 1px solid #e78284;
    border-radius: 5px;
    color: var(--text-normal, white);
}