mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
N°2847 - Fix (raw) text field size & style
This commit is contained in:
@@ -13,4 +13,4 @@
|
||||
@import "input-select-icon";
|
||||
@import "input-string";
|
||||
@import "input-set";
|
||||
@import "input-textarea";
|
||||
@import "input-text";
|
||||
|
||||
13
css/backoffice/components/input/_input-text.scss
Normal file
13
css/backoffice/components/input/_input-text.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
$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;
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
$ibo-input-text-area--min-height: 4rem !default;
|
||||
|
||||
.ibo-input-text-area {
|
||||
min-height: $ibo-input-text-area--min-height;
|
||||
}
|
||||
|
||||
.ibo-input-text-area--export {
|
||||
width: 100%;
|
||||
min-height: 15em;
|
||||
}
|
||||
Reference in New Issue
Block a user