N°7397 - Update welcome popup content for iTop 3.2 (#648)

* N°7397 - Update welcome popup content for iTop 3.2

* N°7397 - Display illustrations as restylable SVG, add extension to twig to support absolute url in source function

* N°7397 - Update 3.2 welcome messages dictionaries, add French translations and set up other languages files

---------

Co-authored-by: Stephen Abello <stephen.abello@combodo.com>
This commit is contained in:
Molkobain
2024-07-15 16:12:12 +02:00
committed by GitHub
parent f0c37bd69e
commit 1d67d50a20
27 changed files with 879 additions and 284 deletions

View File

@@ -131,7 +131,12 @@ $ibo-welcome-popup--message-title--margin-bottom: $ibo-spacing-700 !default;
}
.ibo-welcome-popup--message-illustration {
display: flex;
min-width: $ibo-welcome-popup--message-illustration--min-width;
aspect-ratio: 1;
background-size: $ibo-welcome-popup--message-illustration--background-size;
/* Raw svg needs their height overridden in case its defined in one of their attributes */
> svg {
height: auto;
}
}