mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +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
17 lines
300 B
SCSS
17 lines
300 B
SCSS
.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
|
|
}
|