mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user