diff options
Diffstat (limited to 'core/css/toast.scss')
-rw-r--r-- | core/css/toast.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/toast.scss b/core/css/toast.scss index 323a26b28ff..c3af0b0a5d6 100644 --- a/core/css/toast.scss +++ b/core/css/toast.scss @@ -38,6 +38,7 @@ } } } + .toastify.toastify-top { inset-inline-end: 10px; } @@ -45,12 +46,15 @@ .toast-error { border-inline-start: 3px solid var(--color-error); } + .toast-info { border-inline-start: 3px solid var(--color-primary-element); } + .toast-warning { border-inline-start: 3px solid var(--color-warning); } + .toast-success { border-inline-start: 3px solid var(--color-success); } |