Mercurial > libervia-templates
changeset 410:a5588ea3bcd6
css: Restore some dialogs/notifs rules.
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 04 Jul 2025 12:41:07 +0200 |
parents | c2ac3dae1084 |
children | f7a434581872 |
files | sat_templates/templates/bulma/static/styles.css |
diffstat | 1 files changed, 30 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/sat_templates/templates/bulma/static/styles.css Thu Jun 26 17:05:11 2025 +0200 +++ b/sat_templates/templates/bulma/static/styles.css Fri Jul 04 12:41:07 2025 +0200 @@ -121,6 +121,36 @@ } +/* dialogs */ + +.modal-dialog { + transform: scaleY(0); +} + +div.state_appended .modal-dialog, div.main_notification.state_appended { + transform: scaleY(1); + transition: transform 0.15s ease-in; +} + +.main_notification { + position: fixed; + top: 2rem; + left: 0; + right: 0; + z-index: 10000; + transform: scaleY(0); + transition: transform 0.15s ease-in; +} + +div.main_notification>div.column { + display: flex; + max-width: 95%; +} +div.main_notification>div.column>div.notification { + max-width: 80rem; +} + + /* Sidebar toggle transitions */ .left-sidebar, .right-sidebar { transition: transform 0.3s ease, max-width 0.3s ease, opacity 0.3s ease;