mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
Add style to block csv
This commit is contained in:
17
css/backoffice/application/display-block/_block-csv.scss
Normal file
17
css/backoffice/application/display-block/_block-csv.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
$ibo-block-csv--textarea--width: 100% !default;
|
||||
$ibo-block-csv--textarea--min-height: 10em !default;
|
||||
$ibo-block-csv--textarea--margin-top: 10em !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;
|
||||
}
|
||||
}
|
||||
|
||||
.ibo-block-csv--download-link{
|
||||
@extend .ibo-button;
|
||||
@extend .ibo-is-alternative;
|
||||
@extend .ibo-is-primary;
|
||||
}
|
||||
Reference in New Issue
Block a user