mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-04 07:58:46 +02:00
N°6167 - Introduce API for the content of the Welcome Popup (#505)
* API for the content of the Welcome Popup * Apply suggestions from code review * N°7410 - Refactor code to match conventions * N°7410 - Refactor to new design * N°7410 - Review adjustments * N°7410 - Review adjustments * N°7410 - Update translations * N°7410 - Update setup complied file * Update sources/Application/WelcomePopup/Provider/DefaultProvider.php --------- Co-authored-by: Molkobain <lajarige.guillaume@free.fr>
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
@import "csv-import";
|
||||
@import "global-search";
|
||||
@import "run-query";
|
||||
@import "welcome-popup";
|
||||
@import "oauth.wizard";
|
||||
@import "notifications";
|
||||
@import "notifications-center";
|
||||
@@ -1,50 +0,0 @@
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2023 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
$ibo-welcome-popup--image--width: 30% !default;
|
||||
|
||||
$ibo-welcome-popup--image--svg--height: 100% !default;
|
||||
$ibo-welcome-popup--image--svg--padding: 20px !default;
|
||||
|
||||
$ibo-welcome-popup--text--padding: 15px !default;
|
||||
|
||||
$ibo-welcome-popup--text--subdiv--padding-bottom: 20px !default;
|
||||
$ibo-welcome-popup--text--first-subdiv--padding-bottom: 25px !default;
|
||||
|
||||
$ibo-welcome-popup--text--options--bottom: 10px !default;
|
||||
|
||||
#welcome_popup{
|
||||
display: flex;
|
||||
|
||||
}
|
||||
.ibo-welcome-popup--image{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-self: center;
|
||||
|
||||
width: $ibo-welcome-popup--image--width;
|
||||
>svg{
|
||||
height: $ibo-welcome-popup--image--svg--height;
|
||||
padding: $ibo-welcome-popup--image--svg--padding;
|
||||
}
|
||||
}
|
||||
.ibo-welcome-popup--text{
|
||||
flex-grow:1;
|
||||
align-self: center;
|
||||
padding: $ibo-welcome-popup--text--padding;
|
||||
|
||||
@extend %ibo-font-ral-nor-250;
|
||||
>div>div{
|
||||
padding-bottom: $ibo-welcome-popup--text--subdiv--padding-bottom;
|
||||
&:first-child{
|
||||
@extend %ibo-font-ral-sembol-300;
|
||||
padding-bottom: $ibo-welcome-popup--text--first-subdiv--padding-bottom;
|
||||
}
|
||||
}
|
||||
}
|
||||
.ibo-welcome-popup--text--options{
|
||||
position: absolute;
|
||||
bottom: $ibo-welcome-popup--text--options--bottom;
|
||||
}
|
||||
Reference in New Issue
Block a user