N°3169 - Add feature to connect Gsuite mail box with OAuth

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
This commit is contained in:
Eric Espie
2022-06-07 09:02:53 +02:00
parent a0c78a94c6
commit c94c727058
3 changed files with 38 additions and 35 deletions

View File

@@ -14,4 +14,5 @@
@import "csv-import";
@import "global-search";
@import "run-query";
@import "welcome-popup";
@import "welcome-popup";
@import "oauth.wizard";

View File

@@ -0,0 +1,16 @@
.ibo-oauth-wizard .ibo-panel--body{
.ibo-oauth-wizard--form--container{
display: flex;
flex-direction: row;
flex-grow: 1;
}
.ibo-oauth-wizard--form {
}
.ibo-oauth-wizard--illustration svg{
max-height: 400px;
}
}
#ibo-oauth-wizard--conf--result{
white-space: pre-wrap
}