mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
* 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>
19 lines
440 B
SCSS
19 lines
440 B
SCSS
/*
|
|
* @copyright Copyright (C) 2010-2023 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
@import "about";
|
|
@import "base";
|
|
@import "preferences";
|
|
@import "attachments";
|
|
@import "impact-analysis";
|
|
@import "audit";
|
|
@import "data-synchro";
|
|
@import "datamodel-viewer";
|
|
@import "csv-import";
|
|
@import "global-search";
|
|
@import "run-query";
|
|
@import "oauth.wizard";
|
|
@import "notifications";
|
|
@import "notifications-center"; |