mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-26 05:44:12 +01:00
11 lines
340 B
SCSS
11 lines
340 B
SCSS
$ibo-block-csv--textarea--width: 100% !default;
|
|
$ibo-block-csv--textarea--min-height: 10em !default;
|
|
$ibo-block-csv--textarea--margin-top: 10px !default;
|
|
|
|
.ibo-block-csv{
|
|
textarea{
|
|
width: $ibo-block-csv--textarea--width;
|
|
min-height: $ibo-block-csv--textarea--min-height;
|
|
margin-top: $ibo-block-csv--textarea--margin-top;
|
|
}
|
|
} |