mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-01 07:04:16 +01:00
N°2504 - Add feature to connect Office mail box with OAuth2 for Microsoft Graph N°5102 - Allow to send emails (eg. notifications) using GSuite SMTP and OAuth * migration to iTop 3.0
18 lines
408 B
SCSS
18 lines
408 B
SCSS
/*
|
|
* @copyright Copyright (C) 2010-2021 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 "welcome-popup";
|
|
@import "oauth.wizard"; |