mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
23 lines
533 B
SCSS
23 lines
533 B
SCSS
/*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
$ibo-oauth-wizard--illustration--svg--max-height: $ibo-size-700 !default;
|
|
|
|
.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: $ibo-oauth-wizard--illustration--svg--max-height;
|
|
}
|
|
}
|
|
#ibo-oauth-wizard--conf--result{
|
|
white-space: pre-wrap
|
|
}
|