diff options
Diffstat (limited to 'web/style')
-rw-r--r-- | web/style/js-transition.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/web/style/js-transition.css b/web/style/js-transition.css index be9d34a..067fefc 100644 --- a/web/style/js-transition.css +++ b/web/style/js-transition.css @@ -36,15 +36,20 @@ height: 100vh; z-index: 10; } -.jst-error { +.jst-message { position: fixed; top: 50vh; left: 50vw; transform: translate(-50%, -50%); - color: var(--c-error); font-size: large; z-index: 11; } +.jst-message.error { + color: var(--c-error); +} +.jst-message.success { + color: var(--c-success); +} .jst-spinner { position: fixed; top: 50vh; |