diff options
Diffstat (limited to 'src/components/ErrorCard.css')
-rw-r--r-- | src/components/ErrorCard.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/ErrorCard.css b/src/components/ErrorCard.css new file mode 100644 index 0000000..5146aa0 --- /dev/null +++ b/src/components/ErrorCard.css @@ -0,0 +1,7 @@ +.vc-error-card { + padding: 2em; + background-color: #e7828430; + border: 1px solid #e78284; + border-radius: 5px; + color: var(--text-normal, white); +} |