diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-11-18 12:25:05 +0100 |
---|---|---|
committer | skjnldsv <skjnldsv@protonmail.com> | 2024-11-19 09:42:13 +0100 |
commit | f6e6ba4851cc3ed056f43f3e47cc696bede4e259 (patch) | |
tree | 50c72a54867fee5ff9c87c727c9cc4041ceaa6f2 /core/css/toast.scss | |
parent | 212cac94690ae9c9f0616cff8df69229be88dab1 (diff) | |
download | nextcloud-server-f6e6ba4851cc3ed056f43f3e47cc696bede4e259.tar.gz nextcloud-server-f6e6ba4851cc3ed056f43f3e47cc696bede4e259.zip |
refactor(styles): Adjust code style in SCSS sources to match our stylelint config
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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); } |