mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
22 lines
573 B
SCSS
22 lines
573 B
SCSS
/*
|
|
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
$ibo-input-text--min-height: 12rem !default;
|
|
$ibo-input-text--padding-x: 12px !default;
|
|
$ibo-input-text--padding-y: 10px !default;
|
|
|
|
.ibo-input-text {
|
|
min-height: $ibo-input-text--min-height;
|
|
padding: $ibo-input-text--padding-y $ibo-input-text--padding-x;
|
|
}
|
|
|
|
.ibo-input-text--export {
|
|
width: 100%;
|
|
min-height: 15em;
|
|
}
|
|
|
|
textarea.ibo-queryoql, .ibo-queryoql:not(:nth-child(n)), .ibo-queryoql > :not(.ibo-field--label) {
|
|
@extend %ibo-font-code-150;
|
|
} |